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


Shadow and Lighting Effects Stopped Working
HyperEye Offline
Junior Member

Posts: 13
Threads: 1
Joined: Feb 2011
Reputation: 0
#11
Solved: 8 Years, 1 Month ago RE: Shadow and Lighting Effects Stopped Working

I do have Requiem installed as I installed the PenumbraCollection package. Thanks for taking the time to look.
03-07-2011, 02:55 AM
Find
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#12
Solved: 8 Years, 1 Month ago RE: Shadow and Lighting Effects Stopped Working

Hmm.. I tried loading that level under Fedora 14 running nvidia's 260.19.36 driver w/o any issues. and this is using the included libCg.so.

There has to be something causing that issue specific to your system..

Can you try sending me the output of "ldd BlackPlague/blackplague.bin" ?

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
03-09-2011, 01:39 AM
Website Find
HyperEye Offline
Junior Member

Posts: 13
Threads: 1
Joined: Feb 2011
Reputation: 0
#13
Solved: 8 Years, 1 Month ago RE: Shadow and Lighting Effects Stopped Working

Here is that output using the LD_LIBRARY_PATH that the games startup script would set. Keep in mind that this problem is happening on two unique machines (one a desktop and the other a laptop) running two different distros (Gentoo on the desktop and Fedora 13 on the laptop.) Both were running the game fine some weeks ago. Both have been updated since then.

Quote:mwoodj@dmwoodlx2 ~ $ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/PenumbraCollection/BlackPlague/lib"
mwoodj@dmwoodlx2 ~ $ ldd /opt/PenumbraCollection/BlackPlague/blackplague.bin
linux-gate.so.1 => (0xffffe000)
libfltk.so.1.1 => /opt/PenumbraCollection/BlackPlague/lib/libfltk.so.1.1 (0xf769e000)
libGL.so.1 => //usr/lib32/opengl/nvidia/lib/libGL.so.1 (0xf75a0000)
libGLU.so.1 => /usr/lib32/libGLU.so.1 (0xf7531000)
libCg.so => /opt/PenumbraCollection/BlackPlague/lib/libCg.so (0xf7208000)
libCgGL.so => /opt/PenumbraCollection/BlackPlague/lib/libCgGL.so (0xf71bf000)
libogg.so.0 => /usr/lib32/libogg.so.0 (0xf71b8000)
libvorbis.so.0 => /usr/lib32/libvorbis.so.0 (0xf7190000)
libvorbisfile.so.3 => /usr/lib32/libvorbisfile.so.3 (0xf7187000)
libopenal.so.1 => /usr/lib32/libopenal.so.1 (0xf7140000)
libalut.so.0 => /usr/lib32/libalut.so.0 (0xf7138000)
libSDL-1.2.so.0 => /usr/lib32/libSDL-1.2.so.0 (0xf70d6000)
libSDL_ttf-2.0.so.0 => /usr/lib32/libSDL_ttf-2.0.so.0 (0xf70d0000)
libSDL_image-1.2.so.0 => /usr/lib32/libSDL_image-1.2.so.0 (0xf70b3000)
libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/32/libstdc++.so.6 (0xf6fc4000)
libm.so.6 => /lib32/libm.so.6 (0xf6f9e000)
libgcc_s.so.1 => /lib32/libgcc_s.so.1 (0xf6f83000)
libc.so.6 => /lib32/libc.so.6 (0xf6e28000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf6e0f000)
libXft.so.2 => /usr/lib32/libXft.so.2 (0xf6dfb000)
libX11.so.6 => /usr/lib32/libX11.so.6 (0xf6cdc000)
libfreetype.so.6 => /usr/lib32/libfreetype.so.6 (0xf6c56000)
libXrender.so.1 => /usr/lib32/libXrender.so.1 (0xf6c4c000)
libfontconfig.so.1 => /usr/lib32/libfontconfig.so.1 (0xf6c1d000)
libXext.so.6 => /usr/lib32/libXext.so.6 (0xf6c0e000)
libnvidia-tls.so.260.19.36 => //usr/lib32/opengl/nvidia/lib/libnvidia-tls.so.260.19.36 (0xf6c0b000)
libnvidia-glcore.so.260.19.36 => /usr/lib32/libnvidia-glcore.so.260.19.36 (0xf555a000)
libdl.so.2 => /lib32/libdl.so.2 (0xf5556000)
librt.so.1 => /lib32/librt.so.1 (0xf554d000)
libz.so.1 => /lib32/libz.so.1 (0xf553a000)
libpng14.so.14 => /usr/lib32/libpng14.so.14 (0xf5514000)
libtiff.so.3 => /usr/lib32/libtiff.so.3 (0xf54b8000)
libjpeg.so.8 => /usr/lib32/libjpeg.so.8 (0xf5481000)
/lib/ld-linux.so.2 (0xf773f000)
libexpat.so.1 => /usr/lib32/libexpat.so.1 (0xf5459000)
libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf543f000)
libXau.so.6 => /usr/lib32/libXau.so.6 (0xf543a000)
libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf5434000)
03-09-2011, 04:24 AM
Find
HyperEye Offline
Junior Member

