![]() |
Why does my bat file crash when I launch it - 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: Why does my bat file crash when I launch it (/thread-17028.html) Pages:
1
2
|
RE: Why does my bat file crash when I launch it - Your Computer - 07-18-2012 In this case that would be Documents/Amnesia/Main. RE: Why does my bat file crash when I launch it - kartanonperuna - 07-18-2012 Hmm several errors it seems: Version 1.20 - s26ADEE0-539 -------- THE HPL ENGINE LOG ------------ Engine build ID 20101021192547 Creating Engine Modules -------------------------------------------------------- Creating graphics module Creating system module Creating resource module Creating input module Creating sound module Creating physics module Creating ai module Creating gui module Creating generate module Creating haptic module Creating scene module -------------------------------------------------------- Initializing Resources Module -------------------------------------------------------- Creating loader handlers Creating resource managers Adding loaders to handlers -------------------------------------------------------- Initializing Graphics Module -------------------------------------------------------- Init lowlevel graphics: 1920x1080 bpp:32 fs:1 ms:0 gpufmt:2 cap:'Amnesia - The Dark Descent - Loading...' pos ![]() Setting video mode: 1920 x 1080 - 32 bpp Init Glew...OK Setting up OpenGL Vendor: NVIDIA Corporation Renderer: GeForce GT 530/PCI/SSE2 Version: 4.1.0 Max texture image units: 32 Max texture coord units: 8 Max user clip planes: 8 Two sided stencil: 1 Vertex Buffer Object: 1 Anisotropic filtering: 1 Max Anisotropic degree: 16 Multisampling: 1 Texture compression: 1 Texture compression S3TC: 1 Auto generate MipMaps: 1 Render to texture: 1 Max draw buffers: 8 Max color render targets: 8 Packed depth-stencil: 1 Texture float: 1 GLSL Version: 4.10 NVIDIA via Cg compiler ShaderModel 2: 1 ShaderModel 3: 1 ShaderModel 4: 1 OGL ATIFragmentShader: 0 Setting up G-Bugger: type: 0 texturenum: 3 Adding engine materials Initializing DevIL Vendor String: Abysmal Software Version String: Developer's Image Library (DevIL) 1.6.8pre Aug 12 2006 Version Number: 168 Adding engine post effects -------------------------------------------------------- Initializing Sound Module -------------------------------------------------------- Initializing OpenAL Available OpenAL devices: 0. Generic Software on Speakers (Realtek High Definition Audio)(OpenAL default) Trying to open device 'Generic Software on Speakers (Realtek High Definition Audio)'... Success! Number of mono sources: 32 Streaming setup: 4 Buffers x 262144 bytes each -------------------------------------------------------- Initializing Game Module -------------------------------------------------------- Adding engine updates Initializing script functions -------------------------------------------------------- User Initialization -------------------------------------------------------- ERROR: Couldn't load language file 'config/rise_ashes_lang/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' RE: Why does my bat file crash when I launch it - kartanonperuna - 07-20-2012 Does anyone know whats the problem?Really need help with this one. RE: Why does my bat file crash when I launch it - Obliviator27 - 07-20-2012 According to the .log, you may be missing the file 'menu_gui_default.fnt' and something about not being able to load the .lang file, provided there is one. RE: Why does my bat file crash when I launch it - kartanonperuna - 07-20-2012 Hmmm but there is my custom lang...And the file...Im pretty sure I have it.If I dont,where am i supposed to put it? RE: Why does my bat file crash when I launch it - Your Computer - 07-20-2012 Normally when the game can't find a resource it is because the resources.cfg has been modified incorrectly. RE: Why does my bat file crash when I launch it - kartanonperuna - 07-20-2012 It is correct. What does the font error mean?Ive looked at amnesias fonts folder and it has those files. RE: Why does my bat file crash when I launch it - Your Computer - 07-21-2012 If i were you, i would start over and follow a guide. RE: Why does my bat file crash when I launch it - kartanonperuna - 07-21-2012 I did follow a guide.... |