Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected INPUT_RECORD EventType: 0 #25

Open
Zoybean opened this issue Oct 1, 2022 · 0 comments
Open

Unexpected INPUT_RECORD EventType: 0 #25

Zoybean opened this issue Oct 1, 2022 · 0 comments

Comments

@Zoybean
Copy link

Zoybean commented Oct 1, 2022

The following issues on helix-editor/helix stem from a panic in this library: 4046 and 2490

Running hx with RUST_BACKTRACE=full gives:

thread 'main' panicked at 'Unexpected INPUT_RECORD EventType: 0', C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\crossterm_winapi-0.9.0\src\structs\input.rs:324:21
stack backtrace:
   0:     0x7ff7d3182ad4 - <unknown>
   1:     0x7ff7d28be4ea - <unknown>
   2:     0x7ff7d317ab19 - <unknown>
   3:     0x7ff7d31864bb - <unknown>
   4:     0x7ff7d3186155 - <unknown>
   5:     0x7ff7d3186bd2 - <unknown>
   6:     0x7ff7d3186973 - <unknown>
   7:     0x7ff7d3184047 - <unknown>
   8:     0x7ff7d318662f - <unknown>
   9:     0x7ff7d321e0d5 - <unknown>
  10:     0x7ff7d28d5f60 - <unknown>
  11:     0x7ff7d28cf04c - <unknown>
  12:     0x7ff7d28cada8 - <unknown>
  13:     0x7ff7d28c7409 - <unknown>
  14:     0x7ff7d28d50fa - <unknown>
  15:     0x7ff7d3030905 - <unknown>
  16:     0x7ff7d2fff978 - <unknown>
  17:     0x7ff7d301cfe0 - <unknown>
  18:     0x7ff7d2ff0054 - <unknown>
  19:     0x7ff7d2fda75b - <unknown>
  20:     0x7ff7d302e75b - <unknown>
  21:     0x7ff7d2ff2a34 - <unknown>
  22:     0x7ff7d2fe4a26 - <unknown>
  23:     0x7ff7d3011fdc - <unknown>
  24:     0x7ff7d3173c98 - <unknown>
  25:     0x7ff7d2ff2bd7 - <unknown>
  26:     0x7ff7d321825c - <unknown>
  27:     0x7ffcc60f84d4 - BaseThreadInitThunk
  28:     0x7ffcc68c1791 - RtlUserThreadStart

This might only be possible with Crossterm on a specific version of ConEmu, but I figure it's worth making a note of it here regardless.

Relevant versions:

helix: 22.08.1 (depends on crossterm-winapi: 0.9.0)
helix: 22.03 (depends on crossterm-winapi: 0.9.0)
ConEmu: 160914 [64] {Stable}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant