ValveSoftware / ValveSoftware/Proton
The Misadventures of P.B. Winterbottom (40930)
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 32.8k
- Forks
- 1.6k
- PR merge metrics
- PR metrics pending
Description
Compatibility Report
- Name of the game with compatibility issues: The Misadventures of P.B. Winterbottom
- Steam AppID of the game: 40930
System Information
- GPU: GTX 770
- Driver/LLVM version: 415.18
- Kernel version: 4.19.4-200.fc28
- Link to full system information report: Gist
- Proton version: flibitProton, 3.16-4 Beta with the FAudio changes
I confirm:
- that I haven't found an existing compatibility report for this game.
- that I have checked whether there are updates for my system available.
Symptoms
Winterbottom has two paths, a D3D10 path and a D3D9 path. With the current Proton build, the game picks D3D10 but immediately hits a snag with Effects:
wine: Call from 0x7b43c6bd to unimplemented function d3dx10_43.dll.D3DX10CreateEffectFromResourceW, aborting
This is unimplemented in both Wine and DXVK. AFAIK D3D9 should work just fine, as the Effects for 9 are just SpriteBatch-like shaders and Wine's current implementation should be able to handle it. (And if not, this may be a good time to look at my implementation in MojoShader...)
Note that the game uses XACT for audio; this is known to work with FAudio but may not work with stock Wine.
Reproduction
- Boot game
- Wait
- Read logs
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with steam-40930.log and the reported D3DX10CreateEffectFromResourceW failure. Compare the game's D3D10 and D3D9 paths, including the noted XACT/FAudio dependency, and verify whether the D3D9 path works. Done means the game starts without the reported Effects failure and its compatibility behavior is documented.
Written by the indexing model from the issue text.
Assessment
- Domain
- operating-systems, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100