Fabian Vogt

Results 275 comments of Fabian Vogt

I see, so it would also need to search for a config file in that location. So two parts are needed: - If there's a `firebird-emu.ini` file in the `QCoreApplication::applicationFilePath()`,...

Almost, currently if you have `D:\fb\firebird-emu.exe` and `D:\fb\flash.img` it would save `D:\fb\flash.img` as path. With this change it would save `./flash.img` instead.

> So to use it with all the files in the parent directory =one kit and to use it with all the files in a subfolder=another kit? Not necessary -...

It might not fix that - it'll most likely use an absolute path at some point again. I can't reproduce that issue here on wine, maybe @adriweb can on actual...

> So at some point will this idea not work? The idea should work fine, but your issue is independent. Yup.

It looks to me like it already tries OpenGL 2.0, so desktop opengl by default. Are all the listed dlls available in the same directory as firebird.exe?

That's not good, that dll is part of windows itself. I'm afraid that your installation is apparently broken.

I don't think so, can you add the .dll manually to the firebird directory?

> It does not work. What happens? > just add "QCoreApplication::setAttribute(Qt::AA_UseDesktopOpenGL);" to main.c can solve this problem. That is not a solution, it will break on platforms which do not...

I don't know - I only have devices with Android 5.0 and 4.4.2. The apk from https://github.com/nspire-emus/firebird/issues/111#issuecomment-350049067 should work fine if you don't have an external SD card.