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.
Multiple Errors

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 87
Embrace the stillness of eternity.
I stopped working on a game for a couple months, and now I started working on it and there are a couple errors. They never happened before, and I'm not sure what I did to cause them.

Custom Scripts:
Advanced Debug System (by Slipknot)
SP Recovery (by Namkcor)
Leon's Shopping System (presumably by Leon)
Letter by Letter Message Window (by Slipknot)
Death Watch Condition (by Namkcor)



Errors:


I get this one when trying to open the equip menu:

Script 'Window_EquipRight' line 44: NoMethodError occurred.
undefined method `draw_item_name' for #<Window_EquipRight:0x1401e10>


I get this one when trying to use the advanced debug:

Script 'Advanced_Debug' line 439: NoMethodError occurred.
undefined method `draw_item_name' for #<Window_Debug_Items:0x13d8488>



Please help!

******
Revolution is not a bed of roses.
Rep:
Level 91
Project of the Month winner for July 2009
Try removing the Advanced Debug System. If that doesn't work, keep removing scripts one by one until you find the one that is the source of the problem.

***
Rep:
Level 87
Embrace the stillness of eternity.
I removed the Advanced Debug, but it just took away the debug error. I tried removing the various scripts one by one, buy none of them worked so I still have the Window_EquipRight error.

**
Rep:
Level 85
Are you using default scripts? (besides the gamer-made ones you have listed)


*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
Well, some scripts require you (for some reason) to delete default scripts and put in the custom scripts in their place. Since you haven't worked on the game for a while, it's possible that this is the case. Replace the entire scripts.rxdata file with a clean one from a new project. Check that out - if there is still an error, ask for a clean one in this topic and we'll give you one that ought to work. If that doesn't work, well then you'll probably need to reinstall the program. In any case, if along the way you do get a working game, try introducing each script in one by one and see where the error occurs.