You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I followed the guide about installing wine and winetricks (not mono) and I think everything went fine, but I got that error:
$ wine --version
wine-5.0
$ winetricks --version
20191224 - sha256sum: bd028907054679ece1f958c0df39b54ef3dcd6e2e6842c03874e7f530406350f
$ WINEPREFIX=~/.wine-octgn wine '/home/rodri/.wine-octgn/drive_c/users/rodri/Local Settings/Application Data/Programs/OCTGN/OCTGN.exe'
wine: Install Mono for Windows to run .NET applications.
I think this line did not install dotnet472 correctly, as it seems to try with several versions:
$ WINEPREFIX=~/.wine-octgn winetricks -q vcrun2010 dotnet472
Using winetricks 20191224 - sha256sum: bd028907054679ece1f958c0df39b54ef3dcd6e2e6842c03874e7f530406350f with wine-5.0 and WINEARCH=win32
Executing w_do_call vcrun2010
vcrun2010 already installed, skipping
Executing w_do_call dotnet472
Executing load_dotnet472
Current Wine does not have Wine bug 42170, so not applying workaround
Executing w_do_call remove_mono
Executing load_remove_mono
------------------------------------------------------
Mono does not appear to be installed.
------------------------------------------------------
Executing w_do_call dotnet462
Executing load_dotnet462
Executing w_do_call remove_mono
Executing load_remove_mono
------------------------------------------------------
Mono does not appear to be installed.
------------------------------------------------------
Executing w_do_call dotnet461
Executing load_dotnet461
Executing w_do_call remove_mono
Executing load_remove_mono
------------------------------------------------------
Mono does not appear to be installed.
------------------------------------------------------
Executing w_do_call dotnet46
Executing load_dotnet46
Executing w_do_call remove_mono
Executing load_remove_mono
------------------------------------------------------
Mono does not appear to be installed.
------------------------------------------------------
Executing w_do_call dotnet45
Executing load_dotnet45
All the time it says Mono is not installed, but the guide explictly says 'do not install mono'
Any clues about what am I doing wrong?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi there,
I followed the guide about installing wine and winetricks (not mono) and I think everything went fine, but I got that error:
I think this line did not install dotnet472 correctly, as it seems to try with several versions:
All the time it says Mono is not installed, but the guide explictly says 'do not install mono'
Any clues about what am I doing wrong?
Thanks a lot!
The text was updated successfully, but these errors were encountered: