NoMethodError on playtest

● ARCHIVED · READ-ONLY
Started by Slye_Fox 7 posts View original ↗
  1. When I try to launch my playtest, i get this error:

    Script 'Scene_Title' line 40: NoMethodError occurred.undefined method 'title1_name' for nil:NilClassI've spent a while trying to solve this error, but I can't figure it out.

    The Scene_Title script is the standared generated one.
  2. Are you using any scripts that modify the Start Screen Methods?
  3. Not to my knowledge, just Ring Menu & Menu Bars so far.

    I used vx2ace.exe to convert my old VX save to Ace, but I didn't mod the main menu in that.
  4. I've moved this thread to RGSSx Script Support. Please be sure to post your threads in the correct forum next time. Thank you.


    It is saying there's no such thing as $data_system.


    Show us a screenshot of your script editor, with the new scripts you've added visible in the panel on the left. You might have just put them in the wrong place, or have a script in there that doesn't take into account that the $data* arrays may not be set up yet.
  5. Shaz said:
    Show us a screenshot of your script editor, with the new scripts you've added visible in the panel on the left. You might have just put them in the wrong place, or have a script in there that doesn't take into account that the $data* arrays may not be set up yet.
    Here you go;

    http://i.imgur.com/vtezYzP.png
  6. I fixed this problem by by basically restarting the project and copying the files over instead of using the converter.
  7. Slye_Fox, please avoid double posting, as it is against the forum rules. You can review our forum rules here. Thank you.


    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.