Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Edit: this happens when i use the .exe version, it works fine wit the .7z one 


Ive tried to use joiplay and as soon as i start the game it CTDs with this error:

Script 'Global Setting Addon' line 357: Errno::EINVAL occured.  Invalid argument - MyProject\

This is the last part of the log.txt:

...
 Executing script 
 Escape confirmation 
 Executing script  Happy Holidays! 
 Executing script  Names for save files 
 Executing script  Slow choices 
 Executing script  ▼ Main Process 
 Executing postload scripts 
 Postload script is executed. 
 Cheats are enabled. 
 Executing Cheat Script 
 Cheat script is executed. 
 Disabling Autotile Animations 
 Executing script  Main 
 Script 'Global Setting Addon' line 357: Errno::EINVAL occured. 
 Invalid argument - MyProject\ 
 EventThread termination requested 
 RGSS thread ack'd request after 0 ms 
 Shutting down. 
-End of file-

Could you try deleting the MyProject folder, and see if that solves the issue? The game should just create a new one if there isn't one present.

In theory, that folder contains files for a script to keep game's options (like "always dashing") separated from the save files, but the script caused a couple of issues lately, so I am also considering removing it. Let me know if this workaround solves the problem, I'll try to figure out why it behaves differently between the two version.