LiangliangNan / PolyFit

Polygonal Surface Reconstruction from Point Clouds
https://3d.bk.tudelft.nl/liangliang/publications/2017/polyfit/polyfit.html
GNU General Public License v3.0
717 stars 121 forks source link

Windows error - qt.qpa.plugin #23

Closed sweco-sekrsv closed 4 years ago

sweco-sekrsv commented 4 years ago

Hi!

I get the following error message when trying to run 1.4 for windows:

C:\work\fme_buildings\PolyFit_Binary_for_Windows_v1.4>PolyFit.exe
qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: windows.
LiangliangNan commented 4 years ago

Which version of Windows did you use, and 32bit or 64bit? This may due to that the prebuilt Qt libraries are not compatible with your OS. You can build it from the source code.

sweco-sekrsv commented 4 years ago

Im using 64 bit Winodws 10. I downloaded this binary:

https://github.com/LiangliangNan/PolyFit/releases/download/v1.4/PolyFit_Binary_for_Windows_v1.4.zip

LiangliangNan commented 4 years ago

The Qt DLLs included in the binary files were built with an older version of Windows, so it may not be compatible with your Windows. Please build it from the source code.