http://bugs.winehq.org/show_bug.cgi?id=13530
Summary: Sacrifice (Demo) : Crashes with ati-drivers Product: Wine Version: 1.0-rc2 Platform: PC-x86-64 URL: http://downloads.gamezone.com/demosfiles/t1699.htm OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jb.faq@gmx.de
Hi, I tried to start the Sacrifice Demo, I get the screen were I can select which device and driver I want to use, after that, the game crashes and I get the output following, but first I have to say, that I believe its a driver bug of the proprietary ati-drivers, because it started up with my nvidia card (and drivers). But I'm not sure. Maybe it can be fixed easy with wine.
The output:
linux@workstation ~ $ cd .wine/drive_c/Programme/Shiny/Sacrifice\ Demo/ linux@workstation ~/.wine/drive_c/Programme/Shiny/Sacrifice Demo $ wine Sacrifice.exe ALSA lib pcm.c:6617:(snd_pcm_slave_conf) unknown format unchanged ALSA lib pcm.c:6617:(snd_pcm_slave_conf) unknown format unchanged ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: Datei oder Verzeichnis nicht gefunden fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling mixer fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 16 vertex samplers and 16 total samplers fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) > combined_samplers fixme:win:EnumDisplayDevicesW ((null),0,0x32f4bc,0x00000000), stub! fixme:d3d:test_pbo_functionality >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from Loading the PBO test texture @ directx.c / 3520 fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16 fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (0,0)-(640,480) err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x407561
http://bugs.winehq.org/show_bug.cgi?id=13530
Alexander Dorofeyev alexd4@inbox.lv changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexd4@inbox.lv
--- Comment #1 from Alexander Dorofeyev alexd4@inbox.lv 2008-05-29 12:52:01 --- Does this happen in fullscreen or virtual desktop mode? Could be bug#12322 that should be fixed since today.
http://bugs.winehq.org/show_bug.cgi?id=13530
--- Comment #2 from Jan Buecken jb.faq@gmx.de 2008-05-29 13:51:13 --- In virtual desktop mode, 800x600.
http://bugs.winehq.org/show_bug.cgi?id=13530
--- Comment #3 from Jan Buecken jb.faq@gmx.de 2008-05-29 14:22:17 --- More information: Gentoo-Linux Ati Mobility Radeon HD 2600 AMD64 (Dual-Core) 00:14.2 Audio device: ATI Technologies Inc SB600 Azalia Xfce-Desktop.
I just tried "taskset -c 1 wine game-executable", the tip you give in the other bug. Same problem. Anyway: Going to checkout the git.
http://bugs.winehq.org/show_bug.cgi?id=13530
--- Comment #4 from Jan Buecken jb.faq@gmx.de 2008-05-30 05:49:56 --- Created an attachment (id=13475) --> (http://bugs.winehq.org/attachment.cgi?id=13475) my glxinfo output
I do some checks, first the glxinfo output
http://bugs.winehq.org/show_bug.cgi?id=13530
--- Comment #5 from Jan Buecken jb.faq@gmx.de 2008-05-30 05:52:17 --- Created an attachment (id=13476) --> (http://bugs.winehq.org/attachment.cgi?id=13476) WINEDEBUG="warn+all, +ddraw, +d3d7, +d3d" with git
linux@workstation ~/.wine/drive_c/Programme/Shiny/Sacrifice Demo $ WINEDEBUG="warn+all, +ddraw, +d3d7, +d3d" ~/wine-git/wine Sacrifice.exe &> winegitoutput
The problem holds with git. Made a trace.
http://bugs.winehq.org/show_bug.cgi?id=13530
--- Comment #6 from Jan Buecken jb.faq@gmx.de 2008-05-30 05:53:54 --- Created an attachment (id=13477) --> (http://bugs.winehq.org/attachment.cgi?id=13477) WINEDEBUG="warn+all, +ddraw, +d3d7, +d3d" with wine 1.0-rc2
linux@workstation ~/.wine/drive_c/Programme/Shiny/Sacrifice Demo $ WINEDEBUG="warn+all, +ddraw, +d3d7, +d3d" wine Sacrifice.exe &> wine1.0rc2output
Tried the same with the 1.0-rc2. Looks like the same trace...
http://bugs.winehq.org/show_bug.cgi?id=13530
Jan Buecken jb.faq@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #13477|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=13530
--- Comment #7 from Alexander Dorofeyev alexd4@inbox.lv 2008-06-09 14:35:56 --- Strange, nothing about ddraw in the logs. Must be crashing very early. And no backtrace either. Perhaps you should try to run it in winedbg, maybe this will give a backtrace.
http://bugs.winehq.org/show_bug.cgi?id=13530
Jan Buecken jb.faq@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #13477|0 |1 is obsolete| |
--- Comment #8 from Jan Buecken jb.faq@gmx.de 2008-06-10 04:15:18 --- Created an attachment (id=13868) --> (http://bugs.winehq.org/attachment.cgi?id=13868) winedbg with cont command
I've no experience with winedbg, but I found the "cont" command and I get output of a page fault with it, hence I post it. Because I read something about "32 bit code" in the output: Did I mentioned that I have an amd64 system? Are there other winedbg commands (I don't find yet) which can offer us new informationen?
http://bugs.winehq.org/show_bug.cgi?id=13530
Jan Buecken jb.faq@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #13477|1 |0 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=13530
Jan Buecken jb.faq@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #9 from Jan Buecken jb.faq@gmx.de 2008-06-22 07:09:07 --- Problem was solved with the new ati-drivers 8.501
Hence it was a driver problem.
Set this bug to invalid.
http://bugs.winehq.org/show_bug.cgi?id=13530
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Austin English austinenglish@gmail.com 2008-11-17 13:12:18 --- Closing.