CE-Programming / CEmu

Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features
https://ce-programming.github.io/CEmu
Other
1.04k stars 78 forks source link

Emulator doesn't start, missing DLL #476

Open IsakTheHacker opened 3 months ago

IsakTheHacker commented 3 months ago

What's wrong, and with what software version?

Operating System: Windows 7 CEmu version: Latest nightly (qt6 edition) at the time of reporting Describe your issue: Emulator doesn't start because of missing DLL.

image

adriweb commented 3 months ago

I wonder if this is due to Windows 7 being too old now. Doesn't look like Qt6 intends to support pre-Win10, anyway, but it might be a linking issue since everything is supposed to be static.

calc84maniac commented 3 months ago

This definitely seems like an issue with Qt6, does the Qt5 build work for you?

IsakTheHacker commented 3 months ago

Omg, this is the fastest response I've ever gotten from a GitHub issue! And it seems to work just fine when using the qt5 build, thank you so much. I would be awesome if you could add a note in the releases page about this for future users that come across this incompatibility