KageDesu / Alpha-ABS

Alpha ABS plugin for MV
78 stars 18 forks source link

rpgmaker mv 1.5.1(steam)- I get black screen error message: ABS: Support only RPG Maker MV 1.3.1 and above #3

Closed blurymind closed 6 years ago

blurymind commented 7 years ago

Seems to be failing to detect my editor version $.STRING_ERROR_VERSION =

How do i disable this faulty error check?

blurymind commented 7 years ago

apparently it thinks that I am running rpg maker version 1.2.0 :o which is what Utils.RPGMAKER_VERSION is returning if you are running the steam version of rpg maker mv 1.5.1

Perhaps we should notify enterbrain about this bug

blurymind commented 7 years ago

suggestion for the pluggin - for better debugging, I suggest you change the string error version line to say this:

$.STRING_ERROR_VERSION = 
    ["Running on Rpg Maker MV "+Utils.RPGMAKER_VERSION+" ABS: Support only RPG Maker MV 1.3.1 and above",'ABS: Обновите версию RPG Maker MV до 1.3.1 или выше'];
blurymind commented 7 years ago

for everyone else with this bug, put return true; above this line var v = Utils.RPGMAKER_VERSION.split('.');

its an easy fix

blurymind commented 7 years ago

I made a pull request that disables the version check, as a temporary fix for the steam version bug: https://github.com/KageDesu/Alpha-ABS/pull/4 I also added a couple of useful little features, to make using the plugin less labour intensive

blurymind commented 7 years ago

I reported the bug on rpg maker forum: https://forums.rpgmakerweb.com/index.php?threads/rpg-maker-mv-1-5-1-on-steam-utils-rpgmaker_version-returns-1-2.85397/

KageDesu commented 6 years ago

Thanks. It will be useful.