Skip to main content

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

Hello there, i have buy the pro version but i got this error how to fix it?

Thanks


/D:/ASCII/RMMV/TemplateBase/mygame/js/plugins/Mimosa_MouseCursorPlus.js:578 Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode

pixi.js:27682 

    PixiJS 4.5.4 - ✰ WebGL ✰      http://www.pixijs.com/    ♥♥♥ 

(1 edit)

your project is using an old version of rpg maker mv. The easiest solution would be to update your project to use 1.5.0+ however I'm sure you havent done so probably for plugin compatability. If thats the case...


The next solution would be to find every instance of const, or let, in the plugin and replacing it with var instead.


Sorry for the late reply. ^^;