-
Notifications
You must be signed in to change notification settings - Fork 454
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
3.6.1 donate crashes on Pixel 8 pro / cannot import setting backup #1397
Comments
I'm getting the same error, config UI won't start at all. Edit: Edit 2: Edit 3: Edit 4: |
I wonder if this might be the issue that is causing the crash |
Yup, that was it. |
Can you post exactly what you did to fix it? Kindergarten instructions.. lol |
It's not exactly kindergarten level, kinda ugly. On a Linux host machine:
HTH |
Describe the bug
after update from 3.6.0 to 3.6.1 app crashes almost immediately. i do see a toast "binary installed"
if i uninstall and do a fresh install it will install BUT i cannot import settings from 3.6.0 it reports failed
( backup of settings created just before update)
Firewall Logs
no logs available
Smartphone (please complete the following information):
pixel 8 pro (arm64v8a only supported)
oem android 14 june 2024
Additional context
i will try and get system logs
FATAL EXCEPTION: pool-2-thread-1
Process: dev.ukanth.ufirewall.donate, PID: 12723
java.util.concurrent.RejectedExecutionException: Task com.topjohnwu.superuser.internal.JobTask$$ExternalSyntheticLambda0@4e9ed78 rejected from java.util.concurrent.ThreadPoolExecutor@c4dc51[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2082)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:842)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1374)
at com.topjohnwu.superuser.internal.JobTask.setResult(JobTask.java:60)
at com.topjohnwu.superuser.internal.JobTask.run(JobTask.java:110)
at com.topjohnwu.superuser.internal.ShellImpl.exec0(ShellImpl.java:258)
at com.topjohnwu.superuser.internal.ShellImpl.processTasks(ShellImpl.java:265)
at com.topjohnwu.superuser.internal.ShellImpl.$r8$lambda$s0PUNn9LoGilzQm1QDsbRoEjcGo(Unknown Source:0)
at com.topjohnwu.superuser.internal.ShellImpl$$ExternalSyntheticLambda0.run(Unknown Source:2)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
The text was updated successfully, but these errors were encountered: