Skip to content

multiple, Advanced Options #119

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

Closed
jarrard opened this issue Jan 28, 2021 · 7 comments · Fixed by #121
Closed

multiple, Advanced Options #119

jarrard opened this issue Jan 28, 2021 · 7 comments · Fixed by #121
Labels
bug:confirmed Something isn't working.

Comments

@jarrard
Copy link

jarrard commented Jan 28, 2021

Just wondering if the app allows you to put multiple advanced options for the pre-launch environment? I tried putting two things in separated by a space but it appeared to not take affect? one of those was wineoverrides which uses "", maybe that's an illegal character?

@jarrard
Copy link
Author

jarrard commented Jan 28, 2021

Noticed the last setting don't take affect unless you have a space after them. So I had RADV_DEBUG=llvm but it had to be RADV_DEBUG=llvm(space)

@jarrard
Copy link
Author

jarrard commented Jan 28, 2021

I was trying to do the following but it seemed only the last one took affect or something.

RADV_DEBUG=llvm PROTON_NO_ESYNC=1 WINEDLLOVERRIDES=winedbg.exe=d

@flavioislima
Copy link
Member

Noticed this 'space' issues yesterday when was playing as well. I'll fix on next release.
But about the options, I tried using 5 different options and all worked.
There is no issue using ' or " or even ,

@jarrard
Copy link
Author

jarrard commented Jan 29, 2021

ok, well I'll try using , in the future and hope for the best.

@jarrard
Copy link
Author

jarrard commented Jan 29, 2021

This might be related to #120 but I forgot to mention it. I found GTA5 for example would not run if I didn't have a SPACE after any advanced commands, such as RADV_DEBUG=llvm.. without a space at the end the game would refuse to run.

I believe this might be because the command is setup without correct syntax so perhaps its doing RADV_DEBUG=llvmgame.exe and adding a space corrects the command line.

You may have already fixed this, I do not know. But having some smart syntax translation can prevent some of this?¿

@flavioislima
Copy link
Member

This might be related to #120 but I forgot to mention it. I found GTA5 for example would not run if I didn't have a SPACE after any advanced commands, such as RADV_DEBUG=llvm.. without a space at the end the game would refuse to run.

I believe this might be because the command is setup without correct syntax so perhaps its doing RADV_DEBUG=llvmgame.exe and adding a space corrects the command line.

You may have already fixed this, I do not know. But having some smart syntax translation can prevent some of this?¿

It is already fixed on the main branch. Could be the case if you were using game mode since it is the first command after the options. But I'll release a new version this weekend with this bug fix among others.

@flavioislima flavioislima added the bug:confirmed Something isn't working. label Jan 29, 2021
@flavioislima flavioislima linked a pull request Jan 29, 2021 that will close this issue
@flavioislima
Copy link
Member

Fixed on latest release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:confirmed Something isn't working.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants