我在使用 Wine 1.6.1 时遇到了一些麻烦。我最近下载了一些我想尝试的 32 位游戏(BeamNG Drive 和 Bugbear 的 Next Car Game 演示),但在尝试运行这些游戏中的任何一个时遇到了一些麻烦。所以我在 'Net 上找到了几条建议,一个是在 Ubuntu 社区网站上,另一个是在 BeamNG 的论坛上,关于如何在 64 位设置上创建 32 位 wineprefix。
我设法能够创建 wine32 文件夹,但现在我无法将其设置为默认的 Wine 设置。有人知道我该怎么做吗?
我会发布上述建议的网址,顺便说一句:
这是我迄今为止在终端中尝试过的:
steven@steven-HP-Pavilion-17-Notebook-PC:~$ WINEPREFIX='/home/user/wine32' WINEARCH='win32' wine 'wineboot'
wine: chdir to /home/user/wine32
: No such file or directory
steven@steven-HP-Pavilion-17-Notebook-PC:~$ WINEPREFIX='/home/steven/wine32' WINEARCH='win32' wine 'wineboot'
wine: created the configuration directory '/home/steven/wine32'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading …Run Code Online (Sandbox Code Playgroud) 我正在尝试在 Wine 1.6.2 上运行一个程序(BeamNG.drive),但似乎有问题。
看,事情是这样的:我实际上可以让它以大部分方式加载。但就在它完成加载我需要的东西之前,它就崩溃了。
它本质上是这样说的:“D3DERR_OUTOFVIDEOMEMORY,视频内存不足,无法分配动态VB。”。就在那个附近。
从我读到的内容来看,听起来我需要增加视频内存,但我究竟该怎么做呢?
我确实设法找到了这个:
http://wiki.winehq.org/UsefulRegistryKeys
但是对于如何实际解决某些问题似乎并不十分清楚。例如,我的 HKEY 注册表中的任何地方都没有 DirectX 文件夹。那我现在该怎么办?