Need help with Error Message

● ARCHIVED · READ-ONLY
Started by hoodoo 8 posts View original ↗
  1. Hi, it's me again,

    and my problem is this error message I always get when I try to test the game. Everything worked fine before I've made the door and stair evants. Since then this message always pops up when I get sent to my map. It works on every other map, only the ones on wich I made the door and stairs evants. 

    Can anyone tell what that means? And what has this to do with the stairs or doors?

    I mean I didn't even walk on them, I did nothing. Chose my character, named it and got sent to my map and here it stops. 

    Sorry, but I don't know what to do. Well, thanks for help. 

    error.png
  2. Please post a screenshot of the event pages, and also a link to whatever script ur using to show that error log.. That doesn't seem to be a default RM error log. Also a link to any script that you have that might be modifying how events work.
  3. The message reads as if there is a mistype of a script function, so we need links to the script that are used by the event as well
  4. The message says "undefined method get_charackter"


    That's not how character is spelled. Is that REALLY the method name in the script, or have you added the k by mistake? Take it out - call the get_character method instead of get_charackter - and see if it works.
  5. Yes, it was the spelling mistake. Shame on me! This game hacking really get's me down. :D   Thanks Shaz. 
  6. It's just a matter of reading the message carefully.  The info was all there, but you obviously had so much information there that you didn't look closely enough at the most important bit - the actual error message :)

    Out of interest, what script do you have that gives you such a detailed error message?  Usually it's just one or two lines without the backtrace.
  7. Shaz said:
    It's just a matter of reading the message carefully.  The info was all there, but you obviously had so much information there that you didn't look closely enough at the most important bit - the actual error message :)

    Out of interest, what script do you have that gives you such a detailed error message?  Usually it's just one or two lines without the backtrace.
    Well, I don't know what you exactly mean with "script". I am working with Pokemon Essentials. That's anyhow linked with the RPG Maker. So I guess that's kind of an updated script? Or more detailed? I'm sorry I don't really know :D
  8. hoodoo said:
    Well, I don't know what you exactly mean with "script". I am working with Pokemon Essentials. That's anyhow linked with the RPG Maker.
    No, Pokemon Essentials is NOT part of the RPG Maker.
    A script is anything that is added by the script editor into the game engine. If you're working with a premade project downloaded from the internet, then someone else might have added scripts into that project's script editor, but those scripts are not part of the maker (they don't appear when you make a "new project" in the editor), and you better learn what that project had changed in the editor because a lot of bugs will appear if you simply follow the help from people who assume that you're using a default project because they believe there are no scripts added just because you personally didn't add scripts.