Emulator Issues #13681
closedManually built a dev version but listed as too old for retroachievements?
0%
Description
On raspberry pi 5 with the raspberry pi os Lite I manually built e0c3874 but I get the dialog message boxes that the version is unsupported for retroachievements and please update dolphin. But this is currently only 1 commit behind
Files
Updated by OatmealDome 26 days ago
- Tracker changed from Issue to Emulator Issues
- Project changed from Infrastructure to Emulator
- Issue type set to Bug
- Regression set to No
- Relates to usability set to No
- Relates to performance set to No
- Easy set to No
- Relates to maintainability set to No
- Operating system Linux added
What does Help -> About say about the build (version, branch, git revision hash)?
Updated by Pi5555-74859 22 days ago
OatmealDome wrote in #note-1:
What does Help -> About say about the build (version, branch, git revision hash)?
Sorry had to gorilla type take a photo of my TV running dolphin.
Comit e0c3874
Revision e0c387416dafd35e1d5bb0c6dca962d4a7538286
Updated by Pi5555-74859 21 days ago
JosJuice wrote in #note-3:
For some reason, the build process didn't get all the necessary information from git. Did you download the Dolphin source code using a normal git clone?
I built it manually, well using this script to be precise
https://github.com/RetroPie/RetroPie-Setup/blob/master/scriptmodules/emulators/dolphin.sh
Updated by JosJuice 21 days ago
- Status changed from New to Invalid
sources_dolphin
in that script calls gitPullOrClone
with no parameters, and according to https://github.com/RetroPie/RetroPie-Setup/blob/e553deea183df734dabc3a6b2c4fe08a13cb8476/scriptmodules/helpers.sh#L440, gitPullOrClone
defaults to a shallow clone. A shallow clone would cause this problem.
As this is a problem with the script you're using, you'll have to report this issue to the maintainers of the script.