Unexpected CDB Exit
Unsolved
General and Desktop
-
This post is deleted!
-
I had the same unexpected CDB Exit since Qt Creator version 4.3. In Qt Creator 4.2.2 CDB works just fine.
The solution for me was uninstalling Python 2.7. It is still a work around for me, because I need Python 2.7 for compiling Qt WebEngine from source. Does somebody have a working solution for having Python 2.7 and Qt Creator 4.5 and CDB installed in parallel? -
Hi
Just noticed i have same issue
Thank you windows update \o/
-
My solution of this issue:
I've check my exe by Depends, and... I miss some dll, linked by .lib!
Then I put this DLL into System32 - et voila! CDB work now. -
@Destructor You should not put them into system32 directory - put them in the same directory where you exe is.
-
@bitlixi's advice worked for me