Failed to start Appilcation
-
@Agito It looks like you're building for WebAssembly?
Did you set up Emscripten SDK as the IDE suggests at the bottom? -
@Agito said in Failed to start Appilcation:
window app
Please be more precise: normal native Windows application or WindowsRT?
-
@Agito said in Failed to start Appilcation:
window app
Please be more precise: normal native Windows application or WindowsRT?
-
@Agito Error message says that the executable file is not valid executable.
Please provide more information:- What Qt version?
- What compiler?
- On what Windows version?
-
@Agito Try a complete rebuild: delete build folder, run qmake, build.
Also: try to disable anti-virus software, maybe it is blocking the application. -
@Agito
Check that you are building to target x64. Try building for Debug anyway to see if same message. -
@JonB I can try only mingw x64 . I run complese and debug in line no see error I don't know Where is problem .