http://bugs.winehq.org/show_bug.cgi?id=13526
Summary: Wine Ableton Live ddraw regression bug
Product: Wine
Version: unspecified
Platform: Other
URL: http://www.ableton.com/free-trial?product_key=D_00_70
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kkutzko(a)teksavvy.com
CC: kkutzko(a)teksavvy.com
Created an attachment (id=13457)
--> (http://bugs.winehq.org/attachment.cgi?id=13457)
WINEDEBUG +ddraw output
As soon as the application starts, a window pops up that (normally under
windows) would say "this is a trial version demo, click okay to start the
trial", or something along those lines.
The window is blank and clicking randomly on it (to find the "ok") does not
work either.
I have also attached WINEDEBUG +ddraw output in an attempt to better illustrate
this problem. This is potentially a ddraw bug, and actually a regression AFAIK.
According to other people who tested Ableton Live some time ago, the window
shows up fine in versions <wine-0.9.15. During the ddraw rewrite something
broke here.
--
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=9506
Summary: One-line Java program causes screen to go black
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Hey, kids, try this! (Works with any JVM, but let's use a recent one.)
1. Create the file bug.java containing
import java.awt.Frame;
public class bug {
public static void main(String[] args) {
Frame f = new Frame(); // causes whole screen to go black in wine!
}
}
2. Compile it using any java compiler:
javac bug.java
3. Download a JDK from java.sun.com and install it in Wine
4. Use it to run bug.class, e.g.
cd '.wine/drive_c/Program Files/Java/jre1.6.0_01'
cp ~/bug.class .
wine bin/java.exe bug
5. Note that entire primary display goes black (second display, if any,
doesn't).
This is really annoying - you have to move your other windows around
to get them to redraw.
This may be the same as bug 4902, but this seems simpler to reproduce.
Next step would be the corresponding trivial C 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=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=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=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=10065
Summary: MSN Messenger Doesn't Show New Conversation Windows
Product: Wine
Version: 0.9.47.
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=CF49C56C-8B3E-4EAE-9904-9505F47BED45&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=8623)
--> (http://bugs.winehq.org/attachment.cgi?id=8623)
This is what the console shows when the error happens.
When someone talk to you and you haven't open a window whit that person, the
window is not showed. You had to open a window with all your contacst until you
find the one who write you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.