linux 应用程序试图创建窗口,但无法加载驱动程序

eiee3dmh  于 2023-02-03  发布在  Linux
关注(0)|答案(3)|浏览(180)

我试图在我的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.

如何让它工作?

50pmv0ei

50pmv0ei1#

根据你的信息:
似乎需要启用多架构。请以root用户身份执行“dpkg --add-architecture i386 && apt-get update && apt-get install wine32
以root用户身份键入以下命令并按Enter键:

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

atmip9wb2#

在ubuntu 14.04中,通过安装32位版本的libSM6解决了这个问题:

sudo apt-get install libsm6:i386
nbysray5

nbysray53#

听起来很傻。关闭和打开我的笔记本电脑对我很有效:)

相关问题