mooltipass / moolticute

Mooltipass crossplatform daemon/tools
GNU General Public License v3.0
143 stars 67 forks source link

App-Error after update to 1.0.1 on Win7 #1101

Closed Jan-NiklasB closed 8 months ago

Jan-NiklasB commented 1 year ago

Expected behavior

App starts correctly after update

Actual behavior

Error message on Startup:

"The procedure entry point "CreateEventW" could not be found in the DLL "api-ms-win-core-synch-l1-2-0.dll".

Step by step guide to reproduce the problem

Update to Ver. 1.0 on Win7

Moolticute Version

1.0.1

Operating System

Windows 7

Mooltipass Extension

-

Mooltipass Device

The Mooltipass Mini BLE

limpkin commented 1 year ago

I'm afraid this is due to the fact that qt6 doesn't support windows 7 anymore :(

Jan-NiklasB commented 1 year ago

Nah... didn't known that yet, seems like I have to switch back to Qt5 in my own programms -.-

Any intention to bring out a Qt5 version of 1.0.1?

limpkin commented 1 year ago

I think it should actually be fairly easy to do so as we're still compiling with QT5 for some linux distributions. This would however require some work on our build system...

limpkin commented 8 months ago

i'll close this issue as we won't support win7 anymore