LiEnby / chovy-gm

At long last. GameMaker 8.1 to PSP!
GNU Lesser General Public License v2.1
42 stars 4 forks source link

Help with directory #25

Closed TeamCS1 closed 2 years ago

TeamCS1 commented 3 years ago

Alright so I've created the exe for the game along with the icon0 and pic0 and it looks all okay.

When clicking the build iso button the program crashes with this error code:

"An unhandled exception of type 'System.IO.DirectoryNotFoundException' occurred in mscorlib.dll

Additional information: Could not find a part of the path 'C:\Users\tabee\Desktop\FalloutPortable\chovy-gm-master\bin\Release\RUNNER'."

I'd assume it'd generate the folder itself but there is no runner folder. I have the eboot but not sure where to place it. (I've tried placing the eboot inside a RUNNER folder I have created, but still same issue).

Thank you.

LAZERPOINT commented 3 years ago

ok, but were do i open the app itself

LiEnby commented 3 years ago

did you compile it from source? you have to copy the RUNNER folder from the releases zip file !

TeamCS1 commented 2 years ago

Thanks got it working.