ciderapp / Cider

A new cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind. 🚀
https://cider.sh
GNU Affero General Public License v3.0
7.15k stars 344 forks source link

[Bug]: Cider failed to start after latest update #481

Closed ahloiscreamo closed 2 years ago

ahloiscreamo commented 2 years ago

Describe the Bug

I update to the latest version on arch repo (1.1.0) and i launch it but nothing happened.

❯ cider 
[AppEvents] App started
[Plugin][Discord Rich Presence] Loading Complete.
[Plugin][MPRIS Service] Loading Complete.
[PluginHandler] Loaded plugins: [ 'discordrpc.js', 'lastfm.js', 'mpris.js' ]
[25997:0219/163348.235556:ERROR:bus.cc(393)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[25997:0219/163348.235742:ERROR:bus.cc(393)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[AppEvents] App ready
[Cider] Application is Ready. Creating Window.
[25997:0219/163348.349708:ERROR:bus.cc(393)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
WebSocketServer started on port: 26369
Cider client port: 9000
[26799:0219/163348.456531:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
(node:25997) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `cider --trace-deprecation ...` to show where the warning was created)
Cider remote port: 6942
---- Ignore Me ;) ---

---- Ignore Me ;) ---
remote broadcasted
[Plugin][Discord Rich Presence] Ready.
[Plugin][MPRIS Service] Ready.

(cider:25997): libappindicator-WARNING **: 16:33:52.130: Unable to get the session bus: Unknown or unsupported transport “disabled” for address “disabled:”

(cider:25997): LIBDBUSMENU-GLIB-WARNING **: 16:33:52.130: Unable to get session bus: Unknown or unsupported transport “disabled” for address “disabled:”
[DiscordRichPresence][connect] Error: Could not connect
[DiscordRichPresence][clearActivity] TypeError: Cannot read properties of null (reading 'write')
[DiscordRichPresence][clearActivity] TypeError: Cannot read properties of null (reading 'write')

(cider:25997): libnotify-WARNING **: 16:33:57.390: Failed to connect to proxy

(cider:25997): libnotify-WARNING **: 16:33:57.392: Failed to connect to proxy

(cider:25997): libnotify-WARNING **: 16:33:57.392: Failed to connect to proxy
[25997:0219/163357.392931:ERROR:libnotify_notification.cc(50)] notify_notification_show: domain=379 code=13 message="Unknown or unsupported transport “disabled” for address “disabled:”"
[DiscordRichPresence][clearActivity] TypeError: Cannot read properties of null (reading 'write')

Steps to Reproduce

  1. update to the latest version from arch repo, launch = nothing happen.

Environment Information

Anything else?

No response

Code of Conduct

ahloiscreamo commented 2 years ago

i uninstalled cider and try to build via arch repo, but the build failed. I will close this issue and open a new one.