After opening Qt Creator, a PowerShell window pops up repeatedly within a short period of time.
-
Hi,
After adding an SSD to my laptop and migrating some data (I'm not sure if that's what caused it), my Qt Creator keeps popping up and closing a PowerShell window shortly after startup. Based on my research, the pop-up window is running the file AppData\Local\Temp\QtCreator-ptmNeb\KqzPdz.bat (AppData\Local\Temp\QtCreator-**.bat, which changes each time it starts up).
If you need any further information, please feel free to leave a message.
Thank you for your help.
-
Hi,
After adding an SSD to my laptop and migrating some data (I'm not sure if that's what caused it), my Qt Creator keeps popping up and closing a PowerShell window shortly after startup. Based on my research, the pop-up window is running the file AppData\Local\Temp\QtCreator-ptmNeb\KqzPdz.bat (AppData\Local\Temp\QtCreator-**.bat, which changes each time it starts up).
If you need any further information, please feel free to leave a message.
Thank you for your help.
@hackerturtle Might help if you said what version of Creator.
-
Hi,
After adding an SSD to my laptop and migrating some data (I'm not sure if that's what caused it), my Qt Creator keeps popping up and closing a PowerShell window shortly after startup. Based on my research, the pop-up window is running the file AppData\Local\Temp\QtCreator-ptmNeb\KqzPdz.bat (AppData\Local\Temp\QtCreator-**.bat, which changes each time it starts up).
If you need any further information, please feel free to leave a message.
Thank you for your help.
@hackerturtle Set
QT_LOGGING_RULES=qtc*=true
environment variable and start DebugView.This way you can capture all the Qt Creator logging, and you should be able to find out what is going on.