App released with windeployqt not showing UI
Unsolved
Installation and Deployment
-
@Fausto01
You should not need to compile for Debug in order to get the diagnostic output from setting environment variableQT_DEBUG_PLUGINS=1
when you run your application. Are you sure you did this correctly before launching your program, so many people seem to get this wrong? -
@JonB this are the steps I've done:
- Open dbgview.exe (should I do something else?)
- Open a terminal in the installation folder of my application
- On the terminal -> "set QT_DEBUG_PLUGINS=1"
- On the terminal -> ./MyApp.exe
- Check if dbgview.exe has printed something
Is it correct?
-
Ok I've tried to create a file before and after the creation of QApplication. The file before QApplication in created, the file after is not created because the app stucks in the creation of QApplication (after the creation I have a return 0 but the app is running on task manager). Any hint?