Posts: 13
Threads: 1
Joined: Feb 2011
Reputation: 0
#14
Solved: 8 Years, 1 Month ago RE: Shadow and Lighting Effects Stopped Working

Well, I have been continuing to keep my Linux systems updated with the hopes that the issue would be resolved eventually. So far no luck. Neither my Gentoo desktop nor my Fedora laptop are able to play this game without the errors and missing effects. I am wondering if the system you tested on is 64-bit? Both of these systems are running 64-bit kernels with 32-bit compatibility libraries.

I am considering buying Black Plague on Steam and playing it in wine or on my Mac so that I can get back into it. I really want to play it. I'm not terribly fond of buying the same game twice but I don't see any resolution to this problem coming and the game is not expensive. I am a big advocate of native Linux gaming and I very much prefer to play native games but I guess I need to do what I need to do.
03-31-2011, 06:12 AM
Find
HyperEye Offline
Junior Member

Posts: 13
Threads: 1
Joined: Feb 2011
Reputation: 0
#15
Solved: 8 Years, 1 Month ago RE: Shadow and Lighting Effects Stopped Working

Alright... I purchased the game again but on Steam this time. The first platform I tried was my Mac. I was quite surprised when I found the exact same problem. That is a third machine, different OS, and downloaded from a different source. The problem was exactly the same. I played up to the room with the large fan and upon entering the room there was no shadow effect cast by the fan even though the shadow effect is turned all the way up in my settings. I then downloaded the Windows version of the game through Steam using wine on my main Linux desktop. This would be one of the machines I have been complaining about this problem occurring on. When running the Windows version in wine the shadow effect is working.

I am going to post the different configurations I have tried, whether the shadow effect worked, and the hpl.log. Maybe some sense can be made of this issue.

A couple of things to notice in this information.

1) I believe all of these machines and platforms contain graphics hardware that should be capable of displaying the shadow effect referenced.
2) All of the hpl.log files include similar warnings and errors, including the Windows 7 log, regardless of whether the referenced shadow effect worked or not.

Desktop PC
Hardware: AMD Phenom 9950 Quad-Core @ 3.0Ghz, 4GB RAM, Nvidia GeForce 9800GTX+ 512MB
Graphics Driver: 260.19.36

Test Platform: Gentoo Linux AMD64 - Native Game
Shadow Effect: No (verified to have worked in the past)
-------- 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 gui module
Creating haptic module
Creating scene module
--------------------------------------------------------

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

Initializing Graphics Module
--------------------------------------------------------
Init low level graphics
Setting video mode: 1680 x 1050 - 32 bpp
Init Glee...OK
Setting up OpenGL
  Max texture image units: 32
  Max texture coord units: 8
  Two sided stencil: 1
  Vertex Buffer Object: 1
  Anisotropic filtering: 1
  Max Anisotropic degree: 16
  Multisampling: 1
  Vertex Program: 1
  Fragment Program: 1
  NV Register Combiners: 1
  NV Register Combiners Stages: 8
  ATI Fragment Shader: 0
Creating graphic systems
  Creating Renderer2D
  Renderer2D created
  Creating Renderer3D
   Load Renderer3D gpu programs:
    Extrude
    Diffuse Vertex
    Diffuse Fragment
    Fog
   Creating fog textures: Solid Additive Alpha
   init sky box
  Renderer3D created
Creating screen buffers size 1680.000000 : 1050.000000
Creating programs
  RendererPostEffects created
Adding engine materials
--------------------------------------------------------

Initializing Sound Module
--------------------------------------------------------
Initializing OpenAL.
  Trying to open audio device... Success!
  Device name: OSS Software
  Number of mono sources: 32
  Vendor name: OpenAL Community
  Renderer: OpenAL Soft
  OpenAL Version Supported: 1.1
  EFX: 0
  Output Devices:
    ALSA Software on default
    ALSA Software on SB Audigy 4 [SB0610] [ADC Capture/Standard PCM Playback] (hw:0,0)
    ALSA Software on SB Audigy 4 [SB0610] [Multichannel Capture/PT Playback] (hw:0,2)
    ALSA Software on SB Audigy 4 [SB0610] [Multichannel Playback] (hw:0,3)
    OSS Software
    PortAudio Software
--------------------------------------------------------

Initializing Game Module
--------------------------------------------------------
Adding engine updates
Initializing script functions
--------------------------------------------------------

User Initialization
--------------------------------------------------------
Initializing Penumbra: Black Plague
  Version    $Rev: 3012 $
  Date    $Date: 2010-02-06 22:44:48 +0000 $
Checking Supported Profiles
  Profile CG_PROFILE_VP20 is supported
  Profile CG_PROFILE_FP20 is supported
  Profile CG_PROFILE_VP30 is supported
  Profile CG_PROFILE_FP30 is supported
  Profile CG_PROFILE_VP40 is supported
  Profile CG_PROFILE_FP40 is supported
  Profile CG_PROFILE_ARBVP1 is supported
  Profile CG_PROFILE_ARBFP1 is supported
  Profile CG_PROFILE_GLSLV is supported
  Profile CG_PROFILE_GLSLF is supported
  Profile CG_PROFILE_GLSLC is supported
