http://bugs.winehq.org/show_bug.cgi?id=26258
Summary: Light of Altair demo crashes in-game when shaders
enabled (built-in d3dx9_30)
Product: Wine
Version: 1.3.14
Platform: x86
URL: http://demos.gamersgate.com/19261
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=33465)
--> (http://bugs.winehq.org/attachment.cgi?id=33465)
terminal output
The game crashes when I start a new game and shaders are turned on in the
options menu.
How to reproduce:
1. Install the demo, skip the Directx installation step.
2. winetricks d3dx9_36 is needed to workaround bug #24899.
3. Launch the game, make sure shaders are on in the options menu, start a new
game, skip intro >> the game crashes.
Workaround: native d3dx9_30.
Fedora 14
Nvidia GeForce 250 GTS / 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=28850
Bug #: 28850
Summary: Airstrike (Eagles of WWII): choppy music playback
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://www.slithdata.net/files/airstrike_pc/AirstrikeE
aglesOfWorldWarII_Demo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 37060
--> http://bugs.winehq.org/attachment.cgi?id=37060
terminal output
Airstrike: Eagles of World War II is an arcade flight combat game.
Music playback is very choppy, distorted in the game.
Sound effects work fine.
Prior to Wine-1.3.24 there was no music at all.
Workaround: winetricks wmp9 quartz devenum
There are lots of
fixme:quartz:DSoundRender_UpdatePositions Underrun of data occurred!
messages in the log.
Music files are stored in wma format, they have the following properties:
WMA v2/WMA 9, CBR 128 kbps, stereo, 44.1 kHz, 16 bits
The audio files are playing properly e.g. in Totem.
Steps to reproduce the problem in the demo:
1. Install the demo. Place msvbvm60.dll in the game directory (the launcher
needs it). The game requires native d3dx9_36.dll to start.
2. Start the launcher by AS_launcher.exe, go to <Options> and make sure that
music is enabled. Click on <Save and Play>. You can hear the distorted music
playback in the menu of the game.
Fedora 15 x86
Gstreamer 0.10.34 + additional plugins
Alsa 1.0.24
--
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=31910
Bug #: 31910
Summary: KiUserExceptionDispatcher stub crashes Battleye >
1.176
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mgg+winehqbugzilla(a)nobodymuch.org
Classification: Unclassified
Created attachment 42011
--> http://bugs.winehq.org/attachment.cgi?id=42011
Backtrace of crash on 1.5.13 (can create later ones if needed)
DayZ on Arma2 ran well (with graphical glitches) until ~1/Oct/2012, when a new
release (1.176) of the anti-cheat software Battleye (http://battleye.com/) came
out. Previously, Battleye ran perfectly under wine. Apparently, this new
version hooks into the scripting engine functions of Arma2 to monitor for
illegitimate use of script calls. This hooking appears to be implemented by
the insertion of breakpoints/exceptions.
I contacted Battleye about this and related issues, and Bastian Suter was kind
enough to reply with:
"yes, this problem is related to new BE features and I'm afraid I can't do
anything about it when it comes to Wine. Maybe you could report this as a
bug/problem to the Wine devs? Let them know that the KiUserExceptionDispatcher
function is not called in Wine when exceptions happen, which it is on Windows."
I've confirmed that this function is a stub according to the documentation at
http://source.winehq.org/WineAPI/ntdll.html
Reproduction steps:
0. Get a running version of DayZ on Wine (see AppDB)
-
http://appdb.winehq.org/objectManager.php?sClass=version&iId=26387&iTesting…
1. connect to a server with BE enabled (non-BE servers work fine, confirming
this is related to BE)
2. (optional) wait in the lobby for BE to reply with the GUUID message,
indicating BE is fully initialised and the engine is hooked
3. join the game
4. at 80% on the loading bar, presumably when the first scripts run, arma2
crashes with "wine: Unhandled exception 0x80000003 at address 0x6b88dd (thread
0009), starting debugger..." on the instruction "0x006b88dd: int $3"
(breakpoint)
Presumably, this crash occurs because BE's exception handler is not being
called when the exception occurs.
Tested versions:
- wine 1.5.9+raw - 1.5.14
- Battleye 1.176 - 1.179
- Arma2 1.62.97771, DayZ 1.7.2.6
Impact:
Arma2 and DayZ just reached runnable status in 1.5.13 with the inclusion of the
raw input patches (runnable previously by building these patches in). This
issue prevents playing on BE-enabled servers (probably >95% of servers). Other
Battleye games are certain to be affected, if they run on wine. Battleye prior
to 1.176 was working fine, but this is a new BE development so cannot be
counted as 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=18762
Summary: ntdll:RtlpWaitForCriticalSection error in d3d9_main.c
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: holy.smoking.floorboards.batman(a)gmail.com
In case this looks familiar to anyone, I had posted this elsewhere, but was
recommended to find (or post a new) bug regarding the specific direct x
drivers. As the only other bugs I found related seemed off a bit, I figured it
was worth just starting a new one and then have a dev close it if they agree
that it is a dup.
Anyway, I'm having problems with Supreme Commander. When I
start the game, the console output some (but not a whole lot) of stuff, but
when I start the tutorial or go to start a campaign (and the loading screen
finishes) the game crawls to a 1frame / 60+ seconds and I've found that this
error starts displaying (along with some fixme messages that came up earlier
and to which I don't think there is a problem with, right now):
err:ntdll:RtlpWaitForCriticalSection section 0x7e114810 "d3d9_main.c: d3d9_cs"
wait timed out in thread 001f, blocked by 0009, retrying (60 sec)
As far as I'm aware, the game never crashes, but will just crawl along
(displaying the graphics seemingly OK, albeit fantastically slow). As the
error
directly specifies d3d9, I guess it isn't surprising but the audio still
actually plays throughout this.
I just did a clean installation of Wine a few days ago and I know for certain
that the only things different between my wine installation and the default is:
1) msvbvm60.dll exists in system32 (for another game)
2) I used winetricks to install the d3dx* files (but only those files)
Also to note, I installed SupCom from Windows (as the installer requires a bit
of tweaking) and the game is updated to the latest version.
I'm running all of this on a Gentoo AMD64 with an nVidia GeForce 7600GS.
Lastly, my wine version:
app-emulation/wine-1.1.22 USE="X alsa cups gecko jpeg ncurses opengl png samba
ssl xcomposite xml (-dbus) -esd (-gnutls) (-hal) -jack -lcms (-ldap) (-nas)
-oss (-scanner) -win64 -xinerama"
--
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=29320
Bug #: 29320
Summary: kmplayer does not play video
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vaniaz(a)msn.com
Classification: Unclassified
KMPlayer spams lots of this fixme:quartz:Parser_QueryInterface No interface for
{2dd74950-a890-11d1-abe8-00a0c905f375}!
lines when file is open and supposed to be playing.
When file is opened, it shows this lines
fixme:quartz:VideoRendererInner_QueryInterface No interface for
{56a868a6-0ad4-11ce-b03a-0020af0ba770}!
fixme:quartz:DSoundRender_QueryInterface No interface for
{56a868a6-0ad4-11ce-b03a-0020af0ba770}!
fixme:quartz:AsyncReader_QueryInterface No interface for
{b196b28b-bab4-101a-b69c-00aa00341d07}!
fixme:quartz:AsyncReader_QueryInterface No interface for
{9974c148-3b22-43e2-82a0-01c7ad81b3ad}!
fixme:quartz:AsyncReader_QueryInterface No interface for
{c1960960-17f5-11d1-abe1-00a0c905f375}!
fixme:quartz:AsyncReader_QueryInterface No interface for
{cae51d40-5055-4697-804b-2085b111f518}!
fixme:quartz:Parser_QueryInterface No interface for
{b196b28b-bab4-101a-b69c-00aa00341d07}!
fixme:quartz:Parser_QueryInterface No interface for
{9974c148-3b22-43e2-82a0-01c7ad81b3ad}!
fixme:quartz:Parser_QueryInterface No interface for
{c1960960-17f5-11d1-abe1-00a0c905f375}!
fixme:quartz:Parser_QueryInterface No interface for
{cae51d40-5055-4697-804b-2085b111f518}!
fixme:quartz:VideoRendererInner_QueryInterface No interface for
{b196b28b-bab4-101a-b69c-00aa00341d07}!
fixme:quartz:VideoRendererInner_QueryInterface No interface for
{9974c148-3b22-43e2-82a0-01c7ad81b3ad}!
fixme:quartz:VideoRendererInner_QueryInterface No interface for
{c1960960-17f5-11d1-abe1-00a0c905f375}!
fixme:quartz:VideoRendererInner_QueryInterface No interface for
{cae51d40-5055-4697-804b-2085b111f518}!
fixme:quartz:DSoundRender_QueryInterface No interface for
{b196b28b-bab4-101a-b69c-00aa00341d07}!
fixme:quartz:DSoundRender_QueryInterface No interface for
{9974c148-3b22-43e2-82a0-01c7ad81b3ad}!
fixme:quartz:DSoundRender_QueryInterface No interface for
{c1960960-17f5-11d1-abe1-00a0c905f375}!
fixme:quartz:DSoundRender_QueryInterface No interface for
{cae51d40-5055-4697-804b-2085b111f518}!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
--
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=30188
Bug #: 30188
Summary: Megaman X8 freezes and writes a lot of
fixme:quartz:Parser_QueryInterface...
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otaku(a)rambler.ru
Classification: Unclassified
Created attachment 39401
--> http://bugs.winehq.org/attachment.cgi?id=39401
Terminal output (wine 1.4)
Tested on wine 1.4 and 1.2-rc7 (using PlayOnLinux) with nocd
(Megaman X8 runs on 1.2-rc7 as described in
http://appdb.winehq.org/objectManager.php?sClass=version&iId=10380)
Is it a regression?
Is it 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=26146
Summary: WRC FIA World Rally Championship Demo fails to start,
can't play video
Product: Wine
Version: 1.3.13
Platform: x86
URL: http://www.gamershell.com/download_63952.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: winegstreamer
AssignedTo: m.b.lankhorst(a)gmail.com
ReportedBy: austinenglish(a)gmail.com
Download the demo, install. I declined directx9, though it shouldn't matter.
run 'winetricks d3dx9_36' to workaround bug 23919. Start the launcher, choose
play. You'll get the legal info screen, then a black screen.
Terminal shows:
fixme:gstreamer:unknown_type Could not find a filter for caps: audio/x-wma,
wmaversion=(int)3, bitrate=(int)256032, depth=(int)16, rate=(int)48000,
channels=(int)2, block_align=(int)5462,
codec_data=(buffer)1000030000000000000000000000e0000000
fixme:gstreamer:init_new_decoded_pad Linking: 0
fixme:gstreamer:no_more_pads Done
fixme:gstreamer:event_sink 0x779b4d40 stub tag
fixme:gstreamer:event_sink 0x779b4d90 stub tag
fixme:gstreamer:got_data_sink Triggering 0x7816bcc0 0x1b0
fixme:gstreamer:Gstreamer_transform_Cleanup 0x73da0a0 stub
fixme:gstreamer:Gstreamer_transform_Cleanup 0x73da0a0 stub
fixme:gstreamer:Gstreamer_transform_Cleanup 0x73da0a0 stub
that first line is interesting. Playing the video in totem will give me video,
but no sound. In wine, however, I get no video and the game will never start.
native quartz, devenum, wmp9 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=27105
Summary: Megaman legends PC will not run.
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cncwarlord(a)hotmail.com
Created an attachment (id=34547)
--> (http://bugs.winehq.org/attachment.cgi?id=34547)
Picture of error
When I attempt to run megaman legends PC(it installed just fine) it says
errors, and tells me to report this bug to Bugzilla. Picture enclosed. This
program runs fine in compatibility mode with windows 7, and Xp.
--
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=31581
Bug #: 31581
Summary: Supreme Commander (steam version) shows a black screen
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bladud(a)gmail.com
Classification: Unclassified
Created attachment 41529
--> http://bugs.winehq.org/attachment.cgi?id=41529
Console log
When starting Supreme Commander (the steam version) the screen is black.
The resolution changes, I still get the sound effects, I get a cursor, and
apparently mouseover sounds, but nothing else.
Steam has installed d3dx9_31.dll for me, and I installed steam using
winetricks. Both steam and the addon forged alliance work fine.
I didn't try this on older wine versions, so I don't know if it's 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=18490
Summary: Empire: Total War crashes when loading a map
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nwarrenfl(a)gmail.com
Created an attachment (id=21123)
--> (http://bugs.winehq.org/attachment.cgi?id=21123)
Wine output when loading a map
It seems there was no bug report concerning that yet, so i tested it with Wine
1.1.20 and it still crashes when the game tries to load a map.
The game requires multiple buffers, so i used fbo as OffscreenRenderingMode,
otherwise it doesn't load at all.
Now that fbo is used, the game loads, but crashes when loading a map, i've
attached the wine output.
I suppose this isn't enough to find the problem, so if other debug channels are
needed to find the problem, please ask and i'll do it.
Thanks in advance.
--
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.