https://bugs.winehq.org/show_bug.cgi?id=53085
Bug ID: 53085 Summary: Free Video Converter complains about being unable to install .Net 2.0 Product: Wine Version: 7.9 Hardware: x86-64 URL: https://ssl-download.wondershare.com/video-converter-f ree_full1129.exe OS: Linux Status: NEW Keywords: download, Installer Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: imwellcushtymelike@gmail.com Distribution: Ubuntu
Created attachment 72506 --> https://bugs.winehq.org/attachment.cgi?id=72506 Error dialog
During installation of Wondershare's Free Video Converter it complains about being unable to install .Net 2.0.
Workaround is "winetricks dotnet20".
f2623b3a2763758810404cbb279cd4456f3cd2bb video-converter-free_setup_full1129.exe https://videoconverter.wondershare.com/free-video-converter.html
https://bugs.winehq.org/show_bug.cgi?id=53085
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- Created attachment 72507 --> https://bugs.winehq.org/attachment.cgi?id=72507 Wine 7.9 console output
https://bugs.winehq.org/show_bug.cgi?id=53085
--- Comment #2 from Austin English austinenglish@gmail.com --- Does removing wine-mono via 'wine uninstaller' change anything?
That said, arguably the real bug is that it doesn't see wine-mono as enough to satisfy it's dotnet20 check..
https://bugs.winehq.org/show_bug.cgi?id=53085
--- Comment #3 from Ken Sharp imwellcushtymelike@gmail.com --- (In reply to Austin English from comment #2)
Does removing wine-mono via 'wine uninstaller' change anything?
It does! No error.
That said, arguably the real bug is that it doesn't see wine-mono as enough to satisfy it's dotnet20 check..
Plus it seems to be a dotnet40 app (Bug 53088).
https://bugs.winehq.org/show_bug.cgi?id=53085
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com Component|-unknown |mscoree
--- Comment #4 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Ken Sharp from comment #0)
Created attachment 72506 [details] Error dialog
During installation of Wondershare's Free Video Converter it complains about being unable to install .Net 2.0.
It doesn`t say it is unable to install .net, just that it cannot execute that mentioned file.
Another simple way to get rid of this messagebox is to copy some stub program to that file with that name e.g.
cp -rf ~/.wine/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/ngen.exe ~/.wine/drive_c/windows/Microsoft.NET/Framework/v2.0.50727/InstallUtil.exe
Maybe Mono should provide simple stub program for it; Esme will know more about I guess, so marking as mscoree
https://bugs.winehq.org/show_bug.cgi?id=53085
--- Comment #5 from Esme Povirk madewokherd@gmail.com --- Documented here: https://docs.microsoft.com/en-us/dotnet/framework/tools/installutil-exe-inst...
Looks like Mono has a version of it: https://github.com/mono/mono/tree/main/mcs/tools/installutil
Maybe we can just install that.
https://bugs.winehq.org/show_bug.cgi?id=53085
--- Comment #6 from Esme Povirk madewokherd@gmail.com --- It actually exists already in wine-mono, so you could just try copying the exe.
https://bugs.winehq.org/show_bug.cgi?id=53085
--- Comment #7 from Esme Povirk madewokherd@gmail.com --- Made a pull request: https://github.com/madewokherd/wine-mono/pull/144
https://bugs.winehq.org/show_bug.cgi?id=53085
--- Comment #8 from Esme Povirk madewokherd@gmail.com --- Merged the PR.
https://bugs.winehq.org/show_bug.cgi?id=53085
--- Comment #9 from Esme Povirk madewokherd@gmail.com --- This should be fixed in Wine 7.20 which added Wine Mono 7.4.0.
https://bugs.winehq.org/show_bug.cgi?id=53085
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |4493b10d17ecff23f483ed48612 | |7a123e90b3cc2 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #10 from Ken Sharp imwellcushtymelike@gmail.com --- Fixed in wine-8.11-145-g884cff82148
https://bugs.winehq.org/show_bug.cgi?id=53085
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.12.