Hi there!
I recently compiled celestia in a Pentium IV 1.6 ghz with 256mb DDR and a nvidia TNT2 riva m64 of 32 mb.
I'm using Debian 3.0 Woody and it works fine.
Well always is fine except for Saturn and Uranus because when the machine tries to render them, it craches.
Ups! I was forgetting, Celestia crashes to when pressing '?' in a spanish keyboard.
Out of this bugs, Celestia works fine in my PC!
Good Work Chris!
[/i]
Saturn & Uranus Crashes
-
- Site Admin
- Posts: 4211
- Joined: 28.01.2002
- With us: 22 years 9 months
- Location: Seattle, Washington, USA
Saturn & Uranus Crashes
p0petmaster wrote:Hi there!
I recently compiled celestia in a Pentium IV 1.6 ghz with 256mb DDR and a nvidia TNT2 riva m64 of 32 mb.
I'm using Debian 3.0 Woody and it works fine.
Well always is fine except for Saturn and Uranus because when the machine tries to render them, it craches.
Ups! I was forgetting, Celestia crashes to when pressing '?' in a spanish keyboard.
Out of this bugs, Celestia works fine in my PC!
Good Work Chris!
[/i]
This is a bug with how Celestia loads OpenGL extensions; it's been fixed recently, but 1.2.4 still has the problem. A temporary workaround is to edit src/celengine/render.cpp and add this line:
nSimultaneousTextures = 1;
at the very end of Renderer::init()
--Chris