Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Add a question to report a bug, when analytics are disabled #59

Open
stirante opened this issue Sep 17, 2020 · 0 comments
Projects

Comments

@stirante
Copy link
Owner

stirante commented Sep 17, 2020

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)
@stirante stirante added this to To do in RuneChanger via automation Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
RuneChanger
  
To do
Development

No branches or pull requests

1 participant