Skip to content

Fix FlexTalk AHK launch order and log wine binaries#71

Merged
h4rm0n1c merged 1 commit intomainfrom
codex/troubleshoot-flextalk-autohotkey-script
Jan 23, 2026
Merged

Fix FlexTalk AHK launch order and log wine binaries#71
h4rm0n1c merged 1 commit intomainfrom
codex/troubleshoot-flextalk-autohotkey-script

Conversation

@h4rm0n1c
Copy link
Copy Markdown
Owner

Motivation

  • The FlexTalk installer automation could block or fail to start because the AutoHotkey script was launched in a way that ran synchronously, and the script lacked visibility into which wine / wineserver binaries were being used.

Description

  • Log the selected wine and wineserver binaries at prefix setup start by printing "Using wine binary: %s" and "Using wineserver binary: %s".
  • Launch the AutoHotkey automation with cmd /c start "" <AutoHotkey.exe> <script> so the AHK process is started via the shell start association and runs asynchronously instead of blocking the installer call.
  • Add a short sleep 2 delay after starting the AHK helper to give it a moment to initialize before launching the FlexTalk setup.exe.
  • Change made in scripts/winetricks/setup_nettts_prefix.sh.

Testing

  • No automated tests were run for this script-only change.

Codex Task

@h4rm0n1c h4rm0n1c merged commit 367dae3 into main Jan 23, 2026
2 checks passed
@h4rm0n1c h4rm0n1c deleted the codex/troubleshoot-flextalk-autohotkey-script branch January 23, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant