Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: Discord RPC not showing correctly? #3929

Open
2 tasks done
JamJarIsDumb opened this issue Dec 10, 2024 · 1 comment
Open
2 tasks done

Bug Report: Discord RPC not showing correctly? #3929

JamJarIsDumb opened this issue Dec 10, 2024 · 1 comment
Labels
status: pending triage The bug or PR has not been reviewed yet. type: minor bug Involves a minor bug or issue.

Comments

@JamJarIsDumb
Copy link

Issue Checklist

  • I have properly named my issue
  • I have checked the Issues/Discussions pages to see if my issue has already been reported

Platform

Itch.io (Downloadable Build) - Windows

Browser

None

Version

0.5.1

Description (include any images, videos, errors, or crash logs)

I noticed others playing the game had their status show the album art and icons for the current song they were playing, however when I play the game it just shows this. I couldn't find anyone else with this issue. I'm using the official V slice build from github and I do not have any mods installed. I also saw that in the source code there is a folder called discord so I assume this is supposed to be fully implemented?

image

Steps to Reproduce

  1. Open the game
  2. Check discord status

I tried removing the game from my registered games and then re-adding it but it did not seem to do anything, might be worth trying though to see if that somehow breaks it

@JamJarIsDumb JamJarIsDumb added status: pending triage The bug or PR has not been reviewed yet. type: minor bug Involves a minor bug or issue. labels Dec 10, 2024
@NotHyper-474
Copy link
Contributor

NotHyper-474 commented Dec 10, 2024

Those builds from GitHub release are kinda outdated. Try 0.5.3 from itch.io.

But the reason it's not working is because they have the GITHUB_BUILD define which enables the FEATURE_DEBUG_FUNCTIONS define which finally disables Discord RPC.

FEATURE_DISCORD_RPC.apply(this, isDesktop() && !FEATURE_DEBUG_FUNCTIONS.isEnabled(this));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: pending triage The bug or PR has not been reviewed yet. type: minor bug Involves a minor bug or issue.
Projects
None yet
Development

No branches or pull requests

2 participants