Ttanasart-pt / Pixel-Composer

Node base VFX editor for pixel art.
MIT License
681 stars 30 forks source link

Can't compile it on Windows 10. #44

Open TheShankar opened 1 year ago

TheShankar commented 1 year ago

Hi! I was able to get hold of the extensions you are using, but I'm having issues compiling the code. There are two issues actually, one is the following:

"ERROR in
action number 1
of Create Event
for object <undefined>:

Error on load
Unable to find function gameframe_get_double_click_time"

I have the extension GameFrame and all it's files.

The other issue is that if I delete this extension, the bug disappears... But then I get hit with a Windows error when the code finishes compiling. It doesn't give me any error about missing code, extensions, non declared functions etc etc.

Do you use any special configuration on GameMaker? You think it may not be compiling because it only compiles with a windows license, ie: native code?

Thank you!