Trying to load vertex program!
Success!
All set up done, starting game!
--------------------------------------------------------

Game Running
--------------------------------------------------------
Loading collada for 'maps/level12_mental_realm.dae' took: 557 ms
ERROR: Couldn't create material 'particle_metalpiece.mat'
ERROR: Couldn't create material 'particle_metalpiece.mat'
ERROR: Couldn't find particle system file 'particle_imp_generic_hard.ps'
ERROR: Couldn't create SoundEntity 'unbreak_impact_fence_med.snt'
WARNING: Couldn't preload sound 'unbreak_impact_fence_med'
ERROR: Couldn't create SoundEntity 'weapon_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_flesh_hit'
ERROR: Couldn't create SoundEntity 'weapon_flesh_hit_poke.snt'
WARNING: Couldn't preload sound 'weapon_flesh_hit_poke'
ERROR: Couldn't create SoundEntity 'unbreak_impact_fence_med.snt'
WARNING: Couldn't preload sound 'unbreak_impact_fence_med'
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Bone 'joint8' is not attached to skin!
WARNING: Bone 'joint7' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
ERROR: Couldn't find particle system file 'particle_imp_generic_hard.ps'
WARNING: Bone 'joint1' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
ERROR: Child body 'joint1' for joint 'sjoint2' in mesh 'boat_dynamicparaffin.dae' does not exist!
ERROR: Cannot find sub entity 'parrafinlight_joint1' in mesh 'boat_dynamicparaffin.dae'
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: No shapes for sub mesh 'propellerShape' with group: ''
ERROR: Couldn't find game element for entity 'propellerlarge01'
ERROR: Couldn't find particle system file 'particle_imp_metal.ps'
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
ERROR: Couldn't create SoundEntity 'weapon_spider_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_spider_flesh_hit'
ERROR: Couldn't create SoundEntity 'weapon_spider_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_spider_flesh_hit'
WARNING: Bone 'Teeth08End' is not attached to skin!
WARNING: Bone 'Teeth04End' is not attached to skin!
WARNING: Bone 'Teeth01End' is not attached to skin!
WARNING: Bone 'Teeth07End' is not attached to skin!
WARNING: Bone 'Teeth02End' is not attached to skin!
WARNING: Bone 'Teeth06End' is not attached to skin!
WARNING: Bone 'Teeth03End' is not attached to skin!
WARNING: Bone 'Teeth05End' is not attached to skin!
Rebuilding node connections and saving to 'maps/level12_mental_realm_Spider.nodes'
ERROR: Couldn't save XML file maps/level12_mental_realm_Spider.nodes
Rebuilding node connections and saving to 'maps/level12_mental_realm_Rockworm.nodes'
ERROR: Couldn't save XML file maps/level12_mental_realm_Rockworm.nodes
Loading collada for 'maps/level12_mental_realm.dae' took: 493 ms
ERROR: Couldn't create material 'particle_metalpiece.mat'
ERROR: Couldn't create material 'particle_metalpiece.mat'
ERROR: Couldn't find particle system file 'particle_imp_generic_hard.ps'
ERROR: Couldn't create SoundEntity 'unbreak_impact_fence_med.snt'
WARNING: Couldn't preload sound 'unbreak_impact_fence_med'
ERROR: Couldn't create SoundEntity 'weapon_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_flesh_hit'
ERROR: Couldn't create SoundEntity 'weapon_flesh_hit_poke.snt'
WARNING: Couldn't preload sound 'weapon_flesh_hit_poke'
ERROR: Couldn't create SoundEntity 'unbreak_impact_fence_med.snt'
WARNING: Couldn't preload sound 'unbreak_impact_fence_med'
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Bone 'joint8' is not attached to skin!
WARNING: Bone 'joint7' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
ERROR: Couldn't find particle system file 'particle_imp_generic_hard.ps'
WARNING: Bone 'joint1' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
ERROR: Child body 'joint1' for joint 'sjoint2' in mesh 'boat_dynamicparaffin.dae' does not exist!
ERROR: Cannot find sub entity 'parrafinlight_joint1' in mesh 'boat_dynamicparaffin.dae'
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: No shapes for sub mesh 'propellerShape' with group: ''
ERROR: Couldn't find game element for entity 'propellerlarge01'
ERROR: Couldn't find particle system file 'particle_imp_metal.ps'
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
ERROR: Couldn't create SoundEntity 'weapon_spider_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_spider_flesh_hit'
ERROR: Couldn't create SoundEntity 'weapon_spider_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_spider_flesh_hit'
WARNING: Bone 'Teeth08End' is not attached to skin!
WARNING: Bone 'Teeth04End' is not attached to skin!
WARNING: Bone 'Teeth01End' is not attached to skin!
WARNING: Bone 'Teeth07End' is not attached to skin!
WARNING: Bone 'Teeth02End' is not attached to skin!
WARNING: Bone 'Teeth06End' is not attached to skin!
WARNING: Bone 'Teeth03End' is not attached to skin!
WARNING: Bone 'Teeth05End' is not attached to skin!
Rebuilding node connections and saving to 'maps/level12_mental_realm_Spider.nodes'
ERROR: Couldn't save XML file maps/level12_mental_realm_Spider.nodes
Rebuilding node connections and saving to 'maps/level12_mental_realm_Rockworm.nodes'
ERROR: Couldn't save XML file maps/level12_mental_realm_Rockworm.nodes
WARNING: Couldn't find sound entity 'nooseflame'
--------------------------------------------------------

