RPG Maker MZ

RPG Maker MZ

Catalina Mar 30, 2021 @ 6:23am
Failed to load js/libs/effekseer.min.js
Everytime i try to start my test play it´s says that it could not find effekseer.min.js. I went and check and it was there but it was a WASM archive where every other archive was a js.
Does anyone know how to fix this?
< >
Showing 1-1 of 1 comments
Caethyril Mar 30, 2021 @ 9:40am 
There should be two Effekseer files under your project's js/libs subfolder:
  • effekseer.wasm - fast binary code for rendering;
  • effekseer.min.js - some kind of interface for the renderer, I think?
Ideas:
  1. Double-check that you're looking in the correct place. You can open the current project folder by choosing Game > Open Folder from the editor's menu bar.

  2. Are both of those files in the correct place in your project folder? If no then go to step 3. If yes then you might have deployed into your project folder (bad idea). Do you see a www subfolder? If so, remove the following:
    • The www subfolder - deployed data
    • The package.json file - game boot options
    Playtest should cause the default package.json file to appear. Otherwise you can copy it from a new project.

  3. Choose Game > Update Corescript from the editor's menu bar. This should also restore any missing script files.

  4. Try verifying your RPG Maker MZ installation:
    • Steam Library > RPG Maker MZ > right-click > Properties > Local Files > Verify
    This will scan your installation and re-download any missing or damaged files. Note that this only changes the install files, you'll need to redo step 3 to update your project files.

  5. If the file is still not showing up, check your anti-virus/anti-malware app settings to see if they've quarantined it. I'm quite certain it's a harmless file but sometimes these apps can guess wrong.
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Mar 30, 2021 @ 6:23am
Posts: 1