https://bugs.winehq.org/show_bug.cgi?id=56667
--- Comment #8 from 43615 xxx43615xxx@gmail.com --- Proton works! Apparently it chokes when presented with all the cores of my i9-13900KS, which is probably the default behavior:
WINE_CPU_TOPOLOGY=32:0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31
And if I only give it the normal "P-cores" (8C16T), it runs fine:
WINE_CPU_TOPOLOGY=16:0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
Unfortunately, the Steam version is nearly useless for me since I can't use my existing Wargaming account with it. To run a full "integration test", I'd like to replace the usual Wine package with one that includes the Proton patches, which is available in the AUR as "wine-ge-custom". Unfortunately, that package is currently failing to build, which I've already reported.
Even without testing, I'm 90% sure that it'll work. Now, where do we take this bug report? The issue is resolved by using a downstream project, but still persists in vanilla Wine. Maybe it has something to do with inhomogenous core arrangements?