SMILEConsortium / node-smile-server

3 stars 4 forks source link

SMILE Teacher crashes for unknown reason on Android 4.0.3-4.2 after connect to IP #108

Closed truedat101 closed 10 years ago

truedat101 commented 10 years ago

On some unbranded tablets, SMILE Teacher crashes for apparently no reason.

Tablet model is unknown Chinese mfg, 8 inch. Android OS is 4.0.3 and also 4.2.

To reproduce:

1) start SMILE Teacher 0.9.9b1jamsj 2) Connect to 10.1.0.1 (default) 3) crash:

Unable to resume activity org.smilec.smile/org.smilec.smile.ui.SessionValuesActivity: java.lang.NullPointerException at org.smilec.smile.ui.SessionValuesActivity.onResult(SessionValuesActivity.java:94)

Please analyze the code in SsssionValuesActivity.java to see if there is any place we must guard against null pointer, or any reason why this should occur.

This is high priority, as this occurred during a customer demo, and is a Critical blocker. If this can be fixed in the next 4 hours, that would be great, as that would be enough time to get the code built and out to the customer.

truedat101 commented 10 years ago

l think this is a teacher app issue. Will create it there.

chrqls commented 10 years ago

I am working on it

chrqls commented 10 years ago

Are you able to reproduce this bug with merge https://github.com/SMILEConsortium/smile_teacher_android/commit/5b47f42754a86e5c70c82382756813aad6c2b9d3 ?

truedat101 commented 10 years ago

Not sure why I put this under server, close this but keep the teacher issue open.