Frictional Games Forum (read-only)

Full Version: Mod Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Hello im working on my Hospital Of Horror and i have tryed all the day to fix the files but i get Error

It crashes every time no clue what to do !?!?!?!?!?!??!?!? Please help!
When you want people to help you, you have to help them help you. Simply stating that you have an error and it is due to the game crashing isn't enough information to help us help you.
(04-14-2012, 08:48 PM)Your Computer Wrote: [ -> ]When you want people to help you, you have to help them help you. Simply stating that you have an error and it is due to the game crashing isn't enough information to help us help you.
I dont know what the error is and how do fix it , when i load it it says
Amnesia.exe caused an EXCEPTION_ACCESS_VIOLATION in module
Amnesia.exe at 001B:0055D250

what to do!?!?!?!?!?


I can send you an rar if you want to check?
First questions:
- Does it crash when you open the maps in the editor, or when you try to run them, or maybe even before you load them?
- Did they work before?
- Do you get any kind of error message?
(04-14-2012, 09:26 PM)Cranky Old Man Wrote: [ -> ]First questions:
- Does it crash when you open the maps in the editor, or when you try to run them, or maybe even before you load them?
- Did they work before?
- Do you get any kind of error message?
the bat crashes not the level edtior , never entered the game yet with my mod :S
It's probably due to missing resources or one of the configuration files were not correctly modified.
(04-14-2012, 09:40 PM)Your Computer Wrote: [ -> ]It's probably due to missing resources or one of the configuration files were not correctly modified.
Here is the resources


<Resources>
<Directory Path="/temp" AddSubDirs="true" />
<Directory Path="/fonts" AddSubDirs="false" />
<Directory Path="/test_mod/maps" AddSubDirs="true" />
<Directory Path="/textures" AddSubDirs="true" />
<Directory Path="/models" AddSubDirs="true" />
<Directory Path="/test_mod/gui" AddSubDirs="true" />
<Directory Path="/test_mod/static_objects" AddSubDirs="true" />
<Directory Path="test_mod/sounds" AddSubDirs="true" />
<Directory Path="/test_mod/main_menu" AddSubDirs="true" />
<Directory Path="/shaders" AddSubDirs="true" />
<Directory Path="/lights" AddSubDirs="true" />
<Directory Path="/billboards" AddSubDirs="true" />
<Directory Path="/test_mod/entities" AddSubDirs="true" />
<Directory Path="/test_mod/graphics" AddSubDirs="true" />
<Directory Path="/viewer" AddSubDirs="true" />
<Directory Path="/particles" AddSubDirs="true" />
<Directory Path="/models" AddSubDirs="true" />
<Directory Path="/test_mod/music" AddSubDirs="true" />
<Directory Path="/test_mod/flashbacks" AddSubDirs="true" />
<Directory Path="/test_mod/textures" AddSubDirs="true" />
<Directory Path="/misc" AddSubDirs="true" />
<Directory Path="/test_mod/commentary" AddSubDirs="true" />
</Resources>
http://wiki.frictionalgames.com/hpl2/amn...evenvguide
"8. In order to avoid running into “File index out of bounds” errors when
designing your custom story in the level editor, edit the file resources.cfg located in the root the directory of Amnesia (i.e. where Amnesia is installed) and add the custom_stories directory to the list."
(04-14-2012, 09:47 PM)Cranky Old Man Wrote: [ -> ]http://wiki.frictionalgames.com/hpl2/amn...evenvguide
"8. In order to avoid running into “File index out of bounds” errors when
designing your custom story in the level editor, edit the file resources.cfg located in the root the directory of Amnesia (i.e. where Amnesia is installed) and add the custom_stories directory to the list."
what you mean?
Not sure if a forward slash is required in front of every path, but your resources.cfg file doesn't list the original gui folder. I highly doubt you created your own gui, so that could be one of the reasons why the game is crashing.
Pages: 1 2 3 4