http://bugs.winehq.org/show_bug.cgi?id=24779
Summary: Warlords III: Darklords Rising demo: mouse clicks
don't register in the main menu
Product: Wine
Version: 1.3.5
Platform: x86
URL: http://download.cnet.com/Warlords-III-Darklords-Rising
-demo/3000-7562_4-10020482.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Created an attachment (id=31330)
--> (http://bugs.winehq.org/attachment.cgi?id=31330)
console log
In the demo of W3:Darklords Rising you cannot click on any of the menu items
since mouse clicks don't register. This affects the demo of Warlords3: Reign of
Heroes, too.
How to reproduce the issue:
Note: you have to install the demo using Wine-1.1.30 or earlier to workaround
bug #24777 (or use a native Windows and copy over the installed game).
Start the demo by DarkDemo.exe. A setup screen is shown first; the mouse works
fine here. Click on Single Player: the game menu will load but you cannot click
on anything. Before the regression the mouse pointer changed its shape when you
hover over a selectable item in the menu. Now it always shows the same (arrow)
shape.
The result of regression testing:
914c8cb8ea1e5cbcfa18558961185dd94313b26d is the first bad commit
commit 914c8cb8ea1e5cbcfa18558961185dd94313b26d
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Mar 17 21:59:49 2010 +0100
ddraw: Acquire/release the focus window from the correct location.
:040000 040000 7b888e2899b0ce7578c776287fcd5d5597d3625e
db3c70fcea916fc051b1d6b5f19a5e9b4175a6a2 M dlls
:040000 040000 3fa4b272bdfcdd6f386e8b968a26497aae09d789
31ebd3615f1d2bbbbc991e191c813d77fc16635e M include
The patch can be reverted cleanly on Wine-1.3.4 and that fixed the issue (mouse
clicks do register again).
There are other bugreports involving the same commit: bug #22948 and bug
#22696.
There's a crash at the end of the attached log: it happens when you quit from
the game by pressing <Ctrl+q> in the menu, that was present before the
regression, too.
Link to the demo added to URL.
Author of the patch added to CC.
Fedora 13
Nvidia 7600 / driver 256.53
--
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=15913
Summary: Hogs of War: ground is missing somewhere
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kukuninse(a)gmail.com
Created an attachment (id=17094)
--> (http://bugs.winehq.org/attachment.cgi?id=17094)
Wine output
The game run fine, but some chunks of land aren't drawn texture. Its like a
stripes of drawned/undrawned chunks of land. It making the game very difficult
to play. Game use DirectDraw HAL. I ran on different settings - nothing
difference.
--
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=22754
Summary: Rollercoaster Tycoon crashes on wine 1.1.41 and
following.
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Salz85(a)gmail.com
Created an attachment (id=28056)
--> (http://bugs.winehq.org/attachment.cgi?id=28056)
Error log from wine-1.1.41
Possible regression from wine 1.1.40: Rollercoaster Tycoon, patched to version
1.08.187 (US English) crashes on wine 1.1.41 and onward, with a custom error
message regarding an "Exception being raised on Access Violation".
with WINEDEBUG=warn+all, on wine 1.1.40 it shows no peculiar messages, but on
wine 1.1.41 it shows the following error:
warn:d3d_surface:IWineGDISurfaceImpl_LockRect (0x158e90) Surface already locked
warn:ddraw:IDirectDrawSurfaceImpl_BltFast Source rectangle is invalid,
returning DDERR_INVALIDRECT
in any case, both logs are attached.
--
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=23621
Summary: DDraw surface reference counting doesn't match Windows
(causes Recoil to fail)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kazade(a)gmail.com
I just realized there is no bug report covering this issue.
DirectDraw surfaces (and other COM interfaces) maintain a reference count so
that they are destroyed when they are no longer in use. The refcount is
returned by the IUnknown_Release function. Unfortunately some games base logic
on the value returned by IDirectDrawSurface_Release. Specifically they
sometimes (wrongly) expect the return to be zero.
Something like:
if(IDirectDrawSurface_Release(surf)) {
//Bail out
}
We can test this by forcing DDS_Release to return zero. One game that is
affected is Recoil which complains about not being to set the video mode.
The difference between Wine's implementation and the Windows implementation is
Windows maintains a refcount for each surface interface version (1, 2, 3, 4 and
7) whereas Wine has one reference count across all versions. There are tests in
dlls/ddraw/dsurface.c that confirm the Windows behaviour. To fix this issue the
reference counting needs to be split, which requires a lot of changes (as
versions 1, 2 and 3 all share the same thunks).
--
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=16549
Summary: Chuzzle causes page fault
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://downloads.popcap.com/www/popcap_downloads/Chuzzle
Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=18027)
--> (http://bugs.winehq.org/attachment.cgi?id=18027)
ddraw errors?
Chuzzle installs but immediately causes a page fault.
Tried "winetricks directx9" bu the result is the same.
--
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=11931
Summary: Patrician3: Implement
IDirectDrawImpl_WaitForVerticalBlank
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luis.busquets(a)ilidium.com
Patrician3 asks for
fixme:ddraw:IDirectDrawImpl_WaitForVerticalBlank (0x142238)->(1,(nil))
In any case, it does not hang but the log has lots of calls to this
unimplemented function.
--
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=17791
Summary: SetPixelFormat error running NetTV
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tf(a)noto.de
Created an attachment (id=20018)
--> (http://bugs.winehq.org/attachment.cgi?id=20018)
Wine output
Hello Wine-Team,
I try to use "netTV" program that belongs to 7LINKS IPTV (device like slingbox)
http://www.pearl.de/a-PX4265-1601.shtml
Program can be downloaded here:
ftp://ftp.pearl.de/treiber/PX4265_12_77216.zip
I'm running latest Wine 1.1.17 on Ubuntu 8.10. System has a onboard Intel
chipset (24 bpp).
Additionally I used winetricks to install directx9, vcrun2005, gdiplus and
wmp10
I can successfully install the program, it's starting afterwards, but when
trying to open a *.mp4 file I receive message, that file type is not supported.
(Example *.mp4 file is available here:
http://rapidshare.com/files/148370589/mp4-Datei.rar )
There are several error messages indicating a problem with SetPixelFormat:
-----------------------
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:CreateContext SetPixelFormat failed on HDC=0x1e0c for iPixelFormat=8
err:d3d:IWineD3DDeviceImpl_CreateSwapChain Failed to create a new context
fixme:d3d:IWineD3DDeviceImpl_CreateSwapChain (0x1738d0) Something's still
holding the front buffer
fixme:d3d9:IDirect3DDevice9Impl_CreateAdditionalSwapChain (0x169f40) call to
IWineD3DDevice_CreateSwapChain failed
err:d3d9:device_parent_CreateSwapChain (0x169f44) CreateAdditionalSwapChain
failed, returning 0x8876086a
[...]
err:ddraw:PixelFormat_DD2WineD3D Invalid dwRGBBitCount in Pixelformat structure
err:ddraw:IDirectDrawImpl_CreateNewSurface Unsupported / Unknown pixelformat
err:ddraw:IDirectDrawImpl_CreateSurface IDirectDrawImpl_CreateNewSurface failed
with 88760091
-----------------------
Also error about missing interface:
err:ddraw:IDirectDrawImpl_QueryInterface
(0x152c28)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x1946b4): No interface
found
err:ddraw:IDirectDrawImpl_QueryInterface
(0x152c28)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x1946b4): No interface
found
err:ddraw:IDirectDrawImpl_QueryInterface
(0x152c28)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x1946b4): No interface
found
err:ddraw:IDirectDrawImpl_QueryInterface
(0x152c28)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x1946b4): No interface
found
err:ddraw:IDirectDrawImpl_QueryInterface
(0x152c28)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x1946b4): No interface
found
-------------------------
I checked google and old bugs here, but could not find the root-cause. I also
tried to different settings (like virtual screen).
I notice winetricks installs some of the directx libs as "build in". If I
change to native, then wine is crashing.
Additionally I changed from opengl to GDI rendering in users.reg that removed
one of the errors about problem with OpenGL, but didn't resolve error.
Direct Rendering is (glxinfo) is activated. I can use compiz fusion without
problem (but I run this tests without compiz!)
I attached the complete output.
As I run out of ideas what I can do, I'm thankful for any feedback.
Best regards,
Thomas
--
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=10083
Summary: Inverted colours in C&C RA demo exit screen
Product: Wine
Version: 0.9.47.
Platform: PC
URL: ftp://ftp.westwood.com/pub/redalert/previews/demo/ra95de
mo.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
CC: stefandoesinger(a)gmx.at
The exit screen of the Red Alert demo is displayed in inverted colours. This
appears to be a consequence of the DirectDraw rewrite, adding Stefan Dösinger
to the CC list.
--
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=10339
Summary: Sonic & Knuckles Collection games display wrong in
windowed mode
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9008)
--> (http://bugs.winehq.org/attachment.cgi?id=9008)
Picture of symptoms
All three games in the Sonic and Knuckles Collection display wrong in windowed
mode. (Looks fine in fullscreen) The graphics are in black and white and are
smooshed to the left side of the screen. (See attached picture)
A downloadable demo is available at:
http://www.sega.com/support/support.php?item=support_games#pc
To work around the game crashing at startup, follow this procedure found by
Louis Lenders:
"I did however get the game running by doing wine RUNSONIC.EXE, then under
options select the checkbox "No background music". Then the game window is
responsive (still displays graphics wrong) After selecting "full screen" in the
menu, it looks rather ok, but the speed of the game seems way to high to me. "
--
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=10659
Summary: Regression: X-Wing Vs. Tie Fighter fails to run
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: whispersbreath(a)hotmail.com
Xwing vs Tie Fighter fails to run, gives the warning "DirectDraw Init FAILED at
2"
This is a regression in .9.50, since in earlier versions it worked perfectly
for me. I know this is an older game and not many people are actively playing
it in WINE but its one of my favorites. What more info do i need to provide?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.