Statistics
--------------------------------------------------------
Medium framerate: 46.975457
--------------------------------------------------------

User Exit
--------------------------------------------------------
  Saving to config
  Saving keys
  Saving to config
  Saving keys
Reset maphandler
Exit Player
Exit Button Handler
Exit Map Handler
Exit Game Message Handler
Exit Radio Handler
Exit Inventory
Exit Fade Handler
Exit Save Handler
Exit Trigger Handler
Exit Attack Handler
Exit Notebook
Exit Numerical panel
Exit Intro story
Exit Death menu
Exit Graphics helper
Exit Main menu
Exit Player hands
Exit Music handler
Exit Map Load Text
Exit PreMenu
Exit Credits
Exit Ending
Exit Demo end text
Exit Gui Handler
Exit Sound Environment Handler
Exit Shooter
Saving config
Exit Effect Handler
Exit Game
--------------------------------------------------------

Exiting Gui Module
--------------------------------------------------------
--------------------------------------------------------

Exiting Scene Module
--------------------------------------------------------
--------------------------------------------------------

Exiting Input Module
--------------------------------------------------------
--------------------------------------------------------

Exiting Sound Module
--------------------------------------------------------
--------------------------------------------------------

Exiting Graphics Module
--------------------------------------------------------
--------------------------------------------------------

Exiting Resources Module
--------------------------------------------------------
Done with tilesets
Done with fonts
Done with scripts
Done with particles
Done with sounds
Done with meshes
Done with materials
Done with Gpu programs
Done with images
Destroyed all textures
Done with sound entities
Done with animations
All resources deleted
--------------------------------------------------------

Exiting Physics Module
--------------------------------------------------------
--------------------------------------------------------

Exiting System Module
--------------------------------------------------------
--------------------------------------------------------

Deleting game setup provided by user
- Deleting lowlevel stuff.
  Physics
  Sound
  Input
  Resources
  System
  Graphics
  Haptic
HPL Exit was successful!
Saving last config

Test Platform: Gentoo Linux AMD64 - Windows Game (Steam) using Wine
Shadow Effect: Yes
-------- 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 gui module
Creating haptic module
Creating scene module
--------------------------------------------------------

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

Initializing Graphics Module
--------------------------------------------------------
Init low level graphics
Setting video mode: 1680 x 1050 - 32 bpp
Init Glee...OK
Setting up OpenGL
  Max texture image units: 32
  Max texture coord units: 8
  Two sided stencil: 1
  Vertex Buffer Object: 1
  Anisotropic filtering: 1
  Max Anisotropic degree: 16
  Multisampling: 1
  Vertex Program: 1
  Fragment Program: 1
  NV Register Combiners: 1
  NV Register Combiners Stages: 8
  ATI Fragment Shader: 0
Creating graphic systems
  Creating Renderer2D
  Renderer2D created
  Creating Renderer3D
   Load Renderer3D gpu programs:
    Extrude
    Diffuse Vertex
    Diffuse Fragment
    Fog
   Creating fog textures: Solid Additive Alpha
   init sky box
  Renderer3D created
Creating screen buffers size 1680.000000 : 1050.000000
Creating programs
  RendererPostEffects created
Adding engine materials
--------------------------------------------------------

Initializing Sound Module
--------------------------------------------------------
Initializing OpenAL.
  Trying to open hardware device... Success!
  Device name: ALSA Software
  Number of mono sources: 32
  Setting up Environmental Audio...Success.
--------------------------------------------------------

Initializing Game Module
--------------------------------------------------------
Adding engine updates
Initializing script functions
--------------------------------------------------------

User Initialization
--------------------------------------------------------
Initializing Penumbra: Black Plague
  Version    $Rev: 2595 $
  Date    $Date: 2008-05-03 15:09:49 +0200 (lö, 03 maj 2008) $
Checking Supported Profiles
  Profile CG_PROFILE_VP20 is supported
  Profile CG_PROFILE_FP20 is supported
  Profile CG_PROFILE_VP30 is supported
  Profile CG_PROFILE_FP30 is supported
  Profile CG_PROFILE_VP40 is supported
  Profile CG_PROFILE_FP40 is supported
  Profile CG_PROFILE_ARBVP1 is supported
  Profile CG_PROFILE_ARBFP1 is supported
  Profile CG_PROFILE_GLSLV is supported
  Profile CG_PROFILE_GLSLF is supported
  Profile CG_PROFILE_GLSLC is supported
Trying to load vertex program!
Success!
All set up done, starting game!
--------------------------------------------------------

