-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
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
v4.8.0 crash on Apps VPN mode #2234
Labels
Comments
Same problem here. |
@huanght1997 you are totally right. I just used the OS back button at the bottom and it saved with no problem. Thanks for the hint |
huanght1997
added a commit
to huanght1997/shadowsocks-android
that referenced
this issue
Jun 9, 2019
huanght1997
added a commit
to huanght1997/shadowsocks-android
that referenced
this issue
Jun 9, 2019
Closed
bannedbook
pushed a commit
to bannedbook/SpeedUp.VPN
that referenced
this issue
Dec 25, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The application crashes when trying to save Apps VPN Mode settings
To Reproduce
Steps to reproduce the behavior:
A. Stop responding
B. The screen becomes fully white for a fraction of a second and go back to main menu
Expected behavior
Apps VPN Mode setting should be saved normally without error
Screenshots
Smartphone
Configuration
Put an
x
inside the [ ] that applies.Additional context
I attached the phone to logcat, and got the following
06-08 21:22:12.905 20731 20731 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@c15f198 06-08 21:22:14.914 20731 20731 D AndroidRuntime: Shutting down VM 06-08 21:22:14.915 20731 20731 E AndroidRuntime: FATAL EXCEPTION: main 06-08 21:22:14.915 20731 20731 E AndroidRuntime: Process: com.github.shadowsocks, PID: 20731 06-08 21:22:14.915 20731 20731 E AndroidRuntime: java.lang.IllegalStateException: Check failed. 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at com.github.shadowsocks.database.Profile.deserialize(Profile.kt:311) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at com.github.shadowsocks.ProfileConfigFragment.saveAndExit(ProfileConfigFragment.kt:138) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at com.github.shadowsocks.ProfileConfigFragment.onOptionsItemSelected(ProfileConfigFragment.kt:211) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at com.github.shadowsocks.ProfileConfigActivity.onOptionsItemSelected(ProfileConfigActivity.kt:73) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at android.app.Activity.onMenuItemSelected(Activity.java:3544) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at androidx.fragment.app.FragmentActivity.onMenuItemSelected(FragmentActivity.java:384) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at androidx.appcompat.app.AppCompatActivity.onMenuItemSelected(AppCompatActivity.java:219) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at androidx.appcompat.view.WindowCallbackWrapper.onMenuItemSelected(WindowCallbackWrapper.java:109) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at androidx.appcompat.view.WindowCallbackWrapper.onMenuItemSelected(WindowCallbackWrapper.java:109) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at androidx.appcompat.app.ToolbarActionBar$2.onMenuItemClick(ToolbarActionBar.java:64) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at androidx.appcompat.widget.Toolbar$1.onMenuItemClick(Toolbar.java:207) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at androidx.appcompat.widget.ActionMenuView$MenuBuilderCallback.onMenuItemSelected(ActionMenuView.java:781) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at androidx.appcompat.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:840) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at androidx.appcompat.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:158) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at androidx.appcompat.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:991) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at androidx.appcompat.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:981) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at androidx.appcompat.widget.ActionMenuView.invokeItem(ActionMenuView.java:625) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at androidx.appcompat.view.menu.ActionMenuItemView.onClick(ActionMenuItemView.java:151) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at android.view.View.performClick(View.java:6597) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at android.view.View.performClickInternal(View.java:6574) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at android.view.View.access$3100(View.java:778) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at android.view.View$PerformClick.run(View.java:25885) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:873) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at android.os.Looper.loop(Looper.java:193) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6718) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 06-08 21:22:14.915 20731 20731 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
The text was updated successfully, but these errors were encountered: