RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Plugin Conflict?

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 77
RMRK Junior
Apparently the Item Book plugin and Yanfly's Item Core are completely incompatible, no matter what. The game crashes on startup with the following error:

Cannot read property '0' of Undefined

What does this even mean?

*
Rep:
Level 82
It means that some variable has the state 'undefined' and cannot be used as an object, which it is in this case. There should really be tests for undefined and null states, I think. Though, given the way that plugins work in MV, I can see how an individual plugin file might end up being huge if you tried to handle everything. I just think better error handling is a good thing.

This was also a problem at times in RGSS scripts, especially when using original functions that have either been overwritten or aliased. Mixing scripts by different authors will lead to a higher risk of this kind of issue.

Yanfly is aware of the incompatibility and has said he might work on his own version of the Item Book script that will work fully.

I can't check the params at the moment, but if there is a setting regarding independent items then turn that off. That should allow them to work together. Not ideal, but something to try.
(Why do I always feel like it's the end of the world and I'm the last man standing?)