PDA

View Full Version : Crash Error



Tenian
November 15th, 2008, 00:48
If you make a very long tag name within a module, the XML is completely valid but FGII crashes with an application error.

To reproduce alter the client.xml within d20basicrules.mod as follows:

Replace the first <humans> with:

<humans12345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 5678901234567890123456789012345678901234567890>

and the first </humans> with:

</humans12345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 56789012345678901234567890123456789012345678901234 5678901234567890123456789012345678901234567890>

The module will load in FGII but clicking on the Races from the library will result in a crash.

I'm not exactly sure what the character limit is.