manuelbl / SwissQRBill

Java library for Swiss QR bill payment slips (aka QR-Rechnung)
https://www.codecrete.net/qrbill
MIT License
153 stars 36 forks source link

QRBill.draw(bill, canvas); exits without Exception #72

Closed lraffa closed 1 year ago

lraffa commented 2 years ago

On some Windows 10 Home Maschines the programm exits at QRBill.draw(bill, canvas) without exception. Any known Issues here?

manuelbl commented 2 years ago

I'm not aware of any specific issue.

If it exits without an exception, it must be a bug in the .NET framework or in a native library. What graphics format do you generate? Which packages (Codecrete.SwissQRBill.Core, Codecrete.SwissQRBill.Generator, Codecrete.SwissQRBill.Windows) do you use?

How do you know it exits in QRBill.draw(bill, canvas)? You should at least be able to get an exit code.