Why does space insist on crashing?!?!
Moderator: Moderators
- Havoc 526
- Rebel Warrant Officer

- Posts: 317
- Joined: Sat Apr 04, 2009 6:24 pm
- Projects :: Something
- Location: Howling at the Moon
Why does space insist on crashing?!?!
Okay, so recently I had to start from scratch on all my space units, mainly because there was a weird crash that I could not, for the life of me, explain. No matter how many Message Severity: 3 errors I fix, there is always that one problem that pops up! Are the vehicles too powerful? Well maybe! I guess that would be the problem. So I started again from scratch. Everything was working fine, then I just edited the fire rate of the Republic gunship and the CIS bomber, along with the health rate and speed of the V-Wing, and updated the rest of the health rates of the vehicles, and it crashes again! And there is nothing in the BFront2 error log that points out what I'm missing! I was pulling my hair out last night because of this! And the BFront2 Error Log is too big to post, even though I was only about 1 or 2 minutes in before it crashed this time!
Any help would be greatly appreciated.
Any help would be greatly appreciated.
-
ARCTroopaNate
- Jedi

- Posts: 1161
- Joined: Mon Mar 21, 2011 8:12 pm
- Projects :: Star Wars Battlefront - Tides of War
- xbox live or psn: I have ps4
- Location: STALKER!
- Contact:
Re: Why does space insist on crashing?!?!
Please post the log, we can't help you if we don't know what your problem is.
-
THEWULFMAN
- Space Ranger
- Posts: 5557
- Joined: Tue Aug 17, 2010 3:30 pm
- Projects :: Evolved 2
- Location: Columbus, Ohio
- Contact:
Re: Why does space insist on crashing?!?!
Go to ShareText.org, post your log, and then post the link here.
- Havoc 526
- Rebel Warrant Officer

- Posts: 317
- Joined: Sat Apr 04, 2009 6:24 pm
- Projects :: Something
- Location: Howling at the Moon
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Re: Why does space insist on crashing?!?!
There should never be a problem fitting the log into your reply when you omit the insignificant errors like you're supposed to.
(Your) BFront2 Error Log
Out of those remaining errors the Severity 3 errors take priority starting with this one:
forums/viewtopic.php?f=27&t=27638&p=471 ... er#p471081
(Your) BFront2 Error Log
Hidden/Spoiler:
Out of those remaining errors the Severity 3 errors take priority starting with this one:
That error is self explanatory and gives you a clear starting point from which you can begin to troubleshoot. This 501 side may cause problems anyway since it begins with a number, icemember brought this to our attention in another thread.Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open dc:SIDE\501.lvl
forums/viewtopic.php?f=27&t=27638&p=471 ... er#p471081
-
ARCTroopaNate
- Jedi

- Posts: 1161
- Joined: Mon Mar 21, 2011 8:12 pm
- Projects :: Star Wars Battlefront - Tides of War
- xbox live or psn: I have ps4
- Location: STALKER!
- Contact:
Re: Why does space insist on crashing?!?!
Hmmm, I've made a 185 side and it worked, I've also made 501 sides and they've worked as well. If it can't open it then there is probably something wrong with 501.req or munging.
- Havoc 526
- Rebel Warrant Officer

- Posts: 317
- Joined: Sat Apr 04, 2009 6:24 pm
- Projects :: Something
- Location: Howling at the Moon
Re: Why does space insist on crashing?!?!
No no, 501 doesn't exist anymore. I cut it. It's not even being read. If that were the case, the map wouldn't even load completely before crashing (I should remove it from the script). The thing is, it's crashing right in the middle of the action. I don't understand why.
-
ARCTroopaNate
- Jedi

- Posts: 1161
- Joined: Mon Mar 21, 2011 8:12 pm
- Projects :: Star Wars Battlefront - Tides of War
- xbox live or psn: I have ps4
- Location: STALKER!
- Contact:
Re: Why does space insist on crashing?!?!
It could possibly be something, maybe it happens when you do something, one time I had a crash I couldn't figure out for a while, it was a weapon error and it only happened when someone used the weapon, so a minute or two into the game it would crash when an AI would use it. It could be a weapon, or maybe memorypools?
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Re: Why does space insist on crashing?!?!
There's still other errors in the log that need attention, but if you want accurate feedback then you should take care of these things before posting.Havoc 526 wrote:No no, 501 doesn't exist anymore. I cut it. It's not even being read. If that were the case, the map wouldn't even load completely before crashing (I should remove it from the script)...
This is what error logs are for, remove anything unused then generate and examine an updated log.Havoc 526 wrote:... it's crashing right in the middle of the action. I don't understand why.
You might have to work backwards and undo one modification at a time until the map is fully working again which will also reveal the source of the crashing, this is standard troubleshooting procedure that can and should be performed by all modders regardless of experience.
- Havoc 526
- Rebel Warrant Officer

- Posts: 317
- Joined: Sat Apr 04, 2009 6:24 pm
- Projects :: Something
- Location: Howling at the Moon
Re: Why does space insist on crashing?!?!
I thought it would be the memorypools, I just wasn't sure.ARCTroopaNate wrote:It could possibly be something, maybe it happens when you do something, one time I had a crash I couldn't figure out for a while, it was a weapon error and it only happened when someone used the weapon, so a minute or two into the game it would crash when an AI would use it. It could be a weapon, or maybe memorypools?
Yeah, I realize now how stupid that sounded when I posted it.AceMastermind wrote:There's still other errors in the log that need attention, but if you want accurate feedback then you should take care of these things before posting.Havoc 526 wrote:No no, 501 doesn't exist anymore. I cut it. It's not even being read. If that were the case, the map wouldn't even load completely before crashing (I should remove it from the script)...
And the troubleshooting is what I was afraid of, but, if it's gonna help, I might as well. I'll get back to you guys when I figure it out.
Quick question: Would adding first person views be part of the problem?
-
ARCTroopaNate
- Jedi

