...
| Log | Meaning |
|---|---|
Could not initalise the shared memory | Shared memory initialisation failed |
Failed to create the media player, reason: <reason> | Failed to create media pipeline. Probably RialtoServer ↔ RialtoClient connection can't be established |
Failed to create the media keys, reason: <reason> | Failed to create media keys. Probably RialtoServer ↔ RialtoClient connection can't be established |
Failed to create the web audio player, reason: <reason> | Failed to create webaudio player. Probably RialtoServer ↔ RialtoClient connection can't be established |
Server and Client proto schema versions are not compatible. Server schema version: <server_version>, Client schema version: <client_version> | RialtoServer and RialtoClient versions are not compatible. Some operations may fail. |
The ipc channel unexpectedly disconnected, destroying the channel | RialtoServer ↔ RialtoClient connection broken. Server probably crashed. |
failed to get the shared memory due to <reason> | Shared memory initialisation failed. |
failed to <operation> due to <reason> | Operation failed. It doesn't always mean an errora big problem. For example getting position may fail, if it's requested below paused state |
...