Page 1 of 1

Help with export needed!

PostPosted: Sun Jun 13, 2010 9:22 pm
by NevenResnik
Please help me out a bit. I created a game and it is ready to run on my Mac (OS 10.5 Leopard). It is necessary to export the game to my desktop, but it won't work. I selected "Mac OS X executable" from the export menu, and clicked "Export". But the exported file is one of those white files with no icon which open nothing. Did I forget anything in the complete process, or is it the software? Please help me out!

-Thanks!

Re: Help with export needed!

PostPosted: Wed Jun 16, 2010 10:53 am
by akr
NevenResnik wrote:Please help me out a bit. I created a game and it is ready to run on my Mac (OS 10.5 Leopard). It is necessary to export the game to my desktop, but it won't work. I selected "Mac OS X executable" from the export menu, and clicked "Export". But the exported file is one of those white files with no icon which open nothing. Did I forget anything in the complete process, or is it the software? Please help me out!

-Thanks!

Pls open a terminal an do the following:

chmod +x exportedfile
./exportedfile

and your game will run. So far we dont have a app bundle to click on mac. I think future releases will be more user friendly.

andreas

Re: Help with export needed!

PostPosted: Wed Jun 16, 2010 3:00 pm
by NevenResnik
Thanks for the help. I just have 2 more questions. Where is the terminal located? And, when is an 'improved' version of this software coming? Because it sure rocks, but I can't distribute my game. Please respond, as I have one more question.

Neven.
P.S. Thanks again for your help! :)