http://bugs.winehq.org/show_bug.cgi?id=10117
Summary: Mpeg2Schnitt doesn't display video since wine v. 0.9.16
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jussaar(a)mbnet.fi
Created an attachment (id=8682)
--> (http://bugs.winehq.org/attachment.cgi?id=8682)
Full output of wine when running Mpeg2Schnitt
Since wine version 0.9.16, Mpeg2Schnitt (a program for cutting mpeg2-files) has
stopped showing video. This of course makes choosing the right cut points
virtually impossible.
When the program should display the video, wine prints out the following
errors:
fixme:win:EnumDisplayDevicesW ((null),0,0x34f544,0x00000000), stub!
err:ddraw:IDirectDrawImpl_SetDisplayMode Width=0, Height=0, what to do?
I have tested both multiple versions of wine (including the newest
0.9.47-version) and Mpeg2Schnitt (versions 0.71, 0.80 and 0.87).
Mpeg2Schnitt is distributed under GPL2 license and available for download at
http://www.mdienert.de/mpeg2schnitt/
--
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=14992
Summary: Diablo 2 crash introduced in 1.1.3
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aaronwcurtis(a)gmail.com
Created an attachment (id=15612)
--> (http://bugs.winehq.org/attachment.cgi?id=15612)
copy-paste of git bisect output from the regression testing procedure.
Followed the regression testing procedure and
c1bbab7c54618935d74b7d2b70421253018f5594 is first bad commit.
Diablo 2 window opens momentarily, then crashes.
running in virtual desktop, or full screen, same crash.
game runs fine when switched to 2d (ddraw mode), crashes on 3d (d3d mode).
--
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=17628
Summary: ddraw:visual test failing in a virtual desktop
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
URL: http://test.winehq.org/data/3db77ce50b9dfa811966afe15604
ce2ee3e20c8e/wine_ae-ub904-virtdesktop/ddraw:visual.html
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
austin@midna:~/wine-git/dlls/ddraw/tests$ make testclean ; make visual.ok
rm -f d3d.ok ddrawmodes.ok dsurface.ok overlay.ok refcount.ok visual.ok
../../../tools/runtest -q -P wine -M ddraw.dll -T ../../.. -p ddraw_test.exe.so
visual.c && touch visual.ok
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex
samplers and 32 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) >
combined_samplers
fixme:win:EnumDisplayDevicesW ((null),0,0x32f60c,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8
Segmentation fault (core dumped)
make: *** [visual.ok] Error 139
--
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=12162
Summary: Heroes of Might & Magic IV awful frame rate
Product: Wine
Version: 0.9.58.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dendron2000(a)mail.ru
Created an attachment (id=11559)
--> (http://bugs.winehq.org/attachment.cgi?id=11559)
Heroes IV wine output
Heroes IV game launches with no problem but has an awful frame rate, especially
during combat. Wine does print some errors while the game is loading, but
during gameplay it stays silent.
--
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=14242
Summary: Unreal Tournament crashes on startup
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bob(a)dest-unreach.be
CC: thunderbird2k(a)gmx.net
Created an attachment (id=14531)
--> (http://bugs.winehq.org/attachment.cgi?id=14531)
crash screenshot
I cannot start Unreal Tournament in D3D mode on my system.
Specs:
Radeon 7500 (open source radeon driver)
Kubuntu 8.04
wine 1.1.0
I did a regression test:
feb753c98d82e18b6dd1b1df7730c882974b643b is first bad commit
commit feb753c98d82e18b6dd1b1df7730c882974b643b
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Thu May 1 23:46:03 2008 +0000
ddraw: Enable EnableAutoDepthStencil to receive depth support.
:040000 040000 39a37f0e7b5e2666ba72ae3971ed79daaa194120
fe5c3389709e215f7f0cc86e4f2446b73ed65594 M dlls
--
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=12658
Summary: Brothers In Arms - Road To Hill 30: wrong colors in game
compass
Product: Wine
Version: 0.9.59.
Platform: PC
URL: ftp://ftp.ubi.com/emea/brothersinarms/demo/BIA_PC_Demo.z
ip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
During gameplay two square appears, one rendering wrong colors over game
compass (bottom left corner) most of time, the second one (semi-transparent)
appearing sometimes on top left corner of the screen (please check downloadable
demo).
On the other side you cannot make the character make a full turn around using
the mouse and also the pointer seems to get locked in some areas in the menus
but I guess these are related to bug 6971.
--
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=10998
Summary: Sum of All Fears crashes after splash screen
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.cutone(a)rogers.com
Created an attachment (id=9966)
--> (http://bugs.winehq.org/attachment.cgi?id=9966)
Terminal output for SOAF crash.
When the program is executed the splash screen is displayed. Soon after the
screen goes black with just the mouse pointer visible. A lengthy terminal
output is then produced.
See attached file for terminal output.
--
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=15553
Summary: Interstate 76: scrambled screen when running in d3d
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dr_costas(a)yahoo.com
Created an attachment (id=16549)
--> (http://bugs.winehq.org/attachment.cgi?id=16549)
screenshot
This is an old game that runs in software mode, 3d3 and glide.
It can run in software, d3d and glide mode.
In wine 1.0 all modes run perfectly apart from 2 cursors not showing in the car
management screen
In wine 1.1.5 software mode runs perfectly with the cursors showing as normal
but the d3d or glide version show a scrambled intro screen where you choose
play, options etc. and in between levels screen is scrambled at parts. In game
though everything works as expected (all cars scenery etc dont show any
important glitches)
tried with a clean install, game patched to latest
--
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=13225
Summary: Sacrifice Demo: black sqare behind the mouse
Product: Wine
Version: 0.9.61.
Platform: PC
URL: http://downloads.gamezone.com/demosfiles/t1699.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jb.faq(a)gmx.de
If you start Sacrifice you get a masking problem with the mouse. You have a
black square behind it.
In this bug
http://bugs.winehq.org/show_bug.cgi?id=201
we find out, that this is not the same problem. (Have a special look at the
comments 36 up to 40).
It seems that this is a problem of the (opengl?) rendering:
With the vesa driver (or using (export) LIBGL_ALWAYS_INDIRECT=1) this bug
doesn't exists, but it is present with the nvidia drivers.
I test this with the demo (link in URL above).
My system Set-Up:
Software:
Gentoo, Kernel 2.6.24-gentoo-r8
vesa-driver (in this test-case, usually nvidia-drivers-96.43.05)
git yesterday
Hardware:
lspci:
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 440 Go
64M] (rev a3)
--
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=20451
Summary: Cannot attach flipping surface
(DDERR_CANNOTATTACHSURFACE)
Product: Wine
Version: 1.1.30
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: timmazid(a)hotmail.com
CC: timmazid(a)hotmail.com
Created an attachment (id=24314)
--> (http://bugs.winehq.org/attachment.cgi?id=24314)
wine 7k2.exe 2> log
Screen goes black, and the dialog box with that message comes up.
--
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.