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

BcatService command ID: 10101 (RequestSyncDeliveryCacheWithDirectoryName) is not implemented #6769

Open
Nitorac opened this issue May 2, 2024 · 1 comment · May be fixed by #6780
Open
Labels
not-implemented Something isn't implemented service:bcat Related to the bcat module (Ryujinx.HLE.HOS.Services.Bcat)

Comments

@Nitorac
Copy link

Nitorac commented May 2, 2024

Service call

System.NotImplementedException: BcatService command ID: 10101 is not implemented

Service description

From https://switchbrew.org/wiki/BCAT_services#IBcatService:

10101 | [5.0.0+] RequestSyncDeliveryCacheWithDirectoryName

Required by

Ryujinx/Ryujinx-Games-List#4953

@Nitorac Nitorac added the not-implemented Something isn't implemented label May 2, 2024
@Nitorac Nitorac changed the title BcatService command ID: 10101 is not implemented BcatService command ID: 10101 (RequestSyncDeliveryCacheWithDirectoryName) is not implemented May 2, 2024
@Yohoki
Copy link
Contributor

Yohoki commented May 6, 2024

I've made a pull request to address this. Returning InternetRequestDenied stops the crash on loading the main menu, and prompts an error message when trying to play an online mode.

Feel free to build this one and give it a try to see if it fixes your issue.
https://github.com/Yohoki/Ryujinx/tree/Add-CmifCommand(10101)

@AcK77 AcK77 added the service:bcat Related to the bcat module (Ryujinx.HLE.HOS.Services.Bcat) label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-implemented Something isn't implemented service:bcat Related to the bcat module (Ryujinx.HLE.HOS.Services.Bcat)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants