-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run in 32bit Qt #35
Comments
Any error log? |
for me it ran with MinGW32 but only when built using cmake |
I've tried to build and run the tests using the supplied pro file. Log output from running the tests: ********* Start testing of AesTest ********* Exception address: 0x004017e1 Stack:
|
Turns out, if built with cmake it's without aes_ni enabled. |
Hello! The problem is on Qt 5.15.2 mingw32 and it doesn’t matter cmake or qmake, in Qt 5.15.2 x64, Qt 6.5.3 x64 everything works. ********* Start testing of AesTest ********* Exception address: 0x0040292b Stack: |
It will crash in MinGW32
The text was updated successfully, but these errors were encountered: