-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Warp crashes when switching input method via AutoHotkey PostMessage(0x50) #7074
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
area:terminal-inputTerminal command-line input, cursor movement, key handling, and input editing.Terminal command-line input, cursor movement, key handling, and input editing.bugSomething isn't working.Something isn't working.needs-infoMore issue-specific reporter detail is needed before the problem can be confidently triaged.More issue-specific reporter detail is needed before the problem can be confidently triaged.os:windowsWindows-specific behavior, regressions, or requests.Windows-specific behavior, regressions, or requests.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:terminal-inputTerminal command-line input, cursor movement, key handling, and input editing.Terminal command-line input, cursor movement, key handling, and input editing.bugSomething isn't working.Something isn't working.needs-infoMore issue-specific reporter detail is needed before the problem can be confidently triaged.More issue-specific reporter detail is needed before the problem can be confidently triaged.os:windowsWindows-specific behavior, regressions, or requests.Windows-specific behavior, regressions, or requests.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Pre-submit Checks
Describe the bug
When using AutoHotkey v2 to switch input methods by sending a
WM_INPUTLANGCHANGEREQUESTmessage to the active window, Warp immediately freezes (white screen), becomes unresponsive, and then crashes. This issue does not occur in most other applications (tested with Notepad, Chrome, VS Code, etc.).This suggests Warp might have an unhandled case when receiving
WM_INPUTLANGCHANGEREQUESTwith a specific HKL, causing it to crash.To reproduce
Ctrl+Shift+9orCtrl+Shift+0.Expected behavior
Warp should switch the input method without freezing or crashing.
Screenshots, videos, and logs
Operating system (OS)
Windows
Operating system and version
windows 10
Shell Version
No response
Current Warp version
v0.2025.08.06.08.12.stable_02
Regression
No, this bug or issue has existed throughout my experience using Warp
Recent working Warp date
No response
Additional context
No response
Does this block you from using Warp daily?
No
Is this an issue only in Warp?
Yes, I confirmed that this only happens in Warp, not other terminals.
Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e
None