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

Image not Supported #590

Open
2 tasks done
deividgabrielpeira opened this issue Dec 9, 2023 · 0 comments
Open
2 tasks done

Image not Supported #590

deividgabrielpeira opened this issue Dec 9, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@deividgabrielpeira
Copy link

Brief summary

java.io.IOException: Image format not supported
    at android.graphics.BitmapRegionDecoder.nativeNewInstance(Native Method)
    at android.graphics.BitmapRegionDecoder.newInstance(BitmapRegionDecoder.java:170)
    at android.graphics.BitmapRegionDecoder.newInstance(BitmapRegionDecoder.java:204)
    at androidx.core.view.ContentInfoCompat$$ExternalSyntheticApiModelOutline0.m(SourceFile:6)
    at com.davemorrissey.labs.subscaleview.decoder.UtilKt.BitmapRegionDecoder(SourceFile:2)
    at com.davemorrissey.labs.subscaleview.decoder.SkiaImageRegionDecoder.init(SourceFile:183)
    at com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView$initTiles$1$1.invoke(SourceFile:3)
    at com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView$initTiles$1$1.invoke(SourceFile:1)
    at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invokeSuspend(SourceFile:59)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:9)
    at kotlinx.coroutines.DispatchedTask.run(SourceFile:116)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(SourceFile:94)
    Suppressed: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.Bitmap.recycle()' on a null object reference
        at org.koitharu.kotatsu.core.util.ext.FileKt$computeSize$2.invoke$6(SourceFile:66)
        at org.koitharu.kotatsu.core.util.ext.FileKt$computeSize$2.invoke(SourceFile:9)
        ... 4 more

Steps to reproduce

  1. Extension: "Manhastro (pt)"
  2. Manhua: "Mercenary Enrollment".
  3. Finaly the bug

Kotatsu version

6.5-1

Android version

12

Device

Poco X4 GT

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • If this is an issue with a parser, I should be opening an issue in the parsers repository.
@deividgabrielpeira deividgabrielpeira added the bug Something isn't working label Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant