mirror of
https://github.com/Prof9/WfcReplay.git
synced 2026-09-07 09:35:35 -05:00
Ignore blz.exe exit code. Fixes #9.
This commit is contained in:
@@ -335,10 +335,6 @@ namespace WfcReplay
|
||||
psi.WindowStyle = ProcessWindowStyle.Hidden;
|
||||
Process blz = Process.Start(psi);
|
||||
blz.WaitForExit();
|
||||
if (blz.ExitCode != 0)
|
||||
{
|
||||
throw new Exception("BLZ decompression failed.");
|
||||
}
|
||||
|
||||
file = readTempFile(fileName);
|
||||
}
|
||||
|
||||
@@ -2,6 +2,13 @@ Changelog
|
||||
=========
|
||||
|
||||
|
||||
WfcReplay v0.4.1 - 25 May 2014
|
||||
------------------------------
|
||||
Fixes an issue introduced in the previous version when using games with uncompressed ARM9 binaries or overlays.
|
||||
|
||||
* Fixed "BLZ decompression failed" error when ARM9 binary or overlay is not compressed.
|
||||
|
||||
|
||||
WfcReplay v0.4 - 25 May 2014
|
||||
----------------------------
|
||||
This release contains various bugfixes for a number of games, such as Zelda: Phantom Hourglass and Planet Puzzle League. It also corrects some other issues. Antipiracy-protected games remain unsupported.
|
||||
|
||||
Reference in New Issue
Block a user