Frictional Games Forum (read-only)
My friend is getting a Black Box - 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 - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: My friend is getting a Black Box (/thread-12441.html)

Pages: 1 2


My friend is getting a Black Box - RawkBandMan - 01-08-2012

My friend keeps getting this Black Box when playing his TC. The game works fine, as long as he isn't playing his TC.

Code:
Amnesia.exe caused an EXCEPTION_ACCESS_VIOLATION in module Amnesia.exe at 001B:004A5838

Please help him.



RE: My friend is getting a Black Box - MulleDK19 - 01-08-2012

It's impossible to know the cause without his TC.


RE: My friend is getting a Black Box - jens - 01-08-2012

He should look in the hpl.log file to see what the last few lines says for clues as to what might be wrong.



RE: My friend is getting a Black Box - RawkBandMan - 01-08-2012

Here are the errors. If you say try to verify, he's already done that. There is lots of missing stuff


Code:
User Initialization
--------------------------------------------------------
ERROR: Couldn't create font 'menu_gui_default.fnt'
ERROR: Couldn't create font 'menu_gui_default.fnt'
ERROR: Couldn't create font 'menu_gui_default.fnt'
WARNING: Could not find language file entry 'WelcomeMessage01'
WARNING: Could not find language file entry 'WelcomeMessage02'
WARNING: Could not find language file entry 'WelcomeMessage03'
WARNING: Could not find language file entry 'WelcomeMessage04'
WARNING: Could not find language file entry 'WelcomeMessage05'
WARNING: Could not find language file entry 'WelcomeMessage06'



RE: My friend is getting a Black Box - Statyk - 01-08-2012

He does not have the file for the font in his TC, nor does he have a section in his english.lang to match the Pre-menu's needed messages.

Can you post his resources.cfg?


RE: My friend is getting a Black Box - RawkBandMan - 01-08-2012

He is using the original font that came with the game, and as for the Pre-Menu's messages, I'd have to check with him

Here's his resources.cfg
Code:
<Resources>
  <Directory Path="/_temp" AddSubDirs="true" />
  <Directory Path="/fonts" AddSubDirs="false" />
  <Directory Path="/maps" AddSubDirs="true" />
  <Directory Path="/textures" AddSubDirs="true" />
  <Directory Path="/tc_models" AddSubDirs="true" />
  <Directory Path="/gui" AddSubDirs="true" />
  <Directory Path="/static_objects" AddSubDirs="true" />
  <Directory Path="/tc_sounds" AddSubDirs="true" />
  <Directory Path="/sounds" AddSubDirs="true" />
  <Directory Path="/main_menu" AddSubDirs="true" />
  <Directory Path="/shaders" AddSubDirs="true" />
  <Directory Path="/lights" AddSubDirs="true" />
  <Directory Path="/billboards" AddSubDirs="true" />
  <Directory Path="/entities" AddSubDirs="true" />
  <Directory Path="/graphics" AddSubDirs="true" />
  <Directory Path="/viewer" AddSubDirs="true" />
  <Directory Path="/particles" AddSubDirs="true" />
  <Directory Path="/tc_models" AddSubDirs="true" />
  <Directory Path="/music" AddSubDirs="true" />
  <Directory Path="/flashbacks" AddSubDirs="true" />
  <Directory Path="/textures" AddSubDirs="true" />
  <Directory Path="/misc" AddSubDirs="true" />
  <Directory Path="/commentary" AddSubDirs="true" />
</Resources>



RE: My friend is getting a Black Box - Statyk - 01-08-2012

Does he have the "menu_gui_default" font in his font folder?


RE: My friend is getting a Black Box - RawkBandMan - 01-08-2012

It's in his fonts/eng/ folder, as is mine and my TC works fine :|

Also, we are adding those WelcomeMessage01-06 into his english.lang at the moment.



RE: My friend is getting a Black Box - Statyk - 01-08-2012

(01-08-2012, 11:14 PM)XxRoCkBaNdMaNxX Wrote: It's in his fonts/eng/ folder, as is mine and my TC works fine :|

Also, we are adding those WelcomeMessage01-06 into his english.lang at the moment.
just go into the ptest english.lang or even temproraily replace yours


RE: My friend is getting a Black Box - RawkBandMan - 01-08-2012

It's Okay, we finished the messages he wants to use in his story, and the hpl.log changed back to this.

Code:
ERROR: Couldn't load language file 'tc_config/tc_main/english.lang'
ERROR: Couldn't create font 'menu_gui_default.fnt'
ERROR: Couldn't create font 'menu_gui_default.fnt'
ERROR: Couldn't create font 'menu_gui_default.fnt'
WARNING: Could not find language file entry 'WelcomeMessage01'
WARNING: Could not find language file entry 'WelcomeMessage02'
WARNING: Could not find language file entry 'WelcomeMessage03'
WARNING: Could not find language file entry 'WelcomeMessage04'
WARNING: Could not find language file entry 'WelcomeMessage05'
WARNING: Could not find language file entry 'WelcomeMessage06'