• 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!
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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] My first error with PE

  • 6
    Posts
    5
    Years
    • Seen Jun 3, 2020
    So, I'm working on my first Pokemon game. I wanted to do some map-connecting. looked up on the wiki how to do it. pulled up the Connections txt in the PBS folder. inputed my logistics exactly as it was required. my new addition matches up with the previous entries and everything.

    I try to start up the game to see if it worked.

    And I get this following error message

    [Pokémon Essentials version 17.2]
    Exception: RuntimeError
    Message: Field 41,North,0,40,South,0 is not an integer
    File PBS/connections.txt, line 2
    "41,North,0,40,South,0"
    Compiler:383:in `csvInt!'
    Compiler:1292:in `pbCompileConnections'
    Compiler:1283:in `pbCompilerEachPreppedLine'
    Compiler:280:in `each_line'
    Compiler:280:in `pbCompilerEachPreppedLine'
    Compiler:277:in `open'
    Compiler:277:in `pbCompilerEachPreppedLine'
    Compiler:1283:in `pbCompileConnections'
    Compiler:4377:in `pbCompileAllData'
    Compiler:4515
    This exception was logged in
    C:\Users\12068\Saved Games\Pokemon Essentials\errorlog.txt.
    I'm not a programmer. i don't know whats going on or how to fix it.

    This was the logistics I made for my new map connection. its the last entry in the code.
    # Verdanturf Town (32) - Route 110-1 (76)
    032,E,9,076,W,9
    Thanks for taking the time to read this.
     
    Back
    Top