-
Notifications
You must be signed in to change notification settings - Fork 46
Add Faudio verb #804
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
Add Faudio verb #804
Conversation
Merge Phoenicis/Scripts:master into ImperatorS79/Scripts:master
updated Hearthstone (download application directly) (PhoenicisOrg#383)
Merge master
Merge recent commits
Merge master
Merge master
Merge master
Merge master
Merge master
Merge master
Merge master
Merge master
Merge master
Engines/Wine/Verbs/FAudio/script.js
Outdated
Wine.prototype.faudio = function () { | ||
var setupFile = new Resource() | ||
.wizard(this.wizard()) | ||
.url("https://github.com/Kron4ek/FAudio-Builds/releases/download/19.01/faudio-19.01.tar.xz") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we trust this source?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want to compile FAudio and provided it yourself later on, you can. I just quickly picked up something from this winetricks issue Winetricks/winetricks#1162 to have a proof of concept and a way to test it for Space Engineers, then I ended up in the two problems I listed.
Please fix indentation some lines have tabs. |
Will do when the script actually works. |
#791 is now fixed have you tried if |
Ok, working now. |
Upon the archive extraction I get this error:
Maybe it's because you are extracting to the UPDATE: The change I've mentioned just reintroduced the hanging at extraction issue. |
You should rebuild latest git @Zemogiter . |
@ImperatorS79 did that the error remains |
@Zemogiter I have just tested it again and it works. |
Engines/Wine/Verbs/FAudio/script.js
Outdated
var faudioVersion = "19.01"; | ||
Wine.prototype.faudio = function (faudioVersion) { | ||
if(typeof faudioVersion !== 'string') | ||
var faudioVersion = "19.01"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this work? I'm a bit confused because of the var
. Doesn't it limit the scope of the variable?
FAudio will replace OpenAL in wine after 4.0, but I think it is good to have a verb for pre-4.0 and for @Zemogiter to test Space Engineer with it.
However, this needs #791 to be fixed, and I need to execute a .sh inside the prefix.