Running Neutone FX under Linux/Wine (works!) #85
ballerburg9005
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Steps to install Neutone in Wine:
To fix the rendering issues in FL Studio, I had to check "Make Bridged" and "External Window" in "Processing" Tab in the Plugin Settings (when you press the cog wheel and then the cog + the power plug thing that pops up below). Otherwise it was really glitchy and I had to close and open the window 3-4 times for it to work. It will still produce an "access violation" error when you do this, but this will not actually crash Neutone, just produce this annoying error... when downloading new models it will also freeze when it is finished, and you have to restart it so you can use the new model. Other than that, it works really well.
Links to download CAB file:
https://github.com/westinyang/WebView2RuntimeArchive/
https://github.com/westinyang/WebView2RuntimeArchive/releases/download/89.0.774.77/Microsoft.WebView2.FixedVersionRuntime.89.0.774.77.x64.cab . Mirror: https://mega.nz/file/QLpFwbKQ#fi7X-KSau4xh_UpNrnQD1p9M60sQkso4z8kVrCfpTgQ
(Note: The video glitches are gone now with fix mentioned above.)
2024-12-01_18-07-47.out2.mp4
This command kills crashed wine programs, might be handy:
WINEKILL=; WPIDS=""; for n in $(ps aux | grep "\(\.*\.e[x]e\|"[^[:space:]]*wi[n]e[^[:space:]]*$"\)" | (cat && echo "$(ps aux | grep "\.exe" | grep defunct)") | (cat && echo "$(ps aux | grep "\.exe$")") | grep -os "^[^[:space:]]*[[:space:]]*[0-9]*" | grep -os "[0-9]*$" | tr '\n' ' '); do WPIDS="$n $WPIDS"; done; kill `echo "$WPIDS" | tr ' ' '\n'`; { sleep 3; kill -9 `echo "$WPIDS" | tr ' ' '\n'`; };
Winehq
Beta Was this translation helpful? Give feedback.
All reactions