General > Announcements
DoomRL 0.9.8.7 for Linux and FreeBSD - released!
Kornel Kisielewicz:
Maybe a symlink in doomrl's home directory would help? o.O
Ordus:
Long time butcherer, first time caller. I've got the newest doomrl running natively on ubuntu 7.04 and it seems to run well, apart from a corona of mysterious question marks replacing the bloody ground symbol "." around the 1st level base. Also there are some ghost tracks from when my character moves around. Any idea how to rectify this? I've tried all scripts and the raw doomrl file, same issue. Thanks.
Kornel Kisielewicz:
Edit doomrl.ini and set HIGHASCII to False.
Picklish:
--- Quote from: Adral on May 08, 2007, 08:28 ---Hey I need some help with the Linux version. I am running Kubuntu 7.04 AMD 64 version, and the game throws me this message when I execute "doomrl"
error while loading shared libraries: libvorbisfile.so.3: cannot open shared object file: No such file or directory
The problem is, I have that library in /usr/lib, so I do not know what I should do. I have tried running it with doomrl_konsole, doomrl_xterm or doomrl_gnome-terminal, but there is no way the game will play. Not even deactivating the sound and music via doomrl.ini (which I suppose is what the vorbis libraries are for).
--- End quote ---
The doomrl elf is dynamically linked, but doomrl_konsole is not. I would suspect that you would get different behavior with doomrl_konsole. Does it say anything different?
Additionally, what do you get when you ldd doomrl? This is what I see on Ubuntu (a few versions old.):
--- Code: ---picklish@kamatari:~/doomrl/doomrl-0.9.8.7-sound$ ldd doomrl
linux-gate.so.1 => (0xffffe000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7ef0000)
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0xb7e68000)
libSDL_mixer-1.2.so.0 => /usr/lib/libSDL_mixer-1.2.so.0 (0xb7dfa000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7de8000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb7d02000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7bd2000)
/lib/ld-linux.so.2 (0xb7f24000)
libasound.so.2 => /usr/lib/libasound.so.2 (0xb7b1d000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7b1a000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xb7b0d000)
libvorbisfile.so.3 => /usr/lib/libvorbisfile.so.3 (0xb7b05000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb7add000)
libogg.so.0 => /usr/lib/libogg.so.0 (0xb7ad7000)
libsmpeg-0.4.so.0 => /usr/lib/libsmpeg-0.4.so.0 (0xb7a7f000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb7a7c000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb79a7000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb799d000)
--- End code ---
And, have you been playing around with ldconfig lately?
Adral:
First of all, thanks for the help everyone.
I have done that command, and this is what I got:
--- Code: ---ldd doomrl
linux-gate.so.1 => (0xffffe000)
libm.so.6 => /lib32/libm.so.6 (0xf7f08000)
libSDL-1.2.so.0 => /usr/lib32/libSDL-1.2.so.0 (0xf7e79000)
libSDL_mixer-1.2.so.0 => /usr/lib32/libSDL_mixer-1.2.so.0 (0xf7e0a000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf7df3000)
libX11.so.6 => /usr/lib32/libX11.so.6 (0xf7d02000)
libc.so.6 => /lib32/libc.so.6 (0xf7bc1000)
/lib/ld-linux.so.2 (0xf7f4b000)
libasound.so.2 => /usr/lib32/libasound.so.2 (0xf7afc000)
libdl.so.2 => /lib32/libdl.so.2 (0xf7af8000)
libdirectfb-0.9.so.25 => /usr/lib32/libdirectfb-0.9.so.25 (0xf7aa0000)
libfusion-0.9.so.25 => /usr/lib32/libfusion-0.9.so.25 (0xf7a9a000)
libdirect-0.9.so.25 => /usr/lib32/libdirect-0.9.so.25 (0xf7a8b000)
libvorbisfile.so.3 => not found
libvorbis.so.0 => not found
libogg.so.0 => not found
libsmpeg-0.4.so.0 => not found
libXau.so.6 => /usr/lib32/libXau.so.6 (0xf7a87000)
libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf7a82000)
--- End code ---
I have not been playing with ldconfig, at least not consciously. About the different behaviour, executing doomrl_konsole only opens a new konsole window that gets closed a millisecond later, but I get no messages.
It seems like it does not find some files up there, is there any way to fix that, please?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version