http://bugs.winehq.org/show_bug.cgi?id=11119
Summary: XML Notepad 2007 won't start Product: Wine Version: 0.9.52. Platform: All URL: http://thesource.ofallevil.com/downloads/details.aspx?fa milyid=72D6AA49-787D-4118-BA5F- 4F30FE913628&displaylang=en OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jcollins@asgardsrealm.net
With the recent platinum status of the .NET Framework 2.0 I thought I'd test a few .NET applications to see how well they worked. XML Notepad 2007 (available at the provided link) installs fine but fails to start with the following output on the console.
$ env WINEPREFIX="/home/jcollins/.wine" wine "C:\Program Files\XML Notepad 2007\XmlNotepad.exe" fixme:process:IsWow64Process (0xffffffff 0x33f8dc) stub! fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported Segmentation fault
http://bugs.winehq.org/show_bug.cgi?id=11119
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=11119
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-01-10 12:12:55 --- This bug report as it is now is a duplicate of bug #10467. I've added a howto, derived from the last mentioned bug, here: http://appdb.winehq.org/objectManager.php?sClass=version&iId=3754
After following these steps the app crashes in wintrust. With the simple hack below i was able to get the main window up. Unfortunately the window seems to freeze immediately and is irresponsive to input. Did't look any further in the cause of this.
Question: so how do we deal with this (and other) .net-bugs. Do we resolve them as duplicate or do we leave them open for the bugs appearing after the work-around of http://appdb.winehq.org/objectManager.php?sClass=version&iId=3754 ?
diff --git a/dlls/wintrust/wintrust_main.c b/dlls/wintrust/wintrust_main.c index b7788b1..d69f3a9 100644 --- a/dlls/wintrust/wintrust_main.c +++ b/dlls/wintrust/wintrust_main.c @@ -166,7 +166,7 @@ static LONG WINTRUST_DefaultVerifyAndClose(HWND hwnd, GUID *actionID, WINTRUST_DATA *data) { LONG err; - + if(!hwnd) return ERROR_INVALID_PARAMETER; TRACE("(%p, %s, %p)\n", hwnd, debugstr_guid(actionID), data);
err = WINTRUST_DefaultVerify(hwnd, actionID, data);
http://bugs.winehq.org/show_bug.cgi?id=11119
scguy318 nodisgod@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nodisgod@yahoo.com
--- Comment #2 from scguy318 nodisgod@yahoo.com 2008-08-28 01:34:37 --- I just tested XML Notepad 2007 with current Git (wine-1.1.3-173-gd8339f2) and the app starts successfully, though the app eventually freezes up, so the bug seems to be fixed.
http://bugs.winehq.org/show_bug.cgi?id=11119
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com 2008-08-28 08:10:47 --- Reported fixed. Please file a new bug for the freeze.
http://bugs.winehq.org/show_bug.cgi?id=11119
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2008-09-05 10:38:48 --- Closing bugs fixed in 1.1.4.
http://bugs.winehq.org/show_bug.cgi?id=11119
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other
--- Comment #5 from Austin English austinenglish@gmail.com 2012-02-23 15:23:24 CST --- Removing deprecated 'All' Platform.