Skip to content

v0.2.0 - Option=Alt keybind fix, crash-dialog mitigation

Choose a tag to compare

@jirukouya jirukouya released this 26 Jul 07:00
· 55 commits to main since this release

Fixed

  • In-game menu shortcuts (Cmd+A, Cmd+Z, etc.) not registering — game shortcuts now go through Option (mapped to Alt via Wine's LeftOptionIsAlt/RightOptionIsAlt), matching how uaRO already behaves in a Windows VM. This replaces an earlier approach (disabling Wine's hidden macOS Edit menu) that fixed the same symptom but broke native Cmd+V paste as a side effect — the new approach has no such trade-off.
  • "Program Error" crash dialog appearing after the post-Gecko patcher launch — mitigated (not root-caused) by suppressing Wine's crash dialog (ShowCrashDialog=0) combined with a bounded single-retry watchdog in the launcher script.

Added

  • Step 2a now also detects bottles still running the old Edit-menu-disable fix (and migrates them) or missing the new Option/Alt fix entirely, and separately detects launchers missing the crash-dialog mitigation.
  • Step 12 first-run checklist now tells the user the game's Alt key is macOS's Option key.
  • "Known open issues" documents the precise trigger sequence found for the post-Gecko patcher crash, for anyone who wants to dig into the real root cause later.

Upgrading an existing install: re-run SKILL.md on a session pointed at your existing bottle — Step 2a will detect what's missing and offer to apply just the new fixes, no reinstall needed.

Full diff: v0.1.0...v0.2.0