Game Running
--------------------------------------------------------
Loading collada for 'maps/level12_mental_realm.dae' took: 921 ms
ERROR: Couldn't create material 'particle_metalpiece.mat'
ERROR: Couldn't create material 'particle_metalpiece.mat'
ERROR: Couldn't find particle system file 'particle_imp_generic_hard.ps'
ERROR: Couldn't create SoundEntity 'unbreak_impact_fence_med.snt'
WARNING: Couldn't preload sound 'unbreak_impact_fence_med'
ERROR: Couldn't create SoundEntity 'weapon_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_flesh_hit'
ERROR: Couldn't create SoundEntity 'weapon_flesh_hit_poke.snt'
WARNING: Couldn't preload sound 'weapon_flesh_hit_poke'
ERROR: Couldn't create SoundEntity 'unbreak_impact_fence_med.snt'
WARNING: Couldn't preload sound 'unbreak_impact_fence_med'
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Bone 'joint8' is not attached to skin!
WARNING: Bone 'joint7' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
ERROR: Couldn't find particle system file 'particle_imp_generic_hard.ps'
WARNING: Bone 'joint1' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
ERROR: Child body 'joint1' for joint 'sjoint2' in mesh 'boat_dynamicparaffin.dae' does not exist!
ERROR: Cannot find sub entity 'parrafinlight_joint1' in mesh 'boat_dynamicparaffin.dae'
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: No shapes for sub mesh 'propellerShape' with group: ''
ERROR: Couldn't find game element for entity 'propellerlarge01'
ERROR: Couldn't find particle system file 'particle_imp_metal.ps'
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
ERROR: Couldn't create SoundEntity 'weapon_spider_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_spider_flesh_hit'
ERROR: Couldn't create SoundEntity 'weapon_spider_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_spider_flesh_hit'
WARNING: Bone 'Teeth08End' is not attached to skin!
WARNING: Bone 'Teeth04End' is not attached to skin!
WARNING: Bone 'Teeth01End' is not attached to skin!
WARNING: Bone 'Teeth07End' is not attached to skin!
WARNING: Bone 'Teeth02End' is not attached to skin!
WARNING: Bone 'Teeth06End' is not attached to skin!
WARNING: Bone 'Teeth03End' is not attached to skin!
WARNING: Bone 'Teeth05End' is not attached to skin!
WARNING: Could not find billboard wallvoid_ray03
WARNING: Could not find billboard wallvoid_ray03
WARNING: Could not find billboard wallvoid_ray04
WARNING: Could not find billboard wallvoid_halo3
WARNING: Could not find billboard wallvoid_halo4
WARNING: Could not find billboard wallvoid_ray04
WARNING: Couldn't find sound entity 'nooseflame'
--------------------------------------------------------

Statistics
--------------------------------------------------------
Medium framerate: 51.565685
--------------------------------------------------------

User Exit
--------------------------------------------------------
  Saving to config
  Saving keys
  Saving to config
  Saving keys
Reset maphandler
Exit Player
Exit Button Handler
Exit Map Handler
Exit Game Message Handler
Exit Radio Handler
Exit Inventory
Exit Fade Handler
Exit Save Handler
Exit Trigger Handler
Exit Attack Handler
Exit Notebook
Exit Numerical panel
Exit Intro story
Exit Death menu
Exit Graphics helper
Exit Main menu
Exit Player hands
Exit Music handler
Exit Map Load Text
Exit PreMenu
Exit Credits
Exit Ending
Exit Demo end text
Exit Gui Handler
Exit Sound Environment Handler
Exit Shooter
Saving config
Exit Effect Handler
Exit Game
--------------------------------------------------------

Exiting Gui Module
--------------------------------------------------------
--------------------------------------------------------

Exiting Scene Module
--------------------------------------------------------
--------------------------------------------------------

Exiting Input Module
--------------------------------------------------------
--------------------------------------------------------

Exiting Sound Module
--------------------------------------------------------
--------------------------------------------------------

Exiting Graphics Module
--------------------------------------------------------
--------------------------------------------------------

Exiting Resources Module
--------------------------------------------------------
Done with tilesets
Done with fonts
Done with scripts
Done with particles
Done with sounds
Done with meshes
Done with materials
Done with Gpu programs
Done with images
Destroyed all textures
Done with sound entities
Done with animations
All resources deleted
--------------------------------------------------------

Exiting Physics Module
--------------------------------------------------------
--------------------------------------------------------

Exiting System Module
--------------------------------------------------------
--------------------------------------------------------

Deleting game setup provided by user
- Deleting lowlevel stuff.
  Physics
  Sound
  Input
  Resources
  System
  Graphics
  Haptic
HPL Exit was successful!
Saving last config
Deleting ATI shader to 0
Deleting ATI shader to 0
Deleting ATI shader to 0
Deleting ATI shader to 0

Note: I included more logs but the forum is cutting the post short.
(This post was last modified: 04-01-2011, 05:09 AM by HyperEye.)
04-01-2011, 04:59 AM
Find
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#16
Solved: 8 Years, 1 Month ago RE: Shadow and Lighting Effects Stopped Working

I actually tested on a Fedora 14 x86_64 machine (3-core AMD system), but running an Nvidia GTS 450 card. I also have tested on my Mac Pro which is currently running an Nvidia 8800 GTS.

Here is a video from the Mac pro and what I see from the save game you sent me before.

