Closed ominitay closed 4 years ago
Yay! Those logs just mean winetricks failed for some reason, if winetricks didn't output anything more useful it'll be a pain to work out what's wrong.
I'll need more info on your setup
I am running a minimal install of Arch (kernel is 5.8.5-arch1-1). Wine version is 5.16-1. QBeat winePrefix is ~/.wine (a new directory, not in use by anything else. I only reinstalled Arch due to other reasons a few days ago, so it is definitely a new Wine install. Iirc, no installer UIs appeared at all.
Looks like this is being tracked at https://github.com/Winetricks/winetricks/issues/1596
Looks like it ran winetricks okay so you might have a valid setup. I'll admit the detection of whether .net is installed is quite rudimentary in QBeat.
I think if you run QBeat --patch it doesn't actually require the validate-wine script to pass, so might just go ahead and work regardless. If not if you open up the scripts and just set them to exit 0 after installing wine/when trying to validate it should continue and try to run IPA.exe anyway.
Another test would be if you can open ModAssistant using that copy of wine - If it'll open then IPA should also work correctly
Oh, I may have got it working, as I am getting an installer window now! I'll keep you posted.
About 770 mscorsvw.exe processes were created after the first installer, which filled up the entirety of my system's memory. This caused the system to crash, interrupting the setup. This made ./QBeat --patch
fail every time, despite the script assuming that the wine prefix was intact. The solution was to run pkill mscorsvw.exe
after each installer finishes running. This fixed the issue with a runaway number of processes crashing the system.
It may be worth adding to the readme to pkill mscorsvw.exe
after each installer, otherwise it can cause that catastrophic runaway which completely blocks an install. Also, it might be a good idea to amend the script to use the fixed version of winetricks for the time being, until the PR is merged.
Oookay. Thanks for working it out.
I won't actively change things right now but if there's a PR I'd probably merge it. Default run would still need to use current winetricks, I won't have time to monitor/revert the change later but adding a workaround env var or similar would be fine, already got a few of those in for ssl errors/similar.
Unless this affects every user that is. In short if ubuntu/mint users get this then I'll merge whatever is needed to make qbeat work.
It's an issue with the bash logic, so it will effect everyone installing dotnet stuff. I expect it to be fixed in winetricks pretty soon though, the issue was opened 9 days ago and the testing branch from a dev is from 3 days ago.
I've made a PR (#48) adding a variable to override the default script url. :smiley:
Thanks again to the both of you, please shout when there's more issues/etc.
Upon running
./QBeat --setup-wine
, the installation fails at installing .Net 4.6.1. Logs are tiny so I'll post it here: