I have also encountered this issue on the experimental_10.0 branch, specifically with the experimental-10.0-20251023 tag.
Not sure what the situation was in March, but right now
https://github.com/ValveSoftware/Proton/tree/b5080e902c21d19e98eb9fd08d5670ed96acbe2c
wine seems to point to:
https://github.com/ValveSoftware/wine/tree/836060ee8b216b290e192f771d4f6e330e5e2420
Looking at 10.0-20251023 right now seems similar to me as well.
Testing b5080e902c2 locally also seems to do the right thing for me, so not sure if the problem is something local, or some kind of a temporary issue perhaps?
proton 7.0-6x1 2025-03proton 8.0-1cx1 2025-03
I am currently investigating a broken Cyrillic input issue on Proton. However, I can't properly continue my investigation due to a broken submodule (Wine) reference. I'm trying to compile a range of Proton commits individually to troubleshoot a specific commit.
For a quick check, see wine folder at this commit:
https://github.com/ValveSoftware/Proton/tree/b5080e902c21d19e98eb9fd08d5670ed96acbe2c
It returns 404:
https://github.com/ValveSoftware/wine/tree/c244422700694cb551c8927d49ea241043d1a353
It seems that the referenced Wine commit is either missing, deleted, or moved from Valve's Wine repository. Because of that, performing a standard recursive
git submodule update --init --recursivefails with:Could you please look into this?