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

NinePatchDrawable can't be loaded #786

Closed
mullender opened this issue Dec 3, 2015 · 1 comment
Closed

NinePatchDrawable can't be loaded #786

mullender opened this issue Dec 3, 2015 · 1 comment

Comments

@mullender
Copy link

12-03 15:06:20.230    6525-7174/xx E/GlideExecutor﹕ Request threw uncaught throwable
    com.bumptech.glide.Registry$NoModelLoaderAvailableException: Failed to find any ModelLoaders for model: android.graphics.drawable.NinePatchDrawable@531784b4
            at com.bumptech.glide.Registry.getModelLoaders(Registry.java:222)
            at com.bumptech.glide.load.engine.DecodeHelper.getLoadData(DecodeHelper.java:180)
            at com.bumptech.glide.load.engine.DecodeHelper.getCacheKeys(DecodeHelper.java:198)
            at com.bumptech.glide.load.engine.ResourceCacheGenerator.startNext(ResourceCacheGenerator.java:42)
            at com.bumptech.glide.load.engine.DecodeJob.runGenerators(DecodeJob.java:273)
            at com.bumptech.glide.load.engine.DecodeJob.runWrapped(DecodeJob.java:240)
            at com.bumptech.glide.load.engine.DecodeJob.run(DecodeJob.java:218)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
            at java.lang.Thread.run(Thread.java:841)
            at com.bumptech.glide.load.engine.executor.GlideExecutor$DefaultThreadFactory$1.run(GlideExecutor.java:263)
@TWiStErRob TWiStErRob added the v4 label Dec 4, 2015
@TWiStErRob
Copy link
Collaborator

I think you're experiencing #122. Also take a look at related #350, but that shouldn't affect you as far as I know. It also looks like you're using v4, right? What's your Glide line?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants