Nirmals502 / vudroid

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

Some pdf file cant' open #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open some pdf file
2. Crash
3.

What is the expected output? What do you see instead?
Can open all pdf file

What version of the product are you using? On what operating system?
Vudroid /Windows7

Please provide any additional information below.

06-23 11:10:23.646: INFO/ActivityManager(556): Starting activity: Intent { 
action=android.intent.action.VIEW data=file:///sdcard/test2.pdf 
comp={org.vudroid/org.vudroid.pdfdroid.PdfViewerActivity} }
06-23 11:10:23.676: DEBUG/PhoneWindow(1787): couldn't save which view has focus 
because the focused view android.widget.ListView@43747600 has no id.
06-23 11:10:23.736: DEBUG/dalvikvm(1787): Trying to load lib 
/data/data/org.vudroid/lib/libvudroid.so 0x43734fa8
06-23 11:10:23.786: DEBUG/dalvikvm(1787): Added shared lib 
/data/data/org.vudroid/lib/libvudroid.so 0x43734fa8
06-23 11:10:23.796: DEBUG/PdfDroid(1787): initializing PdfRender JNI library 
based on MuPDF
06-23 11:10:23.806: DEBUG/PdfDroid(1787): initializing PdfRender JNI library 
based on MuPDF
06-23 11:10:23.866: ERROR/dalvikvm(1787): Could not find method 
android.view.MotionEvent.getX, referenced from method 
org.vudroid.core.multitouch.MultiTouchZoomImpl.getZoomDistance
06-23 11:10:23.866: WARN/dalvikvm(1787): VFY: unable to resolve virtual method 
85: Landroid/view/MotionEvent;.getX (I)F
06-23 11:10:23.876: WARN/dalvikvm(1787): VFY:  rejecting opcode 0x6e at 0x0004
06-23 11:10:23.886: WARN/dalvikvm(1787): VFY:  rejected 
Lorg/vudroid/core/multitouch/MultiTouchZoomImpl;.getZoomDistance 
(Landroid/view/MotionEvent;)F
06-23 11:10:23.886: WARN/dalvikvm(1787): Verifier rejected class 
Lorg/vudroid/core/multitouch/MultiTouchZoomImpl;
06-23 11:10:23.906: INFO/System.out(1787): Multi touch zoom is not available: 
java.lang.ClassNotFoundException: org.vudroid.core.multitouch.MultiTouchZoomImpl
06-23 11:10:23.926: DEBUG/dalvikvm(1787): +++ not scanning 
'/system/lib/libwebcore.so' for 'open' (wrong CL)
06-23 11:10:23.937: DEBUG/dalvikvm(1787): +++ not scanning 
'/system/lib/libmedia_jni.so' for 'open' (wrong CL)
06-23 11:10:24.016: DEBUG/PdfDroid(1787): PdfDocument.nativeOpen(): return 
handle = 0x16f968
06-23 11:10:24.276: DEBUG/dalvikvm(1787): +++ not scanning 
'/system/lib/libwebcore.so' for 'open' (wrong CL)
06-23 11:10:24.276: DEBUG/dalvikvm(1787): +++ not scanning 
'/system/lib/libmedia_jni.so' for 'open' (wrong CL)
06-23 11:10:33.665: WARN/ActivityManager(556): Launch timeout has expired, 
giving up wake lock!
06-23 11:10:33.705: WARN/ActivityManager(556): Activity idle timeout for 
HistoryRecord{4378ef70 {org.vudroid/org.vudroid.pdfdroid.PdfViewerActivity}}
06-23 11:10:34.256: DEBUG/PdfDroid(1787): Exception 
'java/lang/RuntimeException', Message: 'error loading page'
06-23 11:10:34.265: DEBUG/PdfDroid(1787): PdfPage.nativeOpenPage(): return 
handle = 0x1d93b0
06-23 11:10:34.275: DEBUG/AndroidRuntime(1787): Shutting down VM
06-23 11:10:34.285: WARN/dalvikvm(1787): threadid=3: thread exiting with 
uncaught exception (group=0x4000fe70)
06-23 11:10:34.305: ERROR/AndroidRuntime(1787): Uncaught handler: thread main 
exiting due to uncaught exception
06-23 11:10:34.325: ERROR/AndroidRuntime(1787): java.lang.RuntimeException: 
error loading page
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
org.vudroid.pdfdroid.codec.PdfPage.open(Native Method)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
org.vudroid.pdfdroid.codec.PdfPage.createPage(PdfPage.java:54)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
org.vudroid.pdfdroid.codec.PdfDocument.getPage(PdfDocument.java:18)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
org.vudroid.core.DecodeServiceBase.getPage(DecodeServiceBase.java:171)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
org.vudroid.core.DecodeServiceBase.getEffectivePagesWidth(DecodeServiceBase.java
:197)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
org.vudroid.core.DocumentView.init(DocumentView.java:66)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
org.vudroid.core.DocumentView.access$2(DocumentView.java:62)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
org.vudroid.core.DocumentView$3.run(DocumentView.java:118)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
android.os.Handler.handleCallback(Handler.java:587)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
android.os.Handler.dispatchMessage(Handler.java:92)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
android.os.Looper.loop(Looper.java:123)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
android.app.ActivityThread.main(ActivityThread.java:3948)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
java.lang.reflect.Method.invokeNative(Native Method)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
java.lang.reflect.Method.invoke(Method.java:521)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
06-23 11:10:34.325: ERROR/AndroidRuntime(1787):     at 
dalvik.system.NativeStart.main(Native Method)

I attach sample file that can't open 

Original issue reported on code.google.com by piyoros....@gmail.com on 23 Jun 2011 at 4:13

Attachments:

GoogleCodeExporter commented 9 years ago
pls help me...

Original comment by piyoros....@gmail.com on 23 Jun 2011 at 12:15

GoogleCodeExporter commented 9 years ago
I am having the same problems. Please help me out to fix the issue...

Thanks in advance,
Prakash.D

Original comment by prakashd...@gmail.com on 18 Nov 2011 at 6:28

GoogleCodeExporter commented 9 years ago
i am having the same problems.....would you help me...thanks

Original comment by shinerd...@gmail.com on 30 Dec 2011 at 6:48

GoogleCodeExporter commented 9 years ago
I am also facing the same problem ,,,,

Original comment by deepak.p...@gmail.com on 17 Apr 2012 at 5:35

GoogleCodeExporter commented 9 years ago
"+1 me too!" any solutions?

Original comment by denga...@tiantium.com on 18 Mar 2013 at 7:03

GoogleCodeExporter commented 9 years ago
I also encountered this problem. 2 years has passed after the first one 
mentioned this issue, but no one slove it.... We even don't know which type of 
these pdf file will cause this error.....

Original comment by zhengnin...@gmail.com on 6 Jun 2013 at 9:00