[原创]Wine 编译安装-中文设置 [更新-08-02-27]
-
- 帖子: 10
- 注册时间: 2007-12-05 17:06
出现这个是怎么回事
cainwise@cainwise-desktop:~/cainwise/wine-0.9.56$ winecfg
wine: creating configuration directory '/home/cainwise/.wine'...
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing. Check your build!
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing. Check your build!
err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing. Check your build!
err:ole:apartment_createwindowifneeded CreateWindow failed with error 126
err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654
err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654
Could not load Mozilla. HTML rendering will be disabled.
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing. Check your build!
err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654
err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654
err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654
err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654
wine: '/home/cainwise/.wine' created successfully.
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing. Check your build!
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing. Check your build!
err:ole:apartment_createwindowifneeded CreateWindow failed with error 126
cainwise@cainwise-desktop:~/cainwise/wine-0.9.56$ winecfg
wine: creating configuration directory '/home/cainwise/.wine'...
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing. Check your build!
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing. Check your build!
err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing. Check your build!
err:ole:apartment_createwindowifneeded CreateWindow failed with error 126
err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654
err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654
Could not load Mozilla. HTML rendering will be disabled.
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing. Check your build!
err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654
err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654
err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654
err:ole:apartment_createwindowifneeded CreateWindow failed with error -536870654
wine: '/home/cainwise/.wine' created successfully.
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing. Check your build!
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing. Check your build!
err:ole:apartment_createwindowifneeded CreateWindow failed with error 126
-
- 帖子: 5
- 注册时间: 2008-03-31 19:37
make[2]: Entering directory `/home/wyeun/wine-0.9.59/dlls/d3d9/tests'
../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole d3d9ex.o device.o query.o shader.o stateblock.o surface.o texture.o vertexdeclaration.o visual.o volume.o testlist.o -o d3d9_test.exe.so ../../../libs/port/libwine_port.a -luser32 -lkernel32 -ldxerr9 -luuid -ldxguid
winebuild: device.o is an empty file
winegcc: ../../../tools/winebuild/winebuild failed
make[2]: *** [d3d9_test.exe.so] 错误 2
make[2]: Leaving directory `/home/wyeun/wine-0.9.59/dlls/d3d9/tests'
make[1]: *** [d3d9/tests] 错误 2
make[1]: Leaving directory `/home/wyeun/wine-0.9.59/dlls'
make: *** [dlls] 错误 2
这是什么问题呢?
../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole d3d9ex.o device.o query.o shader.o stateblock.o surface.o texture.o vertexdeclaration.o visual.o volume.o testlist.o -o d3d9_test.exe.so ../../../libs/port/libwine_port.a -luser32 -lkernel32 -ldxerr9 -luuid -ldxguid
winebuild: device.o is an empty file
winegcc: ../../../tools/winebuild/winebuild failed
make[2]: *** [d3d9_test.exe.so] 错误 2
make[2]: Leaving directory `/home/wyeun/wine-0.9.59/dlls/d3d9/tests'
make[1]: *** [d3d9/tests] 错误 2
make[1]: Leaving directory `/home/wyeun/wine-0.9.59/dlls'
make: *** [dlls] 错误 2
这是什么问题呢?
- windowssux
- 帖子: 618
- 注册时间: 2006-08-06 16:58
- 来自: 北海
- hongmy525
- 帖子: 236
- 注册时间: 2007-01-26 22:06
- 来自: 南宁 杭州
- 联系:
-
- 帖子: 4
- 注册时间: 2008-03-10 18:16
我已经安装了wine
我已经成功安装了wine ,但是运行winecfg的时候总是显示X11 driver is missing Check your build
我看了好多帖子,都没有解决
我看了好多帖子,都没有解决
-
- 帖子: 39
- 注册时间: 2008-03-31 11:43
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for the directory containing the Wine tools... $(TOPOBJDIR)
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for flex... no
configure: error: no suitable flex found. Please install the 'flex' package.
snow@snow-laptop:~/wine-0.9.59$ sudo make depend && make
make: *** 没有规则可以创建目标“depend”。 停止。
snow@snow-laptop:~/wine-0.9.59$
这个怎么回事???
checking for cpp... cpp
checking for the directory containing the Wine tools... $(TOPOBJDIR)
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for flex... no
configure: error: no suitable flex found. Please install the 'flex' package.
snow@snow-laptop:~/wine-0.9.59$ sudo make depend && make
make: *** 没有规则可以创建目标“depend”。 停止。
snow@snow-laptop:~/wine-0.9.59$
这个怎么回事???
- 沙粒
- 帖子: 58
- 注册时间: 2008-03-15 13:44
- 来自: 西安外国语大学
- windowssux
- 帖子: 618
- 注册时间: 2006-08-06 16:58
- 来自: 北海
- 沙粒
- 帖子: 58
- 注册时间: 2008-03-15 13:44
- 来自: 西安外国语大学
谢谢大侠,刚好看到,晚上就试装一下,只不过我现在都不知道我的wine有没有装好,我还把windows下的system32的所有dll文件都复制到 wine的system32文件夹里,请问这有必要吗??另外还要复制什么过去??
在wine configuration里。application选项卡都应该增什么application ?? 如果我要用 QQ ,除了你上面的那一步外,要不要在这add application 处添加QQ ??
drives 选项卡中 path 应选择哪一个呢 ? 这里默认是 ../drive_c . 为什么我的windows vista 的盘显示为 D 盘呢 ??
Libraries 选项卡 中是否要设置 ? 怎么设置 ??
现在我的wine configuration 里除了“确定”“取消”“应用 ”外。其它都是英文。。
另外我在火狐2.0里装了个flashgot 版 ,,用wget下载了新版的 firefox 3.0 b5 但不知道怎么安装 。。。firefox2.0里的检查更新是灰色的,用不成。。请赐教 。。。
请问 在终端外解压 tar.bz2 格式的文件用什么命令 ?
shali@shali:~$ tar -zxf firefox-3b5linux.tar.gz2
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: 由于前面延迟的错误而退出
shali@shali:~$
shali@shali:~$ tar -zxf drcomsuite-0.1.12.tar.bz2
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: 由于前面延迟的错误而退出
shali@shali:~$
先行谢过。。。
沙粒
在wine configuration里。application选项卡都应该增什么application ?? 如果我要用 QQ ,除了你上面的那一步外,要不要在这add application 处添加QQ ??
drives 选项卡中 path 应选择哪一个呢 ? 这里默认是 ../drive_c . 为什么我的windows vista 的盘显示为 D 盘呢 ??
Libraries 选项卡 中是否要设置 ? 怎么设置 ??
现在我的wine configuration 里除了“确定”“取消”“应用 ”外。其它都是英文。。
另外我在火狐2.0里装了个flashgot 版 ,,用wget下载了新版的 firefox 3.0 b5 但不知道怎么安装 。。。firefox2.0里的检查更新是灰色的,用不成。。请赐教 。。。
请问 在终端外解压 tar.bz2 格式的文件用什么命令 ?
shali@shali:~$ tar -zxf firefox-3b5linux.tar.gz2
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: 由于前面延迟的错误而退出
shali@shali:~$
shali@shali:~$ tar -zxf drcomsuite-0.1.12.tar.bz2
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: 由于前面延迟的错误而退出
shali@shali:~$
先行谢过。。。
沙粒
- windowssux
- 帖子: 618
- 注册时间: 2006-08-06 16:58
- 来自: 北海
这个编译教程已经过时,最新的看顶置帖。
复制所有dll文件是非常错误的做法,这叫做一棍子打死!!
默认的设置就可以,也就只有audio需要设置成alsa,只选一个alsa。
Application那个是为特定的程序设置win的版本和dll环境,除非你同时安装几个软件,而且每个软件对dll的需要都不一样。
比如A程序需要从windows复制过来的a.dll,那就复制过来,在Application使A反色,然后在Libraries添加a,把a设置成native。而如果指定使用wine自带的dll,就设置成builtin。
中文补丁只是编码补丁,不是汉化,wine目前还没汉化。
解压的话,直接在图形界面对文件点右键,然后解压到此处不就可以了吗?
复制所有dll文件是非常错误的做法,这叫做一棍子打死!!
默认的设置就可以,也就只有audio需要设置成alsa,只选一个alsa。
Application那个是为特定的程序设置win的版本和dll环境,除非你同时安装几个软件,而且每个软件对dll的需要都不一样。
比如A程序需要从windows复制过来的a.dll,那就复制过来,在Application使A反色,然后在Libraries添加a,把a设置成native。而如果指定使用wine自带的dll,就设置成builtin。
中文补丁只是编码补丁,不是汉化,wine目前还没汉化。
解压的话,直接在图形界面对文件点右键,然后解压到此处不就可以了吗?
-
- 帖子: 7
- 注册时间: 2008-04-12 9:20
- windowssux
- 帖子: 618
- 注册时间: 2006-08-06 16:58
- 来自: 北海
- soboysogood
- 帖子: 17
- 注册时间: 2008-04-04 11:22
- 来自: 广东 揭阳