https://bugs.winehq.org/show_bug.cgi?id=43878
Bug ID: 43878 Summary: KERNEL32.dll.GetQueuedCompletionStatusEx not implemented Product: Wine Version: 2.18 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: _vi@list.ru Distribution: ---
Created attachment 59488 --> https://bugs.winehq.org/attachment.cgi?id=59488 full error message
Unhandled exception: unimplemented function KERNEL32.dll.GetQueuedCompletionStatusEx called in 32-bit code (0x7bc79259).
This prevents testing Linux->Windows-cross-compiled programs in Rust that use Mio/Tokio.
The program works a bit, but when it's waiting time, there is the crash.