• 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.

Fairy type run time error

2
Posts
6
Years
    • Seen Oct 25, 2023
    when i try to compile my game i get this error

    ---------------------------
    Pokemon Consonance
    ---------------------------
    Exception: RuntimeError

    Message: Undefined value FAIRY in PBMoves

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





    Compiler:1645:in `checkEnumField'

    Compiler:1679:in `csvEnumField!'

    Compiler:2493:in `pbCompilePokemonData'

    Compiler:2483:in `each'

    Compiler:2483:in `pbCompilePokemonData'

    Compiler:2480:in `each'

    Compiler:2480:in `pbCompilePokemonData'

    Compiler:4038:in `pbCompileAllData'

    Compiler:4162



    This exception was logged in

    C:\Users\new\Saved Games/Pokemon Consonance/errorlog.txt.

    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK
    ---------------------------
    i tried searching for a solution (of course after trying to fix it myself but i don't see any problems with my pbs files and the only plugin i have is elite battle system )so if anyone has a solution please share it with me
     
    Last edited:
    2
    Posts
    6
    Years
    • Seen Oct 25, 2023
    i do have it defined in types.txt


    [19]
    Name=Fairy
    InternalName=FAIRY
    IsSpecialType=true
    Weaknesses=POISON,STEEL
    Resistances=FIGHTING,BUG,DARK
    Immunities=DRAGON
     
    772
    Posts
    13
    Years
    • UK
    • Seen May 7, 2024
    when i try to compile my game i get this error

    ---------------------------
    Pokemon Consonance
    ---------------------------
    Exception: RuntimeError

    Message: Undefined value FAIRY in PBMoves

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

    Looks like its looking for a move called FAIRY in one of the evolutions
     
    277
    Posts
    8
    Years
    • Seen Aug 29, 2022
    Is not that the script to evolve Eevee into Sylveon? I think he copied the pbs for sylveon but didn't copy the script
     
    Back
    Top