[Bug 51426] New: Alacritty crashes when trying to run it

WineHQ Bugzilla wine-bugs at winehq.org
Thu Jul 8 14:15:59 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51426

            Bug ID: 51426
           Summary: Alacritty crashes when trying to run it
           Product: Wine
           Version: 6.11
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: mikrutrafal at protonmail.com
      Distribution: ---

After running command which install consolas font
```
winetricks consolas
```
and downloading and running:
https://github.com/alacritty/alacritty/releases/download/v0.8.0/Alacritty-v0.8.0-portable.exe

then alacritty crashes with this info
```
panicked at 'assertion failed: `(left == right)`
  left: `-2147467263`,
 right: `0`', alacritty_terminal\src\tty\windows\conpty.rs:182:13

```


Looks that crash happens when trying to resize console 

https://github.com/alacritty/alacritty/blob/a1b13e687024c86965c9e45c7b2d24d607b509dd/alacritty_terminal/src/tty/windows/conpty.rs#L182

```
            let result = unsafe { ResizePseudoConsole(self.handle, coord) };
            assert_eq!(result, S_OK);
```

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list