Hi All,
I have installed Panda3D on Linux ( from source ) and I want to run the Greeting Card sample. After finally getting around the Config.prc problem, now I at least get a window, however I don’t get any images in that window. I get these error message in the console:
:util(warning): Adjusting global clock’s real time by 0.703839 seconds.
:pgraph(warning): Using deprecated LightAttrib interface.
:pgraph(warning): Using deprecated LightAttrib interface.
:audio(error): createSound(sound/soundtrack.mp3): File not found.
:util(warning): Adjusting global clock’s real time by -1.98204 seconds.
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display:gsg:glgsg(error): at 4383 of panda/src/glstuff/glGraphicsStateGuardian_src.cxx : GL error 1282
:display(error): Deactivating glxGraphicsStateGuardian.
Does anyone know what the problem is?
many thanks!
Barry