• 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 weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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] Crash

  • 7
    Posts
    5
    Years
    • Seen Oct 28, 2021
    Hello, I'm using Pokemon Essentials v16.2 to make a crappy game for my friends and I.

    I can play the game perfectly on my PC. However, when my friends try to play it, the game works but crashes oftenly.

    I have looked for possible errors and I have already asked them to send me their errors when the game crashes, so I will upload them when I receive them.

    Any help you can give me is going to be really useful to me. Thank you everyone!
     
    But crash with what? What kind of error? What pop up?
    We need more details about your friend crash to try to help you.
     
    I dont know because for some reason they always forget to send me a screenshot of the error. However, the majority of them are when losing to a trainer battle. Maybe I have not prepaired well when losing?
     
    each and every time the game crashes an error log will spit out saying 3 distinct things if it's a script error.

    "Name of error in script location"

    A few lines of code telling you what has gone wrong

    "A copy of this error has been copied to 'User/Computer's Name/Saved Game/ Game Name/ Error Log"

    simply put, to locate the saved error message, locate the place where your save file has been stored.
     
    Hello, I'm using Pokemon Essentials v16.2 to make a crappy game for my friends and I.

    I can play the game perfectly on my PC. However, when my friends try to play it, the game works but crashes oftenly.

    I have looked for possible errors and I have already asked them to send me their errors when the game crashes, so I will upload them when I receive them.

    Any help you can give me is going to be really useful to me. Thank you everyone!

    Are you using reborn animations?
     
    each and every time the game crashes an error log will spit out saying 3 distinct things if it's a script error.

    "Name of error in script location"

    A few lines of code telling you what has gone wrong

    "A copy of this error has been copied to 'User/Computer's Name/Saved Game/ Game Name/ Error Log"

    simply put, to locate the saved error message, locate the place where your save file has been stored.

    When i get the error i will do that, thank you!
     
    Hi again, I got the pics of the errors, and they are all related to the Pokemon Follower script. Seems i have done something wrong i guess.

    The errors say:

    "Error de Script Pokemon Follower en la linea 638 de tipo 'NoMethodError'.

    undefined method `-' for nil:NilClass"


    And I get the same error with lines 686 and 743.

    I believe in english the error would be something like this:

    "Script Error Pokemon Follower in line 638 type 'NoMethodError'.

    undefined method `-' for nil:NilClass"


    Thank you everyone for your help.
     
    Okay so I just figured i have not left some variables reserved. It must be that the source of these errors isn´t it? Because they are all related with the Emo_happy variable, which is one of the two i had already used.

    Does this make sense at all?
     
    Back
    Top