Your Computer
SCAN ME!
Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation:
235
|
RE: Script causing game to randomly crash (No FATAL ERROR)
(09-11-2011, 04:10 PM)XxRoCkBaNdMaNxX Wrote: Just wondering, what did you change?
http://www.quickdiff.com/
(09-11-2011, 04:10 PM)XxRoCkBaNdMaNxX Wrote: Also getting a new crash, but this time it should be an easily fixable FATAL ERROR script crash...
I can't remember it exactly, but its something like this..
When you can post the complete error message and the complete code, then i can help again.
|
|
09-11-2011, 04:40 PM |
|
RawkBandMan
Posting Freak
Posts: 1,146
Threads: 35
Joined: Nov 2010
Reputation:
5
|
RE: Script causing game to randomly crash (No FATAL ERROR)
(09-11-2011, 04:40 PM)Your Computer Wrote: (09-11-2011, 04:10 PM)XxRoCkBaNdMaNxX Wrote: Just wondering, what did you change?
http://www.quickdiff.com/
(09-11-2011, 04:10 PM)XxRoCkBaNdMaNxX Wrote: Also getting a new crash, but this time it should be an easily fixable FATAL ERROR script crash...
I can't remember it exactly, but its something like this..
When you can post the complete error message and the complete code, then i can help again.
Here is a picture of it
hps file
Spoiler below!
void OnStart()
{
AddEntityCollideCallback("Player", "ScriptArea_1, "Credits", true, 1);
}
void Credits(string &in asParent, string &in asChild, int alState)
{
StartCredits("", false, "Ending", "StartCredits", 4);
}
I've come to learn to not fear the living, nor the dead... But the monsters that hide in closets.
(This post was last modified: 09-19-2011, 10:48 PM by RawkBandMan.)
|
|
09-19-2011, 10:47 PM |
|
Your Computer
SCAN ME!
Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation:
235
|
RE: Script causing game to randomly crash (No FATAL ERROR)
(09-19-2011, 10:47 PM)XxRoCkBaNdMaNxX Wrote: hps file
"ScriptArea_1 should be "ScriptArea_1 "
These types of errors can be avoided with a text editor that supports syntax highlighting.
|
|
09-19-2011, 11:03 PM |
|
RawkBandMan
Posting Freak
Posts: 1,146
Threads: 35
Joined: Nov 2010
Reputation:
5
|
RE: Script causing game to randomly crash (No FATAL ERROR)
(09-19-2011, 11:03 PM)Your Computer Wrote: (09-19-2011, 10:47 PM)XxRoCkBaNdMaNxX Wrote: hps file
"ScriptArea_1 should be "ScriptArea_1"
These types of errors can be avoided with a text editor that supports syntax highlighting. I use notepad++, but my eyes aren't too great when it comes to this sort of thing.
Will try
I've come to learn to not fear the living, nor the dead... But the monsters that hide in closets.
|
|
09-20-2011, 01:35 AM |
|
RawkBandMan
Posting Freak
Posts: 1,146
Threads: 35
Joined: Nov 2010
Reputation:
5
|
RE: Script causing game to randomly crash (No FATAL ERROR)
It works fine!!!!
Thank you!!!
I've come to learn to not fear the living, nor the dead... But the monsters that hide in closets.
|
|
09-20-2011, 02:56 PM |
|
|