http://bugs.winehq.org/show_bug.cgi?id=9331
Summary: add gdiplus component
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P3
Component: misc-bugs
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: thestig(a)google.com
Evan Stade requested this last week, but no responses so far. Can we add a
gdiplus component to bugzilla please?
http://www.winehq.org/pipermail/wine-devel/2007-August/058539.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9305
Summary: Wine crash on Baldurs Gate II subclass menu
Product: Wine
Version: 0.9.43.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: riklaunim(a)gmail.com
Created an attachment (id=7575)
--> (http://bugs.winehq.org/attachment.cgi?id=7575)
whole crash dump
Wine 0.9.43 and older releases crash with Baldurs Gate II (Polish Edition BG II
SoA + ToB + Patches) when creating a character and clicking on a class which
has subclasses like fighter or thief (except mages). The whole error dump is in
the attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9613
Summary: Babelgum: program doesn't start
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
URL: http://www.babelgum.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mverga(a)freemail.it
Created an attachment (id=8003)
--> (http://bugs.winehq.org/attachment.cgi?id=8003)
output from terminal
Babelgum doesn't start. It give a "Unimplemented function
GDI32.dll.GetTextExtentExPointI" error (see attached file).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10239
Summary: Internet Explorer bar is broken after the rewrite of the
rebar layout code
Product: Wine
Version: 0.9.48.
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: Wine-Rebar
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)codeweavers.com
CC: mikolaj.zalewski(a)gmail.com
Internet Explorer 6.0 is no more able to correctly display/repaint any of its
side bars, Search (Ctrl+E) is one of them.
This regression is caused by
f0a7a74666e2cf9aa1213ea638c4d899f86f19e2 is first bad commit
commit f0a7a74666e2cf9aa1213ea638c4d899f86f19e2
Author: Mikołaj Zalewski <mikolaj(a)zalewski.pl>
Date: Mon Feb 19 13:56:51 2007 +0100
comctl32: rebar: Rewrite the layout code.
:040000 040000 59bad04cfbbf08b1ccc9870617437ac288330f62
bcd4e073b71f9b0ddcddea85e3c2ad0539f1cb8f M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10045
Summary: Battlefield 2 screen is displaced downwards
Product: Wine
Version: 0.9.47.
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Created an attachment (id=8588)
--> (http://bugs.winehq.org/attachment.cgi?id=8588)
Screenshot showing the displacement
As shown in the screenshot, the screen is about 80 pixels lower than it should
be, it also makes it very hard to click the buttons that should be on the
bottom of the screen when in the menu.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9450
Summary: Wrong rebar height calculation for hidden bands
Product: Wine
Version: 0.9.42.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Wine-Rebar
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Created an attachment (id=7780)
--> (http://bugs.winehq.org/attachment.cgi?id=7780)
Proposed patch
Currently our builtin rebar code does not calculate 0 as the height of the
control if no bands are visible, while native does.
Tracing through our rebar code I found this suspicious code:
for (i = iBeginBand; i < iEndBand; i = next_band(infoPtr, i))
{
lpBand = &infoPtr->bands[i];
yMaxHeight = max(yMaxHeight, lpBand->lcy);
}
while further down the height of the control is returned as
return yPos + yMaxHeight;
It does not make sense to include the hight of a hidden band, and my fix
for (i = iBeginBand; i < iEndBand; i = next_band(infoPtr, i))
{
lpBand = &infoPtr->bands[i];
if(!HIDDENBAND(lpBand))
yMaxHeight = max(yMaxHeight, lpBand->lcy);
}
corrects the problem.
But this will need a test case, right?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9339
Summary: sounds makes Pro evolution soccer 5 crashes
Product: Wine
Version: 0.9.43.
Platform: PC
URL: http://www.fileshack.com/file.x/7664/Pro+Evolution+Socce
r+5+Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Enabling the sound in winecfg makes the demo of PES 5 crashes. I attached the
console output.
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9549
Summary: Mouse recentres several times a second for Mystery of
the Mummy
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stuart(a)houseofanime.org
Game install smoothly and starts as expected. However, at the main menu, the
mouse displays unusual behaviour. The icon clearly reacts to mouse movement,
but it is re-centered several times a second and appears to move in the
opposite direction to the mouse's movement. Buttons still work correctly (can
exit if you can move the icon far enough to the 'exit' button and click it
before it's re-centered) - it seems only the motion is affected.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.