Closed tigrouind closed 3 weeks ago
Hm ok yea i see the problem. It has to do with the DataObject format being blank and an unexpected length. I'll have to add something to handle that and also add something else to handle data processing errors in general
Ok should be fixed with release version 1.5.2
Step to reproduce : In a Winforms application, run the following code :
Clipboard.SetData("Test", new MemoryStream());
Upon refresh, the program will crash and throw this exception :