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

Update windows-build images or WINE version to fix KERNEL32.dll.GetQueuedCompletionStatusEx #390

Closed
mbr opened this issue Mar 11, 2020 · 1 comment · Fixed by #737
Closed
Labels
A-windows Area: windows targets A-wine Area: wine runners bug

Comments

@mbr
Copy link

mbr commented Mar 11, 2020

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:

wine: Call from 0x7bc5b50c to unimplemented function KERNEL32.dll.GetQueuedCompletionStatusEx, aborting

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

Would it maybe be an option to upgrade just the Windows docker images to Ubuntun 20.04 (now or at release)?

@Alexhuszagh Alexhuszagh added bug A-windows Area: windows targets labels May 27, 2022
@Alexhuszagh
Copy link
Contributor

Seems like this was fixed in 3.21, and we use 3.0, and WINE provides binary releases for our images. This should be pretty fixable. It looks like it won't affect the image size either.

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.
bors bot added a commit that referenced this issue Jun 1, 2022
737: Upgrade WINE versions to 7.0. r=Emilgardis a=Alexhuszagh

Updates from WINE 3.0 to 7.0 on `*-pc-windows-gnu` images using binary releases provide by WINE HQ.

Closes #390.

Co-authored-by: Alex Huszagh <ahuszagh@gmail.com>
bors bot added a commit that referenced this issue Jun 1, 2022
737: Upgrade WINE versions to 7.0. r=Emilgardis a=Alexhuszagh

Updates from WINE 3.0 to 7.0 on `*-pc-windows-gnu` images using binary releases provide by WINE HQ.

Closes #390.

Co-authored-by: Alex Huszagh <ahuszagh@gmail.com>
bors bot added a commit that referenced this issue Jun 1, 2022
737: Upgrade WINE versions to 7.0. r=Emilgardis a=Alexhuszagh

Updates from WINE 3.0 to 7.0 on `*-pc-windows-gnu` images using binary releases provide by WINE HQ.

Closes #390.

Co-authored-by: Alex Huszagh <ahuszagh@gmail.com>
@bors bors bot closed this as completed in e93562a Jun 1, 2022
@Alexhuszagh Alexhuszagh added the A-wine Area: wine runners label Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-windows Area: windows targets A-wine Area: wine runners bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants