AutoJs6 icon indicating copy to clipboard operation
AutoJs6 copied to clipboard

软件崩溃,帮忙看看这个是什么引起的

Open hduwhyso opened this issue 2 years ago • 1 comments

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)

hduwhyso avatar Oct 31 '23 19:10 hduwhyso

6.4.1 (稍后发布) 将尝试修复上述问题, 如问题复现, 可继续反馈.

SuperMonster003 avatar Nov 01 '23 12:11 SuperMonster003