GoogleAuthenticator: crashes on Linux

while 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?

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 20

Most upvoted 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.