View unanswered posts | View active topics It is currently Thu Mar 28, 2024 10:07 pm



Reply to topic  [ 3 posts ] 
 Cannot start game :/ img. dump file 
Author Message

Joined: Sat Feb 22, 2014 7:35 am
Posts: 1
Reply with quote
Post Cannot start game :/ img. dump file
---------------------------
RTE Aborted! (x_x)
---------------------------
Failed to load datafile object with following path and name:

Base.rte/Scenes/Objects/BrainVaultFG

The last frame has been dumped to 'abortscreen.bmp'

You can copy this message with Ctrl+C
---------------------------
OK
---------------------------

Looked around and i cant find the solution, tried making a file location for this and its messing up worse haha. would LOVE some help.

Oh and uninstalling/reinstalling DOES NOT help. thought that was interesting...


Sun Feb 23, 2014 3:52 am
Profile

Joined: Sun Jul 22, 2012 3:06 pm
Posts: 129
Reply with quote
Post Re: Cannot start game :/ img. dump file
*NOTE: Please read to the end before changing any lines of any file.*

What version are you trying to run? The vault BG/FG/Mat are currently located in Base.rte/Scenes/Objects/Bunkers/BunkerModules

However, that doesn't matter if your ini's are trying to load from different directories:

Go to Base.rte and open Scenes.ini (with some text editing program)

There should be a line about IncludeFile = Base.rte/Scenes/Objects/Bunkers/Bunkers.ini or something similar, so then it reads THAT file:



This:


However, if you've done a transplant of your Base.rte with some mod or something that changes Scenes.ini or the bunker directories altogether, then this chain will start trying to load other directories. The easiest solution is to try to find where the chain stops loading correctly. In your case I suspect it would be the final file pathing, because it recognizes that it's trying to load the sprite, and the sprite either doesn't exist, or it's not in Base.rte/Scenes/Objects/

So what you'll need to do is open the last file in the chain and change the path to the correct one. For instance:

Code:
   FGColorFile = ContentFile
      Path = Base.rte/Scenes/Objects/Bunkers/BrainVaultFG.bmp


This line should either be changed to this vv or the actual location of the BrainVaultFG.bmp within your version of CC... which may be different (you didn't specify which version of CC you're trying to load).
Code:
    FGColorFile = ContentFile
      Path = Base.rte/Scenes/Objects/Bunkers/BunkerModules/BrainVaultFG.bmp

(This needs to be done to not only the FG, but the BG and Mat, and also every other file that has incorrect directories - depending on your text editing program, a clever Find and Replace can achieve an entire directory change for the file)

OR, actually, check the abort screen because the other problem may be that a mod is trying to load the old directory of the sprite. In that case, your abortscreen should have stopped loading the last line of the ini where the pathing needs to be changed. Follow the same process, just open the ini and change the directory to the proper one. A secondary solution would be to copy and paste the improperly located files in new folders that match the directory they're trying to achieve anyways. I usually opt for this one because of how small BMP files are, and because you never know which old mods try to load the old directories.

Basically, this error is telling you that it's looking for BrainVaultFG.bmp, and it either can't find it, or the file has an improper extension.

It should be pretty straightforward but if you have any questions just ask. Good luck.


Sun Feb 23, 2014 7:32 am
Profile
DRL Developer
DRL Developer

Joined: Fri May 15, 2009 10:29 am
Posts: 4107
Location: Russia
Reply with quote
Post Re: Cannot start game :/ img. dump file
You sure you don't have any mods that try to grab the brain bunker for a bunker module?


Sun Feb 23, 2014 11:55 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.066s | 17 Queries | GZIP : Off ]