http://bugs.winehq.org/show_bug.cgi?id=35247
Bug ID: 35247
Summary: Teleglitch: Die More Edition needs
msvcr110.dll._libm_sse2_sqrt_precise
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 47008
--> http://bugs.winehq.org/attachment.cgi?id=47008
terminal output
The Steam version crashes on start:
...
wine: Call from 0x7b83a38e to unimplemented function
msvcr110.dll._libm_sse2_sqrt_precise, aborting
...
Mscodescan reveals some more stubs:
./Teleglitch.exe imports following stub symbols:
msvcp110:?_Add_vtordisp1@?$basic_ios@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp1@?$basic_istream@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp2@?$basic_ios@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp2@?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Syserror_map@std@@YAPBDH@Z
msvcp110:?_Winerror_map@std@@YAPBDH@Z
msvcp110:?_Xbad_alloc@std@@YAXXZ
./Teleglitch.exe imports following stub symbols:
msvcr110:__crtTerminateProcess
msvcr110:__crtUnhandledException
msvcr110:_libm_sse2_sqrt_precise
./lua52.dll imports following stub symbols:
msvcr110:__crtTerminateProcess
msvcr110:__crtUnhandledException
msvcr110:_libm_sse2_sqrt_precise
There's a demo on Steam but I couldn't test it:
http://store.steampowered.com/app/234390/
The early non-Steam demo (available on several download sites, named
'Teleglitch_r6demo.zip' does *not* have the issue).
wine-1.7.9-43-gbfb4f28
--
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
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.