-
Notifications
You must be signed in to change notification settings - Fork 385
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
Update windows-build images or WINE version to fix KERNEL32.dll.GetQueuedCompletionStatusEx
#390
Comments
Seems like this was fixed in |
Alexhuszagh
added a commit
to Alexhuszagh/cross
that referenced
this issue
Jun 1, 2022
Updates from WINE 3.0 to 7.0 on `*-pc-windows-gnu` images using binary releases provide by WINE HQ. Closes cross-rs#390.
Alexhuszagh
added a commit
to Alexhuszagh/cross
that referenced
this issue
Jun 1, 2022
Updates from WINE 3.0 to 7.0 on `*-pc-windows-gnu` images using binary releases provide by WINE HQ. Closes cross-rs#390.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tangentially related to #186 and #85
The WINE version in Ubuntu 18.04 is outdated in the sense that it does not implement
KERNEL32.dll.GetQueuedCompletionStatusEx
, thus leading to the following error when that function is called:I believe this happens for every
tokio
application, more description on the issue in general can be found at https://bugs.winehq.org/show_bug.cgi?id=43878Would it maybe be an option to upgrade just the Windows docker images to Ubuntun 20.04 (now or at release)?
The text was updated successfully, but these errors were encountered: