Data Realms Fan Forums http://45.55.195.193/ |
|
linux problem http://45.55.195.193/viewtopic.php?f=72&t=24921 |
Page 1 of 1 |
Author: | scrociopox [ Wed Aug 03, 2011 9:37 pm ] |
Post subject: | linux problem |
Hello, just got Cortex Command for linux from the last Humble indie bundle (which bundled the #2 also) , and I'm not able to start it... First I missed the libssl and libcrypto libraries - on my system (Archlinux) they're version 1.0.0 but CC was expecting 0.9.8. Since I had those versions in a local directory (Crayon Physics Deluxe I think shipped them) I copied them over to libs; now I'm getting this: Code: renato@acerarch ~/bin/games/CortexCommand $ ./CortexCommand ./CortexCommand.bin: ./libs/libcrypto.so.0.9.8: no version information available (required by ./libs/libcurl.so.4) ./CortexCommand.bin: ./libs/libssl.so.0.9.8: no version information available (required by ./libs/libcurl.so.4) Attempting to start ALSA sound driver Shutting down Allegro due to signal #11 ./CortexCommand: line 4: 6842 Segmentation fault ./CortexCommand.bin "$@" |
Author: | scrociopox [ Thu Aug 04, 2011 10:54 am ] |
Post subject: | Re: linux problem |
if I change my resolution to something else [1] before launching the game, the screen goes black for a moment but it still fails to start: Code: renato@acerarch ~/bin/games/CortexCommand $ ./CortexCommand ./CortexCommand.bin: ./libs/libcrypto.so.0.9.8: no version information available (required by ./libs/libcurl.so.4) ./CortexCommand.bin: ./libs/libssl.so.0.9.8: no version information available (required by ./libs/libcurl.so.4) Attempting to start ALSA sound driver X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 129 (XFree86-VidModeExtension) Minor opcode of failed request: 10 (XF86VidModeSwitchToMode) Value in failed request: 0x340000d Serial number of failed request: 232 Current serial number in output stream: 238 ^C./CortexCommand: line 4: 6591 Aborted ./CortexCommand.bin "$@" I'm on Archlinux using nvidia propietary drivers version 275.21 and xorg-server 1.10.3 [1] I usually am on 1280x800 and I tried changing, before launching the game, to 800x600,640x512, 640x480 and 320x240; in all cases I got the above error |
Author: | SomeoneOrOther [ Fri Aug 05, 2011 5:57 am ] |
Post subject: | Re: linux problem |
I'm having the exact same problem, minus the bit about libcrypto and libssl. I'm running Arch Linux too, 64-bit, with kernel 2.6.39. I have a Radeon 6870, using the Catalyst drivers version 11.7, and Xorg 1.10.3. Code: [username@hostname CortexCommand]$ ./CortexCommand Attempting to start ALSA sound driver Shutting down Allegro due to signal #11 ./CortexCommand: line 4: 7354 Segmentation fault ./CortexCommand.bin "$@" |
Author: | scrociopox [ Fri Aug 05, 2011 10:16 am ] |
Post subject: | Re: linux problem |
anyone can help us? I'd really like to play this game... |
Author: | algorioth [ Thu Aug 11, 2011 4:01 am ] |
Post subject: | Re: linux problem |
Have the game working under Arch Linux 32bit, I used the system library's for all but libluabindd.so.0.9.0.so and libcAudio.so Back all others up and make sure you have the system libs installed Install luabind from aur: http://aur.archlinux.org/packages.php?ID=21680 Not sure if this would work for 64bit users as the game appears to need the boost and static luabind library's in 32bit I hope this helps |
Author: | scrociopox [ Thu Aug 11, 2011 9:06 am ] |
Post subject: | Re: linux problem |
thanks algorioth, I got it working! luabind from AUR wasn't necessary though, I just copied the libs/ folder to libs.bak, removed libs/ and started CortexCommand. It would of course complain of missing libraries, so one at a time I copied them over from libs.bak to libs - specifically only libcAudio and libluabindd were needed. Now it runs! |
Author: | jose1711 [ Sat Aug 13, 2011 9:49 pm ] |
Post subject: | Re: linux problem |
hello, here's another arch linux user can anyone tell how well it runs? last time i tested it, i saw quite a few crashes, controls were a bit clumsy and gameplay somewhat slow. was there an improvement? cheers, jose |
Author: | Footkerchief [ Sun Aug 14, 2011 4:09 pm ] |
Post subject: | Re: linux problem |
My advice as a fellow Linux user: just run the Win version through Wine. |
Author: | Ghostofkendo [ Sun Aug 28, 2011 9:30 pm ] |
Post subject: | Re: linux problem |
Hello Linux fellows, I have come here to share my experience with a similar problem because I believe that I found a simpler solution than the previous ones (and more elegant than using the Windows build via Wine). I am running Arch Linux (32 bits) and Cortex Command build 25. The first time I tried to run CC, it did not even start. If ran from a terminal, I would get the following error : Code: $ ./CortexCommand ./CortexCommand.bin: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory The version of openssl installed on my system is 1.0.0.d so I built and installed openssl-compatibility v0.9.8 from AUR. This PKGBUILD just retrieves libcrypto.so.0.9.8 and libssl.so.0.9.8 from the old openssl package for Arch (32 or 64 bits depending on your system's architecture). Then, I was able to run CC despite getting the following message in the terminal : Code: $ ./.CortexCommand/CortexCommand ./CortexCommand.bin: /usr/lib/libcrypto.so.0.9.8: no version information available (required by ./libs/libcurl.so.4) ./CortexCommand.bin: /usr/lib/libssl.so.0.9.8: no version information available (required by ./libs/libcurl.so.4) Attempting to start ALSA sound driver Initialized sound against ALSA sound driver. I just played (not even completed) the tutorial mission but it seems to run fine to me. Bye |
Page 1 of 1 | All times are UTC [ DST ] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |