Roast Veg wrote:
Try the 32 bit version.
I have to install about 3 billion 32 bit packages to do this but alright.
edit: and by 3 billion I mean five.
Code:
[peet@worktop CortexCommand32]$ ./CortexCommand
./CortexCommand.bin: /usr/lib32/libcrypto.so.0.9.8: no version information available (required by ./libs/libcurl.so.4)
./CortexCommand.bin: /usr/lib32/libssl.so.0.9.8: no version information available (required by ./libs/libcurl.so.4)
ALSA lib pcm.c:2171:(snd_pcm_open_conf) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
ALSA lib pcm.c:2171:(snd_pcm_open_conf) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
AL lib: alsa.c:587: Could not open playback device 'default': No such file or directory
[Error] Failed to Create OpenAL Device.
[Error] OpenAL Error: (null).
Despite those errors, sound actually works. Maybe my alsa is half-broken (since other alsa apps work) and that's what openal is trying to use in 64 bit but since I don't have 32 bit alsa it falls back to OSS or pulse and works? Anyway thanks for your help.