What do these PblConfig type errors mean?

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
THEWULFMAN
Space Ranger
Posts: 5557
Joined: Tue Aug 17, 2010 3:30 pm
Projects :: Evolved 2
Location: Columbus, Ohio
Contact:

What do these PblConfig type errors mean?

Post by THEWULFMAN »

joke aside, i did get this new error,caused a slightly wierd ctd, but thats not my prob, i can prob fix it, but i was wondering what you guys thought about this error, if anyone has seen it and stuff

Code: Select all

Message Severity: 3
c:\battlefront2\main\pebblefl\common\PblConfig.h(35)
PblConfig: invalid config; 'DATA' chunk with invalid string table
m_uiNumArgs*4 + uiStringTableLen <= CONFIG_MAX_DATA_ARGS*4

Message Severity: 3
c:\battlefront2\main\pebblefl\common\PblConfig.h(30)
PblConfig: invalid config; 'DATA' chunk expected
chunk.GetId() == _ID( 'D', 'A', 'T', 'A' )

Message Severity: 3
c:\battlefront2\main\pebblefl\common\PblConfig.h(35)
PblConfig: invalid config; 'DATA' chunk with invalid string table
m_uiNumArgs*4 + uiStringTableLen <= CONFIG_MAX_DAT
kinetosimpetus
Imperial Systems Expert
Imperial Systems Expert
Posts: 2381
Joined: Wed Mar 25, 2009 4:15 pm
Projects :: A secret project
Games I'm Playing :: Warframe STO

Re: ha, I created a new debug log error, i acomplished somet

Post by kinetosimpetus »

If you are using a floating icon fix, I would check the HUD file for errors. Otherwise, idk.
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: ha, I created a new debug log error, i acomplished somet

Post by Teancum »

THEWULFMAN wrote:joke aside, i did get this new error,caused a slightly wierd ctd, but thats not my prob, i can prob fix it, but i was wondering what you guys thought about this error, if anyone has seen it and stuff

Code: Select all

Message Severity: 3
c:\battlefront2\main\pebblefl\common\PblConfig.h(35)
PblConfig: invalid config; 'DATA' chunk with invalid string table
m_uiNumArgs*4 + uiStringTableLen <= CONFIG_MAX_DATA_ARGS*4

Message Severity: 3
c:\battlefront2\main\pebblefl\common\PblConfig.h(30)
PblConfig: invalid config; 'DATA' chunk expected
chunk.GetId() == _ID( 'D', 'A', 'T', 'A' )

Message Severity: 3
c:\battlefront2\main\pebblefl\common\PblConfig.h(35)
PblConfig: invalid config; 'DATA' chunk with invalid string table
m_uiNumArgs*4 + uiStringTableLen <= CONFIG_MAX_DAT
Have you been doing hex editing?
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

PblConfig type errors

Post by AceMastermind »

@THEWULFMAN
These are not new errors at all, the search function works great.
The best way to find out what caused it is to backtrack your work and undo whatever changes you made between when it did and didn't work.

Topic renamed to help the search engine.
THEWULFMAN
Space Ranger
Posts: 5557
Joined: Tue Aug 17, 2010 3:30 pm
Projects :: Evolved 2
Location: Columbus, Ohio
Contact:

Re: ha, I created a new debug log error, i acomplished somet

Post by THEWULFMAN »

Yes, I knew it wasnt new, but I was just curious about everyones thoughts, when I get home I will Backtrak my lua stuff, Thanks for you help Ace
Post Reply