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

java.lang.NullPointerException at java.io.File.fixSlashes when select photo from gallery #170

Open
amineghabi opened this issue May 24, 2016 · 4 comments

Comments

@amineghabi
Copy link

No description provided.

@ramesh586
Copy link

Can we have a error log. It might help us to solve your problem

@donnadanley247
Copy link

Here's my error reported by some users,

java.lang.RuntimeException: 
  at android.os.AsyncTask$3.done(AsyncTask.java:309)
  at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354)
  at java.util.concurrent.FutureTask.setException(FutureTask.java:223)
  at java.util.concurrent.FutureTask.run(FutureTask.java:242)
  at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
  at java.lang.Thread.run(Thread.java:818)
Caused by: java.lang.NullPointerException: 
  at java.io.File.fixSlashes(File.java:183)
  at java.io.File.<init>(File.java:130)
  at com.bumptech.glide.DrawableTypeRequest.buildProvider(DrawableTypeRequest.java:0)
  at com.bumptech.glide.DrawableTypeRequest.doInBackground(DrawableTypeRequest.java:0)
  at android.os.AsyncTask$2.call(AsyncTask.java:295)
  at java.util.concurrent.FutureTask.run(FutureTask.java:237)

@donnadanley247
Copy link

donnadanley247 commented Jun 5, 2017 via email

@coomar2841
Copy link
Owner

Can you tell which device and OS?

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

No branches or pull requests

4 participants