- 1
- Posts
- 3
- Years
- Seen Jan 29, 2023
I am making a fan game and I have several plugins installed to improve numerous things. However, I noticed that the game now crashes when I try to sell anything. This happens when I select the sell option at a default mart.
Here is what the errorlog says about it.
Does EBDX or v19.1 hotfixes add any required arguments to the mart system? Even the marts in the base essentials area are crashing. I don't really know where to start with this.
Also here is every plugin I have installed and links to all of their download pages. If that is helpful in any way.
(broken link removed)
(broken link removed)
(broken link removed)
(broken link removed)
Elite Battle DX
(broken link removed)
(broken link removed)
(broken link removed)
Luka's Scripting Utilities
Modular Title Screen
(broken link removed)
(broken link removed)
(broken link removed)
(broken link removed)
Thank you. Also if there is any problem with a plugin I have installed that is causing this and there is no solution other than removing or replacing it, I would like an alternative, if possible. Again, thank you for reading.
Here is what the errorlog says about it.
Spoiler:
Code:
[2021-11-22 22:17:38 -0500]
[Pokémon Essentials version 19.1]
[v19.1 Hotfixes 1.0.7]
[EBDX v1.2.5]
Exception: RuntimeError
Message: Script error in event 3 (coords 4,9), map 97 (Pegasus City Café):
Exception: ArgumentError
Message: wrong number of arguments (given 1, expected 2..5)
***Full script:
pbPokemonMart([
:BERRYJUICE,:SWEETHEART,:LAVACOOKIE,
:RAGECANDYBAR,:MIRACLESEED,
:SILVERPOWDER,:BIGROOT,:ABSORBBULB,
:LEFTOVERS,:MENTALHERB,:WHITEHERB,
:POWERHERB,:SHELLBELL
])
Backtrace:
[Bag Screen w/interactable Party] Script.rb:419:in `pbStartScene'
287:UI_PokeMart:263:in `pbStartSellScene2'
287:UI_PokeMart:244:in `pbStartSellScene'
287:UI_PokeMart:610:in `pbSellScreen'
287:UI_PokeMart:674:in `block in pbPokemonMart'
287:UI_PokeMart:666:in `loop'
287:UI_PokeMart:666:in `pbPokemonMart'
(eval):1:in `execute_script'
033:Interpreter:137:in `eval'
033:Interpreter:137:in `execute_script'
Backtrace:
033:Interpreter:189:in `rescue in execute_script'
033:Interpreter:135:in `execute_script'
034:Interpreter_Commands:1024:in `command_355'
034:Interpreter_Commands:116:in `execute_command'
033:Interpreter:127:in `block in update'
033:Interpreter:87:in `loop'
033:Interpreter:87:in `update'
032:Scene_Map:157:in `block in update'
032:Scene_Map:155:in `loop'
032:Scene_Map:155:in `update'
Does EBDX or v19.1 hotfixes add any required arguments to the mart system? Even the marts in the base essentials area are crashing. I don't really know where to start with this.
Also here is every plugin I have installed and links to all of their download pages. If that is helpful in any way.
Spoiler:
(broken link removed)
(broken link removed)
(broken link removed)
(broken link removed)
Elite Battle DX
(broken link removed)
(broken link removed)
(broken link removed)
Luka's Scripting Utilities
Modular Title Screen
(broken link removed)
(broken link removed)
(broken link removed)
(broken link removed)
Thank you. Also if there is any problem with a plugin I have installed that is causing this and there is no solution other than removing or replacing it, I would like an alternative, if possible. Again, thank you for reading.