Qt-creator msys2 Segmentaion Fault
-
I tried to install qt-creator in the MSYS2 environment. Operating system windows7-32 bits
//first $ pacman -Syuu //second $ pacman -S mingw-w64-i686-qt-creatorwhen I try to run qt creator using this command
MINGW32 ~ $ qtcreator Segmentation faultoccured "seg fault" error. Does anyone have any suggestions, where they can be the causes of the problem ??
Ps.
MSYS ~ $ qtcreator -version //qt-creator 4.1.0 based on Qt 5.6.1//edit
asistant.exe //work OK designer.exe //work OK qtcreator.exe //not working !!! -
I tried to install qt-creator in the MSYS2 environment. Operating system windows7-32 bits
//first $ pacman -Syuu //second $ pacman -S mingw-w64-i686-qt-creatorwhen I try to run qt creator using this command
MINGW32 ~ $ qtcreator Segmentation faultoccured "seg fault" error. Does anyone have any suggestions, where they can be the causes of the problem ??
Ps.
MSYS ~ $ qtcreator -version //qt-creator 4.1.0 based on Qt 5.6.1//edit
asistant.exe //work OK designer.exe //work OK qtcreator.exe //not working !!! -
@jsulm Thank You for this suggestion.
$ qtcreator -noload Welcome Segmentation faultThis command also generates fault, but I tried
MINGW32 ~ $ qtcreator -noload all -load Core //Start OKAnd qt-creator start without error. At the moment i must only find bad plugin
//edit
I find bad plugin. it is QmlProfiler!!!! Thanks You very much