LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 969|回复: 2

执行wine错误,什么原因啊?

[复制链接]
发表于 2005-1-4 15:27:06 | 显示全部楼层 |阅读模式
系统是rdel3
用的是 wine-20041201的rpm版,后又装了个wine-devle(这个是什么东西?作什么用的?)
装好后
当使用jacky(普通用户)执行wine时显示如下错误:
fixme:nls:get_env_lcid charset GB18030 was not recognized
Warning: could not find DOS drive for current working directory '/home/jacky', starting in the Windows directory.
使用root显示如下错误:
fixme:nls:get_env_lcid charset GB18030 was not recognized

但在/home/jacky/.wine/config文件中已经有了
[Drive H]
"ath" = "/"
"Type" = "hd"
"Label" = "root"
"Filesystem" = "unix"
怎么还是会有错误提示呢?

关于fixme:nls:get_env_lcid charset GB18030 was not recognized的错误提示我也看了以前的贴子,说是/etc/sysconfig/i18n中的GB18030改成utf-8就可以解决
但我已把内容改成了
LANG="en_US.UTF-8"
SUPPORTED="zh_CN:zh:en_US.UTF-8:en_US:en"
SYSFONT="latarcyrheb-sun16"

问题依然没有解决,请问问题到底在哪?
还有就是使用rpm包安装软件时把软件安装到了什么地方?
可不可以指定安装路径?
 楼主| 发表于 2005-1-4 16:38:45 | 显示全部楼层

又出错了

[jacky@localhost software]$ wine /home/jacky/vmd/Program\ Files/Dr.COM/ishare_user.exe
fixme:nls:get_env_lcid charset GB18030 was not recognized
Warning: could not find DOS drive for current working directory '/home/jacky/software', starting in the Windows directory.
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file


红色的那两行是什么意思?
难道这里面还有注册表?
应该怎么搞?
发表于 2005-1-4 21:13:49 | 显示全部楼层
>但在/home/jacky/.wine/config文件中已经有了
[Drive H]
"ath" = "/"
"Type" = "hd"
"Label" = "root"
"Filesystem" = "unix"
怎么还是会有错误提示呢?

This setting is obviously incorrect.

1.  The root directory "/" is not owned by jacky, you cannot map this path as jacky's Window directory.  You should create another working directory so that wine 'sees' it as window directory.
2.  You did not read the message on the top of the config file, did you?  The config file warn you not to use a filesystem=unix!  Please read it carefully.

>红色的那两行是什么意思?
Before wine-200409xx, the font resolution is defined in the config file.  Since wine-200409xx, it needs to be defined in the registry.

>难道这里面还有注册表?
Yes, provided that you have successfully installed and configure wine.  They are located at the windows directory and end with .reg extension.  You can use regedit to make modifications (very similar to the operations under M$).

>应该怎么搞?
Of course, you must configure your wine config file properly in the very beginning.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表