Open gardotd426 opened 3 years ago
Same problem. Old prefixes partially works, but new creates incorrectly
Now it just hangs during the build at "Generating default prefix."
I think this is caused by https://github.com/Frogging-Family/wine-tkg-git/issues/396
So, I just installed Wolfenstein Youngblood, and tried to run it for the first time using a proton-tkg-6.9 build I just made. It just stuck on "Preparing to launch Wolfenstein: Youngblood" and even running from the terminal gave no useful information. After 10 minutes I killed it and tried again, and then it instantly would crash with
wine: could not load kernel32.dll
.So I checked the default_pfx that got created, and both builds of proton-tkg 6.9's default_pfx folders were only 192MB, while my proton-tkg 6.8 builds are 700MB+. So it looks like something is preventing the pfx from being created correctly.
Funnily enough, if I create a new directory called
~/test
and runWINEPREFIX=~/test ~/.steam/root/compatibilitytools.d/proton_tkg_6.9.r6.gd4e91926/files/bin/wine ~/Downloads/Cinebench.exe
(or any other regular Windows EXE I use with Wine, it creates the prefix, and launches the .exe perfectly fine. So something seems to be going on with the Proton component.I'm happy to give you any logs of course, but running Steam from a terminal all I get is:
I'll add that using any of my proton-tkg 6.8 builds, the prefix gets created and the game runs fine with RTX and everything. But I can't even create the prefix with 6.8 and then move to 6.9. So it seems somehow 6.9 is completely broken.