My system: Debian Linux, stable release ("wheezy"), 64-bit.
I installed some libraries that were needed (shown by ldd), like libxt, and some more libraries that OGRE wanted, like libxrandr, and I think all the dependencies are met. The game starts running, various messages appear on the terminal, and then just stops -- nothing happening at all (but not dead, and no error).
Ran it in the gdb debugger, seems that OGRE is trying to show a config dialog with libXt (an ancient X toolkit, heh) -- but for some reason no window is appearing.
Backtrace (and some game messages) :
- {l Code}: {l Select All Code}
- Added resource location './DeferredShadingMedia' of type 'FileSystem' to resource group 'General' with recursive option
 Added resource location './PCZAppMedia' of type 'FileSystem' to resource group 'General' with recursive option
 Creating resource group Music
 Added resource location './music' of type 'FileSystem' to resource group 'Music' with recursive option
 Creating resource group Sound
 Added resource location './sounds' of type 'FileSystem' to resource group 'Sound' with recursive option
 ^C
 Program received signal SIGINT, Interrupt.
 0xf751c426 in poll () from /lib/i386-linux-gnu/libc.so.6
 (gdb) bt
 #0 0xf751c426 in poll () from /lib/i386-linux-gnu/libc.so.6
 #1 0xf7231149 in _XtWaitForSomething () from /usr/lib/i386-linux-gnu/libXt.so.6
 #2 0xf7232900 in XtAppProcessEvent () from /usr/lib/i386-linux-gnu/libXt.so.6
 #3 0xf7226a88 in XtAppMainLoop () from /usr/lib/i386-linux-gnu/libXt.so.6
 #4 0xf7ebdd2b in Ogre::ConfigDialog::display() () from ./lib/libOgreMain.so.1.7.2
 #5 0xf7daca9b in Ogre::Root::showConfigDialog() () from ./lib/libOgreMain.so.1.7.2
 #6 0x080ff15c in ODApplication::ODApplication() ()
 #7 0x080f8885 in main ()
I'm not too fussed if you can figure out the problem or not, but thought you may want to know about it. I might try the windows 0.4.9 package later.




 I couldn't beg you enough to try to compile the development branch instead of trying the 0.4.8 linux antic release.
 I couldn't beg you enough to try to compile the development branch instead of trying the 0.4.8 linux antic release.




