-
Running the project locally works, however - when deployed to the server it says "assembly or dependency" not found.
We are running MS Server 2008
.NET 4
Microsoft MCV3
Server Error in '/' Applicati…
-
I figured this out when I used your dll on my SC2 ChatCloud project. It seems that most foreign text will cause an exception. The problem seems to be related to the PeekChar of the bytereader. See als…
sixty updated
13 years ago
-
Pretty much the same as with the previous issue where foreign text caused a crash it seems foreign filenames also cause trouble.
Example: 탈다림 제단 - 래더 (17).SC2Replay - Unable to parse
The same file …
sixty updated
13 years ago
-
Is there anyway you can populate the 2 pieces of info from the replay?
1. Match Length
2. Player APM(Action per minute)
Thank you
-
Parsing this http://dl.dropbox.com/u/10271756/Season%202/Metalopolis.SC2Replay replay results in a "Unknown event: 0x0 - 0x9a at 0x15" exception being throw.
That replay was recently recorded with th…
-
I recently installed Python 2.7, setuptools, sc2reader, mpyq but I get an error when running sc2reader. Any ideas what’s wrong?
sc2reader flourish$ sc2printer 'replays/1.SC2Replay'
Traceback (most re…
-
Hi, I've been using your library for sometime now as a dependency to my sc2reader library. One of my users recently reported an issue that stems from your read_file function; in particular:
```
File…
-
StormLib should be adequate for extracting MPQ files, likely a managed-C++ wrapper will need to be written. An executable should not be required to use the library.