cheerpj-meta icon indicating copy to clipboard operation
cheerpj-meta copied to clipboard

App crashes with error "no such method: sun.awt.image.ImageWatched..."

Open oeway opened this issue 3 years ago • 0 comments

I see this error from time to time, and it cause the entire app to crash:

Uncaught (in promise) no such method: sun.awt.image.ImageWatched$WeakLink.lambda$update$0(ImageObserver,Image,int,int,int,int,int)Boolean/invokeStatic

and error points to line 2268 of the loader.js file (version: 20200927):

			currentThread.parent.endPromise.fail(detailMessage);

To reproduce the issue:

  1. goto https://ij.imjoy.io/
  2. click "File -> New -> Image...", then click ok in the dialog
  3. now click "File -> Save", then the app crashes and you can see the error in the console.

oeway avatar Sep 28 '20 21:09 oeway