http://bugs.winehq.org/show_bug.cgi?id=26588
Summary: A Farewell to Dragons: water has incorrect textures
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33847)
--> (http://bugs.winehq.org/attachment.cgi?id=33847)
terminal output
Water is not rendered correctly in the game (no demo available). See attached
screenshot.
As a side effect, character movement and scrolling the screen with the mouse
become jerky when water is nearby. If I move my character away from the water
(so water disappears from the screen and from the minimap) game speed/mouse
movements suddenly return back to normal speed.
The following line is printed out by Wine continuously when water is in sight:
err:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from glUseProgramObjectARB @ glsl_shader.c / 4620
If I diverge from water, those lines cease to show up in the console.
Changing (lowering) the textures/shadows quality has no effect on the
appearance of water.
Workaround: disable GLSL (it makes water appear correctly but the unusual
slowdowns are still there.)
Fedora 14
Nvidia GeForce 250 / driver 260.19.36
--
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=26824
Summary: Anomaly: Warzone Earth Demo crashes on start
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://www.gamershell.com/news_115200.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
fixme:dinput:IDirectInputAImpl_QueryInterface Unsupported interface:
{eb0d7dfa-1990-4f27-b4d6-edf2eec4a44c}
wine: Unhandled page fault on read access to 0x00000000 at address 0x44f6ea
(thread 0025), starting debugger...
couldn't load main module (32)
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0044f6ea).
...
Backtrace:
=>0 0x0044f6ea (0x00852780)
1 0x00000000 (0x00130f08)
2 0x7eac1a20 in dinput (+0x31a1f) (0x7eac19e0)
3 0x7eaa62f0 in dinput (+0x162ef) (0x7eaa7e60)
4 0xe8830845 (0x8be58955)
winetricks dinput8 works around it.
--
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=21914
Summary: Can not Use Windows MS Office Workspace
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan.harrison(a)baroni-limited.com
I am running Ubuntu 9.10
I also use, before changing, Windows Office Workspace that I store many files
on and share with a number of organisations.
Using IE7 with WINE 1.1.31 I can access the site and view documents. I can
also add documents, but I am unable to download or edit any.
I have reported on the forum, but users suggest it is a bug.
--
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=16129
Summary: Beyond TV Link - Error when entering server IP address
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: steve.trelease(a)sbcglobal.net
Created an attachment (id=17365)
--> (http://bugs.winehq.org/attachment.cgi?id=17365)
log file output
This is a client program to the server application (Beyond TV) running on a
Windows XP PC on the LAN. The application prompts for the server IP address,
and promptly returns a "Couldn't get BTVServerAddress" error. The text of this
message is found within the application library FSGuiScreens.dll.
--
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=26292
Summary: OpenGL_Out_of_Memory (505). There's a leak in the
ARB_Vertex_Buffer_Object
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rochondil(a)gmail.com
Created an attachment (id=33520)
--> (http://bugs.winehq.org/attachment.cgi?id=33520)
My last run winelog for the beefy details
Basically it looks like Wine is trying to create a buffer on an already mapped
VBO...Which means. The real problem seems to me that the memory handling is the
problem. Wine can't clean the buffer properly and when it tries to create a new
buffer it fails thus being forced to use the mapped vbo which gradually fills
up then leaks.
It is not pretty.
The bug is occurring in "Oblivion GOTY".
And I have tested x amount of different settings though please come up with new
ones (i.e. not those already mentioned in the oblivion/fallout etc. threads.)
I do believe though that this can be fixed by implementing the same fix as
cedega does by limiting the GL Extension buffer to
"-GL_ARB_vertex_buffer_object". I know this works in cedega and cider. And I
know Wine and cedega doesn't exchange code (if they did I would have solved it
already). The thing is cedega is on to something with the GL extension and I
have no idea how to make it fixed in Wine.
Adding a disabledextensions in OpenGL key in Wine registry does not work; the
same error shows up.
I am using a mid 2009 MBP 15". My GFX GeForce 9600M GT 512 and my CPU 2.8GHz
with 4GB DDR3 Ram. I run the latest OSX. My wine is doh123s compiled Wineskin
Wrapper and I am running OBSE in Oblivion however it does not matter wether I
run with it or without.
The game crashes once the leak is to heavy. Furthermore it is easily recreated
by running a lot of mods and high graphics along with running around in a dense
polygon area or somewhere with a lot of stuff that needs rendering, thus the
buffer is filled quickly.
Believe it or not the crash seems to occur at a slower rate when running in
debug mode and it is also possible to purge the cell buffers in game so that
the in-game time may be extended even further before a critical leak occurs.
I would love to fix this. I believe it is rather easy to fix. Just a needed
injection in the registry should be all.
Any thoughts?
PS: I have added my error log for a bit more meat on the bones.
--
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=26327
Summary: ld.so: dl-close.c
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: charles.tersteeg(a)gmail.com
Inconsistency detected by ld.so: dl-close.c: 736: _dl_close: Assertion
`map->l_init_called' failed!
might be the same as bug 23654
lord of the rings online
I can't reproduce this error on demand, i've seen it from the shire and
breeland all the way through moria, lothlorien, and mirkwood.
ubuntu 10.10 patched. wine 1.3.14.
default install and patched.
i did make a setting it the registry to change my video memory as i was getting
an error for that.
winecfg set to windows2000.
audio set to emulation and ALSA for voice chat to work.
lotro game audio using pulseaudio (tried setting to ALSA with same results)
I have nothing else special installed or configured in ubuntu or lotro. i've
read, it might be openal error but i don't know.
if i can add something to my pylotro launcher to see more output for this,
please let me know and i'll up date this.
--
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=25314
Summary: Droplitz: product activation fails
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=32158)
--> (http://bugs.winehq.org/attachment.cgi?id=32158)
terminal output
The game Droplitz requires product activation (email address + valid serial) on
the first start.
However activation fails in Wine-1.3.8 producing the following message from the
game:
'There was a problem activating Droplitz'. Then I can't proceed further.
The game was bought from Gamersgate however for activation it seems to use
Impulse Reactor DRM (whatever it is).
--
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=27522
Summary: Mouse motion blocked or laggy while clicking
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pilota51(a)gmail.com
This regression started in 1.3.19 and appears to be related to the fix of Bug
6971.
I posted Bug 6971 comment 512 regarding this issue trying to see if anyone else
was experiencing it, which seemed to be ignored. I'm not sure if the lack of
complaints is because of a rare combination on my system or because not many
people play the affected games in Wine. I've recently reinstalled Ubuntu (for
other reasons) and tried a clean .wine directory as per the guidelines, but
this issue remained.
In Battlefield 1942 starting at 1.3.19, the mouse completely stops moving when
clicking a mouse button and allows moving again when the button is released.
The issue exists both in the menu and in-game. BF1942 did not experience Bug
6971.
In 1.3.19 (not later releases, but worth noting) only the first click would
register. All clicks register in 1.3.20 and later.
In Unreal Tournament 3 starting at 1.3.20, with the option enabled, there is
significant lag in mouse movement while clicking, about 1 second between
refreshes. With it disabled, there is no issue with clicking and moving the
mouse simultaneously, but of course the mouse will leave the window.
I've also noticed that while clicking and inducing the lag, the range of the
mouse is limited, which tells me the issue with window borders hasn't been
fixed entirely even though the mouse doesn't escape. Releasing the button will
allow full motion.
This is what I did to test how the mouse range behaves:
1. Hold a button down and rotate all the way to the right until it won't go
further.
2. Release button, either don't rotate or only rotate right.
3. Hold button again and notice how it still doesn't move any further right.
4. Release button and spin left a few times.
5. Hold button and notice how it won't rotate any further left.
The reason UT3 didn't have this issue in 1.3.19 is because the option simply
didn't work until Bug 6971 was fixed in 1.3.20. As for why BF1942 has this
problem and other games don't, I have a few guesses but I'm not sure.
If I have time later I might mess with the source and build it to find exactly
which code causes it. Looks like one of the last 3 commits on mouse.c contain
the cause.
--
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=10870
Summary: New DirectDraw hardware acceleration slow on nvidia
driver 100.14.19 in Starcraft
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wiebe(a)halfgaar.net
Created an attachment (id=9763)
--> (http://bugs.winehq.org/attachment.cgi?id=9763)
Outfrom from glxinfo using nvidia-drivers 100.14.19.
As I understand it, Wine can use a new way of accelerating DirectDraw, using
OpenGL, since version 0.9.47, which can be activated by setting
DirectDrawRenderer to opengl, and RenderTargetLockMode to "readtex". When I
still used Nvidia drivers 87.something, StarCraft (which uses 8 bit color) ran
perfectly smooth. However, now that I've upgraded to 100.14.19, it runs
extremely slow, but only when selecting an Overmind or an Egg. When selecting
any other building or unit, it runs as smooth as before.
When running with GDI, the game also runs slower with an Overmind selected.
However, not as slow as in OpenGL mode.
Specs:
- Gentoo Linux.
- Wine: 0.9.51 (also tested 0.9.50, which was the version I used together with
the older nvidia drivers).
- Video card: GeForce 6600 LE.
- nvidia-driver: 100.14.19
- CPU/RAM: AMD Athlon X2 3800+/2GB RAM.
- Glibc: 2.6.1.
- GCC: 4.1.2.
- Kernel: 2.6.22-gentoo-r5.
Output from glxinfo is attached.
--
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=22407
Summary: Star Wars DroidWorks severe graphical glitch
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt(a)mattmccutchen.net
I am running Star Wars DroidWorks on Fedora 12 with the nvidia proprietary
video driver and Wine 1.1.43 installed from the upstream source. Most of the
UI suffers a severe graphical glitch in which the screen flips back and forth
between two images several times per second. Typically, one image is of the
correct screen contents and the other is from several seconds ago. Moving the
cursor while one image is visible leaves a trail copied from the other image.
The glitch is a severe annoyance, but the only game feature to actually become
effectively unusable is the "Part Info" box in the workshop, when it is
flipping between text about two different parts. Luckily, the actual missions
do not exhibit the glitch.
The log in attachment 27425 is applicable to this bug. The crash in that log
happens upon exit from the game.
It makes no difference whether I enable the "virtual desktop" in winecfg.
I read that Wine has a "desktop double buffering" feature and it sounds like it
could be causing the phenomenon, but recent Wine versions do not seem to
provide a way to disable desktop double buffering.
--
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=22154
Summary: steam + flash crashes?
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Recently, I added a steam verb to winetricks (it installs flash, too,
since that's needed for scrolling or something).
Shortly thereafter, some change to wine caused this to regress -
steam as installed by winetricks now crashes after putting up its main
window, possibly while displaying some flash content.
I had some trouble bisecting, but it looks like the first bad commit is
commit 89fef0e669dcf323b6eeb481edfe9c91f68f4840
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Mar 16 19:02:22 2010 +0100
ddraw: Fix IDirectDraw4Impl_GetSurfaceFromDC().
Reverting it makes the problem go away (though because of
X bugs like
xcb_io.c:378: _XAllocID: Assertion `ret != inval_id' failed
I sometimes have to try several times. I hear this is fixed in Lucid.)
(Note that the steam verb uses ie6, so this isn't really supported, but it'd
be nice if it didn't regress.)
--
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=11698
Summary: Baldurs Gate 2: libglcore division by zero when right-
click on inventory items
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l.jirkovsky(a)gmail.com
Created an attachment (id=10918)
--> (http://bugs.winehq.org/attachment.cgi?id=10918)
wine crash log
Tested in wine 0.9.55 and 0.9.56
Steps to reproduce:
1. start a new game.
2. get weapons hidden in table next to the golem
3. try to get info about mace (right click on mace in inventory menu)
debugger output 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=10520
Summary: Sanitarium - bottom surface moving too fast
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wpk(a)culm.net
Created an attachment (id=9263)
--> (http://bugs.winehq.org/attachment.cgi?id=9263)
Screen after moving a little bit to the right - bottom surface too far to the
left
See attached screenshots, nothing is wrong with moving up/down, but when moving
to the left/right bottom surface seems to be 'faster' (about 2x) than all other
objects on screen
--
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=17086
Summary: Wonderland Online 3.0.1 crashes after agreeing to the
user agreement.
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://wl.igg.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: just.berg(a)aggiemail.usu.edu
Start Program
click -> Enter Game
pick update source ("download point")
click -> confirm
click -> begin update (successful for me)
click -> start game
click -> agree
Error message
Title: alogin
Message : You are unable to reset the default data. Please check your
information.
I have tested this in 24 bit color mode and will test in 16 bit color mode.
Using nvidia accelerated graphics driver 177.
Geforce 7600 GS
AMD Athlon 64 x2 dual core processor 5000+
2 gb ram
Ubuntu inside windows.
--
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=10027
Summary: Zoo Tycoon crashes when starting up
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: yoshifan1(a)gmail.com
Created an attachment (id=8556)
--> (http://bugs.winehq.org/attachment.cgi?id=8556)
Output from wine
Crashes during the now loading screen on startup.
--
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=9281
Summary: Characters in Sacred Demo are not being displayed
because of Specular Lighting not being supported yet
Product: Wine
Version: 0.9.42.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)gamesplace.info
Characters are not being displayed in Sacred Demo because of Specular Lighting
not being supported yet.
Following errors are being displayed:
err:ddraw:set_render_state Specular Lighting not supported yet.
--
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=16399
Summary: Theocracy say "create Directdraw Failed"
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.download.com/Theocracy-demo/3000-7562_4-
10042277.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxm60(a)gmail.com
wine theocracy.exe
MAX XXXXXXXXXXXXXXX:======= 60
GetMax: : : : :::60
MAX XXXXXXXXXXXXXXX:======= 120
GetMax: : : : :::120
MAX XXXXXXXXXXXXXXX:======= 96
GetMax: : : : :::96
MAX XXXXXXXXXXXXXXX:======= 80
GetMax: : : : :::80
MAX XXXXXXXXXXXXXXX:======= 74
GetMax: : : : :::74
MAX XXXXXXXXXXXXXXX:======= 110
GetMax: : : : :::110
AddReceiver: 1(1)
WM_ACTIVATE
WM_ACTIVATE
--
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=14460
Summary: Arx Fatalis crashes after "New Game"
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juergenw_(a)freenet.de
Created an attachment (id=14779)
--> (http://bugs.winehq.org/attachment.cgi?id=14779)
arx_crash_backtrace
Arx Fatalis (Return to the Underground) crashes in game menu when
selecting/starting a new game.
Wine Direct3D:
OffScreenRenderingMode=backbuffer/fbo/pbuffer
UseGLSL=enabled
VideoMemorySize=256
See encl. backtrace.
Add. system info:
Athlon64 3800+ (single core) - Fedora 8 / kernel-2.6.25.9-40
Geforce 7600GT/256Mb - nvidia-driver 173.14.09
--
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=16502
Summary: InstallAnywhere (java) just displays en empty canvas
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aelschuring(a)hotmail.com
CC: stefan(a)codeweavers.com
This is related to bug #11603. InstallAnywhere is Java-based installation
software used in Football Manager 08. After extracting, the installer is
started with the following command line (shortened for brevity):
cwd: C:\windows\temp\I1229269847\Windows
cmd: ".\resource\jre\bin\javaw.exe" -Xms16777216 -Xmx50331648 -classpath "..."
com.zerog.lax.LAX "./setup.lax" "C:/windows/temp/lax6771.tmp"
The installer window appears, but is all grey. The screen should display an
image and a language selection menu. Clicking in the area where the menu should
be, a box is shown, but again it is all grey.
There are multiple separate issues with this installer (one is that
confirmation dialogs are spawned infinitely). This bug will make it very hard
to bisect the other bugs, but I'll see what I can do.
Bisection results follow. I'm a little surprised to see a d3d commit, I had
expected to find a ddraw or a gdi patch. Is this plausible or did I mess up?
34b37fe2411d83f1a6f3e11a7a1e4d28bd9b36ba is first bad commit
commit 34b37fe2411d83f1a6f3e11a7a1e4d28bd9b36ba
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Aug 5 14:24:10 2008 -0500
d3d: Remove IWineD3DDevice::SetHwnd.
--
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=11984
Summary: Xinerama Fullscreen Broken
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: etaoins(a)gmail.com
Red Alert 2 no longer correctly handles full screen using TwinView (Nvidia
specific Xinerama-like hack) in Wine 0.9.57
In Wine 0.9.56:
-Specifying the resolution of one monitor in RA.INI would fail with no matching
mode found
-Specifying the total resolution of the desktop would result in Red Alert
spanning both monitors. This was the intended behaviour
In Wine 0.9.57:
-Specifying the resolution of one monitor in RA.INI still fails
-Specifying the total resolution of the desktop will result in Red Alert only
appearing in one monitor and being "cut off" halfway through. The unobscured
Gnome desktop appears in the second window and is usable as normal.
--
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=20310
Summary: DirectDraw transparency
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: radzio.cool(a)gmail.com
I found game Original War doesn't look well because of broken transparency in
DDraw.
The function in DDraw, that should ignore the specific (currently blue) color
and paint the rest, paints everything so the effect isn't nice as you get blue
panels where you should see the background.
--
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=9826
Summary: OpenGL rendering in C&C TS/RA2 not working for newer
GeForce cards
Product: Wine
Version: 0.9.45.
Platform: PC
URL: ftp://ftp.westwood.com/pub/tiberiansun/previews/demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
While setting DirectDrawRenderer = 'opengl' gives great speed improvements for
GeForce FX cards, it renders the game unstable with GeForce 6 or 7 cards, and
makes the drawing even slower.
--
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=15129
Summary: Tibia.exe: "The App is requesting a D3D device, but a
non-OpenGL surface type was choosen. Prepare for
trouble!"
Product: Wine
Version: 1.1.3
Platform: PC
URL: https://secure.tibia.com/account/?subtopic=downloadclien
t
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blahboybang(a)gmail.com
Created an attachment (id=15838)
--> (http://bugs.winehq.org/attachment.cgi?id=15838)
Error log
Tibia runs, but has a terribly crippled display in DirectX 5.0 mode, giving a
bit of information and then a continuous error line. The error log is 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=9843
Summary: Gothic crashes when entering old mine
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d1m1(a)gmx.ch
Created an attachment (id=8312)
--> (http://bugs.winehq.org/attachment.cgi?id=8312)
wine stderr, no WINEDEBUG set
This bug shows the same behaviour (from the players view, the game window, not
the console output (which looks similar too, but i didn't compare)) as this
bug, which is already fixed, with the exception that it doesn't freeze very
long.
(but i did neither test on ati-cards nor did i wait over 7 minutes in the world
until the game crashes, if it does)
http://bugs.winehq.org/show_bug.cgi?id=6142
and at the same time has the same regression as this bug:
http://bugs.winehq.org/show_bug.cgi?id=8835
which is fixed too:
summary:
When entering the old mine, gothic freezes for a while and then quits (crash)
e7578dca3612ebf8c549718ae659284e64797749 is first bad commit
--
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=21860
Summary: Warhammer: Dark Omen requires an explicit Backbuffer
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcarthew(a)mbarron.net
The game Warhammer Dark Omen crashes upon loading with the error message:
Application tried to create an explicit front or back buffer.
--
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=17544
Summary: Gothic does not start (black screen) due to ddraw error
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juergenw_(a)freenet.de
Created an attachment (id=19693)
--> (http://bugs.winehq.org/attachment.cgi?id=19693)
wine_crashlog
"Gothic1" game starts then hangs with a black screen due to ddraw error, see
enclose log.
My system info:
Mobile Intel GM965 Core2Duo(T8300) 2.4Ghz with integrated GMA X3100(256MB
shared memory)
Debian 5.0 (Lenny)
Xorg-7.3
xserver-xorg-intel-2:2.3.2-2+lenny6
--
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=12723
Summary: LEGO Island Xtreme Stunts: always wants to install
DirectX8.1
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Georg.Klug(a)gmx.net
Created an attachment (id=12375)
--> (http://bugs.winehq.org/attachment.cgi?id=12375)
Log of the starting with "WINEDEBUG=+ddraw,+d3d7"
The game installs fine at first, but wants to install DirectX 8.1 also.
Starting the application after that shows up a menu. This menu does NOT allow
the actual game playing, but only offers an option to install DirectX 8.1.
Conclusion might be that the game cannot detect a DirectX Version 8.1. See
log.
--
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=11051
Summary: Grand Thef Auto windows version hangs on start
Product: Wine
Version: 0.9.51.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
Created an attachment (id=10057)
--> (http://bugs.winehq.org/attachment.cgi?id=10057)
trace output with +relay
In Grand Theft Auto (the original, and best version), running "GRAND THEFT
AUTO.EXE" the game hangs without starting.
Attached a ~relay trace.
Any more appropriate traces?
--
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=15368
Summary: HMM IV game now crashes somewhere in DirectX since WinE
1.1.4 or so.
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t3st3r(a)mail.ru
Kubuntu 8.04.1 x64, Wine 1.1.5 (latest available).
Release 1.1.4 and above have some changes in DirectX which lead to crash when
trying to play Heroes of Might and Magic IV. Before these changes this game
basically worked but there were some issues with full screen and window menu.
Now however there is just crash instead. Attempted to roll back to 1.0 - then
HMMIV works again.
Backtrace 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=10979
Summary: Descent FreeSpace Retail and Demo hang in
IDirectDraw2Impl_SetDisplayMode
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: remailer(a)gmail.com
Created an attachment (id=9935)
--> (http://bugs.winehq.org/attachment.cgi?id=9935)
WINEDEBUG=relay wine FS.exe 2>FS.exe.txt ; bzip2 FS.exe.txt
Descent FreeSpace the Great War Retail and Demo appear to hang in
IDirectDraw2Impl_SetDisplayMode. Tested with 800x600 virtual desktop.
Attached relay log of wine-0.9.52 - I don't think this application has been
working under wine before.
The demo version can be obtained from here:
http://www.pxo.net/files/fsdemo10.exe - 26MB
The hang occurs regardless of whether software or hardware acceleration is used
in the settings. I interrupted wine after several minutes of this behavior
which is where the log terminates.
--
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=19933
Summary: KISS Psycho Circus The Nightmare Child game: User
interface broken
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dd9k(a)aol.com
When playing the game, any pop-up parts of ingame Heads-up-Display give the
flickering garbage for the time of being present, taking the whole screen and
preventing normal gameplay. Game is based on LithTech 1.x / 2.x engine. It uses
Direct3D 7. Tried both native libs and Wine's. The wine log is full of the same
errors related to texture (No need to attach the log - there is the one and
only error over and over again). The game stores textures in PCX format.
Here it is how the error looks like:
err:d3d7:IDirect3DDeviceImpl_3_GetRenderState Unexpected texture stage state
setup, returning D3DTBLEND_MODULATE - likely erroneous
In 5 minutes of gameplay I get a 380Mib wine log containing this error.
Video is GeForce 9400GT, using proprietary nvidia driver.
--
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=15000
Summary: wine 1.1.3 stops me from playing Fallout Tactics
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arjann(a)gmail.com
Fallout Tactics is no longer functional with wine 1.1.3, a fatal error stops
the game from being played. The game was working on platinum level with wine
1.1.2 so i think its what you call a regression?!
--
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=14946
Summary: Aliens vs Predator exits while starting game engine -
regression
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
Aliens vs Predator exits when starting the game engine from the startup menu.
Regression caused by commit c1bbab7c (draw: Send the ddraw output to the
clipper window, if any.)
http://source.winehq.org/git/wine.git/?a=commit;h=c1bbab7c54618935d74b7d2b7…
Other dx7 games have problems caused by this commit too:
Thief/Thief2 exit when swtching out of game's 3d engine, using the esc key to
go to in-game menu.
--
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=12138
Summary: Screenshots black or sheared for DirectX games
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)ibboard.co.uk
Originally posted at http://forum.winehq.org/viewtopic.php?t=298 as a request
for whether it could be fixed through config etc.
I'm trying to take screenshots of the Dawn of War game through Wine. The game
runs fine with Wine and under Windows it has a built-in screenshot function
that dumps a JPEG to a sub-folder.
Under Wine the game never gets the print screen request because Compiz or
Metacity hijack the signal first and start Gnome-Screenshot. Sometimes the
screenshot is okay, but other times the screenshot has shearing/artifacting it
in, presumably because the trooper in the game moved before the screenshot app
could copy the whole image buffer.
If I change the key bindings so that nothing is intercepting the print screen
then I do get a screenshot in the folder as expected, but it is pure black and
so isn't very useful.
Apparently this is a bug that has been fixed before. I've assumed it is some
form of DirectX issue.
Graphics: Radeon X800XL with FGLRX v8.3 using AIGLX on XOrg server 7.3
OS: Fedora 8
Wine: 0.9.56 from Fedora repos
Tested under: Compiz-Fusion and Metacity
Success rate: Occasional for Gnome-Screenshot. Some screenshots only have minor
shearing/artifacting and are usable, others are terrible.
Example screenshots can be provided if necessary.
--
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=14917
Summary: Ddraw Realizepalette regression
Product: Wine
Version: CVS/GIT
Platform: Other
URL: ftp://ftp.westwood.com/pub/redalert/previews/demo/ra95de
mo.zip
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmx.net
Hi,
As of commit e178ddd9e1e16d1a3f52492799692e289eefcf8c wined3d its
RealizePalette function doesn't work anymore in the DirectX Conformance test
(palette fading in fnddraw_dct) and Red Alert in case of the default GDI mode.
RealizePalette itself seems to receive the correct palette (the entries have
been updated correctly) but somehow the changes don't lead to a new image in
x11_copy_to_screen.
The patch that caused the regression is huge (1000+ lines), so debugging it is
time consuming.
Regards,
Roderick
--
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=12842
Summary: Ddraw: visual test fails
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12533)
--> (http://bugs.winehq.org/attachment.cgi?id=12533)
+ddraw in git
Ddraw's visual.c test fails for me consistently in git. +ddraw log attached.
This is on a fresh install of Ubuntu Hardy on an few years old Toshiba laptop.
ATI Mobility radeon 7000.
--
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=12110
Summary: Regression in Starfleet Command game since 0.9.57
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chrobis.com
Created an attachment (id=11491)
--> (http://bugs.winehq.org/attachment.cgi?id=11491)
Output from command line
Since the release of 0.9.57, the Starfleet Command game no longer runs (it had
Platinum status in previous releases). Attempting to run the game now brings up
a a dialog box entitled "Win 95 Interpret..." with text "DirectDraw Init
FAILED", and spews out errors regarding d3d to the command line (see
attachment). Changing the Windows version in winecfg does not appear to help.
--
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=14068
Summary: Blade Runner not drawing overlays
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lcid-fire(a)gmx.net
When playing the game Blade Runner there are objects drawn above the normal
screen. When these objects are shootable and of a certain type (police officer,
training target) they are not drawn.
--
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=12382
Summary: Touhou games don't show backgrounds at startup
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dkeehl(a)gmail.com
Created an attachment (id=11878)
--> (http://bugs.winehq.org/attachment.cgi?id=11878)
Eiyashou with wine 0.9.50
With wine 0.9.50 and later, including the latest 0.9.59, Touhou games dont show
their backgrounds at startup.
Wine 0.9.49 dosent have this porblom.
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=20020
Summary: Metal Fatigue hangs on intro movies if audio is
enabled
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grsfdhj(a)tiscali.it
I'm running wine 1.1.29 on a Slackware64 13.0 (multilib) machine, equipped with
an Athlon 64 FX 55, 1GB of RAM, ATI Radeon X800 XT PE AGP (radeon open-source
drivers version 6.12.2). I installed Metal Fatigue in a clean wine prefix.
If I start Metal Fatigue with sound enabled (either ALSA or OSS) and game CD in
drive, intro movies are played, but game crashes after little time. A window
titled "Program error" appears, but I can't click on close, so I have to
shutdown wine "the hard way".
If I completely disable sound in wine, game starts successfully and intro
movies are played at their full extent, however it seems as keyboard and mouse
are disabled because I can't skip them (and I remember they're skippable).
No meaningful messages are printed to console during game execution.
--
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.