https://bugs.winehq.org/show_bug.cgi?id=46817
Bug ID: 46817 Summary: Steam Big Picture needs d3d11_device_CreateDeviceContextState Product: Wine Version: 4.2 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Split from bug 44120.
Big picture currently errors with
Assertion Failed: No D2D device created, possible no GPU supporting D3D10_FEATURE_LEVEL_9_1 or higher was found? Can't create surface
The problem is fixed by adding a stub like
########## static HRESULT STDMETHODCALLTYPE d3d11_device_CreateDeviceContextState(...) { *chosen_feature_level = feature_levels[0];
return S_OK; } ##########
This makes big picture mode open, but you still have a blackscreen due to missing d3d10 effects support. But judging from the sounds, it atleast works instead of crashing.
https://bugs.winehq.org/show_bug.cgi?id=46817
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |44120
https://bugs.winehq.org/show_bug.cgi?id=46817
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://steamcdn-a.akamaihd | |.net/client/installer/Steam | |Setup.exe
https://bugs.winehq.org/show_bug.cgi?id=46817
Chiitoo escomk3@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |escomk3@hotmail.com
--- Comment #1 from Chiitoo escomk3@hotmail.com --- Probably a duplicate of bug 46775 [1], though the issue is better documented here.
1. https://bugs.winehq.org/show_bug.cgi?id=46775
https://bugs.winehq.org/show_bug.cgi?id=46817
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |846276f3caf5325297eeeb722c5 | |92c5311b86bba Resolution|--- |FIXED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- This is implemented now, 846276f3caf5325297eeeb722c592c5311b86bba.
https://bugs.winehq.org/show_bug.cgi?id=46817
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.5.
https://bugs.winehq.org/show_bug.cgi?id=46817
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |6.0.x
https://bugs.winehq.org/show_bug.cgi?id=46817
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|6.0.x |---
--- Comment #4 from Michael Stefaniuc mstefani@winehq.org --- Removing the 6.0.x milestone from bug fixes included in 6.0.2.