Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#310 closed defect (released)

"Invalid boolean" in Army files

Reported by: ibboard Owned by:
Priority: critical Milestone: WarFoundry 0.1
Component: WarFoundry-API Version: WarFoundry 0.1RC1
Keywords: army load Cc:
Blocked By: Blocking:

Description

It looks like army loading has been broken with the simplification of the data files. Frostlee has reported an unhandled exception when loading armies, which is because of an invalid boolean value. The most likely cause is the value being removed and the default empty string not being parsed as a boolean.

Change History (3)

comment:1 Changed 9 years ago by ibboard

Status: newconfirmed

comment:2 Changed 9 years ago by ibboard

Resolution: fixed
Status: confirmedclosed

(In r683) Fixes #310: "Invalid boolean" in Army files

  • Don't try to load and parse the "isCustomEquipment" attrib as it was removed in r614 because we don't actually use it

Also:

  • Fix up config so that MonoDevelop can build from it

comment:3 Changed 9 years ago by ibboard

Resolution: fixedreleased

Mark fix as released under 0.1RC2

Note: See TracTickets for help on using tickets.