Hi,
This is a continuation of topic:
https://developer.tizen.org/forums/web-application-development/works-everywhere-except-on-tizen-device
I set it apart to focus on the crash.
I'm using a remote test device:
http://developer.samsung.com/remotetestlab/
to start following application through the browser:
http://creatures-of-gaia.com/tizen/
...and it crashes. (but only on Tizen devices. On other browsers, tizen web simulator and android, it runs flawlessly)
The curious thing is also how it crashes. It loads just fine, starts, and crashes a few seconds after without reason (the game is in an idle state). Here are the error logs:
ERROR 12-05 08:27:41.511 2695 2695 Tizen::Io result Tizen::Io::_DbEnumeratorImpl::GetStringAt(int, Tizen::Base::String&) const(879) > [E_TYPE_MISMATCH] Trying to access column of different type. ERROR 12-05 08:27:41.511 2695 2695 Tizen::Io result Tizen::Io::_DbEnumeratorImpl::GetIntAt(int, int&) const(810) > [E_TYPE_MISMATCH] Trying to access column of different type. ERROR 12-05 08:27:41.511 2695 2695 Tizen::Io result Tizen::Io::_DbEnumeratorImpl::GetStringAt(int, Tizen::Base::String&) const(879) > [E_TYPE_MISMATCH] Trying to access column of different type. ERROR 12-05 08:27:41.461 2695 2695 Tizen::Base::Collection virtual result Tizen::Base::Collection::ArrayList::IndexOf(const Tizen::Base::Object&, int, int, int&) const(290) > [E_OBJ_NOT_FOUND] The arraylist is empty. ERROR 12-05 08:27:41.461 2695 2695 Tizen::Base::Collection virtual result Tizen::Base::Collection::ArrayList::Remove(const Tizen::Base::Object&)(393) > [E_OBJ_NOT_FOUND] Propagating. DEBUG 12-05 08:27:27.531 12037 12037 ConsoleMessage Last web app message, no errors or warnings so far. DEBUG 12-05 08:27:17.091 12037 12037 ConsoleMessage Everything all right! DEBUG 12-05 08:27:11.461 12037 12037 ConsoleMessage Starting app...
I wasn't able to locate where or why this crash occurs. I tested benchmarks using graphics, audio and pieces of code, but they ran just fine. I'm clueless.