Message Severity: 3

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
baishere

Message Severity: 3

Post by baishere »

I have a crash with 1 Severity....



Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open ..\..\addon\ASL\data\_LVL_PC\core.lvl
prev = none iLastPage = nil
prev = texture iLastPage = 1
prev = texture iLastPage = 2
prev = texture iLastPage = 3
prev = texture iLastPage = 4
ifs_legal.Exit


HELP!!!!!!! :runaway: :sick: :funny2:
ryukaji
Major
Major
Posts: 513
Joined: Mon Sep 17, 2007 7:46 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Re: Message Severity: 3

Post by ryukaji »

a clean usually fixes that for me
Flinti
Private Recruit
Posts: 24
Joined: Sun Mar 23, 2008 10:13 am

Re: Message Severity: 3

Post by Flinti »

If that doesn't help, copy [BF2ModTools]\data_AAA\_LVL_PC\core.lvl manually to [swbf2_Gamedata]\addon\ASL\data\_LVL_PC.
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: Message Severity: 3

Post by Teancum »

If your core.lvl is bad then you probably have a mungelog error. Post it.
baishere

Re: Message Severity: 3

Post by baishere »

It totally crashed their were other problems, dont worry about it thnx for helping though :bowdown:
Caleb1117
2008 Most Original Avatar
Posts: 3096
Joined: Sun Aug 20, 2006 5:55 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: X-Fire: caleb1117 ಠ_ಠ

Re: Message Severity: 3

Post by Caleb1117 »

baishere wrote:

Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open ..\..\addon\ASL\data\_LVL_PC\core.lvl
prev = none iLastPage = nil
prev = texture iLastPage = 1
prev = texture iLastPage = 2
prev = texture iLastPage = 3
prev = texture iLastPage = 4
ifs_legal.Exit

That error shows up every time, it has to do with the game starting up, don't worry about it.
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: Message Severity: 3

Post by Teancum »

Code: Select all

Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open ..\..\addon\ASL\data\_LVL_PC\core.lvl
It does?
Caleb1117
2008 Most Original Avatar
Posts: 3096
Joined: Sun Aug 20, 2006 5:55 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: X-Fire: caleb1117 ಠ_ಠ

Re: Message Severity: 3

Post by Caleb1117 »

Wait, maybe not, i think I confused it for something like this:
Message Severity: 2
.\Source\GameMovie.cpp(399)
Unable to find open movie segment TES0.000000ly

this.CurButton = check_mode6
cur_button = nil
this.CurButton = check_mode5
cur_button = nil
this.CurButton = check_mode4
cur_button = nil
this.CurButton = check_mode3
cur_button = nil
this.CurButton = check_mode2
cur_button = nil
this.CurButton = check_era1
cur_button = nil
But I could swear I've seen that error before... Someplace.


EDIT: I know why, because it shows in the very beginning, of every log:
Opened logfile BFront2.log 2008-04-25 2129
ingame stream movies\crawl.mvs
prev = none iLastPage = nil
ifs_legal.Exit
Strange that an error concerning a map would Precede, the game loading errors.
User avatar
[RDH]Zerted
Gametoast Staff
Gametoast Staff
Posts: 2982
Joined: Sun Feb 26, 2006 7:36 am
Projects :: Bos Wars AI - a RTS game
Games I'm Playing :: SWBF2 and Bos Wars
xbox live or psn: No gamertag set
Location: USA
Contact:

Re: Message Severity: 3

Post by [RDH]Zerted »

Caleb1117 wrote:Strange that an error concerning a map would Precede, the game loading errors.
When the error occured, the game was still in the process of starting up. It would have been looking through the addon folder and processing all the addme.luas.
Post Reply