The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
Huge Random Error!
Bennick Offline
Member

Posts: 77
Threads: 27
Joined: Apr 2011
Reputation: 0
#1
Huge Random Error!

I just worked on the level editing of one of the maps for my story, did not change the script file at ALL, and all of a sudden, that particular map does not want to load and crashes the game. Here is the error message:

FATAL ERROR: Could not load script file 'custom_stories/Homicide and Redemption/maps/C:/Program Files(x86)/Steam/steamapps/common/amnesia the dark descent/custom_stories/Homicide and Redemption/Maps/Library.hps'!
ExecuteString (1,2): ERR: Expected ';'
ExecuteString (1,1): ERR: No matching signatures to 'OnLeave()'
main (1,206):ERR : No matching signatures to 'GiveSanityBoost(const float)'

Here is my script file that used to work perfectly and has not been changed since it worked:

void OnStart()
{
FadeOut(0.0f);
FadeIn(15.0f);
PlayMusic("10_amb.ogg", true, 1.0f, 3.0f, 0.0f, true);
}

void OnEnter()
{
PlaySoundAtEntity("", "door_level_wood_close.snt", "secretbookcase", 0.0f, false);
GiveSanityBoost(80.0f);
}

Somebody please help me?

Fratricide (title not finalized): 2/7 maps. :D
08-30-2011, 06:37 PM
Find


Messages In This Thread
Huge Random Error! - by Bennick - 08-30-2011, 06:37 PM
RE: Huge Random Error! - by Kyle - 08-30-2011, 06:41 PM
RE: Huge Random Error! - by Bennick - 08-30-2011, 06:48 PM
RE: Huge Random Error! - by Kyle - 08-30-2011, 06:54 PM
RE: Huge Random Error! - by Bennick - 08-30-2011, 06:58 PM
RE: Huge Random Error! - by Bennick - 08-31-2011, 03:04 AM
RE: Huge Random Error! - by DamnNoHtml - 08-31-2011, 03:35 AM
RE: Huge Random Error! - by xiphirx - 08-31-2011, 03:44 AM
RE: Huge Random Error! - by Bennick - 08-31-2011, 06:35 AM
RE: Huge Random Error! - by xiphirx - 08-31-2011, 10:44 PM
RE: Huge Random Error! - by Bennick - 08-31-2011, 11:57 PM
RE: Huge Random Error! - by xiphirx - 09-02-2011, 12:39 AM
RE: Huge Random Error! - by Bennick - 09-02-2011, 06:49 AM



Users browsing this thread: 1 Guest(s)