Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

RPG Maker Cook Tool Deluxe

The one stop shop for deploying RPG Maker MV/MZ games · By AceOfAces

The loading never finishes...

A topic by Daisuke Tanaka created 18 days ago Views: 70 Replies: 4
Viewing posts 1 to 3
(1 edit)

Hello Ace,

I’m using the latest version.

I waited more than 15 minutes for the encryption process, and then more than 10 minutes for the game to launch, but it never started...

I plan to encrypt using both itch and Steam as usual, but if I have made any mistakes in the settings, please let me know.

I haven’t changed anything and am using the default settings.

Thank you very much.

Dice



















Hello, Daisuke Tanaka!

Usually, there's an issue with a plugin that doesn't work properly. The "Encrypt assets" option also turns on the option compile the game's source code, which can break some plugin (usually it's because they try to dynamically find their name via document.src). You can check for errors by enabling the option "Create a test build" on the Project Settings -> Essentials tab. Once it's created, run the game and press F12 to open the dev tools. If they don't open, remove the --disable-dev-tools command line argument on the package.json file.

(1 edit)

I checked the completed file, but there was no --disable-dev-toolsin the package.json file...

Do you still have the previous old version?
F12 didn’t open either...

I wrote the wrong chromium command line argument. It's --disable-devtools.

In any case, you can disable "Encrypt assets" (and, if the game is still stuck on the loading screen, disable "Source code protection"). This will revert it back to the R5.xx behaviour.

If this still happens, I'll send you a link via email.

It worked with the old version’s method.

Thank you very much.