stinkbug 发表于 2003-4-8 19:43:36

安装完了wine,但是无法启动

我的系统是magiclinux1.1beta
安装的wine是从公社下载的
分别是
wine-devel-20030115.i386.rpm
wine-20030115-1.i386.rpm
安装的时候比较正常没有错误
当运行的时候显示如下错误
# wine
wine: error while loading shared libraries: libntdll.dll.so: cannot open shared object file: No such file or directory
但是当我用whereis查找的时候,可以找到上述文件
# whereis libntdll.dll.so
libntdll.dll: /usr/local/lib/libntdll.dll.so
请问是何原因?

llc 发表于 2003-4-8 21:08:23

/usr/local/lib
将这个加入/etc/ld.so.conf里
然后运行一下ldconfig命令

stinkbug 发表于 2003-4-9 21:57:45

使用了你所说的方法,启动的时候有出现了其他的错误
如下:
# wine
Warning: no valid DOS drive found, check your configuration file.
Warning: could not find wine config entry for current working directory /root; 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) '/root/.wine/config'
难道让我自己写一个config文件出来
我第一次遇到这样的情况
如果谁有这个配置文件
可以为我传递一下么
贴出来也好

bitiboy 发表于 2003-4-13 19:18:40

是呀,我也碰到了此类文体,怎么写那个config呀?
我是从源码安装的。

樱家冢 发表于 2003-4-13 20:06:20

是呀,我也碰到了此类文体,怎么写那个config呀?
我是从源码安装的。

安装好以后应该有样例的,好好找找,照着改就行了。

figure 发表于 2003-6-5 09:04:51

我的出错信息:(请问怎么解决

$ wine wine+ciba/dcom98.exe
fixme:win32:PE_CreateModule Security directory ignored
XIO:fatal IO error 0 (Success) on X server ":0.0"
      after 34 requests (33 known processed) with 0 events remaining.
$

KanKer 发表于 2003-6-5 09:27:59

在~/.wine下有个config文件,把里面虚拟盘和路径部分,按照你机器的改一下就行了。最好自己机器里面能有个windows:)

lj605 发表于 2006-5-22 10:36:52

http://www.easywine.org/bbs/viewthread.php?tid=1514&extra=page%3D2

编译的时候 ./configure 后会出现警告!


CODE:*** Warning: Freetype or Fontforge is missing.
*** Fonts will not be built. Dialog text may be invisible or unaligned.
但可以继续 make & make depend

之后继续 make install 安装完成。

此版本只是在 0.9.12 基础上修改了很少的东西,不明白为什么在0.9.12发布一个月才再发布0.9.13。而且现在官方首页还没有发布0.9.13的消息。

安装并运行IE 6.0 很顺利!

安装QQ 2005 Beat2 很顺利。但是运行就会错误。

把ole32.dll 设置成本地dll 后,最多只能出登录界面,输入密码后,长时间不能登录。

而且在QQ目录出现很多不明的数字文件。

推测:
通常登录的时候,QQ目录下会创建以你QQ号命名的QQ数据,但是,现在Wine并不能创建此目录,显然没有这个文件怎么登录呢?
模拟载入QQ数据时出现问题。

用腾讯QQ的话,还是用wine 0.9.10 吧。
页: [1]
查看完整版本: 安装完了wine,但是无法启动