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

NullPointerException: Attempt to invoke virtual method #1677

Open
Arunachalamkalimuthu opened this issue Dec 20, 2023 · 0 comments
Open

NullPointerException: Attempt to invoke virtual method #1677

Arunachalamkalimuthu opened this issue Dec 20, 2023 · 0 comments

Comments

@Arunachalamkalimuthu
Copy link

Issue Description:
A non-fatal NullPointerException is occurring consistently on specific devices in production when attempting to invoke the checkProfile method of the VpnProfile class. This issue is leading to crashes for many users.

Exception Stack Trace:

Non-fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'int de.blinkt.openvpn.VpnProfile.checkProfile(android.content.Context)' on a null object reference
       at android.os.Parcel.createException(Parcel.java:1956)
       at android.os.Parcel.readException(Parcel.java:1918)
       at android.os.Parcel.readException(Parcel.java:1868)
       at de.blinkt.openvpn.api.IOpenVPNAPIService$Stub$Proxy.startProfile(IOpenVPNAPIService.java:317)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant