http://bugs.winehq.org/show_bug.cgi?id=5058
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Lei Zhang <thestig(a)google.com> 2008-01-17 13:34:12 ---
reported fix.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5977
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.53. |0.9.19.
--- Comment #6 from Lei Zhang <thestig(a)google.com> 2008-01-17 13:33:45 ---
please don't change the original reported version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3142
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine.dev(a)web.de
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3370
Vijay Kamuju <infyquest(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |infyquest(a)gmail.com
--- Comment #6 from Vijay Kamuju <infyquest(a)gmail.com> 2008-01-17 13:04:18 ---
can you please provide me an application + screenshot.
so I do this patch for latest git and resend
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3303
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #11 from Detlef Riekenberg <wine.dev(a)web.de> 2008-01-17 13:03:41 ---
closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4342
--- Comment #6 from Detlef Riekenberg <wine.dev(a)web.de> 2008-01-17 13:03:26 ---
*** Bug 3303 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3303
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |normal
Status|NEW |RESOLVED
Component|gdi32 |comdlg32
Resolution| |DUPLICATE
--- Comment #10 from Detlef Riekenberg <wine.dev(a)web.de> 2008-01-17 13:03:26 ---
The crash for notepad (win98se) in PRINTDLG_PageDlgProcA
was fixed some weeks ago.
The reason for notepad (w2k) not printing is your stub for
PrintDlgEx (comdlg32.dll), but that is bug 4342
*** This bug has been marked as a duplicate of bug 4342 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2845
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #5 from Detlef Riekenberg <wine.dev(a)web.de> 2008-01-17 12:47:31 ---
closeing ..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2845
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Platform|Other |PC
Resolution| |WONTFIX
--- Comment #4 from Detlef Riekenberg <wine.dev(a)web.de> 2008-01-17 12:47:02 ---
Was a nice experience in the old days, but not really relevant.
<julliard> i don't think there's anything in wineprefixcreate worth tracing
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7380
--- Comment #32 from Anastasius Focht <focht(a)gmx.net> 2008-01-17 12:43:52 ---
Hello,
well I stumbled over this one just today while trying to use PowerISO windows
tool to convert some downloaded .daa file (damn proprietary formats).
I hate it when something doesn't work just when I need it ... so immediate
investigation was just natural to follow ;-)
--- quote ---
but the fix outlined by you in the end ( so in gdi32.StretchDIBits()) looks
better to me as well.
--- quote ---
That was just my opinion. Although it might look more "hackish" to do an early
probe read, I think it's actually the right place to fix this crappy bug.
In general SEH guards should not be overused and placed very carefully in wine.
They should not cover too much code/nesting levels because that approach might
hide other bugs.
That's why I thought x11 driver's X11DRV_DIB_SetImageBits might not be the
right place for SEH.
Example for early probe read (it looks hackish but works, I tested with some
apps):
--- dlls/gdi32/dib.c ---
INT WINAPI StretchDIBits(HDC hdc, INT xDst, INT yDst, INT widthDst, ..
{
if (!bits || !info)
return 0;
/* detect broken MFC apps which pass invalid bits pointer */
__TRY
{
volatile const char *ptr = bits;
char dummy = ptr[0];
}
__EXCEPT_PAGE_FAULT
{
return 0;
}
__ENDTRY
...
}
--- dlls/gdi32/dib.c ---
Anyway if that proposed x11 driver patch already pleased Alexandre, you might
resend it to mailing list, pointing again to this bug/comments.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.