hikalium / liumos

A toy operating system which supports NVDIMM natively.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panic when creating a GUI window

d0iasm opened this issue · comments

commented

Panic happens when guitestrust.bin and other GUI applications are executed in liumos.

I think this is caused by the commit 9eca435.

(liumos)$ guitestrust.bin
LOAD program header idx: 0x1
LOAD program header idx: 0x2
file name: window.bmp
&GetLoaderInfo(): 0x7fea4470
&loader_info: 0xffffff807fea4470
not found!
PANIC!!!
panicked at 'Failed to create window', src/main.rs:147:19

It is fixed now. Could you verify it?

(I should have added a test for it...)