Closed ascendedguard closed 13 years ago
Not sure if this still applies since MPQEditor.exe is no longer used. An exception very well may be thrown now, but is it appropriate?
This has been fixed. An UnauthorizedAccessException is thrown by BinaryReader.
MPQEditor.exe will silently fail and not write the replay.details file out if the user doesn't have permission. Either the file permissions should be checked before running MPQEditor.exe, or the replay.details file should be checked if it exists, and a proper exception thrown if it doesn't.