fruitynam / vudroid

Automatically exported from code.google.com/p/vudroid
0 stars 0 forks source link

VuDroid always force closes when opening PDF documents #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Opening PDF document.

What is the expected output? What do you see instead?
I receive a message:
"The application VuDroid (process org.vudroid) has stopped unexpectedly. 
Please try again."

What version of the product are you using? On what operating system?
Android 1.6
(Archos 5 Internet Media Tablet - v1.7.96 firmware)

Please provide any additional information below.

Original issue reported on code.google.com by plw.pub...@gmail.com on 23 Apr 2010 at 10:00

GoogleCodeExporter commented 8 years ago
Is it fails on all files? You should collect logs for more info. To do this you
should install aLogcat tool and do next steps:
# Open aLogcat.
# If you prompted to close it or wait: select wait.
# Click "Clear log"
# Open pdf through VuDroid
# After crash close it.
# Go back to aLogcat
# Click Send in menu
# Select Gmail
# Send it to my email: pavel.tiunov@gmail.com

Original comment by pavel.ti...@gmail.com on 23 Apr 2010 at 1:51

GoogleCodeExporter commented 8 years ago
Confirm bug on Archos 5 firmware v2.0.15 (android 1.6).
vudroid v1.1
logcat v1.3.4
on both pdf and djvu files.

----- error log --------

W/InputManagerService( 1038): Window already focused, ignoring focus gain of: 
com.android.internal.view.IInputMethodClient$Stub$Proxy@44ee5840
I/ActivityManager( 1038): Starting activity: Intent { 
act=android.intent.action.MAIN cat=[android.intent.category.HOME] 
flg=0x10200000 cmp=com.android.launcher/.Launcher }
I/ActivityManager( 1038): Starting activity: Intent { 
act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] 
flg=0x10200000 cmp=org.vudroid/.core.MainBrowserActivity }
I/ActivityManager( 1038): Starting activity: Intent { 
act=android.intent.action.VIEW 
dat=file:///sdcard/Info/Russian%20-%20User%20Manual%20-%20ARCHOS%205%20-%20v1.pd
f cmp=org.vudroid/.pdfdroid.PdfViewerActivity }
D/PhoneWindow( 1364): couldn't save which view has focus because the focused 
view android.widget.ListView@44c41dc0 has no id.
D/dalvikvm( 1364): Trying to load lib /data/data/org.vudroid/lib/libvudroid.so 
0x44c31f40
I/dalvikvm( 1364): Unable to dlopen(/data/data/org.vudroid/lib/libvudroid.so): 
Cannot load library: reloc_library[1172]:   848 cannot locate '__aeabi_lmul'...
W/dalvikvm( 1364): Exception Ljava/lang/UnsatisfiedLinkError; thrown during 
Lorg/vudroid/pdfdroid/codec/PdfContext;.<clinit>
D/AndroidRuntime( 1364): Shutting down VM
W/dalvikvm( 1364): threadid=3: thread exiting with uncaught exception 
(group=0x4001aa38)
E/AndroidRuntime( 1364): Uncaught handler: thread main exiting due to uncaught 
exception
E/AndroidRuntime( 1364): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 1364):    at 
org.vudroid.pdfdroid.PdfViewerActivity.createDecodeService(PdfViewerActivity.jav
a:13)
E/AndroidRuntime( 1364):    at 
org.vudroid.core.BaseViewerActivity.initDecodeService(BaseViewerActivity.java:12
8)
E/AndroidRuntime( 1364):    at 
org.vudroid.core.BaseViewerActivity.onCreate(BaseViewerActivity.java:36)
E/AndroidRuntime( 1364):    at 
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)
E/AndroidRuntime( 1364):    at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2364)
E/AndroidRuntime( 1364):    at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2417)
E/AndroidRuntime( 1364):    at 
android.app.ActivityThread.access$2100(ActivityThread.java:116)
E/AndroidRuntime( 1364):    at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1794)
E/AndroidRuntime( 1364):    at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1364):    at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1364):    at 
android.app.ActivityThread.main(ActivityThread.java:4203)
E/AndroidRuntime( 1364):    at java.lang.reflect.Method.invokeNative(Native 
Method)
E/AndroidRuntime( 1364):    at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 1364):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 1364):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
E/AndroidRuntime( 1364):    at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 1364): Caused by: java.lang.UnsatisfiedLinkError: Library 
vudroid not found
E/AndroidRuntime( 1364):    at java.lang.Runtime.loadLibrary(Runtime.java:489)
E/AndroidRuntime( 1364):    at java.lang.System.loadLibrary(System.java:557)
E/AndroidRuntime( 1364):    at 
org.vudroid.core.VuDroidLibraryLoader.load(VuDroidLibraryLoader.java:13)
E/AndroidRuntime( 1364):    at 
org.vudroid.pdfdroid.codec.PdfContext.<clinit>(PdfContext.java:13)
E/AndroidRuntime( 1364):    ... 16 more
I/Process ( 1038): Sending signal. PID: 1364 SIG: 3
I/dalvikvm( 1364): threadid=7: reacting to signal 3
I/dalvikvm( 1364): Wrote stack trace to '/data/anr/traces.txt'
I/Process ( 1364): Sending signal. PID: 1364 SIG: 9
I/ActivityManager( 1038): Process org.vudroid (pid 1364) has died.
I/WindowManager( 1038): WIN DEATH: Window{44e71bf8 
org.vudroid/org.vudroid.core.MainBrowserActivity paused=false}
I/ActivityManager( 1038): Start proc org.vudroid for activity 
org.vudroid/.core.MainBrowserActivity: pid=1392 uid=10043 gids={1015}
W/UsageStats( 1038): Something wrong here, didn't expect org.vudroid to be 
resumed
D/CompatibilityInfo( 1392): appInfo = ApplicationInfo{44c2f840 org.vudroid}
D/CompatibilityInfo( 1392): Archos5: force flags LARGE_SCREENS and EXPANDABLE
D/CompatibilityInfo( 1392): Application DOESN'T support screen densities, 
applicationScale=1.125
W/InputManagerService( 1038): Got RemoteException sending setActive(false) 
notification to pid 1364 uid 10043
I/ActivityManager( 1038): Starting activity: Intent { 
act=android.intent.action.MAIN cat=[android.intent.category.HOME] 
flg=0x10200000 cmp=com.android.launcher/.Launcher }
D/PhoneWindow( 1392): couldn't save which view has focus because the focused 
view android.widget.ListView@44c41dd8 has no id.
W/InputManagerService( 1038): Starting input on non-focused client 
com.android.internal.view.IInputMethodClient$Stub$Proxy@44f525b8 (uid=10043 
pid=1392)
I/ActivityManager( 1038): Starting activity: Intent { 
act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] 
flg=0x10200000 cmp=org.jtb.alogcat/.LogActivity }
D/dalvikvm( 1338): GC freed 1033 objects / 41672 bytes in 122ms
D/dalvikvm( 1038): GC freed 29062 objects / 1065456 bytes in 105ms

