ajbdev / phpsc2replay

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

Parsing is faulty #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Upload a lengthy replay (usually breaks around the 50 min mark)
2. phpsc2replay only parses up to about 12 minutes
3. Most data is lost

What is the expected output? What do you see instead?
Expected output: Information for the whole duration of the replay
What I see: Premature end of output (only parses like 12 minutes of the replay)

What version of the product are you using? On what operating system?
Latest (1.3) Linux Server with Bzip2, PHP, etc installed.

Please provide any additional information below.
These replays are from the Official release of StarCraft II. No beta replays 
were used.

It also happened on the test website provided.

I attached a replay that causes an error.

Original issue reported on code.google.com by xiph...@gmail.com on 24 Dec 2010 at 10:29

Attachments:

GoogleCodeExporter commented 8 years ago
That replay had an unknown game event, which I've now added to the repository. 
As for the "usually breaks around the 50-minute mark", it may be due to some 
other unknown event codes or because php runs into its memory limit. The memory 
limit issue is especially possible when parsing very long games with lots of 
players.

In any case this issue has been fixed, so I'm closing the ticket.

Original comment by lauri.vi...@gmail.com on 25 Dec 2010 at 6:01