Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple arguments. #2

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

rezzafr33
Copy link
Contributor

@rezzafr33 rezzafr33 commented Jan 24, 2024

When I run this:

WINEPREFIX=~/prefix GAMEID=kocxyz "$HOME/Games/ULWGL-launcher/gamelauncher.sh" "$HOME/.steam/steam/compatibilitytools.d/GE-Proton8-27" start.exe /unix $HOME/Games/KOCity/highRes/KnockoutCity/KnockoutCity.exe --lang=en

only /unix get passed to the final script.

@GloriousEggroll GloriousEggroll merged commit 2815802 into Open-Wine-Components:main Jan 24, 2024
R1kaB3rN added a commit that referenced this pull request Jun 14, 2024
- Currently, winetricks verbs are being applied to the wine prefix by executing the winetricks script as an executable for Proton. For some reason, this results in system calls failing for container binaries such as grep and sed, which are required by winetricks for parsing. Here's an example of grep's coredump:

Stack trace of thread 52329:
#0  0x000070003275383b n/a (/lib/ld-linux-x86-64.so.2 + 0x2183b)
#1  0x000070003274e0f8 n/a (/lib/ld-linux-x86-64.so.2 + 0x1c0f8)
#2  0x000070003274f9be n/a (/lib/ld-linux-x86-64.so.2 + 0x1d9be)
#3  0x000070003274e748 n/a (/lib/ld-linux-x86-64.so.2 + 0x1c748)
ELF object binary architecture: AMD x86-64

While this doesn't appear to impact the application of winetricks verbs to the prefix nor has there been reports of this problem yet, as a precaution, we should set these environment variables from the proton script and replicate protonfixes' execution. As a result, theere should be no more coredumps except from wine64-preloader, which should be normal, and the launcher will only guard against valid winetricks verbs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants