- 1
- Posts
- 7
- Years
- Seen Sep 16, 2017
I'm getting the same message as everyone else. Please, someone, help.
It amazes me how this isn't mentioned in the main post yet.Haha, Qt for sure has it's little issues, and one of them is the proper deployment of the application.
This tool ships the qwindows.dll in the exact same folder the actual application resides. Seems legit, but Qt does not expect qwindows.dll to be in the same folder as the executable, but rather in a sub-folder called platforms.
All you need to do to get the tool running is to have a folder structure like this:
CuteTextEditor (root)
|---- CuteTextEditor.exe
|---- SomeDLL.dll
|---- platforms
|___|---- qwindows.dll
That's it, enjoy!
Lunos its easy to solve this problem !
1. Make a new folder with the name platforms.
2. Now put the qwindows.dll data in the platforms folder.
3. Start the programm.
I'm running a 64-bit version of windows (I know the only version uploaded is a 32-bit version, but some time 64 are able to handle both) and I got the following Message:
___________________________________
This application failed to start because it could not find or load the Qt plattform plugin "windows" in "".
Reinstalling the application may fix this problem.
_______________
Anyway, I know I'm pretty new around here and haven't been modding since Advanced Text was the one to go tool for script hacking. I've seen many users mentioning a Qt, and since my error message does too, I'd really like to know what it is since I'm obviously missing it on my PC.