[Bug 51426] Alacritty crashes when trying to run it, needs ResizePseudoConsole()

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jul 10 07:15:03 CDT 2021


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

--- Comment #2 from Rafał Mikrut <mikrutrafal at protonmail.com> ---
Looks that also is needed `ClosePseudoConsole` to be able to compile Alacritty

```
         
Z:\home\rafal\Downloads\alacritty-master/alacritty_terminal\src\tty\windows/conpty.rs:38:
undefined reference to `ClosePseudoConsole'
         
Z:\home\rafal\Downloads\alacritty-master\target\debug\deps\libalacritty_terminal-0cd567fd6068d207.rlib(alacritty_terminal-0cd567fd6068d207.alacritty_terminal.7ciqjx1j-cgu.3.rcgu.o):
In function `_$
LT$alacritty_terminal..tty..windows..conpty..Conpty$u20$as$u20$alacritty_terminal..event..OnResize$GT$::on_resize::h595320ffa9ebacec':
         
Z:\home\rafal\Downloads\alacritty-master/alacritty_terminal\src\tty\windows/conpty.rs:181:
undefined reference to `ResizePseudoConsole'
```

-- 
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