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=10400
Summary: Horible performance with OffscreenRenderingMode=fbo in
Counter Strike source "Video stess test"
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=3731
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
With OffscreenRenderingMode set to "fbo" I'm getting less then 1 fps in Counter
Strike Source Video stress test. Disabling monitors with "cl_drawmonitors 0"
makes it much faster (30+ FPS).
Major because it affects lots of other games. Also since development goes
towards making FBO a default instead of back buffer.
--
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=11324
Summary: Half-Life 1 based games don't start with nvidia-drivers-
169.09
Product: Wine
Version: 0.9.53.
Platform: PC-x86-64
URL: http://www.steampowered.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=10430)
--> (http://bugs.winehq.org/attachment.cgi?id=10430)
Console output with wine-0.9.53-289-g71f81bf
Guessing directx-d3d as the component.
Half-Life 1 and Counter-Strike 1.6 don't start with the 169.09 nvidia drivers,
but do with the 100.14.23 drivers. They get as far as drawing the window, with
the bottom two menu options, then close.
Attached is the console output with the latest Git. A lot of it is just the
output from Steam, but hl.exe's output is between line 188 and line 361.
--
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=10566
Summary: Wine regression error in Corel 11
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: draklor_draconid(a)yahoo.ie
Support for Corel Photo-Paint from Corel Graphics Suite 11 has been broken
since the 0.9.45 release. The program still loads, but after trying to do 1 or
2 things, such as drawing lines or the flood-fill, the program freezes. It does
not appear to be a time-based problem. I have not yet tested the other programs
from Corel Graphics Suite, or other versions.
--
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=11338
Summary: Microsoft Office 2003 Service Pack 3 update will not
install
Product: Wine
Version: 0.9.54.
Platform: PC
URL: http://www.microsoft.com/Downloads/details.aspx?familyid
=E25B7049-3E13-433B-B9D2-5E3C1132F206&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=10444)
--> (http://bugs.winehq.org/attachment.cgi?id=10444)
console output
When I try to install this I get several msidb and msi errors
--
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=11102
Summary: More Help link is broken
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
URL: http://bugs.winehq.org/
OS/Version: other
Status: NEW
Severity: minor
Priority: P2
Component: bugzilla-unknown
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: austinenglish(a)gmail.com
"More Help on using Bugzilla." link on the main page is broken. Leads to
http://bugs.winehq.org/docs/html/ which gives the error:
"Forbidden
You don't have permission to access /docs/html/ on this server."
--
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=10798
Summary: Armageddon crashes on startup
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gosam(a)menara.ma
CC: stefan(a)codeweavers.com
Created an attachment (id=9661)
--> (http://bugs.winehq.org/attachment.cgi?id=9661)
wine's log for the crash
This is a regression bug, I've performed tests and here's bisect's info on the
faulty commit :
fb0dde7b274fb3a4b2f0f911c9114ce8a832b98e is first bad commit
commit fb0dde7b274fb3a4b2f0f911c9114ce8a832b98e
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Wed Nov 7 19:57:49 2007 +0100
wined3d: Relative addressing offsets are limited to [-64; 63] in arb.
:040000 040000 be00dac22cbbc77533c05b736c4cb18ea62a2233
e58ac3323b9e3be664118c975252229973307384 M dlls
:040000 040000 6831231b75d891aa1e69b85d08af18a60e0fa5bc
d9f7c5138e104661dbd0cd0bacf0a89e1862b92f M include
--
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.
http://bugs.winehq.org/show_bug.cgi?id=11171
Summary: Worms 2: division by zero when starting a game
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toni.spets(a)gmail.com
Created an attachment (id=10216)
--> (http://bugs.winehq.org/attachment.cgi?id=10216)
crash log
Frontend.exe (the game loader) crashes with division by zero when starting any
game (like quick match against computer).
Attaching the trace from Wine.
This game did work somewhere around 2005.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.