• 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!
  • Cyndy, May, Hero (Conquest), or Wes - 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.

keep getting error message

DarknessSneasel

Master of Dark
  • 98
    Posts
    16
    Years
    ---------------------------
    Pokemon Essentials
    ---------------------------
    [Pokémon Essentials version 17.2]

    Exception: TypeError

    Message: cannot convert Fixnum into String

    Game_Player:480:in `+'

    Game_Player:480:in `pbGetPlayerCharset'

    Game_Player:494:in `pbUpdateVehicle'

    Game_Player:518:in `pbMountBike'

    PField_Field:495

    PField_Field:437:in `call'

    EventHandlers:54:in `trigger'

    EventHandlers:49:in `each'

    EventHandlers:49:in `trigger'

    MapFactory:263:in `setSceneStarted'




    ---------------------------
    OK
    ---------------------------

    I tried changing music in Notepad++ and now this keep happening when i try and test it any help?
     
    Last edited:
    ---------------------------
    Pokemon Essentials
    ---------------------------
    [Pokémon Essentials version 17.2]

    Exception: TypeError

    Message: cannot convert Fixnum into String

    Game_Player:480:in `+'

    Game_Player:480:in `pbGetPlayerCharset'

    Game_Player:494:in `pbUpdateVehicle'

    Game_Player:518:in `pbMountBike'

    PField_Field:495

    PField_Field:437:in `call'

    EventHandlers:54:in `trigger'

    EventHandlers:49:in `each'

    EventHandlers:49:in `trigger'

    MapFactory:263:in `setSceneStarted'




    ---------------------------
    OK
    ---------------------------

    I tried changing music in Notepad++ and now this keep happening when i try and test it any help?

    Can you quote the part that you've changed here?
     
    As I'm looking for an answer for why that's happening, you could try copying a metadata.txt from base essentials and changing the data from debug mode.
     
    ---------------------------
    Pokemon Essentials
    ---------------------------
    [Pokémon Essentials version 17.2]

    Exception: TypeError

    Message: cannot convert Fixnum into String

    Game_Player:480:in `+'

    Game_Player:480:in `pbGetPlayerCharset'

    Game_Player:494:in `pbUpdateVehicle'

    Game_Player:518:in `pbMountBike'

    PField_Field:495

    PField_Field:437:in `call'

    EventHandlers:54:in `trigger'

    EventHandlers:49:in `each'

    EventHandlers:49:in `trigger'

    MapFactory:263:in `setSceneStarted'




    ---------------------------
    OK
    ---------------------------

    I tried changing music in Notepad++ and now this keep happening when i try and test it any help?

    I think the error is resulting from misorganization of your metadata. Files aren't written with quotation marks there. You can compare a unedited version of the metadata and your own to see the diference.
    I think the best to do is edit the music from the debug mode to avoid further issues.
     
    Back
    Top