软件崩溃,帮忙看看这个是什么引起的 #159
Labels
Bug 🐞 故障
Confirmed bugs or reports that are very likely to be bugs
Feedback Awaited 🕒 等待反馈
Waiting for the feedback from issue creater and issue will be closed if duration is over one month
Version: 2148
Android: 33
java.lang.NullPointerException: Attempt to read from field 'org.autojs.autojs.core.looper.Loopers org.autojs.autojs.runtime.ScriptRuntime.loopers' on a null object reference in method 'void org.autojs.autojs.execution.ScriptExecuteActivity.onDestroy()'
java.lang.RuntimeException:Unable to destroy activity {org.autojs.autojs6/org.autojs.autojs.execution.ScriptExecuteActivity}: java.lang.NullPointerException: Attempt to read from field 'org.autojs.autojs.core.looper.Loopers org.autojs.autojs.runtime.ScriptRuntime.loopers' on a null object reference in method 'void org.autojs.autojs.execution.ScriptExecuteActivity.onDestroy()'
android.app.ActivityThread.performDestroyActivity(ActivityThread.java:5688)
......
Caused by:
java.lang.NullPointerException:Attempt to read from field 'org.autojs.autojs.core.looper.Loopers org.autojs.autojs.runtime.ScriptRuntime.loopers' on a null object reference in method 'void org.autojs.autojs.execution.ScriptExecuteActivity.onDestroy()'
org.autojs.autojs.execution.ScriptExecuteActivity.onDestroy(ScriptExecuteActivity.java:147)
android.app.Activity.performDestroy(Activity.java:8843)
android.app.Instrumentation.callActivityOnDestroy(Instrumentation.java:1472)
android.app.ActivityThread.performDestroyActivity(ActivityThread.java:5675)
android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:5721)
android.app.servertransaction.DestroyActivityItem.execute(DestroyActivityItem.java:47)
android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45)
android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:176)
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2440)
android.os.Handler.dispatchMessage(Handler.java:106)
android.os.Looper.loopOnce(Looper.java:211)
android.os.Looper.loop(Looper.java:300)
android.app.ActivityThread.main(ActivityThread.java:8315)
java.lang.reflect.Method.invoke(Native Method)
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
The text was updated successfully, but these errors were encountered: