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
Crash on startup...[Problem solved]
Lambda Offline
Junior Member

Posts: 39
Threads: 5
Joined: Mar 2011
Reputation: 0
#1
Crash on startup...[Problem solved]

So, I've been developing a full conversion for a while now, but now I've run into a serious bug ish thing I really can't solve on my own.

The menu loads up perfectly fine, but when I start off, I get the "Something is wrooooong" error screen with this message:

Amnesia.exe caused an EXCEPTION_ACCESS_VIOLATION in module Amnesia.exe at 0023:00547164

I'll provide any mod code if neccessary, I'm just holding back on that for now, for obvious reasons.

Thanks!
-Lambda

Khaaaan!
(This post was last modified: 09-23-2011, 02:22 PM by Lambda.)
09-02-2011, 09:20 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#2
RE: Crash on startup...

What were all the steps you took before receiving this error?

Tutorials: From Noob to Pro
09-03-2011, 07:02 AM
Website Find
Lambda Offline
Junior Member

Posts: 39
Threads: 5
Joined: Mar 2011
Reputation: 0
#3
RE: Crash on startup...

Well, I had a few strange bugs that misplaced all the entities in my first level. I fixed that(By changing a few things), and changed something in my main_init, but I cant remember what that was...

Khaaaan!
09-03-2011, 07:12 PM
Find
Selyp Offline
Member

Posts: 210
Threads: 19
Joined: Feb 2011
Reputation: 7
#4
RE: Crash on startup...

I had this same problem a while ago. Check out your main_init and your settings.cfg files and make sure everything is correct. I can't remember exactly how I fixed it but there was something wrong in one of those files.

Atlantia - An Amnesia: The Dark Descent Full Conversion Mod
09-04-2011, 12:40 AM
Find
Lambda Offline
Junior Member

Posts: 39
Threads: 5
Joined: Mar 2011
Reputation: 0
#5
RE: Crash on startup...

Couldn't find anything myself, d'you guys have any suggestions?:
<ConfigFiles
    Resources = "resources.cfg"
    Materials = "materials.cfg"
    
    Game = "config/game.cfg"
    Menu = "config/theturn_menu.cfg"
    PreMenu = "config/pre_menu.cfg"
    Demo = "config/demo.cfg"
    
    DefaultMainSettings = "config/default_main_settings.cfg"

    DefaultMainSettingsLow = "launcher/default_main_settings_low.cfg"
    DefaultMainSettingsMedium = "launcher/default_main_settings_medium.cfg"
    DefaultMainSettingsHigh = "launcher/default_main_settings_high.cfg"


    DefaultUserSettings = "config/default_user_settings.cfg"
    DefaultUserKeys        = "config/default_user_keys.cfg"
    
    DefaultBaseLanguage = "base_english.lang"
    DefaultGameLanguage = "english.lang"
/>

<Directories  
    MainSaveFolder = "Main"
    
    BaseLanguageFolder = "config/"        
    GameLanguageFolder = "config/lang_theturn/"
    
    CustomStoryPath = "custom_stories"
/>

<Variables
    GameName = "The Turn - An Amnesia: The Dark Descent Mod"
/>

<StartMap
    File = "bed_area.map"
    Folder = "maps/theturn/"
    Pos = "PlayerStartArea_1"
/>

Khaaaan!
(This post was last modified: 09-04-2011, 06:24 PM by Lambda.)
09-04-2011, 06:24 PM
Find
Lambda Offline
Junior Member

Posts: 39
Threads: 5
Joined: Mar 2011
Reputation: 0
#6
RE: Crash on startup...

Note: I've checked the hpl.log file. No hints there.

Khaaaan!
09-09-2011, 08:10 PM
Find
UnseenLegend ( NL ) Offline
Member

Posts: 171
Threads: 10
Joined: Sep 2011
Reputation: 12
#7
RE: Crash on startup...

If you are an ATI user You may need the latest PhysX system softwere
Only you having Serious trouble with your Graphics and textures
Or just the Startup Problem

[Image: read-image.asp?n=n-20121202110321-m.jpg&r=8]
(This post was last modified: 09-09-2011, 10:11 PM by UnseenLegend ( NL ).)
09-09-2011, 10:08 PM
Find
Lambda Offline
Junior Member

Posts: 39
Threads: 5
Joined: Mar 2011
Reputation: 0
#8
RE: Crash on startup...

Nope, NVidia GeForce. And IF that would have been the problem, I would have gotten it earlier, eh?

Khaaaan!
09-10-2011, 11:29 AM
Find
Lambda Offline
Junior Member

Posts: 39
Threads: 5
Joined: Mar 2011
Reputation: 0
#9
RE: Crash on startup...

Okay, so here's my last resort.
I uploaded a build of the mod, without all important custom things(Voiceacting etc.), to see if anyone can find a bug or anything.

Please, only use this to check if you can help me with finding the bug, and dont distribute/steal my work, you wouldn't really be a nice person, to put it in a way that I wont get banned for offensive language.
Here's the link:
http://www.mediafire.com/?627wt8gdqxym22a
File password: RIPAZHA
Anyone who knows where the password refers to, deserves a virtual cookie.

Khaaaan!
09-18-2011, 04:48 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#10
RE: Crash on startup...

In your theturn_main_init.cfg file, the value for GameLanguageFolder points to a folder that doesn't exist (i.e. the folder name is different than the one referenced).

Tutorials: From Noob to Pro
09-19-2011, 05:21 PM
Website Find




Users browsing this thread: 1 Guest(s)