Project

General

Profile

Panda3D » History » Revision 9

Revision 8 (Kristján Oddsson, 2012-11-19 14:36) → Revision 9/10 (Kristján Oddsson, 2012-11-19 14:37)

h1. Panda3D 

 h2. Enviroments 

 h3. Windows 

 There are no known errors on Windows. 

 h3. Linux 

 h4. "Could not open window" error 

 The following was tested successfully on Ubuntu 12.04 LTS 

 When running into the error "Could not open window" on linux one needs to change his config file to load the @pandagles@ display instead of the @pandagl@ display. To do this you edit the file @/etc/Config.prc@, comment out the line @load-display pandagl@ and uncomment the line @load-display pandagles@. 

 Note that the cartoon shader did not work on the linux boxes when they were added, but would work on windows boxes. This lead us to believe that it was due to these changes and changing them back resulted in the shaders working without any hiccups so far. 

 h4. Black screen on startup 

 On Arch Linux, one of the developers had the problem of only getting a black screen when running the virtarium code. After hours of reading forums, OpenGl or Panda3D ones he decided to take a screenshot using the linux utility @scrot@. The attatched file attachment:"30.png" attachment:"2012-11-19_14:30.png" shows the issue. However, a second after taking the screenshot the issue resolved leading to developer to link the two events. 

 If faced with a black screen when loading up the virtarium code, try taking a screenshot before trying out other things.