Project

General

Profile

Panda3D » History » Version 6

Kristján Oddsson, 2012-09-28 13:06

1 1 Kristján Oddsson
h1. Panda3D
2
3 6 Kristján Oddsson
h2. Enviroments
4 1 Kristján Oddsson
5 6 Kristján Oddsson
h3. Windows
6
7 1 Kristján Oddsson
There are no known errors on Windows.
8
9 6 Kristján Oddsson
h3. Linux
10 2 Kristján Oddsson
11 6 Kristján Oddsson
h4. "Could not open window" error
12 5 Kristján Oddsson
13
The following was tested successfully on Ubuntu 12.04 LTS
14 2 Kristján Oddsson
15 4 Kristján Oddsson
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@.