Application imported from BADA does not start on emulator. I am getting error [APP has closed unexpectedly] on emulator screen.
This is log:
05-17 19:42:18.377 : ERROR / Tizen::Base ( 2320 : 2320 ) : result Tizen::Base::String::SubString(int, Tizen::Base::String&) const (1113). > [E_OUT_OF_RANGE] The startIndex(11) MUST be greater than or equal to 0, and less than the length of this string(11).
05-17 19:42:18.377 : ERROR / Tizen::Base ( 2320 : 2320 ) : result Tizen::Base::String::SubString(int, Tizen::Base::String&) const (1113). > [E_OUT_OF_RANGE] The startIndex(11) MUST be greater than or equal to 0, and less than the length of this string(11).
05-17 19:42:18.377 : INFO / Beer_Industry ( 2320 : 2320 ) : int OspMain(int, char **) (24). > Application started.
05-17 19:42:18.387 : ERROR / Tizen::Ui ( 2320 : 2320 ) : Tizen::Ui::_KeyEventManagerImpl::_KeyEventManagerImpl() (146). > [E_SYSTEM] pKeyMgr == null
05-17 19:42:18.397 : ERROR / Tizen::Base ( 2320 : 2320 ) : result Tizen::Base::String::SubString(int, Tizen::Base::String&) const (1113). > [E_OUT_OF_RANGE] The startIndex(11) MUST be greater than or equal to 0, and less than the length of this string(11).
Can onyone help me ?