2D横幅过关游戏 Frogatto

游戏讨论
头像
luojie-dune
帖子: 22033
注册时间: 2007-07-30 18:28
系统: Linux
来自: 空气中

Re: 2D横幅过关游戏 Frogatto

#17

帖子 luojie-dune »

A boring game overall.
『这个世界都是我的 ,我爱你们』

ENTP ⥂ INTP ⥄ INFP ⇦ INTJ

在此发布的文章使用 Creative Commons Attribution-ShareAlike 4.0 协议
liushengqi000
帖子: 36
注册时间: 2008-06-02 15:51

Re: 2D横幅过关游戏 Frogatto

#18

帖子 liushengqi000 »

greyhound 写了:
psjatqpgf 写了:悲剧...deb包缺文件...
./game: error while loading shared libraries: libboost_regex.so.1.42.0: cannot open shared object file: No such file or directory

还找不倒...
我的也是
晕死
最新解决方案...
用十六进制编辑器(比如bless hex editor)
打开/usr/local/games/frogatto/game

搜索text类型,42

会看到
libboost_regex.so.1.42.0.libboost_system.so.1.42.0.png_destory_write_struct.
把42改成40
libboost_regex.so.1.40.0.libboost_system.so.1.40.0.png_destory_write_struct.

OK,运行正常
liushengqi000
帖子: 36
注册时间: 2008-06-02 15:51

Re: 2D横幅过关游戏 Frogatto

#19

帖子 liushengqi000 »

包依赖是40
程序里写42
这样该应该问题不大
回复