GLBasic forum

Main forum => GLBasic - en => Topic started by: kamakazieturtle on 2008-Sep-13

Title: Help
Post by: kamakazieturtle on 2008-Sep-13
When I play my game on the gp2x all I get is a black screen?  :S
All help is appreciated.  :good:
Title: Re: Help
Post by: Moru on 2008-Sep-13
Make sure you have updated GL-Basic to latest version thru the web-update option in GL-Basic itself. Then make a smaller example program that only displays a sprite on screen, make sure you have the name correct with only small letters or however it was typed in originaly eg: "sprite.png", not "SPrItE.pNg". Also make sure that path to the sprite is not typed windows-style with backslash, always use forward slash: "data/sprite.png", even when testing it on windows. and don't forget to copy the other file that GL-Basic is copying into your game map, mmuhack.o
Title: Re: Help
Post by: kamakazieturtle on 2008-Sep-13
Thanks for the help Moru, but I'm afraid last night I must have been to tired to catch it. I found out what was wrong this morning. I had already been running it on the 2x so thats why i was so stumped, but it was just a little mistake. Once again, thanks everyone.