Main Menu
  • Welcome to The RPG Maker Resource Kit.

[ACE] RGSS stoped to work (solved)

Started by Chaos17, February 14, 2013, 01:10:26 AM

0 Members and 1 Guest are viewing this topic.

Chaos17

Hi,

I would like to know if there is a way to find what made the bug "RGSS stoped to work".
Because at the moment I am having that problem when I begin a random new battle.
The background and my battlers are shown (not my enemies) and then my game just crashes.
I can't reproduce this bug all the time so I feel insecure since I can't be sure what I am doing is right.

Is anyone here having an idea or a program to help me corner this bug ?
I can't just remove my scripts if I can't reproduce the bug all the time.

I removed this script since I just recently added it but it's just one the script I added.
But I am not sure if it's fault though.

Did the bug happened before ? yes and I was able to remove the script that made it happen but only because the bug happened on every battle not just randomly.

Edit : someone gave a script that will help me found my problem but I don't know how to read this.
http://pastebin.com/GmzpRJxf

modern algebra

Well, can you link to where you got the log script? It looks like it just prints out caller when an error is thrown, but I'd rather see what the writer of the script says it does before I jump to any conclusions. Anyway, from a brief overview, it was referring to something called Weather_EX an awful lot. Is that a script you are using?

Chaos17

#2
Hi,

Galv advised me to use this Rpg maker Vx script so it could help.
http://pastebin.com/rW9qkbxT

He also told me to replace the last line with this
load_data("Data/Scripts.rvdata2").each_with_index {|s, i| ScriptNames[i] = s[1] }

The features of the script do not work 100%, only the text file report seems to work.
But I think this script if updated, may help other people with viewport issues like mine.

So in the end of my story, I updated the weather script and I have not met yet again the crash.
I guess my problem was really from it, I cross finger that's the case. Only the futur will tell.
Sorry for my bad English.

Good night.  :)