• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

Resource Multiple Protagonists v5.0.0

Hey There! I'm still new and learning how to use Pokémon essentials, and I'm Just trying to figure out the issue and what I possibly did wrong. Any help would be greatly appreciated! :)

[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: SystemStackError
Message: stack level too deep

Backtrace:
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
 
Hey There! I'm still new and learning how to use Pokémon essentials, and I'm Just trying to figure out the issue and what I possibly did wrong. Any help would be greatly appreciated! :)

[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: SystemStackError
Message: stack level too deep

Backtrace:
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
[Multiple Protagonists] 003_main_script.rb:8:in `initialize'
Generally this kind of error occurs when there is a duplicate copy of the plugin installed and they are kind of overriding each other back and forth forever, creating infinite recursion. It might be in a folder inside the first copy of the plugin, or perhaps inside another plugin's folder.
 
Back
Top