Page 1 of 1
Weird crash problem
Posted: Mon Jul 09, 2012 12:56 pm
by Anakin
Hi,
i have some problem with my BFII mod. After i play a while and shoot the game crashes.
That's for the DC17 Blaster, after about the 3 or 4 reload, for the dc15 Handblaster when firering fast for two times (in the game you can shoot about 10 fast times, the two are in the debugger) or after i fight a bit and than throw a grenade. But thats allways only after a while. and allways a attack cause the crash
http://www.gamefront.com/files/21964104/BFront20907.log
Re: weird crash problem
Posted: Mon Jul 09, 2012 2:36 pm
by Marth8880
Code: Select all
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\OrdnanceBullet.cpp(583)
Ordnance bullet "conc_rifle_ord" missing geometry "none"
If you don't want a weapon to have geometry, you simply leave the field blank.
Code: Select all
Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\EntityBuilding.cpp(695)
Building missing explosion "tur_bldg_beam_exp"
Might wanna fix that.
Code: Select all
Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\Weapon.cpp(2119)
Weapon "rep_weap_Melee_Attack" missing fire point "hp_fire"
Fix those thingers.
Re: weird crash problem
Posted: Mon Jul 09, 2012 2:43 pm
by AceMastermind
There's no reason why a BFront2.log shouldn't fit into anyone's reply. Trim it down by omitting the insignificant errors so those inclined to help don't have to sift through that mess. You've been a member here for three years and should know this by now.
Re: weird crash problem
Posted: Mon Jul 09, 2012 2:59 pm
by Anakin
that's the problem for this i don#t know the error.
The first didn't make the error. i take the file from Bfx and there it works and for me too. the 2nd my be the error, but the weapon is only on Geonosis available and not on coruscant/kashyyk.
The 3rd i don't know what's wrong herer, but it worked in the past too.
Re: weird crash problem
Posted: Mon Jul 09, 2012 3:14 pm
by AceMastermind
Regardless of what you think may or may not be the cause of the crash, those errors are listed in the log for a reason and need your attention.
If folks didn't make so many changes at once then troubleshooting crashes would be a breeze.
Change your modding habits:
make a change and test, make a change and test, make a change and test....
This makes finding the source of a crash much easier because you only edited one or two things.
It might seem like a lot of work having to go back and forth but it's nothing compared to the headache you'll get from not being able to find the source of a crash. You can leave the game running in the background while editing and munging. The newly munged files will be loaded when you re-launch the map.
Re: weird crash problem
Posted: Tue Jul 10, 2012 6:45 am
by Anakin
The point is, i made the Wrist virbo weeks ago, and it worked without porblems. So it can not be the reason. But i can fix this soon.
The only part i don't understand is this one:
Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\Weapon.cpp(2119)
Weapon "rep_weap_Melee_Attack" missing fire point "hp_fire"
this is the odf of the weapon.
about the crahs i think it is something with my Laser animation i added to the Sniperrifle and the dc15 hand blaster, because the dc15 started crashing after adding it.