PDA

View Full Version : BUG REPORT: XML Comment makes FG crash.



BadElvis
June 8th, 2010, 01:06
Hi,

sorry, if I'm posting in the wrong forum, but it seemed the most appropriate for this bug. I have a windowclass, that can be opened and closed using a windowreferencecontrol:

<windowclass name="charlist">
<frame>charlist_frame</frame>
<datasource>charlist_node</datasource>
<placement>
<size width="200" height="200" />
</placement>
</windowclass>
When I insert a comment into the definition as shown below, opening the window with the windowreferencecontrol fails and FG crashes.

<windowclass name="charlist">
<frame>charlist_frame</frame>
<datasource>charlist_node</datasource>
<placement>
<!-- this is a comment -->
<size width="200" height="200" />
</placement>
</windowclass>
I am running FG 2.6.5 on Windows 7 64-bit.

Cheers, Bad Elvis

Griogre
June 8th, 2010, 22:22
As this doesn't appear to be for the beta version you should probably post bugs like this in the House of Healing next time.

ddavison
June 11th, 2010, 03:21
I had noticed that before at one stage. I will check to make sure we have it on the list somewhere to address. Thanks for pointing it out again.