Page 1 of 1

Map Crashing but No Level 3 Severity Errors [Solved]

Posted: Thu Sep 17, 2009 8:34 pm
by IronJaw
As the title said, the Map crashes, but no level 3 Errors. My Error Log:
Hidden/Spoiler:
Opened logfile BFront2.log 2009-09-17 2031
ingame stream movies\crawl.mvs
prev = none iLastPage = nil
prev = texture iLastPage = 1
prev = texture iLastPage = 2
prev = texture iLastPage = 3
prev = texture iLastPage = 4
ifs_legal.Exit

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\GameMovie.cpp(399)
Unable to find open movie segment shell_main

ifs_saveop_DoOps LoadFileList
ifs_saveop_DoOps LoadFileList
ifs_saveop_DoOps LoadProfile
ifs_saveop_DoOps LoadProfile
num, Selection = 1 table: 03CB116C
+++mission modes changed! ifs_mspc_MapList_layout.SelectedIdx = 1
EraSelection.subst = c era_c
EraSelection.subst = g era_g
play movie ABC 200 , 300 510 x 400

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\GameMovie.cpp(399)
Unable to find open movie segment ABC0.000000ly

EraSelection.subst = c era_c
EraSelection.subst = g era_g
num, Selection = 1 table: 03CB116C
+++mission modes changed! ifs_mspc_MapList_layout.SelectedIdx = 9
EraSelection.subst = c era_c
EraSelection.subst = g era_g
play movie ABC 200 , 300 510 x 400

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\GameMovie.cpp(399)
Unable to find open movie segment ABC0.000000ly

this.CurButton = check_era1
cur_button = nil
this.CurButton = check_era2
cur_button = nil
this.CurButton = check_era1
cur_button = nil
bEra_CloneWar = 1 bEra_Galactic = nil
clonewar_visable = true galactic_visable = true
Adding map: DPWc_con idx: 1
this.CurButton = _map_add
cur_button = nil
this.CurButton = Launch
cur_button = nil

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\HUDElementBitmap.cpp(380)
HUD BitmapElement unable to find texture hud_target_hint_offscreen

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\HUDElementBitmap.cpp(380)
HUD BitmapElement unable to find texture hud_target_hint_offscreen

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\HUDElementBitmap.cpp(380)
HUD BitmapElement unable to find texture btn_directional_pad_LR

Message Severity: 2
C:\Battlefront2\main\RedEngineFL\Memory\RedMemoryPool.cpp(317)
Memory pool "ClothData" set item count after being allocated

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\VOHelper.cpp(183)
VOSound (rep1_inf_pc_com_hostile_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\VOHelper.cpp(183)
VOSound (rep1_inf_pc_com_bacta_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\VOHelper.cpp(183)
VOSound (rep1_inf_pc_com_mechanic_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\VOHelper.cpp(183)
VOSound (rep1_inf_pc_com_ammo_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\VOHelper.cpp(183)
VOSound (rep1_inf_pc_com_transport_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\VOHelper.cpp(183)
VOSound (rep1_inf_pc_com_backup_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\VOHelper.cpp(183)
VOSound (rep1_inf_pc_com_clear_area_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\VOHelper.cpp(183)
VOSound (rep1_inf_pc_com_defend_inVehicle): unknown modifier "InVehicle"

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\EntityGeometry.cpp(1065)
Entity "com_weap_inf_remotedroid_ord" unknown building collision "p_buildingsphere"

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\EntityGeometry.cpp(1073)
Entity "com_weap_inf_remotedroid_ord" unknown vehicle collision "p_buildingsphere"

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\EntityGeometry.cpp(1089)
Entity "com_weap_inf_remotedroid_ord" unknown ordnance collision "p_sphere"

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\EntityGeometry.cpp(1081)
Entity "com_weap_inf_remotedroid_ord" unknown soldier collision "p_sphere"

Re: Map Crashing but No Level 3 Severity Errors

Posted: Thu Sep 17, 2009 8:47 pm
by 501st_commander
what was the last thing you added, changed or removed?

Re: Map Crashing but No Level 3 Severity Errors

Posted: Thu Sep 17, 2009 9:45 pm
by IronJaw
I think it was Rex's Pauldon. (HTe msh and tgs work fine)

My rifleman.odf:
Hidden/Spoiler:
[GameObjectClass]
ClassParent = "rep_inf_default_rifleman"

[Properties]
AnimatedAddon = "anythingyouputherewillworksodontputthisjustmakeupsomethingshorter"
GeomtryAddon = "rex_pauldron"
AddonAttachJoint = "bone_ribcage"
GeometryName = "rep_inf_ep3trooper"
GeometryLowRes = "rep_inf_ep3trooper_low1"
I think I might have found the problem.......

*edit* Nope, I changed the "anythingyouputherewillworksodontputthisjustmakeupsomethingshorter" to "boblarry" but it still crashes with no level 3 error........

Re: Map Crashing but No Level 3 Severity Errors

Posted: Fri Sep 18, 2009 2:21 am
by DarthD.U.C.K.
you dont have a geometryname-call in you gameobjectclass section, i dont know if its necessary but its wroth a try

Re: Map Crashing but No Level 3 Severity Errors

Posted: Fri Sep 18, 2009 3:05 am
by AQT
That won't be necessary. IronJaw just has a minor spelling error that's all.
Hidden/Spoiler:
[GameObjectClass]
ClassParent = "rep_inf_default_rifleman"

[Properties]
AnimatedAddon = "anythingyouputherewillworksodontputthisjustmakeupsomethingshorter"
GeometryAddon = "rex_pauldron"
AddonAttachJoint = "bone_ribcage"
GeometryName = "rep_inf_ep3trooper"
GeometryLowRes = "rep_inf_ep3trooper_low1"

Re: Map Crashing but No Level 3 Severity Errors

Posted: Fri Sep 18, 2009 9:23 am
by IronJaw
Thanks! It seems I must pay more attention when copying and pasting form the ReadMe......
It works, even if the pauldron is to small to fit over the front of the rilfeman. It looks fine form the back though........