Project

General

Profile

Panda3D » History » Version 5

Kristján Oddsson, 2012-09-27 20:36

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