You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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 <[email protected]>
borsbot
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 <[email protected]>
borsbot
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 <[email protected]>
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: