PawCorp / walltaker-desktop-client

Desktop client for Walltaker powered by golang
13 stars 10 forks source link

Win10 App exits if rich presence is enabled but discord is not open #16

Closed dx3-dx3 closed 2 years ago

dx3-dx3 commented 2 years ago

As simple as the title, if I set discordPresence to true in my walltaker.toml but Discord.exe is not running, the app exits. Error message "Timed out waiting for pipe '\.\pipe\discord-ipc-o' to come available". I assume this will also happen on mac/linux but havent tested

dx3-dx3 commented 2 years ago

similar error on linux, "dial unit /run/user/1000/discord-ipc-o: connection refused"

oddpawsx commented 2 years ago

Fixed in #15 , thanks. Mind to separate bug fixes and new features into separate PRs moving forward? Thanks!