jorge
Junior Member
Posts: 1
Threads: 1
Joined: Jul 2009
Reputation:
0
|
Black screen, cursor
The program worked fine the first run, but then it stopped working. Now all I get is a black screen with a low-res cursor that crashes X.
ldd penumbra.bin gives:
............
libGLU.so.1 => /usr/lib/libGLU.so.1 (0xb7d8f000)
libCg.so => not found
libCgGL.so => not found
libopenal.so.1 => not found
libalut.so.0 => not found
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7c9f000)
.................
, while lib/ contains all four missing files. Yes, Urkl, everything is up to date. Where can I tell penumbra to look in that path?
Thanks.
|
|
07-18-2009, 08:26 AM |
|
Urkle
FG - Associate
Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation:
21
|
RE: Black screen, cursor
the penumbra scripts sets the LD_LIBRARY_PATH for you to include the ./lib directory.
what linux distro?
what video card?
what is your favorite color? (uh. sorry :-D )
Anyways easy way to see what libs the game will REALLY launch with is to do this.
LD_LIBRARY_PATH=./lib ldd ./penumbra.bin
OH and include your hpl.log from the .frictionalgames/Penumbra/Overutre directory (in your home)
Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
|
|
07-19-2009, 06:55 PM |
|