You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be an issue with loading or saving TGAs. The exception is always raised from System.Drawing.dll but when it happens and the specifics always change.
It might be raised when you select a border, save it or even open the tab, and it could be saying that it's trying to access corrupt memory or that the parameter is invalid.
I really have no idea what causes it. I would assume the TGA library is causing it, but I've been unsuccessful in finding an alternative that loads a bitmap from a .tga file so I've been unable to test that theory.
The text was updated successfully, but these errors were encountered:
There seems to be an issue with loading or saving TGAs. The exception is always raised from
System.Drawing.dll
but when it happens and the specifics always change.It might be raised when you select a border, save it or even open the tab, and it could be saying that it's trying to
access corrupt memory
or thatthe parameter is invalid
.I really have no idea what causes it. I would assume the TGA library is causing it, but I've been unsuccessful in finding an alternative that loads a bitmap from a .tga file so I've been unable to test that theory.
The text was updated successfully, but these errors were encountered: