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
This causes their asynchronous APIs that rely on AsyncReadyCallbacks to fail, as the first parameter is the file as a GObject.
1java.lang.ClassCastException: class org.gnome.gio.File$FileImpl cannot be cast to class org.gnome.gobject.GObject (org.gnome.gio.File$FileImpl and org.gnome.gobject.GObject are in unnamed module of loader 'app')
[error] at org.gnome.gio.AsyncReadyCallback.upcall(AsyncReadyCallback.java:67)
[error] at org.gnome.gio.Application.run(Application.java:1060)
[error] at Shades.Main$.run$$anonfun$1(Main.scala:84)
[error] at cats.effect.IOFiber.$anonfun$9(IOFiber.scala:983)
[error] at cats.effect.unsafe.WorkerThread.blockOn(WorkerThread.scala:857)
[error] at scala.concurrent.package$.blocking(package.scala:124)
[error] at cats.effect.IOFiber.runLoop(IOFiber.scala:983)
[error] at cats.effect.IOFiber.execR(IOFiber.scala:1364)
[error] at cats.effect.IOFiber.run(IOFiber.scala:112)
[error] at cats.effect.unsafe.WorkerThread.run(WorkerThread.scala:702)
The text was updated successfully, but these errors were encountered:
This causes their asynchronous APIs that rely on
AsyncReadyCallback
s to fail, as the first parameter is the file as a GObject.The text was updated successfully, but these errors were encountered: