Page 1 of 1

I exported my game as Macos , but it doesn't work

PostPosted: Tue Apr 17, 2012 2:45 pm
by ggesterGamePro99
I haven't finished a ful game. Just testing . I just got a character walking. that's it.

but i exported as Mac, and i'm on a mac( Mac Pro 2009 )

The icon created is a blank white thing. and when i cdouble click it i just get a terminal white window..but the actual game doesn't even start at all.
If i can't even get it to work on my mac,
how would i know if it works on windows.

Am i doing smething wrong? Why don't i get the game to pop up?

Re: I exported my game as Macos , but it doesn't work

PostPosted: Tue Apr 17, 2012 5:14 pm
by skydereign
I presume you haven't changed its execute permissions. Before you can run it, you have to set it to execute. You can do this with the terminal. This assumes the file is on your desktop, and is named filename.
Code: Select all
chmod +x Desktop/filename