DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.18k stars 1.91k forks source link

NullPointerException Crash on v3.2.0-beta.1 #871

Open heiyl opened 4 years ago

heiyl commented 4 years ago

java.lang.NullPointerException Attempt to invoke virtual method 'boolean android.os.HandlerThread.isAlive()' on a null object reference

com.github.barteksc.pdfviewer.PDFView.void loadComplete(com.github.barteksc.pdfviewer.PdfFile)(PDFView.java:756)

peepo3663 commented 4 years ago

I have found the same error but with a different method

Fatal Exception: java.lang.NullPointerException Attempt to invoke virtual method 'boolean android.os.HandlerThread.isAlive()' on a null object reference com.github.barteksc.pdfviewer.model.PagePart.getPage (PagePart.java:8)

heiyl commented 4 years ago

Is there a fix plan for the feedback problem?

mrchenmo commented 4 years ago

I also encountered the same bug,same method

luizfilho00 commented 4 years ago

Same here

jiejie-dev commented 4 years ago

Same problem happen to me.

Solved according to issue #824