Need help with a Script game crash

● ARCHIVED · READ-ONLY
Started by Nebulus 8 posts View original ↗
  1. I need some help sorting out what's wrong with my script list. I'm pretty sure it's not the order of my scripts.
    They are in the proper "Materials" folder. Any Ideas? I've already removed most of the scripts I didn't need and some I did.


    Here's the Error message:

    Script 'Game_Player' line 235: ArgumentError occurred.

    wrong number of arguments (1 for 3)


    Here's the list of them:

    Yami Engine Symphony - Battle Symphony

    Yami Engine Symphony - Add-on: Holder Battlers

    Title: Command Manager
    Author: Hime

    Composite Graphics / Visual Equipment
    Author: modern algebra

    Yami Engine Symphony - Skill Shop

    Custom Equipment Slots Script
    by Fomar0153

    Additional Equipment Slots
    by Fomar0153

    Yanfly Engine Ace - Class System v1.10

    Inventory Sorting
    Author: Hime

    Duel Wield -> Free Hands
    by Fomar0153

    Yanfly Engine Ace - System Options v1.00

    Advanced Recipe Crafting v1.2
    Script by: V.M of D.T

    Basic Climate System v2.2
    Script by: V.M of D.T

    BattleLuna

    Galv's Jump Ability

    Shinsei's Super Complicated Scripted Alphebetical Reconfiguration

    CSCA Quest System
    Galv's Item/Equip Sound Effects

    GameOver with Choices (GOWC)
    by regendo

    Syvkal's Menu Bars VXAce
    Galv's Character Effects

    Simple Battle Rows
    Mr Trivel

    Animated Parallax [VXA]
    Author: modern algebra

    Galv's Shop Upgrade

    Pause Menu Features
    By Ventwig

    GameOver with Choices (GOWC)

    Yanfly Engine Ace - Barehand Trait v1.00

    Yanfly Engine Ace - Command Autobattle v1.01

    Yanfly Engine Ace - Input Combo Skills v1.01

    Yanfly Engine Ace - Ace Save Engine v1.03
  2. Wrong number of arguments means that a script function has been changed, either accidentally or intentionally, and something tries to use the old Version.

    We need more detailed data to help.
    Please follow the link "how to use a script" in my signature to the bughunting section, install the backtracer and give us a Screenshot of the console output of the backtracer when the error message comes up again.
  3. You also have game over listed twice. I assume this is just a mistake and you don't have the script twice.
  4. Capture_1.PNG

    Here it is

    the double script was just a typo.
  5. Have you edited any of your base scripts?
    According to that console none of your added scripts is involved in the error, and that points to either an edit of the base scripts or a damaged script file.
  6. Backtracer might not help, and it's called this line from unmodified default script
    Code:
    BattleManager.setup(troop_id)
    The error is precisely from default script, so backtracer won't trace the custom script.
    Although, functionality has been changed in other script like adding more required arguments which should not be done.

    First, try to start search using CTRL + SHIFT + F
    Type "BattleManager", post here the search result.
    Or just list a custom script that seem to modify BattleManager
  7. I'm sorry but it was a combination of these scripts that don't work with the others:

    GameOver with Choices (GOWC)
    Battle Luna
    Yanfly Engine Ace - Ace Save Engine v1.03
    Syvkal's Menu Bars VXAce

    and these have bugs but don't crash the game:

    Shinsei's Super Complicated Scripted Alphebetical Reconfiguration: removes menu equip arrows
    Simple battle rows: doesn't work with Symphony

    I decided to do it the hard way since the backtracer didn't work! Thanks for the help.
  8. So it's all solved now?
    I was thinking maybe Gameover Choice was the cause, but eh