Error Message:

Attempt to release mutex not owned by caller.

Explanation:

You must be the current owner of a mutex semaphore in order to release it.

User Action:

Request ownership of the mutex semaphore; then retry the command. You may have to contact the supplier of the running application.