adlnet-archive / scorm4unity

The Unity-SCORM Integration Toolkit is a demonstration of how content developers can use a game engine to create SCORM-Conformant content.
34 stars 17 forks source link

Crashes with Oracle iLearning LMS #3

Closed rchadwic closed 12 years ago

rchadwic commented 12 years ago

I appear to get random crashes when running iLearning. Some data is read, then it dies on a certain 'Get' request.

From ADL HelpDesk Ticket 20049

rchadwic commented 12 years ago

The SCORM API in iLearning is returning a null object for "cmi.total_time" when the error condition is "not initialized". This is an error, and causes the JS to crash on result.ToString(). Changed to result +"" in version 1.1 to work around.