- Posts: 1161
- Joined: Mon Mar 21, 2011 8:12 pm
- Projects :: Star Wars Battlefront - Tides of War
- xbox live or psn: I have ps4
- Location: STALKER!
- Contact:
Re: Why does space insist on crashing?!?!
What are you adding them for? It could be apart of the problem. Check your addon/***/LVL_PC/FPM folder.
- Havoc 526
- Rebel Warrant Officer

- Posts: 317
- Joined: Sat Apr 04, 2009 6:24 pm
- Projects :: Something
- Location: Howling at the Moon
Re: Why does space insist on crashing?!?!
Okay, so I removed the FPV's entirely, but that didn't really much, if anything. I also fixed a few things that were more of a nuisance, so I think I have a better looking BFront2 log. But it's still crashing. So here it is.
Click me!
Click me!
-
ARCTroopaNate
- Jedi

- Posts: 1161
- Joined: Mon Mar 21, 2011 8:12 pm
- Projects :: Star Wars Battlefront - Tides of War
- xbox live or psn: I have ps4
- Location: STALKER!
- Contact:
Re: Why does space insist on crashing?!?!
Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\EntityBuilding.cpp(695)
Building missing explosion "rep_bldg_boxturret_exp"
I would fix that and the memorypool errors, those will shorten your log even more.
C:\Battlefront2\main\Battlefront2\Source\EntityBuilding.cpp(695)
Building missing explosion "rep_bldg_boxturret_exp"
I would fix that and the memorypool errors, those will shorten your log even more.
-
icemember
- Rebel Warrant Officer

- Posts: 318
- Joined: Thu Jun 11, 2009 3:02 am
- Projects :: Designated Days Chapter 1
- xbox live or psn: icemember x
- Location: 6 planet of the Hoth system
Re: Why does space insist on crashing?!?!
Using numbers as your sides wont crashing it from start. It will play, but eventually it causes the game to crash when in the middle of a game. I also notice it causes files with numbers to be misread or not munged at all. But not all the time. I would always have to do a clean munge.
I had this problem everytime I used numbers for sides and odf names. At one time, even a skin.
So I did my self a favor and stopped using a number for a beginning. Everything worked good since. But that does not go to say that this is your problem. Just my experience with using numbers.
In your new log, it still shows these errors.
Add the odf files for these to remove these errors. Or remove them from the map if ya added them for the time being.
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(1172)
Could not find odf "tur_bldg_spa_cis_recoilless"!
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(1222)
Attempting to build an object, cis_chn_turr01, that does not have an .odf file associated with it
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(1172)
Could not find odf "tur_bldg_spa_cis_recoilless"!
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(1222)
Attempting to build an object, cis_rec_turr02, that does not have an .odf file associated with it
These 2 below are new to me lol. Somebody else might now this.
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LuaHelper.cpp(312)
CallProc failed: (none):0: attempt to compare two nil values
stack traceback:
(none): in function `ifs_login_EnterInterface'
(none): in function <(none):598>
ifs_saveop_DoOps LoadProfile
ifs_saveop_DoOps LoadProfile
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LuaHelper.cpp(312)
CallProc failed: (none):0: attempt to compare two nil values
stack traceback:
(none): in function `ifs_login_EnterInterface'
(none): in function <(none):598>
I had this problem everytime I used numbers for sides and odf names. At one time, even a skin.
So I did my self a favor and stopped using a number for a beginning. Everything worked good since. But that does not go to say that this is your problem. Just my experience with using numbers.
In your new log, it still shows these errors.
Add the odf files for these to remove these errors. Or remove them from the map if ya added them for the time being.
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(1172)
Could not find odf "tur_bldg_spa_cis_recoilless"!
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(1222)
Attempting to build an object, cis_chn_turr01, that does not have an .odf file associated with it
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(1172)
Could not find odf "tur_bldg_spa_cis_recoilless"!
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(1222)
Attempting to build an object, cis_rec_turr02, that does not have an .odf file associated with it
These 2 below are new to me lol. Somebody else might now this.
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LuaHelper.cpp(312)
CallProc failed: (none):0: attempt to compare two nil values
stack traceback:
(none): in function `ifs_login_EnterInterface'
(none): in function <(none):598>
ifs_saveop_DoOps LoadProfile
ifs_saveop_DoOps LoadProfile
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LuaHelper.cpp(312)
CallProc failed: (none):0: attempt to compare two nil values
stack traceback:
(none): in function `ifs_login_EnterInterface'
(none): in function <(none):598>
- Havoc 526
- Rebel Warrant Officer

- Posts: 317
- Joined: Sat Apr 04, 2009 6:24 pm
- Projects :: Something
- Location: Howling at the Moon
Re: Why does space insist on crashing?!?!
I will remove the Odf-less turrets, yes. Those last two Icemember mentioned are weird, yes, but I've had them since I started my modding, so I have always disregarded them. It would be nice to know what they mean, though.
- lucasfart
- Sith

- Posts: 1440
- Joined: Tue Feb 24, 2009 5:32 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Australia
Re: Why does space insist on crashing?!?!
I'm pretty sure that's just something to do with the 1.3 patch. Notice how its added before your map is even played? It doesn't have any relevance to your map's crashing....I think. 
