Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


[solved]It does not start
zergling Offline
Junior Member

Posts: 7
Threads: 1
Joined: Jul 2007
Reputation: 0
#1
Solved: 8 Years, 1 Month ago [solved]It does not start

Hi, when I try to lunch the game with ./penumbra I get this message

Penumbra exited unexpectedly, please check
/home/zergling/.frictionalgames/Penumbra Overture/Episode1/hpl.log
for any error messages
Also try running
ulimit -c unlimited
And re-running Penumbra and try and recreate the error
then submit the generated core file or stack trace
zergling@zergling-laptop:~/PenumbraEp1$

I have tried to look at the log file and I got this :

-------- THE HPL ENGINE LOG ------------

Creating Engine Modules
--------------------------------------------------------
Creating graphics module
Creating system module
Creating resource module
Creating input module
Creating sound module
Creating physics module
Creating ai module
Creating scene module
--------------------------------------------------------

Initializing Resources Module
--------------------------------------------------------
Creating resource managers
Misc Creation
--------------------------------------------------------

Initializing Graphics Module
--------------------------------------------------------
Init low level graphics
Setting video mode: 800 x 600 - 32 bpp
ERROR: Could not set display mode setting a lower one!
FATAL ERROR: Unable to initialize display!
Deleting ATI shader to 0

I have a laptop everex xt5000t and I have installed my video driver with automatix. I am using Ubuntu 7.04.
My video board is a Nvidia GeForce Go 7600

Bye
07-21-2007, 10:28 PM
Find
zergling Offline
Junior Member

Posts: 7
Threads: 1
Joined: Jul 2007
Reputation: 0
#2
Solved: 8 Years, 1 Month ago RE: It does not start

Hi, I use the command ldd penumbra.bin and I got:

zergling@zergling-laptop:~/PenumbraEp1$ ldd penumbra.bin
linux-gate.so.1 => (0xffffe000)
libvorbisfile.so.3 => /usr/lib/libvorbisfile.so.3 (0xb7fae000)
libfltk.so.1.1 => /usr/lib/libfltk.so.1.1 (0xb7f11000)
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0xb7e81000)
libSDL_ttf-2.0.so.0 => /usr/lib/libSDL_ttf-2.0.so.0 (0xb7e7c000)
libSDL_image-1.2.so.0 => /usr/lib/libSDL_image-1.2.so.0 (0xb7e61000)
libGL.so.1 => /usr/lib/libGL.so.1 (0xb7dcd000)
libGLU.so.1 => /usr/lib/libGLU.so.1 (0xb7d4d000)
libCg.so => /usr/lib/libCg.so (0xb7a3f000)
libCgGL.so => /usr/lib/libCgGL.so (0xb79f6000)
libopenal.so.0 => /usr/lib/libopenal.so.0 (0xb79bb000)
libalut.so.0 => /usr/lib/libalut.so.0 (0xb79b4000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb78ca000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb78a3000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7897000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7755000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb773e000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb7716000)
libXft.so.2 => /usr/lib/libXft.so.2 (0xb7704000)
libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb7701000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xb76f3000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb7601000)
libasound.so.2 => /usr/lib/libasound.so.2 (0xb753c000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7538000)
libdirectfb-0.9.so.25 => /usr/lib/libdirectfb-0.9.so.25 (0xb74e1000)
libfusion-0.9.so.25 => /usr/lib/libfusion-0.9.so.25 (0xb74db000)
libdirect-0.9.so.25 => /usr/lib/libdirect-0.9.so.25 (0xb74cb000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7460000)
libz.so.1 => /usr/lib/libz.so.1 (0xb744c000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7429000)
libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0xb6ab7000)
libnvidia-tls.so.1 => /usr/lib/tls/libnvidia-tls.so.1 (0xb6ab4000)
/lib/ld-linux.so.2 (0xb7fcd000)
libogg.so.0 => /usr/lib/libogg.so.0 (0xb6aaf000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb6a84000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb6a7c000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb6a79000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb6a73000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb6a53000)

Please somebody help me Sad
07-21-2007, 10:53 PM
Find
Linux.Blue Offline
Senior Member

Posts: 615
Threads: 30
Joined: Jun 2007
Reputation: 0
#3
Solved: 8 Years, 1 Month ago RE: It does not start

you're sure the driver is up to date? I'm not saying that may be your problem, it's more of just a question, just to be sure.
not sure if all distros are the same, or what, but do you see a NVIDIA splash screen before you get onto the desktop?

second person, what distro are you running? for my distro, i just need to type in "sh (program name)", but I know different distros have different codes.
07-21-2007, 11:15 PM
Find
zergling Offline
Junior Member

Posts: 7
Threads: 1
Joined: Jul 2007
Reputation: 0
#4
Solved: 8 Years, 1 Month ago RE: It does not start

