Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 6 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script causing game to randomly crash (No FATAL ERROR)
Author Message
Your Computer Offline
SCAN ME!

Posts: 3,236
Joined: Jul 2011
Reputation: 216
Post: #131
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
Visit this user's website Find all posts by this user Quote this message in a reply
XxRoCkBaNdMaNxX Online
Posting Freak

Posts: 1,119
Joined: Nov 2010
Reputation: 5
Post: #132
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 XxRoCkBaNdMaNxX.)
09-19-2011 10:47 PM
Find all posts by this user Quote this message in a reply
Your Computer Offline
SCAN ME!

Posts: 3,236
Joined: Jul 2011
Reputation: 216
Post: #133
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
Visit this user's website Find all posts by this user Quote this message in a reply
XxRoCkBaNdMaNxX Online
Posting Freak

Posts: 1,119
Joined: Nov 2010
Reputation: 5
Post: #134
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 all posts by this user Quote this message in a reply
XxRoCkBaNdMaNxX Online
Posting Freak

Posts: 1,119
Joined: Nov 2010
Reputation: 5
Post: #135
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 all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)