打印

使用wine时的错误

使用wine时的错误

编译安装的wine,第一次运行时就出现这个错误,重装也不行。我机上完全没有windows。我想问的是,wine是否可以完全脱离windows,还是仍然要装上windows才可以用
错误提示为
[wuwenguan@WUWENGUAN software]$ wine qq2000c0630c.exe
Warning: no valid DOS drive found, check your configuration file.
Warning: could not find wine config [Drive x] entry for current working directory /data/software; starting in windows directory.
Invalid path L"c:\\windows" for L"windows" directory: does not exist
Perhaps you have not properly edited or created your Wine configuration file.
This is (supposed to be) '/home/wuwenguan/.wine/config'
[wuwenguan@WUWENGUAN software]$

TOP

看这里试试:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=5774&highlight=c%3A%5C%5C%5C%5Cwindows
http://llc.linuxsky.org

TOP

第一个,你的QQ什么的所在的路径没有加入wine的config
第二个,你的windows设置的路径不对
第三个,据我所知,目前wine还不能运行QQ,不过也许经过一些修改可以.

TOP

清华bbs上已经有人实现wine+qq2000+xim(patch)了,但就是不放出方法
http://llc.linuxsky.org

TOP

方法已经有了,正在试,不过看起来输入的问题还是不行啊,不知道用xsim行不行。

TOP

成功了就放一下水
http://llc.linuxsky.org

TOP

没有成功,你来试下台,补丁,打好补丁的RPM包.可能和config的设置,XIM的设置,LANG的设置,字体的设置有关系.

虽然补丁是针对CVS版本的,不过2002-1125的wine也可以.

TOP

关于qq
[AppDefaults\\qq2000b.exe\\DllOverrides]
"shell" = "native, builtin"
"shell32" = "native, builtin"
"shfolder" = "native, builtin"
"shlwapi" = "native, builtin"
"comctl32" = "native, builtin"
"commctrl" = "native, builtin"
"rpcrt4" = "native, builtin"
"ole" = "native"
"ole32" = "native"
"oleaut32" = "native"
"wininet" = "native, builtin"
"shdocvw" = "native, builtin"
"imm32" = "builtin, native"
"imm" = "builtin"

TOP