Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 6 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script causing game to randomly crash (No FATAL ERROR)
Your Computer Offline
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.

Tutorials: From Noob to Pro
09-11-2011, 04:40 PM
Website Find
RawkBandMan Offline
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

[Image: TS1eW.png]

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
Find
Your Computer Offline
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.

Tutorials: From Noob to Pro
09-19-2011, 11:03 PM
Website Find
RawkBandMan Offline
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 Big Grin


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
Find
RawkBandMan Offline
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
Find




Users browsing this thread: 1 Guest(s)