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

Crash with java.lang.UnsatisfiedLinkError #145

Closed
GoogleCodeExporter opened this issue Mar 19, 2015 · 1 comment
Closed

Crash with java.lang.UnsatisfiedLinkError #145

GoogleCodeExporter opened this issue Mar 19, 2015 · 1 comment
Labels

Comments

@GoogleCodeExporter
Copy link

The latest Market version crashes after (or during) "Authenticating" stage
The problem was not present in 0.5.31

I'm attaching generated openvpn config

The log show the following:
I/System.out(31262): [Ljava.lang.reflect.Method;@41a15188
W/dalvikvm(31262): No implementation found for native 
Lde/blinkt/openvpn/VpnProfile;.rsasign:([BI)[B
W/dalvikvm(31262): threadid=11: thread exiting with uncaught exception 
(group=0x40f452a0)
E/AndroidRuntime(31262): FATAL EXCEPTION: OpenVPNMgmtThread
E/AndroidRuntime(31262): java.lang.UnsatisfiedLinkError: Native method not 
found: de.blinkt.openvpn.VpnProfile.rsasign:([BI)[B
E/AndroidRuntime(31262):        at de.blinkt.openvpn.VpnProfile.rsasign(Native 
Method)
E/AndroidRuntime(31262):        at 
de.blinkt.openvpn.VpnProfile.processSignJellyBeans(VpnProfile.java:826)
E/AndroidRuntime(31262):        at 
de.blinkt.openvpn.VpnProfile.getSignedData(VpnProfile.java:773)
E/AndroidRuntime(31262):        at 
de.blinkt.openvpn.OpenVpnManagementThread.processSignCommand(OpenVpnManagementTh
read.java:461)
E/AndroidRuntime(31262):        at 
de.blinkt.openvpn.OpenVpnManagementThread.processCommand(OpenVpnManagementThread
.java:195)
E/AndroidRuntime(31262):        at 
de.blinkt.openvpn.OpenVpnManagementThread.processInput(OpenVpnManagementThread.j
ava:155)
E/AndroidRuntime(31262):        at 
de.blinkt.openvpn.OpenVpnManagementThread.run(OpenVpnManagementThread.java:106)
E/AndroidRuntime(31262):        at java.lang.Thread.run(Thread.java:856)
E/android.os.Debug( 2127): !@Dumpstate > dumpstate -k -t -z -d -o 
/data/log/dumpstate_app_error

Original issue reported on code.google.com by [email protected] on 2 Mar 2013 at 1:36

Attachments:

@GoogleCodeExporter
Copy link
Author

The current version 0.5.35 fixes this bug on 4.1

Original comment by [email protected] on 6 Mar 2013 at 1:51

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant