away3d / away3d-core-fp11

Away3D engine for Flash Player 11
http://www.away3d.com
Other
639 stars 274 forks source link

AWD2Parser: Object3D.extra doesn't support special characters #660

Closed rdoi closed 10 years ago

rdoi commented 10 years ago

The current AWD2Parser is not able to restore a scene that have a string with special character in the "extra" data (probably in any other attributes too).

Exception fault: Error: Error #2030: End of file was encountered.

Using the AwayBuilder, it is possible to save a file with "áçãàâ" in a mesh "extra" field (no error). But the same file cannot be loaded back (error 2030) neither in the AB itself, nor using the Away's AssetLibrary.

rdoi commented 10 years ago

Sorry, the problem isn't in the parser, but in the AwayBuilder.AWDEncoder itself (check the referenced issue).

I believe this issue can be closed then.