[VX ACE] Unable to access items after attaining an item

Jestereir

Veteran
Veteran
Joined
Aug 19, 2014
Messages
34
Reaction score
20
First Language
English
Primarily Uses
I'm currently using Soulpour777's Menu á la Majo no Ie code, and this error comes up after I pick up an item

I've made a quick event to see how it looks like, and ended up getting this error. Basically, the event adds the item 'Letter' into the menu, and I've set an icon for it already..? 

Here's the event that I've used for it. And the item in the database as well, just in case it's needed.



I can't really figure out what the problem is, so I've been stuck for a while.. can anyone help me out?
 

BoluBolu

Veteran
Veteran
Joined
Apr 24, 2014
Messages
452
Reaction score
117
Primarily Uses
First I want to tell you that it's kinda hard debugging that your problem because what?
The error comes not from Soulpour's script, it comes from Window_Base slot. But I'm not saying that Soulpour's script is not problematic.
Some suggestion for you to check is, you need to create new fresh project(not your current project), then insert SoulPour's script, try to reproduce the error like in your current game(try to pick up an item), if it's crashing, then SoulPour's script is the problem, you need to contact SoulPour for that because that means his script is not compatible even with default RGSS3 built-inscript, but if not, then something is wrong with your Window_Base default or you use another custom script that messing with Window_Base class then clashing with SoulPour's script.
 

Jestereir

Veteran
Veteran
Joined
Aug 19, 2014
Messages
34
Reaction score
20
First Language
English
Primarily Uses
First I want to tell you that it's kinda hard debugging that your problem because what?

The error comes not from Soulpour's script, it comes from Window_Base slot. But I'm not saying that Soulpour's script is not problematic.

Some suggestion for you to check is, you need to create new fresh project(not your current project), then insert SoulPour's script, try to reproduce the error like in your current game(try to pick up an item), if it's crashing, then SoulPour's script is the problem, you need to contact SoulPour for that because that means his script is not compatible even with default RGSS3 built-inscript, but if not, then something is wrong with your Window_Base default or you use another custom script that messing with Window_Base class then clashing with SoulPour's script.
Ah, I see. I'll check it out in a bit. Thank you.

-- Same thing happens when I'm using it on a blank project. 

And as for another custom script that may be messing with it, the only one that I can see if Victor Sant's Basic Module, that has a code with Window_Base < Window in it. 
 

BoluBolu

Veteran
Veteran
Joined
Apr 24, 2014
Messages
452
Reaction score
117
Primarily Uses
-- Same thing happens when I'm using it on a blank project.
If that's the case, the only one that can help you is SoulPour him/herself, because to be honest, I don't really know the purpose of his/her script and even if I know I still won't mess with it because you know, that's rude to mess with other people's script  Or you can just give up with the script, because a custom script should(must) compatible with RGSS3 built-in script, if not then it's not a thing you want to use, who knows it might cause different issue in the future? Victor's Basic module I believe has been used by million peoples, so I'm sure his script didn't do anything wrong with Window_Base. I'm really sorry I can't really help you in this matter.

P.S : If you insist to use that script try to paste this in a new slot, exactly below SoulPour's script, let's see if this will fix it.

Code:
The correct one is in my post below this post.
 
Last edited by a moderator:

Jestereir

Veteran
Veteran
Joined
Aug 19, 2014
Messages
34
Reaction score
20
First Language
English
Primarily Uses
Ahh, alright then. Thank you for the response! I'll ask Soulpour if I can, if not I'll use a different custom menu. There's no need to apologise, thank you very much for taking the time to respond to this!
 

BoluBolu

Veteran
Veteran
Joined
Apr 24, 2014
Messages
452
Reaction score
117
Primarily Uses
Okay I have checked the script and here the real fix, you don't need to contact him(but don't tell him that I mess/make a change of his script).

class Window_ItemList < Window_Selectabledef draw_item(index) item = @data[index] if item rect = item_rect(index) rect.width -= 4 draw_item_name(item, rect.x, rect.y, enable?(item)) end end end # End of Window_ItemList
But the code below should fix the issue + do what it should done, paste in new slot below SoulPour's script.
 

Jestereir

Veteran
Veteran
Joined
Aug 19, 2014
Messages
34
Reaction score
20
First Language
English
Primarily Uses
.. I won't tell him, promise--

Thank you! That did the trick ;v;;
 
Last edited by a moderator:

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
Do you Find Tilesetting or Looking for Tilesets/Plugins more fun? Personally I like making my tileset for my Game (Cretaceous Park TM) xD
How many parameters is 'too many'??

Forum statistics

Threads
105,865
Messages
1,017,059
Members
137,575
Latest member
akekaphol101
Top