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

Some problems with wine on linux #59

Open
itziakos opened this issue May 18, 2017 · 4 comments
Open

Some problems with wine on linux #59

itziakos opened this issue May 18, 2017 · 4 comments

Comments

@itziakos
Copy link
Member

itziakos commented May 18, 2017

It looks that there are incompatibilities with the wine implementations of

@itziakos itziakos added the bug label May 18, 2017
@itziakos itziakos removed the bug label May 19, 2017
@itziakos itziakos changed the title Problems with wine on linux Some problems with wine on linux May 31, 2018
@stuaxo
Copy link

stuaxo commented Dec 5, 2018

It's worth reporting these to wine bugzilla https://bugs.winehq.org/ there's an even chance someone will turn up to fix it.

@stuaxo
Copy link

stuaxo commented Dec 6, 2018

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.

@itziakos
Copy link
Member Author

itziakos commented Dec 6, 2018

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.

@stuaxo
Copy link

stuaxo commented Dec 7, 2018

Bug 46254 - EnumResourceTypesW should return True if there are no resources to enumerate
https://bugs.winehq.org/show_bug.cgi?id=46254

Bug 46255 - BeginUpdateResourceW should set errno on invalid filename
https://bugs.winehq.org/show_bug.cgi?id=46255

Bug 46256 - EndUpdateResourceW should set errno on invalid handle
https://bugs.winehq.org/show_bug.cgi?id=46256

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants