shadowproject / shadow

ShadowCore integration/staging tree
MIT License
95 stars 60 forks source link

Issue when building windows wallet #90

Open dexter369 opened 7 years ago

dexter369 commented 7 years ago

Hi,

I am trying to build the windows wallet on windows 8 using Qt 5 and mingw and I have finally been able to get a working exe, but when I close the exe, I get multiple error windows with error "Runtime Error: This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information".

Starting C:\build-shadow-Desktop_Qt_5_5_1_MinGW_32bit-Release\release\umbra.exe... QObject::~QObject: Timers cannot be stopped from another thread C:\build-shadow-Desktop_Qt_5_5_1_MinGW_32bit-Release\release\umbra.exe exited with code 3

Screenshot: https://ibb.co/muT4fa

Thanks.

justinvforvendetta commented 7 years ago

@dexter369 did you ever figure this out? i got this same error on 5.3.2 and 5.5.1

although, i think 5.5.1 can compile everything in here with -static where in previous versions it couldnt.