Playback cannot continue.
The objectmap object map cannot
be stored in the outputstream output stream. The objectmap variable
or the outputstream might be null in the static
storeToStream(ObjectMap objectmap, OutputStream outputstream)
method that is called from an ObjectMap class. These variables cannot
be null. The outputstream might not have been closed
before calling this method. The output stream must be closed before
calling this method.
Provide values for the variables and make sure that
the outputstream is closed before calling this
method. Try playing back the script again.