http://bugs.winehq.org/show_bug.cgi?id=22168
Summary: autowikibrowser does not start with mono from z: Product: Wine Version: 1.1.41 Platform: x86 URL: http://sourceforge.net/projects/autowikibrowser/ OS/Version: Linux Status: NEW Keywords: dotnet, download Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: madewokherd@gmail.com
Created an attachment (id=27050) --> (http://bugs.winehq.org/attachment.cgi?id=27050) exception
After installing gdiplus (to work around bug 21798) and mono26 and extracting AutoWikiBrowser5010.zip to a directory outside of c:, autowikibrowser fails with an exception (attached) on startup.
A +module log shows that it is trying to load libgtk-x11-2.0.so.0.dll, which doesn't exist.
I think we have at least two problems here: * Mingw is finding my Linux gtk libraries and trying to use them. * Mono on Windows normally does not use gtk at all, but it does in z: in wine.
Apparently, mono has decided I'm running GNOME because I have environment variables GNOME_DESKTOP_SESSION_ID and DESKTOP_SESSION defined.
Unsetting these variables or moving the program into C: gets it to a later exception, after the splash screen has started.
Maybe these should be "special" variables?
http://bugs.winehq.org/show_bug.cgi?id=22168
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=22168
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2010-03-26 11:34:10 --- (In reply to comment #0)
Apparently, mono has decided I'm running GNOME because I have environment variables GNOME_DESKTOP_SESSION_ID and DESKTOP_SESSION defined.
Unsetting these variables or moving the program into C: gets it to a later exception, after the splash screen has started.
Maybe these should be "special" variables?
I'm inclined to say, no. We can't hardcode a blacklist for every possible environment variable. I suspect this bug is invalid.
There have been other bugs with regard to the importing of environment variables--see e.g. bug 1490.
http://bugs.winehq.org/show_bug.cgi?id=22168
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2010-03-26 12:00:03 --- Sounds like a bug in Mono, better to report it there.
http://bugs.winehq.org/show_bug.cgi?id=22168
--- Comment #3 from Austin English austinenglish@gmail.com 2010-03-26 12:02:36 --- Have you tried it on windows, from a drive that isn't C:, or when setting those variables?
http://bugs.winehq.org/show_bug.cgi?id=22168
--- Comment #4 from Vincent Povirk madewokherd@gmail.com 2010-03-26 13:05:20 --- No. My theory is that mingw is finding libgtk-x11-2.0.so.0 on my Linux root, which wouldn't exist on a normal Windows system.
http://bugs.winehq.org/show_bug.cgi?id=22168
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mscoree
--- Comment #5 from Austin English austinenglish@gmail.com 2010-07-29 18:06:16 --- Still in wine-1.2-562-ga6203f8 and mono26/gdiplus from winetricks. Works with dotnet20/gdiplus, so marking as a mscoree (mono) bug.
http://bugs.winehq.org/show_bug.cgi?id=22168
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|dotnet | CC| |focht@gmx.net
--- Comment #6 from Anastasius Focht focht@gmx.net 2010-08-01 10:17:46 --- Hello,
--- quote --- Still in wine-1.2-562-ga6203f8 and mono26/gdiplus from winetricks. Works with dotnet20/gdiplus, so marking as a mscoree (mono) bug. --- quote ---
removing 'dotnet' keyword as this is Mono bug being triaged here.
Regards
http://bugs.winehq.org/show_bug.cgi?id=22168
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #7 from Austin English austinenglish@gmail.com 2010-09-23 01:21:47 CDT --- *** Bug 24503 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22168
--- Comment #8 from Vincent Povirk madewokherd@gmail.com 2011-03-29 14:04:21 CDT --- Fine, patch sent to Mono: http://lists.ximian.com/pipermail/mono-devel-list/2011-March/037290.html
http://bugs.winehq.org/show_bug.cgi?id=22168
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #9 from Jerome Leclanche adys.wh@gmail.com 2011-04-01 09:37:50 CDT --- (In reply to comment #8)
Fine, patch sent to Mono: http://lists.ximian.com/pipermail/mono-devel-list/2011-March/037290.html
Committed as mono:32d9156e944a40134925112fe0a365345f0e3b17. Invalid then?
http://bugs.winehq.org/show_bug.cgi?id=22168
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #10 from Vincent Povirk madewokherd@gmail.com 2011-04-01 09:38:37 CDT --- Yep.
http://bugs.winehq.org/show_bug.cgi?id=22168
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Dmitry Timoshkov dmitry@codeweavers.com 2011-04-01 10:49:07 CDT --- Closing invalid.