• 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 next favorite protagonist poll is for the Fiore region, from Pokémon Ranger 1! This poll is only lasting 2 days, so don't forget to cast your vote for your favorite Fiore protagonist before it's over!
  • 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
    8
    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)?
     
    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