CRFCN0626E
Playback cannot continue.
Explanation
An object map cannot be found. The loadFromStream(java.io.InputStream input) method was called on an ObjectMap class, but the input stream input is a null value. An object map is required for this operation, so the input stream cannot be null.
User response
Provide a value for the input stream when you call the loadFromStream(java.io.InputStream input) method on an ObjectMap class, and try the palyback again.