[Bug 14268] New: carto exploreur 3 - crash
http://bugs.winehq.org/show_bug.cgi?id=14268 Summary: carto exploreur 3 - crash Product: Wine Version: CVS/GIT Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: gdi32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: aiglefr(a)free.fr CC: dmitry(a)codeweavers.com since this commit : commit df76fe6f0cdd55568ba67489cc725813804061fd Author: Dmitry Timoshkov <dmitry(a)codeweavers.com> Date: Tue Jun 24 16:11:40 2008 +0900 gdi32: Perform the world transform separately from font scaling. carto exploreur3 : http://www.bayo.com/cartographie/index.php?prod=1 ( no free download) crash with this message : wine: Unhandled page fault on write access to 0x00ff0004 at address 0x7ef9f426 (thread 0009), starting debugger... err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7ef9f426 if i comment this line ( near line num 4422 ) in dll/gdi32/freetype.c 4415 if (!is_identity_FMAT2(&font->font_desc.matrix)) 4416 { 4417 FT_Matrix worldMat; 4418 worldMat.xx = FT_FixedFromFloat(font->font_desc.matrix.eM11); 4419 worldMat.xy = FT_FixedFromFloat(font->font_desc.matrix.eM21); 4420 worldMat.yx = FT_FixedFromFloat(font->font_desc.matrix.eM12); 4421 worldMat.yy = FT_FixedFromFloat(font->font_desc.matrix.eM22); 4422 // pFT_Matrix_Multiply(&worldMat, &transMat); 4423 needsTransform = TRUE; 4424 } carto exploreur works correctly -- 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=14268 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.bayo.com/cartogra | |phie/index.php?prod=1 Severity|enhancement |normal Keywords| |regression -- 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=14268 --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-07-20 05:09:36 --- Please attach a backtrace. -- 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=14268 --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-07-21 03:45:58 --- Also, is there a demo of that application available? -- 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=14268 --- Comment #3 from franck <aiglefr(a)free.fr> 2008-07-23 03:52:40 --- Created an attachment (id=15000) --> (http://bugs.winehq.org/attachment.cgi?id=15000) trace debug=all there's no demo for this program -- 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=14268 --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-08-21 01:03:49 --- I sent a patch: http://www.winehq.org/pipermail/wine-patches/2008-August/059836.html -- 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=14268 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-08-21 10:08:57 --- The patch has been committed. -- 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=14268 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2008-08-22 10:47:37 --- Closing bugs fixed in 1.1.3. -- 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=14268 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- 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.
https://bugs.winehq.org/show_bug.cgi?id=14268 HURST Catherine <catherine.hurst(a)aliceadsl.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |catherine.hurst(a)aliceadsl.f | |r -- 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.
participants (1)
-
wine-bugs@winehq.org