-
Notifications
You must be signed in to change notification settings - Fork 9
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
Some problems with wine on linux #59
Comments
It's worth reporting these to wine bugzilla https://bugs.winehq.org/ there's an even chance someone will turn up to fix it. |
Let me know if your happy for me to upstream these to wine, it looks like there is enough info for them to fix these? Though my win32 knowledge is pretty lacking. |
Sure, feel free to report the issues. The primary target platform for pywin32-ctypes is windows so, supporting wine is not at the moment high up in the priorities. Testing on wine was an early necessity (and kind of a cool thing to do) so that we could have automatic testing using travis-ci. Switching to appveyor made it unnecessary, so I removed it. |
Bug 46254 - EnumResourceTypesW should return True if there are no resources to enumerate Bug 46255 - BeginUpdateResourceW should set errno on invalid filename Bug 46256 - EndUpdateResourceW should set errno on invalid handle |
Any idea if this still happens ? (it looks like maybe not from the last comment on the bug here) |
The code in wine has changed and the EnumResourceTypesW now calls EnumResourceTypesExW (in https://github.com/wine-mirror/wine/blob/f1b2e2ca1bbd464424ead53a1ea45077ca45472a/dlls/kernelbase/loader.c#L1003). I think that the issue is still there and the function will return |
I wonder if Wine has conformance tests around these APIs that cover these cases.. |
It looks that there are incompatibilities with the wine implementations of
The text was updated successfully, but these errors were encountered: