yvt / terravox

Simple heightmap Editor for Voxlap5 VXL (512x512x64 only)
Other
29 stars 9 forks source link

Windows release missing platform plugin #9

Closed rakiru closed 9 years ago

rakiru commented 9 years ago

Using release 0.2, I get this error on start up:

---------------------------
Terravox
---------------------------
This application failed to start because it could not find or load the Qt platform plugin "windows".

Reinstalling the application may fix this problem.
---------------------------
OK   
---------------------------

I think it needs platforms/qwindows.dll:

yvt commented 9 years ago

Added qwindows.dll and qminimal.dll. Could you check if it's working?

rakiru commented 9 years ago

Putting platforms/ in the main directory stops the error, but the process closes after a few seconds now.

I will try building it myself tomorrow and look into it.

rakiru commented 9 years ago

Never mind, I think that's happening because my processor supports SSE 4A, not SSE 4.1.

The platforms plugin issue is fixed if you move platforms/ to the base directory, not the plugins/ directory.