Original comment by distorsh...@gmail.com on 21 Jun 2010 at 5:53

GoogleCodeExporter commented 8 years ago
Looks like libc on Archos doesn't have compatibility routines. Google says that 
this bug fixed in latest NDK. I can build VuDroid with it but to close the 
issue i need feedback from Archos users.

Original comment by pavel.ti...@gmail.com on 26 Jun 2010 at 6:39

GoogleCodeExporter commented 8 years ago
I can help with testing it.

Original comment by distorsh...@gmail.com on 26 Jun 2010 at 9:51

GoogleCodeExporter commented 8 years ago
I can confirm the issue on Archos 5 IT. Would be happy to test the patch.

Original comment by hammer_m...@hotmail.com on 1 Sep 2010 at 5:06

GoogleCodeExporter commented 8 years ago
VuDroid 1.4 is built by ndk-r5b. Please check is that issue fixed for you.

Original comment by pavel.ti...@gmail.com on 6 Feb 2011 at 8:54

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Has this issue been resolved and does anyone have access to a .zip of the 
vudroid project? Thank you

Original comment by gruenwal...@gmail.com on 21 Jun 2012 at 4:38

GoogleCodeExporter commented 8 years ago
I reckon it's not arm architecture. Have a look at 
https://github.com/JoanZapata/android-pdfview for other ABI libs of 
libvudriod.so

Original comment by zboa...@gmail.com on 6 May 2014 at 4:20

GoogleCodeExporter commented 8 years ago
Version 1.4 Still crashing on android 4.2 Pipo M6 Pro. aLogcat does not reveal 
anything from a crashing vudroid. Tablet not rooted.

Original comment by my3p...@gmail.com on 24 Jun 2014 at 8:41

GoogleCodeExporter commented 8 years ago
Had the same prob sich vudroid 1.4 on Android 4.4.2 .
I installed version 1.2 . works well.

Original comment by MickDo...@gmail.com on 18 Feb 2015 at 4:58