sudachi-emu / sudachi

Sudachi is a Nintendo Switch emulator for Android, Linux, macOS and Windows, written in C++
GNU General Public License v3.0
1.76k stars 99 forks source link

Cubeb commit[7d6c2f] not found #35

Closed ImpXada closed 1 month ago

ImpXada commented 2 months ago

When I tried to automatically build the Android version of Sudachi, I encountered this error message: "fatal: remote error: upload-pack: not our ref 7d6c2fdb7981d0dfe8b68748ed1b1c8b1c67aa9e fatal: Fetched in submodule path 'externals/cubeb', but it did not contain 7d6c2fdb7981d0dfe8b68748ed1b1c8b1c67aa9e. Direct fetching of that commit failed." When I attempted to switch to this branch of cubeb locally, I faced the same issue. Should I consider upgrading cubeb's dependencies?

jason5545 commented 1 month ago

The latest commit should fix it.

ImpXada commented 1 month ago

It workds! Thanks a lot.