Jeremy-Bailey Wrote:you're sure the driver is up to date? I'm not saying that may be your problem, it's more of just a question, just to be sure.
not sure if all distros are the same, or what, but do you see a NVIDIA splash screen before you get onto the desktop?

second person, what distro are you running? for my distro, i just need to type in "sh (program name)", but I know different distros have different codes.

Hi,
Hmm no I do not see the NVIDIA splash screen before the log in... but in the desktop pc I see it and I have the same distro, just different video card
I am running the Ubuntu feisty 7.04.
When I installed the game I use sh game_name and my driver are 1.0-9755.
07-21-2007, 11:38 PM
Find
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#5
Solved: 8 Years, 1 Month ago RE: It does not start

zergling Wrote:
Jeremy-Bailey Wrote:you're sure the driver is up to date? I'm not saying that may be your problem, it's more of just a question, just to be sure.
not sure if all distros are the same, or what, but do you see a NVIDIA splash screen before you get onto the desktop?

Hi,
Hmm no I do not see the NVIDIA splash screen before the log in... but in the desktop pc I see it and I have the same distro, just different video card
I am running the Ubuntu feisty 7.04.
When I installed the game I use sh game_name and my driver are 1.0-9755.

run
glxinfo | grep glx

and See what the glx vendor strings are. (server and client). They BOTH should say NVIDIA Coporation. If both do not, then the NVIDIA binary drivers are not installed correctly. Also, the nvidia splash screen will display regardless of your video card. I can, however, be disabled in the xorg.conf config file. (but if you say you installed the same way on the same dist, that wouldn't be the case)

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-22-2007, 12:57 AM
Website Find
Linux.Blue Offline
Senior Member

Posts: 615
Threads: 30
Joined: Jun 2007
Reputation: 0
#6
Solved: 8 Years, 1 Month ago RE: It does not start

even if this is an ATI it will display an NVIDIA? Smile
I do know, at least with my distro mandriva, if I don't see it, it's not set up properly.
07-22-2007, 03:08 AM
Find
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#7
Solved: 8 Years, 1 Month ago RE: It does not start

No, obviously you won't see the nvidia logo w/ an ATI card.Smile Zergling commented in comment #4 that his Desktop shows the nvidia logo, but his laptop does not, and that he has a different card in his desktop, wondering if that caused the logo to not appear.

Anyways, the default configuration of the nvidia drivers is to display the logo. However if you set an
Option "NoLogo" "True"
In either the screen or the device sections of the xorg.conf config file, it will disable the Logo. Thus the proper way of determining if the nvidia drivers are setup correctly is to use glxinfo.

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-22-2007, 01:41 PM
Website Find
zergling Offline
Junior Member

Posts: 7
Threads: 1
Joined: Jul 2007
Reputation: 0
#8
Solved: 8 Years, 1 Month ago RE: It does not start

Urkle Wrote:No, obviously you won't see the nvidia logo w/ an ATI card.Smile Zergling commented in comment #4 that his Desktop shows the nvidia logo, but his laptop does not, and that he has a different card in his desktop, wondering if that caused the logo to not appear.

Anyways, the default configuration of the nvidia drivers is to display the logo. However if you set an
Option "NoLogo" "True"
In either the screen or the device sections of the xorg.conf config file, it will disable the Logo. Thus the proper way of determining if the nvidia drivers are setup correctly is to use glxinfo.

Hi guys,
I have tried the command : glxinfo | grep glx
and I got :

server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:

Can somebody help me please?
I have used automatix to install the driver.
Do I have to try to install the driver manually? If so, how?
07-22-2007, 08:05 PM
Find
zergling Offline
Junior Member

Posts: 7
Threads: 1
Joined: Jul 2007
Reputation: 0
#9
Solved: 8 Years, 1 Month ago RE: It does not start

Hi, I just tried to use the same command in my desktop pc and I got the same thing:

server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:

But, in my desktop the game works... so, what should I do?

This is my xorg.conf in my laptop

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Feb 26 23:38:46 PST 2007

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection

Section "Files"

# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 72.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection

Section "Device"
Identifier "nVidia Corporation G70 [GeForce Go 7600]"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce Go 7600]"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection
07-22-2007, 08:24 PM
Find
zergling Offline
Junior Member

Posts: 7
Threads: 1
Joined: Jul 2007
Reputation: 0
#10
Solved: 8 Years, 1 Month ago RE: It does not start

Hi guys!
I finally fixed the problem!
The game was unable to start because it was set on 16 bit!
So, I set the color depth at 32 bit and now it works perfectly!!!!!
Bye guys and thanks for everything!!!
07-26-2007, 07:10 PM
Find




Users browsing this thread: 1 Guest(s)