Specific error with the scene_map script

● ARCHIVED · READ-ONLY
Started by Sanctus_5 9 posts View original ↗
  1. Hi guys. Im working on a new proyect right now, and suddenly when i want to open the menu in the game... the window just close itself and then the program show me this error:  "Script 'scene_map' line 191 no methoderror ocurred undefined method call for SceneManager:Module"

    I know this is a script error, so i've checked my scene_map script and i left it like this:

      #--------------------------------------------------------------------------
      # * Call Menu Screen
      #--------------------------------------------------------------------------
      def call_menu
        Sound.play_ok
        SceneManager.call(Scene_Item)
        update
      end
    But i still having the same problem.
    I was able to solve this issues on the past but now i don't remember why this specific error happen.

    Any idea would be great
    Thanks!
  2. 1) please post a screenshot of the error - your message looks like you missed a few parts when writing it down.


    2) use the backtracer script (for example from tsukihime's blog) to locate the true source of the error, when a scene-call gets an error that usually is only the top of the stack level and not the true source of the bug.
  3. It looks like the skit script is trying to do something, and that has been blocked somehow. It has nothing to do with that bestiary script you mentioned...
  4. Did you put your scripts in the correct place?
  5. Thanks guys i solved the problem, apparently it was a "call" on one of my scripts, it seems that call was messing around with the other functions as well. So i made some changes and now is working again.
    I think i have luck too because, also search this problem on the internet and it's pretty normal to mess up with scripts, especially if you want to add more commands, you have to be very careful.
    Ok
    Im back on track now, but still lots of work to do.
    Thank you again
  6. This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.