xvrui 发表于 2004-5-22 07:54:55

关于Wine

我的wine怎么只能运行笔记本啊?
运行wine notepad.exe 可以运行,其他都报错,和notepad.exe 同一个目录下的也报错,

wine StillCap.exe
fixme:nls:init_default_lcid charset GB18030 was not recognized
Warning:could not find Dos drive for current working directory '/root',starting in the windows drectory.
wine:cannot find 'stillCap.exe' 8)

xx_zz 发表于 2004-5-22 08:38:20

Wine自带了notepad.exe程序,你运行的应该是它自带的。
你的stillCap.exe是在/root路径下么?另外WINE的配置文件你是否配置好了?

xvrui 发表于 2004-5-22 17:15:29


"path"="/mnt/WinC"
"Type"="hd"
"Label"="Windows"
"Filesystem"="win95"


"path"="/mnt/WinD"
"Type"="hd"
"Label"="data"
"Filesystem"="Win95"


"path"="/"
"Type"="hd"
"Lable"="root"
"Filesystem"="Win95"


"Windows" = "c:\\WINDOWS"
"System" = "c:\\"
"Temp" = "c:\\"
"Path" = "c:\\windows;c:\\windows\\system;d:\\Program Files\\100bao;e:\\;"
"Profile" = "c:\\windows\\Profiles\\Administrator"
"GraphicsDriver" = "x11drv"
;"ShowDirSymlinks" = "1"
;"ShowDotFiles" = "1"
"ShellLinker" = "wineshelllink"

xvrui 发表于 2004-5-22 17:16:45

上面是我的/root/.wine/config的一部分

有没有问题啊
页: [1]
查看完整版本: 关于Wine