[问题]现在我的ubuntu还是玩不了魔兽世界。求教
发表于 : 2008-02-19 19:25
网上有好多关于用wine玩WOW的帖子,我就跟着照猫画虎了.
现在的问题是WOW的PATCH打不上:
原文为:
patch -p1<wow-patch-0.9.21
屏幕上会显示如下的
The text leading up to this was:
--------------------------
|--- dlls/winex11.drv/opengl.c 2006-09-14 18:57: 01.000000000 +0200
|+++ dlls/winex11.drv/opengl.c 2006-09-14 18:57:17.000000000 +0200
--------------------------
File to patch:
按着他的提示,输入dlls/winex11.drv/opengl.c(在这里不能用tab自动完成的)
而我实际的操作情况是:
leonw@leonw-laptop:/usr/lib/wine$ sudo patch -p1 < wow-patch-0.9.21.patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- dlls/winex11.drv/opengl.c 2006-09-14 18:57:01.000000000 +0200
|+++ dlls/winex11.drv/opengl.c 2006-09-14 18:57:17.000000000 +0200
--------------------------
File to patch: dlls/winex11.drv/opengl.c
dlls/winex11.drv/opengl.c: No such file or directory
请问如何解决??
现在的问题是WOW的PATCH打不上:
原文为:
patch -p1<wow-patch-0.9.21
屏幕上会显示如下的
The text leading up to this was:
--------------------------
|--- dlls/winex11.drv/opengl.c 2006-09-14 18:57: 01.000000000 +0200
|+++ dlls/winex11.drv/opengl.c 2006-09-14 18:57:17.000000000 +0200
--------------------------
File to patch:
按着他的提示,输入dlls/winex11.drv/opengl.c(在这里不能用tab自动完成的)
而我实际的操作情况是:
leonw@leonw-laptop:/usr/lib/wine$ sudo patch -p1 < wow-patch-0.9.21.patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- dlls/winex11.drv/opengl.c 2006-09-14 18:57:01.000000000 +0200
|+++ dlls/winex11.drv/opengl.c 2006-09-14 18:57:17.000000000 +0200
--------------------------
File to patch: dlls/winex11.drv/opengl.c
dlls/winex11.drv/opengl.c: No such file or directory
请问如何解决??