|
|
发表于 2005-5-9 20:58:47
|
显示全部楼层
Post by andey
魔兽安装:我以前的win下面就有魔兽的。
cedega:google一下,下载一个cedega,新版应该是4.3.1,我下载的是deb包。
安装就和其他deb包一样,dpkg -i
装完后cd到魔兽目录,#cedega war3.exe就可以了,
如果要用窗口模式,则#cedega war3.exe -window
另外,我运行时候运到error=21的错误,这个问题论坛也有说,不过是针对redhat的,
这个问题好象是对win分区的权限问题,我一直没有搞订
最后,我的解决方法是cp魔兽所有目录文件到linux分区(要有1GB左右空间),然后从linux分区cedega,就ok了
这个也许对你有用
Exec (error = 21)
The version of mount that comes with some distributions now run with the noexec option unless otherwise specified. Running games from a partition mounted with noexec can cause an error = 21 message.
To fix this issue, edit the /etc/fstab and modify the partition line by removing the noexec option and adding the exec switch to the mount options.
For example:
change
/dev/hda1 / ext3 errors=remount-ro,no-exec,defaults 0 1
to
/dev/hda1 / ext3 errors=remount-ro,exec,defaults 0 1
If neither exec nor no-exec appears in the line it is recommended that you add exec to ensure that the partition can be used by Cedega.
To remount the partition run:
mount -o remount / |
|