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
#1
Need help with crash problem!

Everytime i click "Start new Game" on the main menu of my Full Conversion mod to enter the first map, i get a very weird error







EXCEPTION_ACCESS_VIOLATION in module ntdll.dll at 001B:7C910BF3















saying something about MSVCR71.dll too







This is my recsource.cfg










































































































saying in the hpl log:

-------- Loading map 'test.map' ---------

Cache Loading: 69 ms

Entities: 31 ms

Compilation: 0 ms

Total: 102 ms

Meshes created: 1

Bodies created: 1

-------- Loading complete ---------



But i still get this error, I dont think im doing anything wrong, is there anything about MSVCR71.dll pheraps?

Please give me suggestions on how i could fix this! ):


Attached Files
.png   ERROR.png (Size: 241.22 KB / Downloads: 93)
(This post was last modified: 08-22-2012, 01:59 PM by BitGuy.)
08-19-2012, 08:35 PM
Find
Melvin Offline
Member

Posts: 245
Threads: 38
Joined: Jun 2012
Reputation: 5
#2
RE: Need help with crash problem!

What kind of graphics card do you have?

[Image: 25F7U37.png]
08-20-2012, 09:56 AM
Website Find
TheGreatCthulhu Offline
Member

Posts: 213
Threads: 10
Joined: Oct 2010
Reputation: 32
#3
RE: Need help with crash problem!

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.
(This post was last modified: 08-20-2012, 01:26 PM by TheGreatCthulhu.)
08-20-2012, 01:23 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#4
RE: Need help with crash problem!

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.

Tutorials: From Noob to Pro
08-20-2012, 02:57 PM
Website Find
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
BitGuy Offline
Junior Member

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

FIXED: Materials.cfg was pointed wrong

08-21-2012, 04:02 PM
Find
Melvin Offline
Member

Posts: 245
Threads: 38
Joined: Jun 2012
Reputation: 5
#7
RE: Need help with crash problem!

(08-21-2012, 04:02 PM)BitGuy Wrote: FIXED: Materials.cfg was pointed wrong
Pls tag this as ''Solved''

[Image: 25F7U37.png]
08-21-2012, 04:03 PM
Website Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#8
RE: Need help with crash problem!

(08-21-2012, 04:03 PM)SmokeMelvin Wrote: Pls tag this as ''Solved''

Eh, i get the feeling something will go wrong again.

Tutorials: From Noob to Pro
08-21-2012, 08:18 PM
Website Find
Robby Offline
Posting Freak

Posts: 2,549
Threads: 38
Joined: Jun 2009
Reputation: 47
#9
RE: Need help with crash problem!

(08-21-2012, 08:18 PM)Your Computer Wrote:
(08-21-2012, 04:03 PM)SmokeMelvin Wrote: Pls tag this as ''Solved''

Eh, i get the feeling something will go wrong again.
Be optimistic.

Infrequently active. Don't expect an immediate response. Best to contact me at a different locale. If I create a thread, expect me to be quite active.
08-21-2012, 08:19 PM
Website Find




Users browsing this thread: 1 Guest(s)