• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Error] ArgumentError Message: comparison of Symbol with :version failed

3
Posts
12
Years
    • Seen Jun 6, 2023
    Hi Everyone having an issue with the following error,


    [Pokémon Essentials version 19.1]

    Exception: ArgumentError
    Message: comparison of Symbol with :version failed

    Backtrace:
    008:PluginManager:182:in `sort'
    008:PluginManager:182:in `register'
    008:PluginManager:687:in `block in runPlugins'
    008:PluginManager:683:in `each'
    008:PluginManager:683:in `runPlugins'
    381:Main:27:in `mainFunctionDebug'
    381:Main:18:in `block in mainFunction'
    014:Errors:70:in `pbCriticalCode'
    381:Main:18:in `mainFunction'
    381:Main:44:in `block in <main>'



    the only thing I did was load in the Modular Title Screen,

    I've read the essentials changed form using numbers to the names of the Pokémon but changing that didn't help, neither did simply changing it to nil.

    I thought that was the problem but I get this error when I run a fresh copy of essentials as well.



    any help would be amazing.
     
    1,682
    Posts
    8
    Years
    • Seen yesterday
    The plugin has a Version property in its meta.txt, which v19 does not use and causes it to crash.
    While removing the Version line in the meta.txt of the plugin will prevent this issue, be sure to check that you are using a copy of the plugin for v19, rather than v20, as its possible there are other incompatibilities.
     
    Back
    Top