Skip to content

RPMAC V1.3.2

Choose a tag to compare

@golirt1 golirt1 released this 02 Jul 01:50
· 45 commits to main since this release

Thanks to @I-Love-Potatoes for both findings. :)

**### **# Hardened startup so it can't silently die. Some machines reported RPMac flashing and closing on the next launch when a saved config.txt was present — with nothing written to the error log. That pointed to a low-level (corrupted-state / native) crash that a normal try/catch can't intercept, most likely the I/O driver while re-applying the saved config on boot. RPMac now ships an RPMac.exe.config that routes those failures to a handler, so they're caught and logged (to %APPDATA%\RPMac\error.log) instead of killing the process. Each startup step is also isolated. Keep RPMac.exe.config next to RPMac.exe.

**# Fixed the manual build command in the README (it was missing the System.Windows.Forms and System.Drawing references the tray icon needs, plus mkdir build). Thanks to @I-Love-Potatoes for both findings.

Download RPMac-v1.3.2-windows.zip below, unzip it, and run RPMac.exe as administrator.
Keep RPMac.exe, RPMac.exe.config, smccore.exe and inpout32.dll together in the same folder.

Read-only and safe on non-Apple hardware. Not verified on T2 Macs yet (support in progress). License: GPL-2.0-only.******