• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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] Incorrect value error

  • 79
    Posts
    9
    Years
    • Seen Jan 12, 2024
    Hi, I'm not really sure where to look for the problem of this error.

    ---------------------------
    Pokemon Essentials
    ---------------------------
    [Pokémon Essentials version 17.2]

    Exception: RuntimeError

    Message: Incorrect value 50 in PBItems

    File PBS/pokemon.txt, section 0, key Evolutions





    Compiler:421:in `checkEnumField'

    Compiler:403:in `csvEnumField!'

    Compiler:1856:in `pbCompilePokemonData'

    Compiler:1850:in `each'

    Compiler:1850:in `pbCompilePokemonData'

    Compiler:1847:in `each'

    Compiler:1847:in `pbCompilePokemonData'

    Compiler:4392:in `pbCompileAllData'

    Compiler:4515



    This exception was logged in

    C:\Users\totte\Saved Games\Pokemon Essentials\errorlog.txt.

    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK
    ---------------------------

    Thanks for any help!
     
    Code:
    Message: Incorrect value 50 in PBItems
    
    File PBS/pokemon.txt, section 0, key Evolutions
    Hmm... Not sure what this is saying. Maybe it thinks "50" is the name of an item used for evolution (like, say, Moon Stone)?

    Weird, searching "item,50", "itemmale,50" or "itemfemale,50" doesn't return anything. neither does "common=50" (in case there was an invalid wild item)

    I did make a new evolution method called "LevelItem" (evolve while holding an item after a certain level), but none of them seem to have any issues, they don't mention "50" either
     
    Last edited:
    Back
    Top