Th3Ya0vi / vdrift-ogre

Automatically exported from code.google.com/p/vdrift-ogre
0 stars 0 forks source link

StuntRally crashes on Startup (Ubuntu #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install stuntrally from PlayDeb
2. Run it from console

What is the expected output? What do you see instead?

Game window pops up and starts loading but then disappears. End of console 
output:

Creating viewport on target 'rtt/2789953432/c2/rt1/Stunt_Rally', rendering from 
camera 'PlayerCam', relative dimensions 4L: 0 T: 0 W: 1 H: 1 ZOrder: 0
Viewport for camera 'PlayerCam', actual dimensions 4L: 0 T: 0 W: 128 H: 128
WARNING: Texture instance 'c0/rt_output/Stunt_Rally' was defined as manually 
loaded, but no manual loader was provided. This Resource will be lost if it has 
to be reloaded.
WARNING: Texture instance 'c0/rt_output/Stunt_Rally' was defined as manually 
loaded, but no manual loader was provided. This Resource will be lost if it has 
to be reloaded.
WARNING: Texture instance 'c1/rt0/Stunt_Rally' was defined as manually loaded, 
but no manual loader was provided. This Resource will be lost if it has to be 
reloaded.
WARNING: Texture instance 'c1/rt0/Stunt_Rally' was defined as manually loaded, 
but no manual loader was provided. This Resource will be lost if it has to be 
reloaded.
WARNING: Texture instance 'c2/rt1/Stunt_Rally' was defined as manually loaded, 
but no manual loader was provided. This Resource will be lost if it has to be 
reloaded.
WARNING: Texture instance 'c2/rt1/Stunt_Rally' was defined as manually loaded, 
but no manual loader was provided. This Resource will be lost if it has to be 
reloaded.
Font Consoleusing texture size 512x256
Info: Freetype returned null for character 160 in font Console
Texture: ConsoleTexture: Loading 1 faces(PF_BYTE_LA,512x256x1) with 0 generated 
mipmaps from Image. Internal format is PF_BYTE_LA,512x256x1.
List::getItemNameAt : index number 4294967295 out of range [1]  |  
/build/build-mygui_3.0.1-1~getdeb3-i386-iWOgzo/mygui-3.0.1/MyGUIEngine/src/MyGUI
_List.cpp  |  806
terminate called after throwing an instance of 'MyGUI::Exception'
  what():  MyGUI EXCEPTION : List::getItemNameAt : index number 4294967295 out of range [1]
 in MyGUI at /build/build-mygui_3.0.1-1~getdeb3-i386-iWOgzo/mygui-3.0.1/MyGUIEngine/src/MyGUI_List.cpp (line 806)
Aborted

What version are you using? On what operating system?
1.1.1-1~getdeb5~maverick on Ubuntu Maverick

Original issue reported on code.google.com by vrank...@gmail.com on 31 Aug 2011 at 3:51

GoogleCodeExporter commented 8 years ago
This is strange.
I'm guessing that some list didn't get filled. Either car or track list, 
meaning either some path finding error or missing data. I could be also 
something else, It's difficult to say.

Original comment by Cry...@gmail.com on 31 Aug 2011 at 6:50

GoogleCodeExporter commented 8 years ago
Closed. Reopen if this happens with latest Stunt Rally, it would also be good 
to try our ppa or compiling yourself to rule out playdeb packaging error.

Original comment by tapiovie...@gmail.com on 12 Oct 2011 at 5:26