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

console error message

This is where you can ask for help and post your knowledge on error messages from using the various tools that describe error messages in MODs such as DataStorm the Freelancer MOD Scanner the server console and FLSpit.

Post Wed Jan 24, 2007 5:38 am

console error message

hi all, my and my firends working for a mod,but when i start ModedFLServer,it says

<pre><font size=1 face=Courier>
E:\FL\Scratch\Source\Common\Archetype.cpp(73) : *** ERROR: ArchDB::Get(0x9159df43) failed. ID=-1856381117
</font></pre>

im try to find the CRCcode by CRCTool ,but CRCTool show Not found.

any help?

Post Wed Jan 24, 2007 6:37 am

ok,we delete a countermeasure and server back to all green

in misc_good.ini

<pre><font size=1 face=Courier>
[LootCrate
nickname = cps_cm_04_ammo_crate
DA_archetype = equipment\models\commodities\crates\crate_grey.3db
LODranges = 0, 50, 150
hit_pts = 250
mass = 10
explosion_arch = debris_normal


[CounterMeasure
nickname = cps_cm_04_ammo
hit_pts = 2
loot_appearance = cps_cm_04_crate
units_per_container = 10
one_shot_sound = fire_countermeasure
const_effect = li_countermeasures
lifetime = 5
DA_archetype = equipment\models\countermeasures\ge_cm_mark1.cmp
material_library = equipment\models\ge_equip.mat
ids_name = 458789
ids_info = 458790
mass = 1
volume = 0.000000
owner_safe_time = 5
force_gun_ori = true
requires_ammo = false
linear_drag = 0.500000
range = 2500
diversion_pctg = 92


[CounterMeasureDropper
nickname = cps_cm_04
ids_name = 458787
ids_info = 458788
DA_archetype = equipment\models\weapons\li_cm_dropper01.cmp
material_library = equipment\models\li_equip.mat
HP_child = HpConnect
hit_pts = 1000
explosion_resistance = 0.500000
debris_type = debris_normal
parent_impulse = 20
child_impulse = 80
volume = 0.000000
mass = 10
power_usage = 1.880000
refire_delay = 0.500000
muzzle_velocity = 15
flash_particle_name = li_laser_01_flash
flash_radius = 15
light_anim = l_gun01_flash
projectile_archetype = cps_cm_04_ammo
separation_explosion = sever_debris
AI_range = 999
lootable = true

[Good
nickname = cps_cm_04
equipment = cps_cm_04
category = equipment
price = 5000000
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_cmdropper.3db
combinable = false
free_ammo = cps_cm_04_ammo, 0
ids_name = 458787
ids_info = 458788
shop_archetype = equipment\models\weapons\li_cm_dropper01.cmp
material_library = equipment\models\li_equip.mat


[Good
nickname = cps_cm_04_ammo
equipment = cps_cm_04_ammo
shop_archetype = equipment\models\countermeasures\ge_cm_mark1.cmp
material_library = equipment\models\ge_equip.mat
category = equipment
price = 15
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_countermeasures.3db
combinable = true
</font></pre>

but why we can't add the countermeasure in mod?

Edited by - nieckey on 1/24/2007 6:46:30 AM

Edited by - nieckey on 1/24/2007 6:47:32 AM

Post Wed Jan 24, 2007 7:47 am

Well if you've put all that into the misc good file then there's your answer.

You need to seperate them thusly,

the LOOTCRATE, COUNTERMEASURE and COUNTERMEASUREDROPPER entries should go in the misc_equip.ini

The two GOODS entries should go in the misc_good.ini

Try that and see how you get on

Post Wed Jan 24, 2007 11:54 pm

oh very sorry ,I made a mistake,the LootCrate CounterMeasure and CounterMeasureDropper in misc_equip.ini.

so all equipment is add correctly, but why the server get a red line.

Post Thu Jan 25, 2007 2:42 am

Console will generate errors on equipment it doesn't understand. By having everything in the misc good ini for your new countermeasure, you were trying to sell something that didn't exist (because it wasn't defined properly in misc_equip), which is why you're getting an error.

I'm hoping that if you do this right, you're error will now go away.

Post Thu Jan 25, 2007 5:57 am

i mean,we fixed the problem and flserver also says a red line.

<pre><font size=1 face=Courier>E:\FL\Scratch\Source\Common\Archetype.cpp(73) : *** ERROR: ArchDB::Get(0x9159df43) failed. ID=-1856381117 </font></pre>

thks a lot for your answers. only one more line to fix now,help please^^

Return to Mod Errors Board