Hidden/Spoiler:
BFront2 error log message
Moderator: Moderators
-
superimperial11
- Private First Class
- Posts: 82
- Joined: Thu Jan 01, 2015 6:15 am
- Projects :: Onfar
- xbox live or psn: RomanElite79
- Location: The Lonely Island
BFront2 error log message
Last edited by superimperial11 on Sun Feb 08, 2015 3:01 am, edited 1 time in total.
- AnthonyBF2
- Sith

- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: BFront2 error log message
You can try re-adding the vehicle spawn and filling in all the data you had before like control zone, control regions, tank names etc.
If you don't want to use it, put KillObject("vehicle spawn name") in your map code after ScriptPostLoad.
If you don't want to use it, put KillObject("vehicle spawn name") in your map code after ScriptPostLoad.
-
superimperial11
- Private First Class
- Posts: 82
- Joined: Thu Jan 01, 2015 6:15 am
- Projects :: Onfar
- xbox live or psn: RomanElite79
- Location: The Lonely Island
Re: BFront2 error log message
It also crashed before I deleted it.
-
hunpeter12
- Command Sergeant Major

- Posts: 260
- Joined: Mon Apr 18, 2011 2:53 pm
- Projects :: Underground City The Complex [WIP]
Re: BFront2 error log message
You've had the same type of error some time ago with your previous map. (I still don't know what it is) I guess a manual clean doesn't work? Is there a munge error? Also, if it crashed before, how can you tell it was the vehicle spawn? (It was a little confusing that you said it din't spawn the vehicle - that means you could play the game but the vehicle wasn't there.)
-
superimperial11
- Private First Class
- Posts: 82
- Joined: Thu Jan 01, 2015 6:15 am
- Projects :: Onfar
- xbox live or psn: RomanElite79
- Location: The Lonely Island
Re: BFront2 error log message
I did? I don't remember that. No munge error either. I can tell because the Mod Tools error log told me so, so then I deleted the spawn point and now I get the error as shown above. And for some reason it just randomly decided to crash me out.
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: BFront2 error log message
Basically the LUA file is trying to find and index (store) something, and it can't. Was the error there before you removed the spawn? Is the spawn referenced in your LUA at all?superimperial11 wrote:Code: Select all
Message Severity: 3 C:\Battlefront2\main\Battlefront2\Source\LuaHelper.cpp(312) CallProc failed: (none):0: attempt to index a nil value stack traceback: (none): in function `IFObj_fnSetVis' (none): in function <(none):677>
-
superimperial11
- Private First Class
- Posts: 82
- Joined: Thu Jan 01, 2015 6:15 am
- Projects :: Onfar
- xbox live or psn: RomanElite79
- Location: The Lonely Island
Re: BFront2 error log message
No. Before it told me the vehicle was crashing it, so I removed it and now I get that instead.
Edit: This is weird. I have no error of anything higher than a 2, yet it still crashes. I have decided to stop modding for Bf2 right now. No worries.
Edit: This is weird. I have no error of anything higher than a 2, yet it still crashes. I have decided to stop modding for Bf2 right now. No worries.
