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.
[Resolved][VX]Window_Base error

0 Members and 1 Guest are viewing this topic.

****
Rep:
Level 71
I found a bug in my game where if a skill such as Temptation Song was used I would get an error in Window_Base (picture posted). I don't seem to have any script that could cause this.
« Last Edit: June 06, 2012, 01:04:59 AM by DoctorTodd »

*
*crack*
Rep:
Level 64
2012 Best Newbie2012 Most Unsung MemberFor frequently finding and reporting spam and spam bots
First thing you should do is to remove all your custom scripts
and I mean ALL of them, even your own ones.

Test if it still breaks. If it does, then you have a problem.

If not, put your custom scripts back in one by one until it does break again.

Post results.
All of my scripts are totally free to use for commercial use. You don't need to ask me for permission. I'm too lazy to update every single script post I ever made with this addendum. So ignore whatever "rule" I posted there. :)

All scripts can be found at: https://pastebin.com/u/diamondandplatinum3

****
Rep:
Level 71
I was hoping I wouldn't have to resort to that, but okay.

****
Rep:
Level 71
Alright the error was the latest version of the Yanfly Core Engine.

****
Rep:
Level 71
I think it's been long enough so BUMP. Can any one make a patch? If I need to upload the project I will.

*
*crack*
Rep:
Level 64
2012 Best Newbie2012 Most Unsung MemberFor frequently finding and reporting spam and spam bots
You've got a script conflict somewhere (Yanfly's scripts aren't the most compatable with other scripts).

I'm not getting that error, so I'm making this assumption.
:\

What other scripts are you using?
« Last Edit: June 02, 2012, 09:18:40 AM by D&P3 »
All of my scripts are totally free to use for commercial use. You don't need to ask me for permission. I'm too lazy to update every single script post I ever made with this addendum. So ignore whatever "rule" I posted there. :)

All scripts can be found at: https://pastebin.com/u/diamondandplatinum3

****
Rep:
Level 71
I'm using Tankentia 3.4 with ABS, Vlue's day and night, Mog's Encounter system, Active HUD, Battle back, and his Animated title screen, Yanfly's core and Status Menu Melody, I also have a few custom scenes that I doubt will cause any harm but I can post them if needed.

*
*crack*
Rep:
Level 64
2012 Best Newbie2012 Most Unsung MemberFor frequently finding and reporting spam and spam bots
Recreate the error in a new project and upload it. :)
All of my scripts are totally free to use for commercial use. You don't need to ask me for permission. I'm too lazy to update every single script post I ever made with this addendum. So ignore whatever "rule" I posted there. :)

All scripts can be found at: https://pastebin.com/u/diamondandplatinum3

****
Rep:
Level 71
I'll do it as soon as I return home (about a couple of hours).

****
Rep:
Level 71
Alright I recreated the error, I had to include the some graphics so it'll work right.

*
*crack*
Rep:
Level 64
2012 Best Newbie2012 Most Unsung MemberFor frequently finding and reporting spam and spam bots
I'm not entirely sure what your error is.

I thought it was something related to a certain skill and that it was because of one of Yanfly's scripts.

When I tried it, the monster used 'Darkness' on me and I got an error for an entirely different script


"Sideview 2 (3.4e)"
Code: [Select]
def set_damage_action(actor, index, action)
    @actor_sprites[index].damage_action(action) if actor
    @enemy_sprites[index].damage_action(action) unless actor
  end

I'll look into it.


EDIT:
Second time I played, I got the Window Base error.
The exact same events occurred as well ???
« Last Edit: June 03, 2012, 05:03:10 PM by D&P3 »
All of my scripts are totally free to use for commercial use. You don't need to ask me for permission. I'm too lazy to update every single script post I ever made with this addendum. So ignore whatever "rule" I posted there. :)

All scripts can be found at: https://pastebin.com/u/diamondandplatinum3

*
*crack*
Rep:
Level 64
2012 Best Newbie2012 Most Unsung MemberFor frequently finding and reporting spam and spam bots
Sorry DoctorTodd, but looking over Yanfly's code is giving me a migraine :|

I'm still unsure what the problem is. :( I think someone a little more experienced is needed for this.
All of my scripts are totally free to use for commercial use. You don't need to ask me for permission. I'm too lazy to update every single script post I ever made with this addendum. So ignore whatever "rule" I posted there. :)

All scripts can be found at: https://pastebin.com/u/diamondandplatinum3

****
Rep:
Level 71
That's fine may be some one else can help me, thanks for attempting.  :)

****
Rep:
Level 71
I fixed the script.