Page 1 of 1

Unknown Crash

Posted: Thu Jul 22, 2010 2:12 pm
by PilotX
Hidden/Spoiler:
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\HUDManager.cpp(619)
HUD unable to find HUD element type 0x16ce484a

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_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(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_DATA_ARGS*4
Those are all the Severity 3 errors.

The last thing I did was add medical droids. When it started crashing, I removed them all and it still crashes.

Re: Unknown Crash

Posted: Thu Jul 22, 2010 2:14 pm
by Xavious
All you did since your map worked last was add droids? Do you, by any chance, have doors from the shipped Kamino (or animated doors of any sort) in your map?

Re: Unknown Crash

Posted: Thu Jul 22, 2010 2:33 pm
by PilotX
I have the doors that are on space levels, but those worked fine before it started crashing.

Re: Unknown Crash

Posted: Thu Jul 22, 2010 2:45 pm
by Xavious
And you're sure you didn't change anything else?

Try removing those doors as a test (back up your world1 folder first so you can easily replace it again if they aren't an issue). I know the one time I got that error, it turned out to be a door-related issue.