Segmentation on application startup. QT5.3.2
General and Desktop
5
Posts
3
Posters
1.6k
Views
1
Watching
-
Hello,
I was using QT5.3.1 with QT Creator 3.1.2 and everything worked well, then I've installed QT5.3.2 with QT Creator 3.2.1, but after compiling, when I start the application (every application, even the application template generated by QT creator) , I get a segmentation with error 0xc0000020. Seems that it doesn't find some dll, but the configuration of the build run is exactly the same of the other version but with path to 5.3.1 instead of 5.3.1.
Some suggestions?Thanks in advance
Best regards -
Check the kit you are using with new Qt creator. Select the correct tool chain with the kit. The configuration files used for Qt creator resides on the same location as that of the previous installation. So if you have multiple Qt creator installations on your system then they will try to load and update the same conf files. Check if your configuration with the new installation is correct and see if helps.