Page 1 of 1

unable to find chunks?????

Posted: Fri Aug 03, 2007 9:21 pm
by GolfBulb
WEll i ran my game in Mod tools .exe and It crashed at the end of the loading, here are my Message Severity: 3's:
Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk rep_inf_ep2_rifleman in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\DDW\Data\_lvl_pc\SIDE\rep.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk rep_inf_ep2_rocketeer in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\DDW\Data\_lvl_pc\SIDE\rep.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk rep_inf_ep2_sniper in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\DDW\Data\_lvl_pc\SIDE\rep.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk rep_inf_ep3_officer in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\DDW\Data\_lvl_pc\SIDE\rep.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk rep_inf_ep2_jettrooper in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\DDW\Data\_lvl_pc\SIDE\rep.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk rep_hover_fightertank in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\DDW\Data\_lvl_pc\SIDE\rep.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk rep_hero_macewindu in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\DDW\Data\_lvl_pc\SIDE\rep.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk rep_hover_barcspeeder in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\DDW\Data\_lvl_pc\SIDE\rep.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk rep_walk_atte in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\DDW\Data\_lvl_pc\SIDE\rep.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(1019)
Unable to find level chunk in dc:SIDE\rep.lvl


Message Severity: 3
.\Source\Aimer.cpp(684)
Aimer "cis_hover_gat BODY WEAPON1" mount node "neck" not found

Message Severity: 3
.\Source\Aimer.cpp(684)
Aimer "(null)" mount node "gun_housing_1" not found

Message Severity: 3
.\Source\Aimer.cpp(711)
Aimer "(null)" barrel node "barrel_1" not found

Message Severity: 3
.\Source\Aimer.cpp(748)
Aimer "(null)" fire node "hp_fire_1" not found

Message Severity: 3
.\Source\Aimer.cpp(684)
Aimer "(null)" mount node "gun_housing_2" not found

Message Severity: 3
.\Source\Aimer.cpp(711)
Aimer "(null)" barrel node "barrel_2" not found

Message Severity: 3
.\Source\Aimer.cpp(748)
Aimer "(null)" fire node "hp_fire_2" not found


Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk cis_inf_magnaguard in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\DDW\Data\_lvl_pc\SIDE\cis.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk cis_inf_officer in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\DDW\Data\_lvl_pc\SIDE\cis.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk cis_hover_aat in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\DDW\Data\_lvl_pc\SIDE\cis.lvl



Message Severity: 3
.\Source\LoadUtil.cpp(1019)
Unable to find level chunk in dc:SIDE\cis.lvl


Message Severity: 3
.\Source\Aimer.cpp(684)
Aimer "cis_hover_aatx BODY WEAPON2" mount node "hp_missleR_1" not found

Message Severity: 3
.\Source\Aimer.cpp(684)
Aimer "(null)" mount node "hp_missleL_2" not found

Message Severity: 3
.\Source\Aimer.cpp(684)
Aimer "(null)" mount node "hp_missleR_2" not found

Message Severity: 3
.\Source\Aimer.cpp(684)
Aimer "(null)" mount node "hp_missleL_3" not found

Message Severity: 3
.\Source\Aimer.cpp(684)
Aimer "(null)" mount node "hp_missleR_3" not found

Message Severity: 3
.\Source\Aimer.cpp(684)
Aimer "(null)" mount node "hp_missleL_1" not found

Message Severity: 3
.\Source\EntityGeometry.cpp(666)

RE: unable to find chunks?????

Posted: Fri Aug 03, 2007 10:00 pm
by RepSharpshooter
I may be mistaken, but isn't a chunk an organization within the .lvl? If it is, then the REQ or munger is messed up.

RE: unable to find chunks?????

Posted: Sat Aug 04, 2007 8:17 am
by Master Fionwë
It may be just an issue that happened during the munging, or something that you put intohat was the last change that you made to it?
Also, you could remunge it, and see what happens. If it doesn't work, try to clean it.

Oh, just noticed a few things there. Some of those,
Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk rep_inf_ep2_jettrooper in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\DDW\Data\_lvl_pc\SIDE\rep.lvl
mean that you missing that unit, either in the lua you don't have it loaded, or in the side or unit req. It may be just a simple spelling mistake. Make sure all the units are present, and loaded properly.