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

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FATAL ERROR: Could not load script file.
Author Message
arbator177 Offline
Junior Member

Posts: 4
Joined: Jun 2011
Reputation: 0
Post: #1
FATAL ERROR: Could not load script file.
Okay, so I've just started really getting into custom map making...I have just started my first map finishing about 3 rooms...but I wanted to make sure it would run properly before I actually continued on with my work. I get this error as something is wrong with my .hps file. all I have in it is:

Void Onstart()
{
}


And I do believe that's all I need to do for it to work. Right? But I keep getting this error...Any ideas?
06-30-2011 10:09 PM
Find all posts by this user Quote this message in a reply
plutomaniac Online
Super Moderator

Posts: 4,356
Joined: May 2011
Reputation: 72
Post: #2
RE: FATAL ERROR: Could not load script file.
thread moved

[Image: 2me72wn.gif]
06-30-2011 10:46 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Kyle Offline
Posting Freak

Posts: 910
Joined: Sep 2010
Reputation: 7
Post: #3
RE: FATAL ERROR: Could not load script file.
void should be lowercase and Start should be capitalized like this:

void OnStart()
{
}

(This post was last modified: 06-30-2011 11:19 PM by Kyle.)
06-30-2011 11:19 PM
Find all posts by this user Quote this message in a reply
arbator177 Offline
Junior Member

Posts: 4
Joined: Jun 2011
Reputation: 0
Post: #4
RE: FATAL ERROR: Could not load script file.
I have done that which got past the first error but got another one.

It's the EXCEPTION_ACCESS_VIOLATION error...and I had that before due to not updated video cards but this is different. Anything I need to post to help give more information?
07-07-2011 03:45 AM
Find all posts by this user Quote this message in a reply
Post Reply 




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