- Joined
- Mar 27, 2020
- Messages
- 1,297
- Reaction score
- 690
- First Language
- German
- Primarily Uses
- RMMV
i get this error , because of 2 plugins which are not mentioned in the error message.
plugin1 displays state icons on map events
(and updates them)
plugin2 uses "weapon/armor/item" -icons and displays them in $gameMessages after a steal skill happened
(for the steal result text)
So i am pretty sure this has something to do with displaying Icons and its frame updates
The error happens right after the Text was displayed that used such icon in its message:
(and that only happens if Plugin1 updates the frameCharacter of the displayed state icons)
=> strange thing is, it just happened also on other "result messages" which doesnt use icons such as "Failed" or "There is Nothing to Steal"
-> i was thinking about using a "debug - switch" to avoid the updates of the state icons when the text is displayed, but its quite hard to get the right timing, cose the errors happens after the message was displayed,,
Perhaps there might be any other better solution to fix this Issue?
any ideas are very welcome!
If needed i could post the 2 plugins which i mentioned..
-> but i am not sure if thats required, perhaps i missunderstand the Bug completly idk..
error img:

edit
there is also another thread related to this, but its not answered or solved properly..
forums.rpgmakerweb.com
plugin1 displays state icons on map events
(and updates them)
plugin2 uses "weapon/armor/item" -icons and displays them in $gameMessages after a steal skill happened
(for the steal result text)
So i am pretty sure this has something to do with displaying Icons and its frame updates
The error happens right after the Text was displayed that used such icon in its message:
(and that only happens if Plugin1 updates the frameCharacter of the displayed state icons)
=> strange thing is, it just happened also on other "result messages" which doesnt use icons such as "Failed" or "There is Nothing to Steal"
-> i was thinking about using a "debug - switch" to avoid the updates of the state icons when the text is displayed, but its quite hard to get the right timing, cose the errors happens after the message was displayed,,
Perhaps there might be any other better solution to fix this Issue?
any ideas are very welcome!
If needed i could post the 2 plugins which i mentioned..
-> but i am not sure if thats required, perhaps i missunderstand the Bug completly idk..
error img:

edit
there is also another thread related to this, but its not answered or solved properly..
Error: Cannot read property 'TextColor' of undefined.
I get this error when an enemy attack me and is tryign to apply a State (Posion to be exact) I am using YEP_BuffStateCore Here is a screenshot of the Readout

Last edited: