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
When RuneChanger throws an exception, it should check first whether the user has disabled analytics and then ask user to report a crash to the server.
There is also an error, which should be checked with this issue:
java.lang.NullPointerException: null
at java.base/java.lang.Class.isAssignableFrom(Native Method)
at ly.count.sdk.internal.SDKModules.module(SDKModules.java:301)
at ly.count.sdk.internal.SDKModules.module(SDKModules.java:289)
at ly.count.sdk.internal.SDKCore.onCrash(SDKCore.java:170)
at ly.count.sdk.internal.SessionImpl.addCrashReport(SessionImpl.java:312)
at ly.count.sdk.internal.SessionImpl.addCrashReport(SessionImpl.java:303)
at ly.count.sdk.internal.SessionImpl.addCrashReport(SessionImpl.java:31)
at com.stirante.runechanger.RuneChanger.lambda$main$0(RuneChanger.java:66)
at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1055)
at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1050)
at javafx.base/com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:331)
at javafx.base/com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
at javafx.base/javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
at javafx.base/javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
at javafx.base/javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
at javafx.base/javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
at javafx.base/com.sun.javafx.collections.ObservableListWrapper.clear(ObservableListWrapper.java:157)
at com.stirante.runechanger.gui.Settings$2.onPostExecute(Settings.java:348)
at com.stirante.runechanger.gui.Settings$2.onPostExecute(Settings.java:332)
at com.stirante.runechanger.util.AsyncTask.lambda$execute$0(AsyncTask.java:13)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:389)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
at java.base/java.lang.Thread.run(Thread.java:835)
The text was updated successfully, but these errors were encountered:
When RuneChanger throws an exception, it should check first whether the user has disabled analytics and then ask user to report a crash to the server.
There is also an error, which should be checked with this issue:
The text was updated successfully, but these errors were encountered: