|
Post by unomas on Jun 13, 2017 8:48:56 GMT
When I do: sh launch.sh I have this error: ./Thrive: error while loading shared libraries: libilbc.so.0: cannot open shared object file: No such file or directory
I tried to found the package that holds this library and i did'nt found it.
pablo@debian-p:~/Descargas/Thrive-0.3.4$ apt-file find libilbc libav-doc: /usr/share/doc/libav-doc/html/libilbc_8c.html libav-doc: /usr/share/doc/libav-doc/html/libilbc_8c_source.html
I don't know what happens, Can I run Thive in Debian ?
Thanks.
|
|
|
Post by patola on Jun 21, 2017 4:33:45 GMT
It doesn't work in Ubuntu 17.04 (64 bits) too. And I can't even find libilbc on the repositories.
[1:25] [2468] [patola@ovo Thrive-0.3.4]% ./launch.sh ./Thrive: error while loading shared libraries: libilbc.so.0: cannot open shared object file: No such file or directory [1:27] [2469] [patola@ovo Thrive-0.3.4]% apt-file search libilbc [1:32] [2470] [patola@ovo Thrive-0.3.4]%
|
|
|
Post by patola on Jun 21, 2017 4:53:01 GMT
I was able to run the game after I did install the libilbc library for here: launchpad.net/~linphone/+archive/ubuntu/release/+sourcepub/2295457/+listing-archive-extraThen I created a symbolic link into the "bin" directory of Thrive: [1:51] [2489] [patola@ovo Thrive-0.3.4]% ln -s /usr/lib/x86_64-linux-gnu/libilbc.so.1.1.1 bin/libilbc.so.0 [1:41] [2488] [patola@ovo Thrive-0.3.4]% ./launch.sh Loaded new AlphaHit texture: ThriveGeneric.png (2701x1001) LuaEngine init started Available Playback Devices: 0): LifeChat LX-3000 Headset Digital Stereo (IEC958) [DEFAULT] 1): GF116 High Definition Audio Controller Digital Stereo (HDMI 2) 2): Built-in Audio Analog Stereo Attempting default device: LifeChat LX-3000 Headset Digital Stereo (IEC958) Thrive version 0.3.4 with Lua 5.1 from LuaJIT 2.0.4 ready to go. [wmv3 @ 0xaaa5e40] Extra data: 8 bits left, value: 0 [wmv3 @ 0xaaabc40] Extra data: 8 bits left, value: 0 FPS: 51.3327 avg frame duration: 7.47799 ms FPS: 59.6421 avg frame duration: 3.88929 ms ... at this point everything worked
|
|