|
|
|
|
 编译安装了wine,测试时错误如下: - ohiolee [ 2004-02-20 23:22 | 1,242 byte(s)]
 Re: 编译安装了wine,测试时错误如下: - knoppix [ 2004-02-21 14:00 | 120 byte(s)]
 Re: 编译安装了wine,测试时错误如下: - ohiolee [ 2004-02-21 15:39 | 60 byte(s)]
 Re: 编译安装了wine,测试时错误如下: - knoppix [ 2004-02-21 20:00 | 224 byte(s)]
 谢谢。。 - ohiolee [ 2004-02-23 10:33 | 128 byte(s)]
 谢谢。。 - ohiolee [ 2004-02-25 16:38 | 40 byte(s)]
 顶着...不要掉咯~等待ing............ - ohiolee [ 2004-02-21 10:06 | 47 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
[root@localhost root]# /usr/local/wine/bin/wine notepad
fixme:nls:init_default_lcid charset GB18030 was not recognized
Invalid path L"c:\windows\system" for L"system" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file (/root/.wine/config)
我是按照<Wine 的安装和配置(实现中文输入法和中文的复制粘贴)>这篇文章在redhat9.0安装的wine20040213.
复制了simsun.ttf 到 windows/Fonts 下;
按照: 建议:不要将 c: 指向一个存在的真实 windows 盘,而是自己建立一个 “假”的,
比如,你想在 /backup/c_drive 下建立一个虚拟 windows 的 c 盘,则执行如下命令
(执行以下命令一般需要root 权限)
mkdir /backup/c_drive
cd /backup/c_drive
mkdir -p windows windows/Start Menu
windows/Start Menu/Programs windows/Fonts windows/system32 windows/Desktop
ln -s /windows/system32 windows/system ;
我发现在/usr/local/wine/bin的wine不是一个文件夹,类型是二进制程序.
我已经费了九牛二虎之力了,可惜本人还是linux菜鸟一只.......自己无法解决.
请各位帮忙找找原因. 在此先谢过了.
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
1. 没有必要用root运行wine,这是比较愚蠢的做法
2. 检查一下 ~/.wine/config 文件,里面有具体的虚拟盘设置
|
|
|
----
Welcome to the world of choices and performance.
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
Invalid path L"c:\windows\system" for L"system" directory: does not exist.
以上提示说明:
~/.wine/config 中 [Drive C] 的设置或 [wine] 的 "System" 设置有问题
|
|
|
----
Welcome to the world of choices and performance.
|
|
[Original]
[Print]
[Top]
|
|
|