[公告] 游戏运行出现问题先看这里 #220
Replies: 8 comments 1 reply
-
|
后面会有详细文档,说明游戏运行的注意事项。 |
Beta Was this translation helpful? Give feedback.
-
|
我用的是manjaro(基于archlinux的发行版),也安装了fuse,但在运行文明5的时候仍然提示找不到libfuse.so.2,后来我发现manjaro的只有64位的libfuse.so.2没有32位的,而文明5需要的是32位的 这个问题应该如何解决呢? 🙏🙏🙏 |
Beta Was this translation helpful? Give feedback.
-
|
如果arch源没有的话,可以去rpmfind或者ubuntu launchpad直接搜索下载rpm包或者deb包,提取出so文件放到/usr/lib下的对应目录(应该是linux-gnu-i386,不确定)
Best
…________________________________
From: luwenhegithub <notifications@github.com>
Sent: Monday, September 21, 2020 3:54:16 PM
To: Gamuxorg/bbs <bbs@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: Re: [Gamuxorg/bbs] [公告] 游戏运行出现问题先看这里 (#97)
我用的是manjaro(基于archlinux的发行版),也安装了fuse,但在运行文明5的时候仍然提示找不到libfuse.so.2,后来我发现manjaro的只有64位的libfuse.so.2没有32位的,而文明5需要的是32位的
这个问题应该如何解决呢?
🙏🙏🙏
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://github.com/Gamuxorg/bbs/issues/97#issuecomment-695960365>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFRK4UIJNJBY6MJIKK77HVTSG4BCRANCNFSM4OGNYD3A>.
|
Beta Was this translation helpful? Give feedback.
-
|
@luwenhegithub 回头会专门解决这个问题,同时如果有条件,以后会在manjaro测试游戏 |
Beta Was this translation helpful? Give feedback.
-
Arch可使用pacman从multilib下载32位运行库,参考 |
Beta Was this translation helpful? Give feedback.
-
|
文明5现在应该不再缺32位依赖 |
Beta Was this translation helpful? Give feedback.
-
👍👍👍 |
Beta Was this translation helpful? Give feedback.
-
manjaro应该可以使用multilib源吧,32位的库都在这个源里面 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
若游戏运行出现问题请先尝试用以下方式解决:
检查是否赋予可执行权限
chmod a+x 文件名检查fuse是否安装
以apt为例
sudo apt install fuse安装
steam,并至少打开一次不论以什么方式,安装steam并打开一次,主要用于确认游戏必须的图形库已经正常安装
Beta Was this translation helpful? Give feedback.
All reactions