Frictional Games Forum (read-only)

Full Version: My friend is getting a Black Box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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.
It's impossible to know the cause without his TC.
He should look in the hpl.log file to see what the last few lines says for clues as to what might be wrong.
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'
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?
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>
Does he have the "menu_gui_default" font in his font folder?
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.
(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
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'
Pages: 1 2