Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after launching PlanetGeneratorUI.exe #8

Open
xan2622 opened this issue May 14, 2016 · 3 comments
Open

Error after launching PlanetGeneratorUI.exe #8

xan2622 opened this issue May 14, 2016 · 3 comments

Comments

@xan2622
Copy link

xan2622 commented May 14, 2016

Hello.

I use Windows 8.1 64bits and I couldn't launch PlanetGeneratorUI.exe.
Here is the error that I got :

screenshot001

Thanks

@LiPingjiang
Copy link
Collaborator

Have you try the solution:
http://stackoverflow.com/questions/20495620/qt-5-1-1-application-failed-to-start-because-platform-plugin-windows-is-missi

Try to put the DLL file in the root folder?

libEGL.zip

@giogix2
Copy link
Owner

giogix2 commented Jun 24, 2016

That problem might be related with the fact that you're using a 64 bit platform. I actually had the same problem when I moved to Windows 10.
Another reason could be that you are using the DirectX 12, which is not compatible with Ogre 3D (at least Ogre 3D 1.9).
I built another version of the software for Windows 64 bit, which uses OpenGL instead of DirectX.
You can find it in the releases section. Anyway I will attach the link here: https://github.com/giogix2/PlanetGenerator/releases/download/v0.2_64bit/PlanetGenerator_64bit.rar
Thanks for reporting the issue.

@giogix2
Copy link
Owner

giogix2 commented Jun 28, 2016

Actually I found out that the problem wasn't related only on the platform (32 bit or 64 bit) or the rendering system (DirectX or OpenGL). I tried to launch the software in another computer, and the same error reported by @X-A-N-A-X showed up.
The error occurs when Qt is not installed in the system.
To solve this problem the solution is reported here: http://stackoverflow.com/questions/16773789/qt5-static-build-yields-failed-to-load-platform-plugin-windows
Basically it was necessary to copy the folder containing the file "qwindows.dll" from Qt to the directory with the executable of PlanetGenerator (the folder is called "platforms").

I put the required folder with the executable and it should work now. The download link is still the same as in the previous post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants