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@winehq.org ReportedBy: aiglefr@free.fr CC: dmitry@codeweavers.com
since this commit :
commit df76fe6f0cdd55568ba67489cc725813804061fd Author: Dmitry Timoshkov dmitry@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
http://bugs.winehq.org/show_bug.cgi?id=14268
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.bayo.com/cartogra | |phie/index.php?prod=1 Severity|enhancement |normal Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=14268
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2008-07-20 05:09:36 --- Please attach a backtrace.
http://bugs.winehq.org/show_bug.cgi?id=14268
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2008-07-21 03:45:58 --- Also, is there a demo of that application available?
http://bugs.winehq.org/show_bug.cgi?id=14268
--- Comment #3 from franck aiglefr@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
http://bugs.winehq.org/show_bug.cgi?id=14268
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2008-08-21 01:03:49 --- I sent a patch: http://www.winehq.org/pipermail/wine-patches/2008-August/059836.html
http://bugs.winehq.org/show_bug.cgi?id=14268
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2008-08-21 10:08:57 --- The patch has been committed.
http://bugs.winehq.org/show_bug.cgi?id=14268
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2008-08-22 10:47:37 --- Closing bugs fixed in 1.1.3.
http://bugs.winehq.org/show_bug.cgi?id=14268
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
https://bugs.winehq.org/show_bug.cgi?id=14268
HURST Catherine catherine.hurst@aliceadsl.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |catherine.hurst@aliceadsl.f | |r