crashes on Linux
See original GitHub issuewhile trying to generate qr code following crash occurs:
System.Runtime.InteropServices.ExternalException (0x80004005): A generic error occurred in GDI+.
at System.Drawing.SafeNativeMethods.Gdip.CheckStatus(Int32 status)
at System.Drawing.Graphics.FillRectangle(Brush brush, Int32 x, Int32 y, Int32 width, Int32 height)
at System.Drawing.Graphics.FillRectangle(Brush brush, Rectangle rect)
at QRCoder.QRCode.GetGraphic(Int32 pixelsPerModule, Color darkColor, Color lightColor, Boolean drawQuietZones)
at QRCoder.QRCode.GetGraphic(Int32 pixelsPerModule)
not very helpful exception, maybe you need some more details?
Issue Analytics
- State:
- Created 3 years ago
- Comments:20
Top Results From Across the Web
How to troubleshoot kernel crashes, hangs, or reboots with ...
How to troubleshoot kernel crashes, hangs, or reboots with kdump on Red Hat Enterprise Linux. Solution Verified - Updated July 6 2023 at ......
Read more >Why does my linux keep crashing?
I have noticed for some reason (and whether this is true or not, I'm not sure) that Linux is more sensitive to failing...
Read more >crash(8) - Linux manual page
Crash is a tool for interactively analyzing the state of the Linux system while it is running, or after a kernel crash has...
Read more >How to crash Linux - Linux Tutorials
In this tutorial, we show several different methods that can be used to crash a Linux system. We also show how to prevent...
Read more >Linux crashing randomly : r/archlinux
I'm using Linux for 4 years right now. Something about a year ago I started to experience some random crashes. I switch to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In another branch I just specified that it was for 1.x: https://github.com/BrandonPotter/GoogleAuthenticator/commit/28804161d6ae6d4bbd5e2a05bf0559c2211d115b
And working on the intellisense update.
Might be related to https://github.com/codebude/QRCoder/issues/227