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

[Error] Crash

  • 7
    Posts
    4
    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!
     

    WolfPP

    Spriter/ Pixel Artist
  • 1,309
    Posts
    5
    Years
    But crash with what? What kind of error? What pop up?
    We need more details about your friend crash to try to help you.
     
  • 7
    Posts
    4
    Years
    • Seen Oct 28, 2021
    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?
     

    Pokeminer20

    PDM20, Coder of Chaos!
  • 412
    Posts
    10
    Years
    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.
     
  • 24
    Posts
    6
    Years
    • Seen Oct 10, 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!

    Are you using reborn animations?
     
  • 7
    Posts
    4
    Years
    • Seen Oct 28, 2021
    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!
     
  • 7
    Posts
    4
    Years
    • Seen Oct 28, 2021
    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.
     
  • 7
    Posts
    4
    Years
    • Seen Oct 28, 2021
    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