hayleaf
hayleaf wrote: 5t1h1z
I am on Wineskin 2.6.2 and engine WS9Wine2.22. I ran the command and it's telling me to place this file (gacutil-net40.tar.bz2) in the /.cache/dotnet40. The thing is, I am having much trouble finding said folder.
That is a special winetricks folder. It's hidden so you'll need to open it with Terminal:
- Open Terminal
- Type cd ~/.cache/winetricks/dotnet40 and press enter
- Type open . (with the period) and press enter
The folder should show up and you should be able to drag the file in
hayleaf
hayleaf wrote: 5t1h1z
Update: found the file and placed the ed file into it, but it's still saying it in the notes after I ran it
In that case then:
- Open Terminal
- Type cd ~
- Type mkdir .cache
- Type cd .cache
- Type mkdir dotnet40
- Type cd dotnet40
- Type open .
And drag the file inside there and see if it works now. Failing that, it could be that it actually wants you to put it in the system cache root (which is really unlikely but /shrug)
Instead of typing cd ~ for step two, type cd / and follow the rest of the steps.
If all else fails, try installing dotnet45 inside winetricks instead of dotnet40.