Closed IlgazC closed 3 years ago
You can try running the command with --no-bwrap
and -v
flags to check if bwrap containerization is at fault. Make sure they're placed before the app ID and the --gui
flag; for example, if you ran the command protontricks 12340 --gui
, run protontricks -v --no-bwrap 12340 --gui
instead.
If the problem still occurs, the issue is probably related to Proton instead of Protontricks.
Thanks for caring. It seems like a proton bug. I had the same error with --no-bwrap option. Pasting Terminal output. There also seems to be a mysterious lag between gui prompts.
warning: Note: command /home/ilgaz/.cache/protontricks/proton/Proton Experimental/bin/wine ninewinecfg -e returned status 139. Aborting.
Looks like the issue is not related to Protontricks; I'll close the issue for now.
The lag between GUI prompts might be related to startup time each time wine
is called. It can be especially noticeable when bwrap is in use, as the container has to be initialized every time Winetricks performs a wine
command. There has been some effort to optimize this in the Steam Runtime side of things, but it's unlikely to be as fast as using Winetricks with system Wine.
Getting this issue still on both winetricks and protontricks, I submitted a bug report to wine https://bugs.winehq.org/show_bug.cgi?id=51508
They are claiming that this isn't a wine issue, can someone tell me where to report this. I can only find the galliumnine standalone git and I would assume thats not the same as the packages that are installed in protontricks or am I wrong? Who's responsibility is this bug, if its wine could someone from here comment on the bug report I added to wine.
Looks like the issue is not related to Protontricks; I'll close the issue for now.
The lag between GUI prompts might be related to startup time each time
wine
is called. It can be especially noticeable when bwrap is in use, as the container has to be initialized every time Winetricks performs awine
command. There has been some effort to optimize this in the Steam Runtime side of things, but it's unlikely to be as fast as using Winetricks with system Wine.
Not sure if this is a protontricks bug or wine (steam) bug. Happens on Sims 4 (steam) which benefits greatly from this module on intel gpu.
openSUSE Tumbleweed here with all gallium things installed (including 32bit)
Executing load_galliumnine Executing mkdir -p /home/ilgaz/.cache/winetricks/galliumnine Executing cd /home/ilgaz/.cache/winetricks/galliumnine Downloading https://github.com/iXit/wine-nine-standalone/releases/download/v0.8/gallium-nine-standalone-v0.8.tar.gz to /home/ilgaz/.cache/winetricks/galliumnine Executing cd /home/ilgaz Executing rm -rf /home/ilgaz/.steam/steam/steamapps/compatdata/1222670/pfx/dosdevices/c:/windows/temp/galliumnine Executing mkdir -p /home/ilgaz/.steam/steam/steamapps/compatdata/1222670/pfx/dosdevices/c:/windows/temp/galliumnine Executing tar -C /home/ilgaz/.steam/steam/steamapps/compatdata/1222670/pfx/dosdevices/c:/windows/temp/galliumnine --strip-components=1 -zxf /home/ilgaz/.cache/winetricks/galliumnine/gallium-nine-standalone-v0.8.tar.gz Executing mv /home/ilgaz/.steam/steam/steamapps/compatdata/1222670/pfx/dosdevices/c:/windows/temp/galliumnine/lib32/d3d9-nine.dll.so /home/ilgaz/.steam/steam/steamapps/compatdata/1222670/pfx/dosdevices/c:/windows/syswow64/d3d9-nine.dll Executing mv /home/ilgaz/.steam/steam/steamapps/compatdata/1222670/pfx/dosdevices/c:/windows/temp/galliumnine/bin32/ninewinecfg.exe.so /home/ilgaz/.steam/steam/steamapps/compatdata/1222670/pfx/dosdevices/c:/windows/syswow64/ninewinecfg.exe Executing mv /home/ilgaz/.steam/steam/steamapps/compatdata/1222670/pfx/dosdevices/c:/windows/temp/galliumnine/lib64/d3d9-nine.dll.so /home/ilgaz/.steam/steam/steamapps/compatdata/1222670/pfx/dosdevices/c:/windows/system32/d3d9-nine.dll Executing mv /home/ilgaz/.steam/steam/steamapps/compatdata/1222670/pfx/dosdevices/c:/windows/temp/galliumnine/bin64/ninewinecfg.exe.so /home/ilgaz/.steam/steam/steamapps/compatdata/1222670/pfx/dosdevices/c:/windows/system32/ninewinecfg.exe Executing rm -rf /home/ilgaz/.steam/steam/steamapps/compatdata/1222670/pfx/dosdevices/c:/windows/temp/galliumnine Executing /home/ilgaz/.cache/protontricks/proton/Proton Experimental/bin/wine ninewinecfg -e wineserver: using server-side synchronization. wine: RLIMIT_NICE is <= 20, unable to use setpriority safely /home/ilgaz/.cache/protontricks/proton/Proton Experimental/bin/wine: line 70: 4993 Segmentation fault (core dumped) "$PROTON_DIST_PATH"/bin/wine "$@"
warning: Note: command /home/ilgaz/.cache/protontricks/proton/Proton Experimental/bin/wine ninewinecfg -e returned status 139. Aborting.