http://screencast.com/t/IxuaUTN17fD5

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
04-01-2011, 03:47 PM
Website Find
mwoodj Offline
Junior Member

Posts: 2
Threads: 1
Joined: Apr 2011
Reputation: 0
#17
Solved: 8 Years, 1 Month ago RE: Shadow and Lighting Effects Stopped Working

This is HyperEye. I needed to reset my password but the forum doesn't send out the generated password email so I am locked out of my account until I can get assistance. I posted a thread about the issue.

Anyway, you have the same issue I do. I can see it at exactly 0:25 in your video. You just aren't noticing it because you are looking in the wrong direction. You need to look at the wall on the right, not the fan on the left. In your video there is no shadow.

Here is a link to my video starting at the time I enter that room. Notice the fan is casting a large moving shadow on the wall and ceiling when I look to the right and up.

http://www.youtube.com/watch?v=mgsKA5oTc...age#t=392s

This is that same room on the same machine with the same OS and no hardware changes now:

http://www.huntsvegas.org/screenshots/Pe...-nvbug.png

This effect in particular is not much of an issue but it is the one that I refer to because it is easy to see and it is indicative of the problem. When shadow effects are maximized that shadow should be there and in the past it was. Now my Linux machines do not have it with the native client and the Mac does not have it with the native client. The Linux machines both have it when I run the Windows client in Wine.

Here is a further portion of the thread I made last night.

Mac Mini
Hardware: Intel Core 2 Duo @ 2.26Ghz, 4GB RAM, Nvidia GeForce 9400 256MB
Graphics Driver: Apple Provided

Test Platform: Mac OS X Snow Leopard 10.6.7 - Native Game (Steam)
Shadow Effect: No
-------- 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 gui module
Creating haptic module
Creating scene module
--------------------------------------------------------

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

Initializing Graphics Module
--------------------------------------------------------
Init low level graphics
Setting video mode: 1280 x 1024 - 32 bpp
Init Glee...OK
Setting up OpenGL
  Max texture image units: 16
  Max texture coord units: 8
  Two sided stencil: 1
  Vertex Buffer Object: 1
  Anisotropic filtering: 1
  Max Anisotropic degree: 16
  Multisampling: 1
  Vertex Program: 1
  Fragment Program: 1
  NV Register Combiners: 0
  NV Register Combiners Stages: 2313898
  ATI Fragment Shader: 0
Creating graphic systems
  Creating Renderer2D
  Renderer2D created
  Creating Renderer3D
   Load Renderer3D gpu programs:
    Extrude
    Diffuse Vertex
    Diffuse Fragment
    Fog
   Creating fog textures: Solid Additive Alpha
   init sky box
  Renderer3D created
Creating screen buffers size 1280.000000 : 1024.000000
Creating programs
Dynamic loops in motion blur fp not supported, loading static instead.
  RendererPostEffects created
Adding engine materials
--------------------------------------------------------

Initializing Sound Module
--------------------------------------------------------
Initializing OpenAL.
  Trying to open audio device... Success!
  Device name: Built-in Output
  Number of mono sources: 32
  Vendor name: Apple Computer Inc.
  Renderer: Software
  OpenAL Version Supported: 1.1
  EFX: 0
  Output Devices:
    Built-in Output
--------------------------------------------------------

Initializing Game Module
--------------------------------------------------------
Adding engine updates
Initializing script functions
--------------------------------------------------------

User Initialization
--------------------------------------------------------
Initializing Penumbra: Black Plague
  Version    $Rev: 3012 $
  Date    $Date: 2010-02-06 22:44:48 +0000 $
Checking Supported Profiles
  Profile CG_PROFILE_VP40 is supported
  Profile CG_PROFILE_FP40 is supported
  Profile CG_PROFILE_ARBVP1 is supported
  Profile CG_PROFILE_ARBFP1 is supported
  Profile CG_PROFILE_GLSLV is supported
  Profile CG_PROFILE_GLSLF is supported
  Profile CG_PROFILE_GLSLC is supported
Trying to load vertex program!
Success!
All set up done, starting game!
--------------------------------------------------------

