You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows: repeated crashes with custom FX active. The 0.6.0 pixel compositor ran inside the frame-render callback, where a single failure (such as a graphics-environment hiccup during sprite creation) took the whole app down — and again every frame after relaunch while the same design was active. The compositor is now fully fail-safed: any fault falls back to plain rendering for the session instead of crashing, and its inputs are hardened against runaway or malformed custom-FX configs.
🩺 Added
Windows crash log: unhandled errors are now recorded to %AppData%\Mouseflare\crash.log (with a per-launch marker), so if anything still goes wrong, the log tells us exactly what.