http://bugs.winehq.org/show_bug.cgi?id=15369
Summary: WINEDEBUG=+relay results in unhanded exception Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: htl10@users.sourceforge.net
Created an attachment (id=16215) --> (http://bugs.winehq.org/attachment.cgi?id=16215) screenshot of pop-up under +relay
I have a .NET application (running with native .NET 2) which dies without a error message if runs on its own under wine (either from wine or from the application itself); when running under WINEDEBUG=+relay, I get a pop-up message about unhanded exception. This is an (small) upgrade to an application I had run successfully on wine, so it looks like the vendor might have changed something in the new release; nonetheless, I like to be able to run the new version, so I am hoping to get some help.
Sorry, it is a proprietary application, but I am willing to try to anything.
Obviously, when WINEDEBUG=+relay results in a pop-up unhanded exception, it is not very useful; and there is no error message when it aborts under plain wine...
http://bugs.winehq.org/show_bug.cgi?id=15369
--- Comment #1 from Hin-Tak Leung htl10@users.sourceforge.net 2008-09-22 09:35:32 --- I just tried it with win32 mono 1.9.1 - and the new version of the application works okay under mono. So, some interaction between native .NET2 and the new version of the app doesn't work well with wine git.
(some might ask why am I running it with native .NET2 if win32 mono also works? The thing is, the app seems to work *better* with .NET2 than with win32 mono - it is useful to have both: mono seems to do better with gdiplus or the graphic layer, but it seems to have stability problem - so I switch between .NET2 and mono depends on whether I want it pretty or if I want it to run for longer period of time without crashing; win32 mono 1.9.1 seems to have occasional problem with garbage collection under wine - and I am hoping the upcoming mono 2.0 would be better).
http://bugs.winehq.org/show_bug.cgi?id=15369
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net 2008-12-11 10:33:19 --- Hello,
well if the app is proprietary and there is no public download available you're basically out of luck. .NET sits on top of Wine's win32 API implementation so it could be anything ... there are many holes.
There is no general recipe/howto when it comes to tracking down .NET bugs. Providing +relay logs helps in some cases but in many other cases it's not really useful due to JIT'd code. Either wait until it gets resolved one day by chance or provide some download location (through my email for instance). The app will be kept confidental of course.
Regards
http://bugs.winehq.org/show_bug.cgi?id=15369
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |1.1.5
http://bugs.winehq.org/show_bug.cgi?id=15369
--- Comment #3 from Austin English austinenglish@gmail.com 2009-06-30 11:38:01 --- Is this still an issue in current (1.1.24 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=15369
Hin-Tak Leung htl10@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #4 from Hin-Tak Leung htl10@users.sourceforge.net 2009-06-30 13:00:01 --- I would probably described the situation now as superceded - wine has made a lot of progress since, and the application itself had at least 3 upgrades since, and mono 2.4.2 just been released today. I made some input to better cross-compiling mono, and to modify some of its garbage collector's behavor. (the former was in mono trunk but not all of it was in time for inclusion to 2.4.2; i.e. later mono).
In any case, the 2nd-to-latest upgrade of the software (the latest just been released and I haven't upgrade yet) works great with a slightly modified win32 mono. It also no longer cause +relay to break with native .NET2, so I consider this bug report no longer serves any purpose.
http://bugs.winehq.org/show_bug.cgi?id=15369
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2009-07-07 10:54:34 --- Closing.