Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian stretch: 'wine: Install Mono for Windows to run .NET applications.' #1927

Open
rodrigoSantamaria opened this issue Apr 4, 2020 · 0 comments
Labels

Comments

@rodrigoSantamaria
Copy link

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!

@iGemini iGemini added the Wine label Apr 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants