http://bugs.winehq.com/show_bug.cgi?id=1717
Summary: Bug in enhmetafile.c
Product: Wine
Version: unspecified
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: rspilon(a)rogers.com
There is an error in enhmetafile.c - the code:
case EMR_SCALEVIEWPORTEXTEX:
{
PEMRSCALEVIEWPORTEXTEX lpScaleViewportExtEx = (PEMRSCALEVIEWPORTEXTEX)
mr;
if ((info->mode != MM_ISOTROPIC) && (info->mode != MM_ANISOTROPIC))
break;
if (!lpScaleViewportExtEx->xNum || !lpScaleViewportExtEx->xDenom ||
!lpScaleViewportExtEx->xNum || !lpScaleViewportExtEx->yDenom)
break;
Notice - the line just before the break above - it should be:
!lpScaleViewportExtEx->yNum ( and not xNum )
Rene Pilon
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1715
------- Additional Comments From jlavi(a)iki.fi 2003-16-09 16:23 -------
*** Bug 1716 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1716
jlavi(a)iki.fi changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From jlavi(a)iki.fi 2003-16-09 16:23 -------
*** This bug has been marked as a duplicate of 1715 ***
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1681
James(a)superbug.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From James(a)superbug.demon.co.uk 2003-16-09 10:16 -------
Problem seems to be fixed in
Wine 20030911
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1716
Summary: Regression: dlls/comctl32/toolbar.c, X11DRV_CreateBitmap
fails
Product: Wine
Version: 20030911
Platform: Other
URL: http://www.iki.fi/~jlavi/Wine/wine-20030307143820.gif
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jlavi(a)iki.fi
Trace32 is a hardware debugging system which I use debug Arm
based embedded devices.
The patch committed on March 07 2003 at 17:02:46 CST by Alexandre broke the
buttons in the main window of Trace32:
http://www.iki.fi/~jlavi/Wine/wine-20030307170246.gif
Also the Wine version 20030911 has the same problem.
The patch changed only the file dlls/comctl32/toolbar.c.
The buttons are corrupted only in the main window of Trace32, not
in its subwindows. With the same subwindows open as in the screenshot,
Wine gives the following error message 108 times:
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
Here is Wine 20030307 17:02:46 output run through uniq:
err:font:ReadFontDir Can't open directory "/usr/share/wine-c/windows/Fonts"
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (Swedish keyboard layout) for scancode mapping.
Please define your layout in windows/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
fixme:accel:CreateAcceleratorTableA should check that the accelerator
descriptions are valid, return NULL and SetLastError() if not.
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
fixme:accel:CreateAcceleratorTableA should check that the accelerator
descriptions are valid, return NULL and SetLastError() if not.
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
fixme:accel:CreateAcceleratorTableA should check that the accelerator
descriptions are valid, return NULL and SetLastError() if not.
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
Just before the patch was committed on the same day the buttons worked
at 14:38:20:
http://www.iki.fi/~jlavi/Wine/wine-20030307143820.gif
With this Wine version the output still contains X11DRV_CreateBitmap error
messages but there is only 27 of them, exactly 4 times less than when buttons
are corrupted.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1715
Summary: Regression: dlls/comctl32/toolbar.c, X11DRV_CreateBitmap
fails
Product: Wine
Version: 20030911
Platform: Other
URL: http://www.iki.fi/~jlavi/Wine/wine-20030307143820.gif
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jlavi(a)iki.fi
Trace32 is a hardware debugging system which I use debug Arm
based embedded devices.
The patch committed on March 07 2003 at 17:02:46 CST by Alexandre broke the
buttons in the main window of Trace32:
http://www.iki.fi/~jlavi/Wine/wine-20030307170246.gif
Also the Wine version 20030911 has the same problem.
The patch changed only the file dlls/comctl32/toolbar.c.
The buttons are corrupted only in the main window of Trace32, not
in its subwindows. With the same subwindows open as in the screenshot,
Wine gives the following error message 108 times:
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
Here is Wine 20030307 17:02:46 output run through uniq:
err:font:ReadFontDir Can't open directory "/usr/share/wine-c/windows/Fonts"
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (Swedish keyboard layout) for scancode mapping.
Please define your layout in windows/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
fixme:accel:CreateAcceleratorTableA should check that the accelerator
descriptions are valid, return NULL and SetLastError() if not.
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
fixme:accel:CreateAcceleratorTableA should check that the accelerator
descriptions are valid, return NULL and SetLastError() if not.
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
fixme:accel:CreateAcceleratorTableA should check that the accelerator
descriptions are valid, return NULL and SetLastError() if not.
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
Just before the patch was committed on the same day the buttons worked
at 14:38:20:
http://www.iki.fi/~jlavi/Wine/wine-20030307143820.gif
With this Wine version the output still contains X11DRV_CreateBitmap error
messages but there is only 27 of them, exactly 4 times less than when buttons
are corrupted.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1714
Summary: GetAhead 1.0 causes Wine to segfault
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: gary(a)evalunet.co.za
When running STUDENT.EXE from EvaluNet GetAhead 1.0, wine just segfaults.
STUDENT.EXE was created using Quest.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1512
------- Additional Comments From dtaylor(a)flowcom.com.au 2003-16-09 01:31 -------
That doesn't make any difference for me. I get the exact same result whether I
have flex or flex-old installed.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1713
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-dos |wine-ole
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2003-16-09 01:18 -------
can confirm the problem. step 1 workaround: run with -dll riched32=n, this will at least open the main dialog window. after this it fails with: fixme:ole:MkParseDisplayName (0x405010c0, L"Scripting.FileSystemObject", 0x407a0638, (nil)): stub. while pulling in activex scripting support I guess.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1690
------- Additional Comments From david.ronis(a)mcgill.ca 2003-15-09 17:40 -------
Today's CVS has eliminated one of these errors. Now only the
InterlockedCompareExchange error happens.
I haven't updated in a while, so I'm not sure when this was fixed.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.