#Game wont run!

30 messages · Page 1 of 1 (latest)

tidal granite
#

I've just started and I'm following a tutorial to make an RPG, I have 1 room, one sprite and an object no code at all. The game wont run! There doesnt seem to be any compile errors but it says FAILED: Run Program Complete

gaunt lynx
#

what does it say in the output log above that?

#

also, what is your IDE and runtime version?

#

They're in the top right

tidal granite
gaunt lynx
#

alright version looks right

#

can you show your whole output log after it fails?

tidal granite
#

ok 1 sec

gaunt lynx
#

Are you on mac? What's your mac OS version?

tidal granite
#

sonoma 14.5

#

?

gaunt lynx
#

alright that should be fine too

#

do you have any kind of anti-virus?

tidal granite
#

nope

gaunt lynx
#

check out this article

tidal granite
#

ok i will

#

thanks

tidal granite
#

Hi there! After reading the aritcle i changed this from vm to yyc

#

no idea what it means

#

but it runs

#

will the change affect anything in future?

gaunt lynx
#

does it only run on YYC, and not VM?

#

the difference between VM and YYC is VM compiles faster, but the game itself will be faster when compiling with YYC

#

so VM is nice for testing since it compiles faster

#

and YYC is better for a final export

tidal granite
gaunt lynx
#

hmm not sure why YYC is working but not VM, I don't have a mac so hard to say why