https://bugs.winehq.org/show_bug.cgi?id=40823
Bug ID: 40823 Summary: Stone Giant demo crashes after launch Product: Wine Version: 1.9.12 Hardware: x86-64 URL: http://www.geforce.com/games-applications/pc-applicati ons/Stone-Giant-Demo OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: andrey.goosev@gmail.com Distribution: ---
Created attachment 54778 --> https://bugs.winehq.org/attachment.cgi?id=54778 log
wine-1.9.12-161-g754c681
https://bugs.winehq.org/show_bug.cgi?id=40823
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #1 from winetest@luukku.com --- fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type. fixme:dxgi:dxgi_device_init Ignoring adapter type. fixme:d3d11:device_parent_create_swapchain_texture device_parent 0x15cbdc, container_parent 0x188050, wined3d_desc 0x25de3e4, wined3d_texture 0x188098 partial stub! fixme:d3d11:device_parent_create_swapchain_texture Implement DXGI<->wined3d usage conversion. fixme:d3d:wined3d_buffer_create Ignoring access flags (pool).fixme:d3d:wined3d_buffer_create Ignoring access flags (pool). fixme:d3d:wined3d_buffer_create Ignoring access flags (pool). fixme:d3d11:skip_dword_unknown Skipping 4 unknown DWORDs: fixme:d3d11:skip_dword_unknown 0xbf12b9e9 fixme:d3d11:skip_dword_unknown 0xdacab75b fixme:d3d11:skip_dword_unknown 0xd03548f9 fixme:d3d11:skip_dword_unknown 0x45749fb3 fixme:d3d11:skip_dword_unknown Skipping 1 unknown DWORDs: fixme:d3d11:skip_dword_unknown 0x00000001 fixme:d3d11:shdr_handler Unhandled chunk "RDEF" fixme:d3d11:skip_dword_unknown Skipping 1 unknown DWORDs: fixme:d3d11:skip_dword_unknown 0x00000008 fixme:d3d11:skip_dword_unknown Skipping 1 unknown DWORDs: fixme:d3d11:skip_dword_unknown 0x00000008 fixme:d3d11:shdr_handler Unhandled chunk "STAT" wine: Unhandled exception 0x80000003 in thread 59 at address 0x7bc80198 (thread 0059), starting debugger...
The output is definitely a lot different.
wine 1.9.16-git.
https://bugs.winehq.org/show_bug.cgi?id=40823
--- Comment #2 from winetest@luukku.com --- Still crashing wine 1.9.23-git. The output has changed a lot. Tried windowed mode this time. Most likely this bug is currently a dupe of existing bugs. Still needs wine to mature some time.
https://bugs.winehq.org/show_bug.cgi?id=40823
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- (In reply to winetest from comment #2)
Still crashing wine 1.9.23-git. The output has changed a lot. Tried windowed mode this time. Most likely this bug is currently a dupe of existing bugs. Still needs wine to mature some time.
I was unable to reproduce the crash. Can you provide a backtrace/log.?
https://bugs.winehq.org/show_bug.cgi?id=40823
--- Comment #4 from winetest@luukku.com --- Actually you are right.
I don't know the cause why it didnt work as I tested last time. Just in case I removed .wine and installed all defaults and started the game all defaults too.
I would say this bug is indeed fixed.
these and similar lines are spammed at console
fixme:d3d11:d3d11_immediate_context_RSSetState Ignoring depth bias. fixme:d3d11:d3d11_immediate_context_OMSetBlendState Per-rendertarget blend not implemented. fixme:d3d11:d3d11_immediate_context_OMSetBlendState Color mask > 3 not implemented.
The game isnt really usabale yet, the 3d view is so broken someway. I can't really see what's happening on the screen. Something is drawn at the screen.
https://bugs.winehq.org/show_bug.cgi?id=40823
--- Comment #5 from winetest@luukku.com --- Created attachment 56157 --> https://bugs.winehq.org/attachment.cgi?id=56157 crashes wine 1.9.23-git
I have to take my words back.
It crashes again realiably after the stone giant screen.
Even deleting .wine and reinstalling I get the crash now...
So this is race condition?
https://bugs.winehq.org/show_bug.cgi?id=40823
--- Comment #6 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Created attachment 56163 --> https://bugs.winehq.org/attachment.cgi?id=56163 Patch to return an interface a driver cannot be found.
Could you please provide a log, with the following flags. WINEDEBUG=mmdevapi,coreaudio,pulse,alsa,oss
https://bugs.winehq.org/show_bug.cgi?id=40823
--- Comment #7 from winetest@luukku.com --- I tried the patch and it didnt make any difference. All the attempts I have tried to run with wine has failed today.
If you think the cause is audio related I think it's because I fail to build wine with audio support currently. ./configure fails to find 32bit pulseaudio libraries. I changed distro from mint 17 to 18 and it worked before. So either it's because of that or it's regression in wine's side. There is open bug about this. And I have installed pulseaudio libraries, they just don't seem to make any difference. For this reason I am avoiding to test audio related bugs. Also some programs don't start because of that.
But on the other hand I tried wine-staging today and all the apttempts have worked.
I also get game screen with wine-staging that's somehow broken. You can't really understand what's happening on the screen. But the last attempt was different from all the attempts, there was clearly smoke on the screen. and there was cube shaped object with texture on it.
https://bugs.winehq.org/show_bug.cgi?id=40823
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ntdll |mmdevapi
--- Comment #8 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- (In reply to winetest from comment #7)
I tried the patch and it didnt make any difference. All the attempts I have tried to run with wine has failed today.
If you think the cause is audio related I think it's because I fail to build wine with audio support currently. ./configure fails to find 32bit pulseaudio libraries. I changed distro from mint 17 to 18 and it worked before. So either it's because of that or it's regression in wine's side. There is open bug about this. And I have installed pulseaudio libraries, they just don't seem to make any difference. For this reason I am avoiding to test audio related bugs. Also some programs don't start because of that.
This line in you log, suggests that the issue is with audio. err:mmdevapi:DllGetClassObject Driver initialization failed
When I force it into this condition, I can reproduce the crash.
I also get game screen with wine-staging that's somehow broken. You can't really understand what's happening on the screen. But the last attempt was different from all the attempts, there was clearly smoke on the screen. and there was cube shaped object with texture on it.
I have a working pulseaudio, so I've always had it work. (Graphics displaying correctly is another story).
Changed component to mmdevapi. When no audio drivers can be found, Stone Giant crashes.
https://bugs.winehq.org/show_bug.cgi?id=40823
--- Comment #9 from winetest@luukku.com --- I think it's issue on my behalf and this bug should be closed as fixed. Odd thing is that configure shows
checking pulse/pulseaudio.h usability... yes checking pulse/pulseaudio.h presence... yes checking for pulse/pulseaudio.h... yes
but it still prints
configure: libpulse 32-bit development files not found or too old, Pulse won't be supported.
sudo apt-get install libpulse0:i386 libpulse0:i386 is already the newest version (1:8.0-0ubuntu3).
https://bugs.winehq.org/show_bug.cgi?id=40823
--- Comment #10 from winetest@luukku.com --- Ok I got my audio setup somehow corrected that's bug 39524. Launching this demo works now. There are some voices which I couldnt hear before also I can't replicate the crash.
BUT. I noticed that If I change the resolution 1920x1080 from the default and launch the program I do get a crash.
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
But that looks like mono-bug?
https://bugs.winehq.org/show_bug.cgi?id=40823
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=40823
Andrey Gusev andrey.goosev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED URL|http://www.geforce.com/game |https://international.downl |s-applications/pc-applicati |oad.nvidia.com/downloads/co |ons/Stone-Giant-Demo |ol_stuff/demos/StoneGiant-S | |etup.exe Resolution|--- |FIXED
--- Comment #11 from Andrey Gusev andrey.goosev@gmail.com --- Works with wine-6.7-175-g2deb8c2825a
https://bugs.winehq.org/show_bug.cgi?id=40823
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.8.