Technocoder wrote: 1g266s
hayleafhayleaf wrote: 4i395f
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
hayleafhayleaf wrote: 4i395f
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.
So I am convinced it'll be updated on my end. I have done virtually anything. I'm just glad I got the game working again. I am a little sad, but thank you for your help. I appreciate it greatly.