• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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
    13
    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.
     
    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