ttyborg / castlesand

Automatically exported from code.google.com/p/castlesand
0 stars 0 forks source link

EReadError Crash #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
EReadError crash: "Error reading Export_GUIRX.OnClick: Invalid value for 
property." Due to wrong .lrs definition, which is caused by the .lfm file.

FIX:
See patch, somehow a method name was renamed in r4816 but only in .dfm file, 
not .lfm file.

(Note that the name is now inconsistent, as all method names end in "RX", 
except for the changed method 'Export_GUI'.)

Additional inforamtion:
Also, the Export Tileset menu item is added in this patch, to reflect all 
changes of r4816.

Original issue reported on code.google.com by send.to....@gmail.com on 15 Mar 2013 at 5:39

Attachments:

GoogleCodeExporter commented 9 years ago
We work mostly on Delphi version, so it is natural that Lazarus build is behind 
(i.e. lfm is not in sync with newer dfm).

Original comment by kromster80@gmail.com on 15 Mar 2013 at 5:42

GoogleCodeExporter commented 9 years ago
Fixed, see r4837. Thanks! )

Original comment by kromster80@gmail.com on 15 Mar 2013 at 5:47