http://bugs.winehq.org/show_bug.cgi?id=34604
Bug #: 34604 Summary: Cannot get Wine-Mono to work under 1.5.5 on a Debian-based system Product: Wine Version: 1.5.5 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: andi3@gmx.net Classification: Unclassified
Although my system is strongly debian-based, I currently cannot use the versions provided on Sid, Wheezy & friends: one of them is too old (1.4.x) and one of them requires libc 2.17 which would mean a _full_ system upgrade. So no.
Since there is nothing in the 1.5.5|6 range on the Debian package world, I have to resort to wine-mono0.0.8_0.0.8-0ubuntu1~ppa1_all.deb.
It works, except for wine-mono.
Tried to copy wine-mono-0.0.8.msi to /usr/share/wine/mono exactly as described in the wiki. But with the .NET 2.0 application I'm trying I always get this:
wine: Install Mono for Windows to run .NET 2.0 applications.
Is 1.5.5 not yet able to recognize the .msi in /usr/share/wine/mono ? Unfortunately there is no way to trace what wine is trying to do except for the fairly cryptic winedbg.
http://bugs.winehq.org/show_bug.cgi?id=34604
--- Comment #1 from Andreas E andi3@gmx.net 2013-09-26 21:14:03 CDT --- LOL, there was the wrong package name in the clipboard after the "resort to" bit:
should read
wine1.5_1.5.5-0ubuntu1~ppa1~oneiric1+pulse17_i386.deb
http://bugs.winehq.org/show_bug.cgi?id=34604
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Vincent Povirk madewokherd@gmail.com 2013-09-26 21:54:25 CDT --- The automatic install wasn't added until 1.5.6, and that looks for version 0.0.4.
You can just install the .msi with msiexec. The interface doesn't change like gecko's, so 0.0.8 should work fine on that version.
http://bugs.winehq.org/show_bug.cgi?id=34604
--- Comment #3 from Andreas E andi3@gmx.net 2013-09-27 02:59:11 CDT --- It *should* as you say, but instead I get this:
andy@mybox:~$ msiexec /i wine-mono-0.0.8.msi fixme:storage:create_storagefile Storage share mode not implemented.
So I'm none the wiser.
http://bugs.winehq.org/show_bug.cgi?id=34604
--- Comment #4 from Rosanne DiMesio dimesio@earthlink.net 2013-09-27 07:36:33 CDT --- That's normal console output. Nothing is wrong.
Bugzilla is not for user support. Please ask for help on the forum if you have further problems understanding how to use Wine.
http://bugs.winehq.org/show_bug.cgi?id=34604
--- Comment #5 from Andreas E andi3@gmx.net 2013-09-27 11:02:23 CDT --- Normal console output? You're kidding me?
In case you didn't get it, this "Storage share mode not implemented" message is the LAST I get from that line, i. e. msiexec will not install the *.msi. So I assumed that I might need that certain "storage share mode" to use MSIs (or certain ones).
http://bugs.winehq.org/show_bug.cgi?id=34604
--- Comment #6 from Austin English austinenglish@gmail.com 2013-09-27 12:49:45 CDT --- (In reply to comment #5)
Normal console output? You're kidding me?
In case you didn't get it, this "Storage share mode not implemented" message is the LAST I get from that line, i. e. msiexec will not install the *.msi. So I assumed that I might need that certain "storage share mode" to use MSIs (or certain ones).
Can you please try in a clean WINEPREFIX, if you haven't already? What does: $ mv $HOME/.wine $HOME/.wine.bak $ msiexec /i wine-mono-0.0.8.msi $ ls $HOME/.wine/drive_c/windows/mono
show? If that fails, please attach a WINEDEBUG=+msi trace.
http://bugs.winehq.org/show_bug.cgi?id=34604
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Austin English austinenglish@gmail.com 2013-10-22 04:43:12 CDT --- Closing.