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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FATAL ERROR: Could not load script file.
arbator177 Offline
Junior Member

Posts: 4
Threads: 2
Joined: Jun 2011
Reputation: 0
#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
plutomaniac Offline
Super Moderator

Posts: 6,368
Threads: 45
Joined: May 2011
Reputation: 183
#2
RE: FATAL ERROR: Could not load script file.

thread moved
06-30-2011, 10:46 PM
Find
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#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
arbator177 Offline
Junior Member

Posts: 4
Threads: 2
Joined: Jun 2011
Reputation: 0
#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




Users browsing this thread: 1 Guest(s)