应用程序试图创build一个窗口,但没有驱动程序可以加载

我试图打开我的Linux vps上的.exe文件,但是当我尝试我得到这个错误:

hitleap@STEFAN:~/Desktop$ wine Hitleap+Viewer.exe it looks like multiarch needs to be enabled. as root, please execute "dpkg --add-architecture i386 && apt-get update && apt-get install wine32" wine: Bad EXE format for Z:\home\hitleap\Desktop\HitLeap+Viewer.exe. hitleap@STEFAN:~/Desktop$ Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that #DISPLAY is set correctly. 

如何使这项工作?

根据你的信息:

它看起来像多元化需要启用。 以root dpkg --add-architecture i386 && apt-get update && apt-get install wine32执行“ dpkg --add-architecture i386 && apt-get update && apt-get install wine32

所以作为root用户,输入下面的命令并回车

 dpkg --add-architecture i386 && apt-get update && apt-get install wine32