-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Linux] System.Drawing.Common not working on Linux #49275
Comments
Tagging subscribers to this area: @safern, @tarekgh Issue DetailsDescriptionWhen using Configuration
Regression?Not really, but it works in Windows Other information
|
Update: It only happens for some specific data, and works otherwise |
@djthegr8 thank you for the report. Would you mind sharing a simple repro so that I can test it out and see what is the issue? |
Because it is current a part of a modestly large project, it would take some time to reproduce, will try to send it as soon as possible |
@safern The problem is pretty obvious by looking at the code. We have PInvokes of Windows |
I see makes sense. It should fail with more than just |
|
Besides, could I get a better error because I don't know why |
@safern correct me if I am wrong, but would the PR prevent this error and allow my code to run, or would it throw a different error? |
@djthegr8 Yes, this change won't prevent the error. It will produce a better error message that should give you a better idea why |
Fair enough I guess, at least I would be able to debug and fix
…On Wed, 10 Mar 2021, 17:57 Jan Kotas, ***@***.***> wrote:
@djthegr8 <https://github.com/djthegr8> Yes, this change won't prevent
the error. It will produce a better error message that should give you a
better idea why FillPie is failing.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#49275 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKQZA76U3QJB5D7OC4F7BPDTC5JSLANCNFSM4YXXFIWA>
.
|
@safern apologies for bothering you, but could you tell me how could I use the library with the PR? Thanks. |
Description
When using
System.Drawing.Common
, I am getting a DLL error withuser32.dll
as an import on Linux.Configuration
5.0.2
Ubuntu 20.04 Focal Fossa
x64
No
Regression?
Not really, but it works in Windows
Other information
The text was updated successfully, but these errors were encountered: