Mantas-2155X / illusion-wine-guide

GNU General Public License v3.0
51 stars 11 forks source link

Setting up dotnet35 error 67 during install #11

Closed crlink271986 closed 1 year ago

crlink271986 commented 2 years ago

so following your guide "setup your wineprefix" part i get this error running winetricks -q dotnet35 install errror 67 everything else installs fine dxvk ole32 even dotnet472

crlink271986 commented 2 years ago

forgot to mention version is staging-7.17 on arch linux winetricks was updated via the wikipost on winehq not what was on pacman

crlink271986 commented 2 years ago

may have found the solution you net to install both dotnet2.0 and sp1 (x64) before trying to install dotnet35

crlink271986 commented 1 year ago

may have fixed it (wine error) it was reported on bugzilla a while back in 4.x got fixed in 5.x and appeared again in latest

solution under winecfg go to libraries dll overrides add the new entry "ngen.exe" (wouthout quotes) and change the entry from wine (builtin) to Windows (native) then try to reinstall winetricks -q dotnet35sp1(am gonna test now and will close this issue if resolved

Mantas-2155X commented 1 year ago

While I have not encountered this issue myself, it should be useful for those who do. I have added a link to this issue in the setup-wineprefix part. Thank you