biud436 / MV

🏰 This plugin package includes helpful features to get you on your way to create your game in RPG Maker MV.
MIT License
64 stars 51 forks source link

Error in using the plugin RS_ArabicMessageSystem.js #7

Closed majidasgari closed 5 years ago

majidasgari commented 6 years ago

Hello!

Thanks for you great plugin. When I added the plugin into my game, I have an error in console and plugin is not working:

Uncaught TypeError: Cannot read property 'prototype' of undefined in line 329:

RS.ArabicFlipFilter.prototype = Object.create( PIXI.Filter.prototype );

I have checked and I know PIXI.Filter is undefined

Do the plugin requires another plugin? The version of my RPG Maker MV is 1.5.1 but i have tested it on 1.0.0 with same error.

biud436 commented 6 years ago

Hello, Thank you for your feedback. In the RMMV 1.5.1, I've checked my plugin but there was no error message.

Try to check this :

Note that this plugin runs only in RMMV 1.3.0 or more, it does not support in less than 1.2.0 version.

majidasgari commented 6 years ago

I'm not sure but I think it's running on Canvas. Graphics.isWebGL() returns undefined. How can I check PIXI version? Isn't it a embedded library in RMMV? If not, how can I obtain that?

Thanks for your support.

rpgm

majidasgari commented 6 years ago

I found the problem :) The project I was opened in RPG Maker has been created by older version (1.0.0). I create a new project and It's working. Thanks again for you great plugin.