Important Message

You are browsing the archived Lancers Reactor forums. You cannot register or login.
The content may be outdated and links may not be functional.


To get the latest in Freelancer news, mods, modding and downloads, go to
The-Starport

Can some1 please help me?

The general place to discuss MOD''ing Freelancer!

Post Sat Jul 02, 2005 5:43 am

Can some1 please help me?

i created a mod and now when i try to run it on my server i get some error messages

i already tried to find out what they could mean with crctool beta2 but nothing
ive no glue what they are
all i know is that there are lots of them and they make the server laggy

47: E:\FL\Scratch\Source\Server\gf\BaseDB.cpp(1645) : *** ERROR: Location 2396975493 is invalid
48: E:\FL\Scratch\Source\Server\gf\BaseDB.cpp(1645) : *** ERROR: Location 3076718850 is invalid
4d: E:\FL\Scratch\Source\Common\CSolar.cpp(606) : *** ERROR: space costume head 0 does not exist

maybe some1 of you know what they mean or how to find out where they come from... like i said i already used the crctool to find them but without a result

Post Sat Jul 02, 2005 12:40 pm

I can help with the last one "space costume head 0 does not exist",you've created your mod with FLExplorer.In FLE when you select a robot body for the docking voice it creates it like this:-

space_costume = 0, robot_body_B

When it should be:-

space_costume = , robot_body_B

All of the bases that you've created with robots as docking control will have to be editted by hand to remove the "0" from them.

**shuffles of with a new headache**

Post Sat Jul 02, 2005 2:56 pm

A quick tip for you on the robot body problem.
click on search in the folder that holds your mod
Copy and paste "space_costume = 0," in the section "a word or phrase in the file"
make sure "search subfolders" is checked
then search
It will then pull up all the ini files that have this entry
open each ini in the system folder up and do a "find & replace" on each ini file using what Beyjamac has said.

This way you can get rid of all of them..or find the culprit very quickly. If you are using an old version of FL Explorer, it will do this all the time. The new version from Louva fixes this, so make sure you have the latest version of FLE (on home page of Lancers)

Your invalid location is a result of a redundant base/room ini file i think that has been deleted but is still in the mod.

Edited by - Strail on 7/2/2005 3:59:06 PM

Post Sun Jul 03, 2005 2:35 am

any idea how i can find out which base it could be?
the crc tool doesnt give me any information and im kinda helpless now

Post Sun Jul 03, 2005 4:19 am

47: E:\FL\Scratch\Source\Server\gf\BaseDB.cpp(1645) : *** ERROR: Location 2396975493 is invalid
48: E:\FL\Scratch\Source\Server\gf\BaseDB.cpp(1645) : *** ERROR: Location 3076718850 is invalid

these are usually caused by bases have more rooms than actually exist.

the file mbases.ini may have a shipdealer stipulated for your new base, but the room may not exist in the folder universe\your_system\your_base\rooms\ file

take the number 2396975493 and put it into this tool to find out what the number relates to, or keep an eye on the console messages as you or others dock at bases.

edit: make sure youre using the new version of crctool ^, the previous versions didnt work very well for me either

Edited by - Thaddeus on 7/3/2005 5:23:10 AM

Return to Freelancer General Editing Forum