Log in
Location: Home  Community Forums  Deployed  EntityName - Line 1, position 227 
EntityName - Line 1, position 227
Page: 1 of 1
Post Reply  0 Observer
EntityName - Line 1, position 227  
Tried uploading this replay:
https://dl.dropboxusercontent.com/u/4674396/TrackMania%202/Valley/2013/July/replays/minecraft_TMValley_Damnation%20Valley.Replay.Gbx

On this trackpage:
http://tm.mania-exchange.com/tracks/43181/damnation-valley

Got this error:
An error occurred while parsing EntityName. Line 1, position 227.

I retried 3 times. Same error every time.
Last edited by eyebo,
Site Leader
Location: US
 
This is probably caused by the newly introduced header changes.

Parsing fails at:

& should be escaped while writing XML (& is a special character), but this is not done when making the replay. This is a saving failure at Nadeo's side, and because of this, reading can not be done properly.
I have reported this bug to Nadeo.

Another replay, which was correctly submitted on one of his maps, contains this header:

It doesn't seem to have author zone information in it, so the & symbol isn't written at all, as a result, it can properly be parsed.

Last edited by MrA,
Segmentation fault
Location: NL
 
TMX simply ignored this by stripping all occurrences of the ampersand. No one has complained in the 9 years it's been around.
Deep fried
Location: AU
 
Fun fact: The map's name does escape & properly. :p

Maniaplanet forum guys use this regex to fix it: /&(?!(?:amp|quot|apos|lt|gt);)/ -> & . Guess we can use it as well instead of just stripping every & off.
Segmentation fault
Location: NL
 
Does this mean I will be able to submit my replays any time soon?? :-)

Cheers,

Ren
Learner Driver
 
I'm hoping to fix this soon (y) .
Segmentation fault
Location: NL
 
This issue is fixed now (finally) :cool: .
Segmentation fault
Location: NL
 
PHXRenegade says:
Yes it's definitely working now, thanks for the update.

Cheers,

Ren
Site Leader
Location: US
Page: 1 of 1 Post Reply
© ManiaExchange (mania-exchange.com, mania.exchange) 2024. • Terms and ConditionsPrivacy Policy Top  •  Report a Problem