Frictional Games Forum (read-only)
Crash when I select continue - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html)
+---- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-37.html)
+---- Thread: Crash when I select continue (/thread-26060.html)



Crash when I select continue - zeexto - 09-07-2014

Hello,

The mod crashes when I "exit and save" and try to continue or load the saved file.

hpl.log shows (StartPos '' does not exist!)
Spoiler below!

LOADING SAVE GAME!
-------- Loading map 'BurningFencer.map' ---------
Cache Loading: 4625 ms
Entities: 1509 ms
Compilation: 26 ms
Total: 6289 ms
Meshes created: 407
Bodies created: 224
-------- Loading complete ---------
WARNING: Could not find player start node ''
ERROR: StartPos '' does not exist!
WARNING: Could not find child with unique ID 1 to attach to entity 'fresh_meat_onrope_1_Body_1' in 'entities/item/fresh_meat/fresh_meat_onrope.ent'
WARNING: Could not find child with unique ID 3 to attach to entity 'fresh_meat_onrope_1_Body_1' in 'entities/item/fresh_meat/fresh_meat_onrope.ent'


I have a lot of teleport functions so I tried removing all of them and making all of the start areas inactive except for the one at the beginning but it didn't solve it.

you can download the mod at [Moddb] and check it if you want.

Any help would be appreciated!


RE: Crash when I select continue - Romulator - 09-10-2014

Ahh, missed this post. I'll take a look for you Smile


RE: Crash when I select continue - zeexto - 09-10-2014

(09-10-2014, 09:10 AM)Romulator Wrote: Ahh, missed this post. I'll take a look for you :)

Much appreciated


RE: Crash when I select continue - Romulator - 09-12-2014

Alright I had a look:

Code:
WARNING: Could not find player start node ''
ERROR: StartPos '' does not exist!
The reason that these pop up is because in your Custom Story Settings you have not declared the starting position in the starting map. At first, I believed that was your issue, and I got the save to work once, but I have not managed to get it to work a second time after that.

I'll do a little more testing. Mind you, I have only done this on the first map for the moment.


RE: Crash when I select continue - zeexto - 11-27-2014

(09-12-2014, 08:30 AM)Romulator Wrote: Alright I had a look:

Code:
WARNING: Could not find player start node ''
ERROR: StartPos '' does not exist!
The reason that these pop up is because in your Custom Story Settings you have not declared the starting position in the starting map. At first, I believed that was your issue, and I got the save to work once, but I have not managed to get it to work a second time after that.

I'll do a little more testing. Mind you, I have only done this on the first map for the moment.

I just wanted to say thanks for your effort, it's much appreciated!
But I'm back to being busy again (study), and I don't know if I will complete this.
I'm thinking of uploading a walkthrough as a solution to finish it in one session, maybe in July 2015?
Thanks again!