Git Product home page Git Product logo

Comments (5)

evan-a-a avatar evan-a-a commented on May 13, 2024

Adding to the featured art error, this is the logcat.


D/skia    ( 1136): --- SkImageDecoder::Factory returned null
E/muzei_BitmapRegionLoad( 1136): Couldn't create bitmap loader.
E/muzei_BitmapRegionLoad( 1136): java.io.IOException: Image format not supported
E/muzei_BitmapRegionLoad( 1136):        at android.graphics.BitmapRegionDecoder.nativeNewInstance(Native Method)
E/muzei_BitmapRegionLoad( 1136):        at android.graphics.BitmapRegionDecoder.newInstance(BitmapRegionDecoder.java:124)
E/muzei_BitmapRegionLoad( 1136):        at com.google.android.apps.muzei.render.BitmapRegionLoader.<init>(BitmapRegionLoader.java:71)
E/muzei_BitmapRegionLoad( 1136):        at com.google.android.apps.muzei.render.BitmapRegionLoader.newInstance(BitmapRegionLoader.java:55)
E/muzei_BitmapRegionLoad( 1136):        at com.google.android.apps.muzei.render.RealRenderController.openDownloadedCurrentArtwork(RealRenderController.java:100)
E/muzei_BitmapRegionLoad( 1136):        at com.google.android.apps.muzei.render.RenderController$1.doInBackground(RenderController.java:65)
E/muzei_BitmapRegionLoad( 1136):        at com.google.android.apps.muzei.render.RenderController$1.doInBackground(RenderController.java:61)
E/muzei_BitmapRegionLoad( 1136):        at android.os.AsyncTask$2.call(AsyncTask.java:288)
E/muzei_BitmapRegionLoad( 1136):        at java.util.concurrent.FutureTask.run(FutureTask.java:237)
E/muzei_BitmapRegionLoad( 1136):        at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
E/muzei_BitmapRegionLoad( 1136):        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
E/muzei_BitmapRegionLoad( 1136):        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
E/muzei_BitmapRegionLoad( 1136):        at java.lang.Thread.run(Thread.java:841)
D/skia    ( 1136): --- SkImageDecoder::Factory returned null
D/Event   ( 1136): No subscribers registered for event class com.google.android.apps.muzei.event.ArtworkLoadingStateChangedEvent
D/Event   ( 1136): No subscribers registered for event class de.greenrobot.event.NoSubscriberEvent
E/muzei_BitmapRegionLoad( 1136): Couldn't create bitmap loader.
E/muzei_BitmapRegionLoad( 1136): java.io.IOException: Image format not supported
E/muzei_BitmapRegionLoad( 1136):        at android.graphics.BitmapRegionDecoder.nativeNewInstance(Native Method)
E/muzei_BitmapRegionLoad( 1136):        at android.graphics.BitmapRegionDecoder.newInstance(BitmapRegionDecoder.java:124)
E/muzei_BitmapRegionLoad( 1136):        at com.google.android.apps.muzei.render.BitmapRegionLoader.<init>(BitmapRegionLoader.java:71)
E/muzei_BitmapRegionLoad( 1136):        at com.google.android.apps.muzei.render.BitmapRegionLoader.newInstance(BitmapRegionLoader.java:55)
E/muzei_BitmapRegionLoad( 1136):        at com.google.android.apps.muzei.render.RealRenderController.openDownloadedCurrentArtwork(RealRenderController.java:100)
E/muzei_BitmapRegionLoad( 1136):        at com.google.android.apps.muzei.render.RenderController$1.doInBackground(RenderController.java:65)
E/muzei_BitmapRegionLoad( 1136):        at com.google.android.apps.muzei.render.RenderController$1.doInBackground(RenderController.java:61)
E/muzei_BitmapRegionLoad( 1136):        at android.os.AsyncTask$2.call(AsyncTask.java:288)
E/muzei_BitmapRegionLoad( 1136):        at java.util.concurrent.FutureTask.run(FutureTask.java:237)
E/muzei_BitmapRegionLoad( 1136):        at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
E/muzei_BitmapRegionLoad( 1136):        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
E/muzei_BitmapRegionLoad( 1136):        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
E/muzei_BitmapRegionLoad( 1136):        at java.lang.Thread.run(Thread.java:841)
I/MuzeiArtSource( 1136): Scheduling next artwork (source FeaturedArt) at Wed Feb 12 21:09:46 EST 2014

from muzei.

romannurik avatar romannurik commented on May 13, 2024

Thanks for the log details! I think this should enough to help with a bug
fix.

On Wed, Feb 12, 2014 at 10:19 PM, Ye Lin Aung [email protected]:

I can confirm that issue that happens while choosing source. Here's the log

31177 dalvikvm D GC_FOR_ALLOC freed 1024K, 12% free 20407K/23044K, paused 14ms, total 14ms
31177 dalvikvm D GC_EXPLICIT freed 1059K, 15% free 19770K/23044K, paused 1ms+3ms, total 44ms
31177 MuzeiArtSource I Scheduling next artwork (source FeaturedArt) at Fri Feb 14 08:49:23 GMT+06:30 2014
31177 skia D --- SkImageDecoder::Factory returned null
31177 muzei_BitmapRegion.. E Couldn't create bitmap loader.
31177 muzei_BitmapRegion.. E java.io.IOException: Image format not supported
31177 muzei_BitmapRegion.. E at android.graphics.BitmapRegionDecoder.nativeNewInstance(Native Method)
31177 muzei_BitmapRegion.. E at android.graphics.BitmapRegionDecoder.newInstance(BitmapRegionDecoder.java:124)
31177 muzei_BitmapRegion.. E at com.google.android.apps.muzei.render.BitmapRegionLoader.(BitmapRegionLoader.java:71)
31177 muzei_BitmapRegion.. E at com.google.android.apps.muzei.render.BitmapRegionLoader.newInstance(BitmapRegionLoader.java:55)
31177 muzei_BitmapRegion.. E at com.google.android.apps.muzei.render.RealRenderController.openDownloadedCurrentArtwork(RealRenderController.java:100)
31177 muzei_BitmapRegion.. E at com.google.android.apps.muzei.render.RenderController$1.doInBackground(RenderController.java:65)
31177 muzei_BitmapRegion.. E at com.google.android.apps.muzei.render.RenderController$1.doInBackground(RenderController.java:61)
31177 muzei_BitmapRegion.. E at android.os.AsyncTask$2.call(AsyncTask.java:288)
31177 muzei_BitmapRegion.. E at java.util.concurrent.FutureTask.run(FutureTask.java:237)
31177 muzei_BitmapRegion.. E at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
31177 muzei_BitmapRegion.. E at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
31177 muzei_BitmapRegion.. E at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
31177 muzei_BitmapRegion.. E at java.lang.Thread.run(Thread.java:841)
31177 MuzeiArtSource I Scheduling next artwork (source FeaturedArt) at Fri Feb 14 08:48:30 GMT+06:30 2014


Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-34944796
.

from muzei.

romannurik avatar romannurik commented on May 13, 2024

The image format not supported issue was fixed, but can you try v1.0.1 to see if blur settings work?

from muzei.

endigo9740 avatar endigo9740 commented on May 13, 2024

Everything seems to be in order for me. Working like a charm! Thanks!

from muzei.

romannurik avatar romannurik commented on May 13, 2024

Alrighty! Great!

from muzei.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.