CarnetApp / CarnetAndroid

GNU General Public License v3.0
108 stars 21 forks source link

Crash on start #50

Open Self-Perfection opened 5 years ago

Self-Perfection commented 5 years ago

I tried version 0.14 from F-Droid on my Jolla C device. It runs Sailfish OS which is not android, but I successfully use dozens of android applications on it via aliendalvik which emulates android 4.4.

But carnet managed to only show welcome wizard and then stopped. Now it crashes whenever I try to start carnet. Relevant portion from logs: crash.log

rstruminski commented 5 years ago

I experienced this issue, too. Only remedy was to clear data and cache. I think it started to happen after I had changed something in the settings - might have been the Nextcloud account settings, since I tested different options there 2-3 times.

AykutCevik commented 5 years ago

Happens to me too. I have added notes with images and found this log entry which may related to it:

FATAL EXCEPTION: Thread-3
Process: com.spisoft.quicknote, PID: 15254
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.Bitmap.setDensity(int)' on a null object reference
    at com.spisoft.quicknote.browser.NoteThumbnailEngine$NoteThumbnailEngineThread.run(NoteThumbnailEngine.java:109)

I'm unable to start the app at all.

AykutCevik commented 5 years ago

Any updates for this case?

koug44 commented 5 years ago

I also have this issue