From b14af17edf88351958340ba94319bd733b78ea24 Mon Sep 17 00:00:00 2001 From: "Travis J. Gutjahr" <33809229+Squirrelies@users.noreply.github.com> Date: Tue, 12 Feb 2019 23:36:03 -0600 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6636bff..c398ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,10 @@ To extract .7z archives, use [7-Zip](https://www.7-zip.org/)! ## [Click here](http://dudley.gg/squirrelies/re2/latest.7z) to download the latest release! -## [Download 1.1.8.2 Beta](http://dudley.gg/squirrelies/re2/RE2REmakeSRT-1182-Beta-Signed-Release.7z) (2019-02-12) +## [Download 1.1.8.3 Beta](http://dudley.gg/squirrelies/re2/RE2REmakeSRT-1183-Beta-Signed-Release.7z) (2019-02-12) +* Uses new ProcessMemory 1.0.3 which added code for WoW64 detection of processes. This could help detect the issue some users are facing. + +### [Download 1.1.8.2 Beta](http://dudley.gg/squirrelies/re2/RE2REmakeSRT-1182-Beta-Signed-Release.7z) (2019-02-12) * Adjusted the code for getting the base address to filter only 64-bit modules. * Changed how unhandled exceptions were handled. They still FailFast and write to event log but now they'll also display a MessageBox to the user so they don't have to hunt down the error message. From 6b7027be728c578ba3002c40a50d888b8da54ec3 Mon Sep 17 00:00:00 2001 From: "Travis J. Gutjahr" <33809229+Squirrelies@users.noreply.github.com> Date: Thu, 14 Feb 2019 18:17:34 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c398ac7..91c30aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,10 @@ To extract .7z archives, use [7-Zip](https://www.7-zip.org/)! ## [Click here](http://dudley.gg/squirrelies/re2/latest.7z) to download the latest release! -## [Download 1.1.8.3 Beta](http://dudley.gg/squirrelies/re2/RE2REmakeSRT-1183-Beta-Signed-Release.7z) (2019-02-12) +## [Download 1.1.8.4 Beta](http://dudley.gg/squirrelies/re2/RE2REmakeSRT-1184-Beta-Signed-Release.7z) (2019-02-14) +* Fixes issue #12 Win32Exception Win32 Error 299 (ERROR_PARTIAL_COPY) and ArgumentException with scalingFactor out of range (less than or equal to 0 or greater than 4). The program now requires the scaling factor to be greater than 0 (0%) and less than or equal to 4 (400%). + +### [Download 1.1.8.3 Beta](http://dudley.gg/squirrelies/re2/RE2REmakeSRT-1183-Beta-Signed-Release.7z) (2019-02-12) * Uses new ProcessMemory 1.0.3 which added code for WoW64 detection of processes. This could help detect the issue some users are facing. ### [Download 1.1.8.2 Beta](http://dudley.gg/squirrelies/re2/RE2REmakeSRT-1182-Beta-Signed-Release.7z) (2019-02-12)