Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.55k stars 571 forks source link

Guimacro not working with cygwin #2329

Closed amynbe closed 3 years ago

amynbe commented 3 years ago

ConEmu build: 210624x64 OS version: Windows 10 x64

Problem description

Works fine with cmd, git bash and powershell

Steps to reproduce

  1. run any gui macro command like ConEmuC -Guimacro Flash(1,3,5)
  2. see exit code 134 as per screenshot image

I don't seem to be able to get any log output about this.

Maximus5 commented 3 years ago

I've fixed the issue.

As for the -log switch, it should be specified before the -GuiMacro, otherwise, the -log string is processed as one of the GuiMacro functions.

amynbe commented 3 years ago

Thank you so much.

amynbe commented 3 years ago

Confirmed working on latest build 210627 image Thanks again for your work.