Game Running
--------------------------------------------------------
Loading collada for 'maps/level12_mental_realm.dae' took: 712 ms
ERROR: Couldn't create material 'particle_metalpiece.mat'
ERROR: Couldn't create material 'particle_metalpiece.mat'
ERROR: Couldn't find particle system file 'particle_imp_generic_hard.ps'
ERROR: Couldn't create SoundEntity 'unbreak_impact_fence_med.snt'
WARNING: Couldn't preload sound 'unbreak_impact_fence_med'
ERROR: Couldn't create SoundEntity 'weapon_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_flesh_hit'
ERROR: Couldn't create SoundEntity 'weapon_flesh_hit_poke.snt'
WARNING: Couldn't preload sound 'weapon_flesh_hit_poke'
ERROR: Couldn't create SoundEntity 'unbreak_impact_fence_med.snt'
WARNING: Couldn't preload sound 'unbreak_impact_fence_med'
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Bone 'joint8' is not attached to skin!
WARNING: Bone 'joint7' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
ERROR: Couldn't find particle system file 'particle_imp_generic_hard.ps'
WARNING: Bone 'joint1' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
ERROR: Child body 'joint1' for joint 'sjoint2' in mesh 'boat_dynamicparaffin.dae' does not exist!
ERROR: Cannot find sub entity 'parrafinlight_joint1' in mesh 'boat_dynamicparaffin.dae'
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: No shapes for sub mesh 'propellerShape' with group: ''
ERROR: Couldn't find game element for entity 'propellerlarge01'
ERROR: Couldn't find particle system file 'particle_imp_metal.ps'
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
ERROR: Couldn't create SoundEntity 'weapon_spider_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_spider_flesh_hit'
ERROR: Couldn't create SoundEntity 'weapon_spider_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_spider_flesh_hit'
WARNING: Bone 'Teeth08End' is not attached to skin!
WARNING: Bone 'Teeth04End' is not attached to skin!
WARNING: Bone 'Teeth01End' is not attached to skin!
WARNING: Bone 'Teeth07End' is not attached to skin!
WARNING: Bone 'Teeth02End' is not attached to skin!
WARNING: Bone 'Teeth06End' is not attached to skin!
WARNING: Bone 'Teeth03End' is not attached to skin!
WARNING: Bone 'Teeth05End' is not attached to skin!
Loading collada for 'maps/level12_mental_realm.dae' took: 551 ms
ERROR: Couldn't create material 'particle_metalpiece.mat'
ERROR: Couldn't create material 'particle_metalpiece.mat'
ERROR: Couldn't find particle system file 'particle_imp_generic_hard.ps'
ERROR: Couldn't create SoundEntity 'unbreak_impact_fence_med.snt'
WARNING: Couldn't preload sound 'unbreak_impact_fence_med'
ERROR: Couldn't create SoundEntity 'weapon_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_flesh_hit'
ERROR: Couldn't create SoundEntity 'weapon_flesh_hit_poke.snt'
WARNING: Couldn't preload sound 'weapon_flesh_hit_poke'
ERROR: Couldn't create SoundEntity 'unbreak_impact_fence_med.snt'
WARNING: Couldn't preload sound 'unbreak_impact_fence_med'
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Bone 'joint8' is not attached to skin!
WARNING: Bone 'joint7' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
ERROR: Couldn't find particle system file 'particle_imp_generic_hard.ps'
WARNING: Bone 'joint1' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
ERROR: Child body 'joint1' for joint 'sjoint2' in mesh 'boat_dynamicparaffin.dae' does not exist!
ERROR: Cannot find sub entity 'parrafinlight_joint1' in mesh 'boat_dynamicparaffin.dae'
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: No shapes for sub mesh 'propellerShape' with group: ''
ERROR: Couldn't find game element for entity 'propellerlarge01'
ERROR: Couldn't find particle system file 'particle_imp_metal.ps'
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
ERROR: Couldn't create SoundEntity 'weapon_spider_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_spider_flesh_hit'
ERROR: Couldn't create SoundEntity 'weapon_spider_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_spider_flesh_hit'
WARNING: Bone 'Teeth08End' is not attached to skin!
WARNING: Bone 'Teeth04End' is not attached to skin!
WARNING: Bone 'Teeth01End' is not attached to skin!
WARNING: Bone 'Teeth07End' is not attached to skin!
WARNING: Bone 'Teeth02End' is not attached to skin!
WARNING: Bone 'Teeth06End' is not attached to skin!
WARNING: Bone 'Teeth03End' is not attached to skin!
WARNING: Bone 'Teeth05End' is not attached to skin!
WARNING: Could not find billboard wallvoid_ray03
WARNING: Could not find billboard wallvoid_ray03
WARNING: Could not find billboard wallvoid_ray04
WARNING: Could not find billboard wallvoid_halo3
WARNING: Could not find billboard wallvoid_halo4
WARNING: Could not find billboard wallvoid_ray04
Loading collada for 'maps/level12_mental_realm.dae' took: 550 ms
ERROR: Couldn't find particle system file 'particle_imp_generic_hard.ps'
ERROR: Couldn't create SoundEntity 'unbreak_impact_fence_med.snt'
WARNING: Couldn't preload sound 'unbreak_impact_fence_med'
ERROR: Couldn't create SoundEntity 'weapon_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_flesh_hit'
ERROR: Couldn't create SoundEntity 'weapon_flesh_hit_poke.snt'
WARNING: Couldn't preload sound 'weapon_flesh_hit_poke'
ERROR: Couldn't create SoundEntity 'unbreak_impact_fence_med.snt'
WARNING: Couldn't preload sound 'unbreak_impact_fence_med'
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Bone 'joint8' is not attached to skin!
WARNING: Bone 'joint7' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
ERROR: Couldn't find particle system file 'particle_imp_generic_hard.ps'
WARNING: Bone 'joint1' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
ERROR: Child body 'joint1' for joint 'sjoint2' in mesh 'boat_dynamicparaffin.dae' does not exist!
ERROR: Cannot find sub entity 'parrafinlight_joint1' in mesh 'boat_dynamicparaffin.dae'
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: No shapes for sub mesh 'propellerShape' with group: ''
ERROR: Couldn't find game element for entity 'propellerlarge01'
ERROR: Couldn't find particle system file 'particle_imp_metal.ps'
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Geometry for joint child '' is missing! Might be connected to bone.
WARNING: Geometry  joint parten '' is missing! Might be connected to bone.
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint4' is not attached to skin!
WARNING: Bone 'joint5_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint9_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint30_joint10_joint11_joint12' is not attached to skin!
WARNING: Bone 'joint35_joint6_joint7_joint8' is not attached to skin!
WARNING: Bone 'joint17_joint18_joint19_joint20' is not attached to skin!
WARNING: Bone 'joint13_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint25_joint14_joint15_joint16' is not attached to skin!
WARNING: Bone 'joint40_joint18_joint19_joint20' is not attached to skin!
ERROR: Couldn't create SoundEntity 'weapon_spider_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_spider_flesh_hit'
ERROR: Couldn't create SoundEntity 'weapon_spider_flesh_hit.snt'
WARNING: Couldn't preload sound 'weapon_spider_flesh_hit'
WARNING: Bone 'Teeth08End' is not attached to skin!
WARNING: Bone 'Teeth04End' is not attached to skin!
WARNING: Bone 'Teeth01End' is not attached to skin!
WARNING: Bone 'Teeth07End' is not attached to skin!
WARNING: Bone 'Teeth02End' is not attached to skin!
WARNING: Bone 'Teeth06End' is not attached to skin!
WARNING: Bone 'Teeth03End' is not attached to skin!
WARNING: Bone 'Teeth05End' is not attached to skin!
WARNING: Could not find billboard wallvoid_ray03
WARNING: Could not find billboard wallvoid_ray03
WARNING: Could not find billboard wallvoid_ray04
WARNING: Could not find billboard wallvoid_halo3
WARNING: Could not find billboard wallvoid_halo4
WARNING: Could not find billboard wallvoid_ray04
WARNING: Couldn't find sound entity 'nooseflame'
--------------------------------------------------------

