-
Notifications
You must be signed in to change notification settings - Fork 71
Force close just after start #32
Comments
The crash log doesn't look like a familiar error, but do you happen to have ART enabled? That's the only thing I can think of. |
Nope. |
Has the app ever worked on your device before? Also, is there anything else special about your configuration (using a ROM, for example)? This is a pretty low-level libc error that I haven't seen before. |
I am using the stock Nexus 5 4.4.2 ROM from an over the air update. I have not rooted the phone or installed any other ROMs. I haven't tested the app earlier with this device. |
Could you try running |
Fails with what looks like the same error. |
You can try running You can tell by the crash log that Nightweb is successfully booting up and starting the background service, so I suppose that could help us narrow it down. Have you tried running the Clojure REPL app? It's using an older version of Clojure, but if it crashes then we can at least deduce that your issue is not specific to Nightweb. |
I confirm this issue in identical conditions. |
I'm getting an almost immediate force close on the app. Download app from store, run, it opens the main screen, crash. Here's my logcat dump: https://gist.github.com/nicholaskariniemi/9394175. I also tried it from source and it crashes in the same way.
(As an aside, are there any other non-trivial open source Android apps written in Clojure that you know of? I'm trying to get some basic benchmarks with actual Clojure-Android apps. If I can roll back to some commit here that works that could help, too.)
Edit - device info:
The text was updated successfully, but these errors were encountered: