DJDavid98 / bsrpc

Discord Rich Presence support for Beat Saber, now with 100% more configurability!
MIT License
14 stars 3 forks source link

Plugin doesn't work in 1.29.1 #7

Closed RADt29 closed 10 months ago

RADt29 commented 1 year ago

while having the plugin installed on 1.29.1 discord still displays the default rich presence image

at first i taught it was other plugins that maybe prevented this from working but even from a fresh reinstall it still doesnt work image

is the plugin outdated or am i missing something?

AwkwardAiden commented 1 year ago

My friend is also having this issue. However, while we have both installed the mod and all of its prerequisites today, mine is working but his is not. All I can assume is that there is some other mod that is preventing this mod from being detected - check DiscordCore in your mod settings in game and see if the Rich Presence mod is being detected in the priorities. With me and my friend, mine is being detected, but my friend's isn't being detected at all. I have no clue what could be causing this, but it might make it easier to narrow down.

Mystrik commented 1 year ago

I'm having the same issue, using all the marked dependencies at the specific versions, nothing is showing up ingame or in my status.

DJDavid98 commented 1 year ago

Please check your game logs, I am actually unable to help you without it, as it definitely works for me. In the Logs folder of the game there is supposed to be a _latest.log that you can open with any text editor, and searching for bsrpc in that file should give you an idea what is going on. If you cannot figure it out on your own, then post the whole log as-is in your comment.

Generally my suggestion is to ask in the Beat Saber Modding Group Discord server, there are a lot of folks there who regularly post about the mod not working and people there are able to help out, but they also request that you post the logs.

Mystrik commented 1 year ago

Hi, the only two lines that mention bsrpc say this in order:

[DEBUG @ 11:47:56 | IPA/Loader] Adding info for bsrpc.dll [WARNING @ 11:48:07 | IPA/Loader] Dependency 'DataPuller' for 'bsrpc' previously ignored; ignoring 'bsrpc'

I'm thinking maybe datapuller is missing a libs file that I never downloaded because I got it for the first time off of this page? I'm leaving to go to work right now so I'll test that in a bit. (log included why not) _latest.log

Mystrik commented 1 year ago

Ok I got it working after I opened modassistant and just installed DataPuller, which also gave me the requirements for it. The one I was missing was WebSocketSharp

DataPuller Dependencies: BSIPA ^4.2.2 BeatSaverSharp ^3.4.2 WebsocketSharp ^1.0.4 SongCore ^3.9.5 SongDetailsCache ^1.2.1 SiraUtil ^3.0.5

DJDavid98 commented 10 months ago

Since the mod is confirmed working on this game version I am closing this issue.