Statistics
--------------------------------------------------------
Medium framerate: 34.098913
--------------------------------------------------------

User Exit
--------------------------------------------------------
  Saving to config
  Saving keys
  Saving to config
  Saving keys
Reset maphandler
Exit Player
Exit Button Handler
Exit Map Handler
Exit Game Message Handler
Exit Radio Handler
Exit Inventory
Exit Fade Handler
Exit Save Handler
Exit Trigger Handler
Exit Attack Handler
Exit Notebook
Exit Numerical panel
Exit Intro story
Exit Death menu
Exit Graphics helper
Exit Main menu
Exit Player hands
Exit Music handler
Exit Map Load Text
Exit PreMenu
Exit Credits
Exit Ending
Exit Demo end text
Exit Gui Handler
Exit Sound Environment Handler
Exit Shooter
Saving config
Exit Effect Handler
Exit Game
--------------------------------------------------------

Exiting Gui Module
--------------------------------------------------------
--------------------------------------------------------

Exiting Scene Module
--------------------------------------------------------
--------------------------------------------------------

Exiting Input Module
--------------------------------------------------------
--------------------------------------------------------

Exiting Sound Module
--------------------------------------------------------
--------------------------------------------------------

Exiting Graphics Module
--------------------------------------------------------
--------------------------------------------------------

Exiting Resources Module
--------------------------------------------------------
Done with tilesets
Done with fonts
Done with scripts
Done with particles
Done with sounds
Done with meshes
Done with materials
Done with Gpu programs
Done with images
Destroyed all textures
Done with sound entities
Done with animations
All resources deleted
--------------------------------------------------------

Exiting Physics Module
--------------------------------------------------------
--------------------------------------------------------

Exiting System Module
--------------------------------------------------------
--------------------------------------------------------

Deleting game setup provided by user
- Deleting lowlevel stuff.
  Physics
  Sound
  Input
  Resources
  System
  Graphics
  Haptic
HPL Exit was successful!
Saving last config
Deleting ATI shader to 0
Deleting ATI shader to 0
Deleting ATI shader to 0
Deleting ATI shader to 0
04-01-2011, 05:59 PM
Find
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#18
Solved: 8 Years, 1 Month ago RE: Shadow and Lighting Effects Stopped Working

Hmm, ok.. now I see what you are talking about.. My initial guess is that it's a floating point rounding issue. wqhere that light for some reason is NOW rounding off it's position on the otherside of the wall (and thus not visible). Which could happen between different versions of drivers (And platforms, etc;..)

That would also explain why the windows (wine) version works.

A possible workaround might be to edit the map file for that level and "move" that light over a little. I've asked one of the other developers to give his thoughts on this and see what he comes up with.

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
04-01-2011, 07:26 PM
Website Find
HyperEye Offline
Junior Member

Posts: 13
Threads: 1
Joined: Feb 2011
Reputation: 0
#19
Solved: 8 Years, 1 Month ago RE: Shadow and Lighting Effects Stopped Working

I would like to update the thread with the current status on this issue. I have tested this fairly often since writing this thread. Tonight I played the game for a while and when I got to this part I found the lighting working properly again. A recent Nvidia driver update appears to have resolved the issue.
04-21-2012, 04:37 AM
Find




Users browsing this thread: 1 Guest(s)