nvme1986 / vimtouch

Automatically exported from code.google.com/p/vimtouch
GNU General Public License v2.0
1 stars 1 forks source link

Crash on my mobile phone #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just install vimtouch
2. Allow it to download
3. then crashed

What is the expected output? What do you see instead?
I want it to start, but it crashed

What version of the product are you using? On what operating system?
On Android 2.3.7, and I used the only version

Please provide any additional information below.
Here is the crash log:
07-03 12:42:10.359: ERROR/AndroidRuntime(4963): FATAL EXCEPTION: main
07-03 12:42:10.359: ERROR/AndroidRuntime(4963): 
java.lang.ExceptionInInitializerError
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
net.momodalo.app.vimtouch.VimTouch.createSubprocess(VimTouch.java:459)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
net.momodalo.app.vimtouch.VimTouch.startListening(VimTouch.java:390)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
net.momodalo.app.vimtouch.VimTouch.startEmulator(VimTouch.java:344)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
net.momodalo.app.vimtouch.VimTouch.onCreate(VimTouch.java:340)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1611)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1663)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
android.app.ActivityThread.access$1500(ActivityThread.java:117)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
android.os.Handler.dispatchMessage(Handler.java:99)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
android.os.Looper.loop(Looper.java:130)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
android.app.ActivityThread.main(ActivityThread.java:3683)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
java.lang.reflect.Method.invokeNative(Native Method)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
java.lang.reflect.Method.invoke(Method.java:507)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
dalvik.system.NativeStart.main(Native Method)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963): Caused by: 
java.lang.UnsatisfiedLinkError: Couldn't load ncurses: findLibrary returned null
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
java.lang.Runtime.loadLibrary(Runtime.java:429)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
java.lang.System.loadLibrary(System.java:554)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     at 
net.momodalo.app.vimtouch.Exec.<clinit>(Exec.java:33)
07-03 12:42:10.359: ERROR/AndroidRuntime(4963):     ... 17 more
07-03 12:42:10.359: WARN/ActivityManager(889):   Force finishing activity 
net.momodalo.app.vimtouch/.VimTouch

Original issue reported on code.google.com by reallych...@gmail.com on 3 Jul 2012 at 4:48

GoogleCodeExporter commented 9 years ago
should be fixed in v1.2

Original comment by momod...@gmail.com on 15 Aug 2012 at 5:07