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
Need help with crash problem!
BitGuy Offline
Junior Member

Posts: 10
Threads: 6
Joined: Jan 2012
Reputation: 2
#5
RE: Need help with crash problem!

(08-20-2012, 01:23 PM)TheGreatCthulhu Wrote: Did this happen before too, were you able to start the game, or is now the first time it crashes?

Did you made some edits to the maps script recently? Does the map crash if the script file is empty (test it, but make a backup first)? If so, try loading the map with an empty script (or a working version of the script), then bring up the debug menu (F1); in Notepad++ (or whatever you're using to edit code) paste in the current version of the script, and click "Recompile script & lang" or "Quick Reload" in Amnesia. Does it show any errors?



P.S. I bet it's related to a string parameter in a method. IMO, AngelScript string type implementation in HPL2 is a little buggy.




Okay, so i managed to get through the loading screen by adding a .sh file in the main FC folder. But now the game crashes when i see the actual map in-game, it instant crashes before i start to move around. Help! Tongue

(08-20-2012, 02:57 PM)Your Computer Wrote: When the blackbox error refers to std:Confusedtring, it is normally an error in one of the LANG files or a string manipulation function used improperly within one of your scripts. The game normally has no problem informing the user that a specific CFG file failed to load.



Okay, so i managed to get through the loading screen by adding a .sh file in the main FC folder. But now the game crashes when i see the actual map in-game, it instant crashes before i start to move around. Help!

also find this
<LANGUAGE>
<RESOURCES>
<Directory Path="fonts/eng" />
<Directory Path="lang/eng" />
</RESOURCES>
at the top of the english.lang file, do i need to specify my path to the file im using there in the directory path?

(This post was last modified: 08-20-2012, 07:26 PM by BitGuy.)
08-20-2012, 06:37 PM
Find


Messages In This Thread
Need help with crash problem! - by BitGuy - 08-19-2012, 08:35 PM
RE: Need help with crash problem! - by Melvin - 08-20-2012, 09:56 AM
RE: Need help with crash problem! - by BitGuy - 08-20-2012, 06:37 PM
RE: Need help with crash problem! - by BitGuy - 08-21-2012, 04:02 PM
RE: Need help with crash problem! - by Melvin - 08-21-2012, 04:03 PM
RE: Need help with crash problem! - by Robby - 08-21-2012, 08:19 PM



Users browsing this thread: 1 Guest(s)