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
Configuration Files Help Crash on Full Conversion Loadup
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#1
Crash on Full Conversion Loadup

Didn't think making a FC would be so difficult to set up o.0

I seem to have the issue of whenever my map is about to load, it fails :/ I can get to the menu and then to the loading screen but cannot go further as it crashes on startup.

I have attached my hpl.log file as it seems to be needed, the main_init.cfg file and I am certain all the files are where they should be. I've also included in the spoiler what is in the OnStart() area of the coding of my first map. Unless it has something to do with me calling the "Main" save folder located at C:/Users/<username>/Documents/Amnesia/Main - but when I changed this last, I could not save a profile :O

Note: Yes; "/myconversion/music/" and the sub dirs are in my resources in the myconversion folder. I say this because The Beginning Of The Night.ogg is located there.

Spoiler below!

void OnStart()
{
AddEntityCollideCallback("Player" , "StartArea" , "FUNCTION" , true , 1);
AddEntityCollideCallback("Player" , "ScriptArea_1" , "Lookoverthere" , true , 1);
AddEntityCollideCallback("Player" , "ScriptArea_2" , "StartWalking" , true , 1);
PlayMusic("The Beginning Of The Night.ogg", true, 1, 1, 1, true);
AddTimer("", 12.0f, "StartFade");
FadeOut(0.0f);
SetPlayerActive(false);
StartPlayerLookAt("Sky_look", 6, 6, "");
SetPlayerJumpDisabled(true);
SetPlayerCrouchDisabled(true);
}



Attached Files
.cfg   main_init.cfg (Size: 1.07 KB / Downloads: 70)
.log   hpl.log (Size: 4.08 KB / Downloads: 63)

Discord: Romulator#0001
[Image: 3f6f01a904.png]
04-11-2013, 10:48 AM
Find


Messages In This Thread
Crash on Full Conversion Loadup - by Romulator - 04-11-2013, 10:48 AM



Users browsing this thread: 1 Guest(s)