Having an issue, and I don't know how to resolve it. Here's what we have (my buddy and I)
megaglest 3.5.2
Linux Mint 10 32 bit
pentium 4 3.2 GHz
2GB RAM
nVidia 5200 256MB video card
It will load a scenario just fine, but whenever we hit "Custom Game" it immediatly crashes. The debug throws this at is:
[2011-10-28 00:17:11] In [/home/softcoder/Code/megaglest/trunk/source/glest_game/menu/menu_state_custom_game.cpp::simpleTask Line 2081]
[2011-10-28 00:17:11] In [/home/softcoder/Code/megaglest/trunk/source/glest_game/menu/menu_state_custom_game.cpp::simpleTask Line 2149]
[2011-10-28 00:17:11] In [/home/softcoder/Code/megaglest/trunk/source/glest_game/main/main.cpp::handleRuntimeError Line: 442] [OpenGL error #1286 [0x506] : [invalid framebuffer operation] at file: [/home/softcoder/Code/megaglest/trunk/source/glest_game/graphics/renderer.cpp], line: 444
Stack Trace:
./megaglest:Glest::Game::glestMain(int, char**) address [0x82c8f0b] line: 3021
./megaglest:Glest::Game::glestMainWrapper(int, char**) address [0x82cd6ed] line: 3081
./megaglest:main() address [0x82cd7f6] line: 3101
/lib/libc.so.6:__libc_start_main() address [0x3e4ce7] line: 0
./megaglest() [0x81b95c1] address [0x81b95c1] line: 0
]
[2011-10-28 00:17:11] In [/home/softcoder/Code/megaglest/trunk/source/glest_game/main/program.cpp::showMessage 619] msg [OpenGL error #1286 [0x506] : [invalid framebuffer operation] at file: [/home/softcoder/Code/megaglest/trunk/source/glest_game/graphics/renderer.cpp], line: 444
Stack Trace:
./megaglest:Glest::Game::glestMain(int, char**) address [0x82c8f0b] line: 3021
./megaglest:Glest::Game::glestMainWrapper(int, char**) address [0x82cd6ed] line: 3081
./megaglest:main() address [0x82cd7f6] line: 3101
/lib/libc.so.6:__libc_start_main() address [0x3e4ce7] line: 0
./megaglest() [0x81b95c1] address [0x81b95c1] line: 0
]
If anybody can help, please do so, it'd be greatly appreciated.
Edit by Omega: Added code tags