Git Product home page Git Product logo

Comments (6)

doitsujin avatar doitsujin commented on July 21, 2024

Not directly related to D3D11, this is something that needs to be fixed in Wine.

from dxvk.

gravndal avatar gravndal commented on July 21, 2024

Yeah I completely missed the ++ b/dlls/ole32/compobj.c in https://bugs.winehq.org/attachment.cgi?id=59204&action=diff making it seem like the diff only touched b/dlls/dxgi/utils.c.

Anyway, running it with the relevant bit of the patch applied yields a different results:

Still no apitrace.

from dxvk.

kakra avatar kakra commented on July 21, 2024

@gravndal Did you have any progress in solving this last exception you reported? Because I'm stuck at the same stage.

from dxvk.

gravndal avatar gravndal commented on July 21, 2024

@kakra The game runs just fine with Mesa 18.1.1, and recent builds of DXVK and Wine Staging with the relevant half of the patch I linked applied, namely:

--- a/dlls/ole32/compobj.c
+++ b/dlls/ole32/compobj.c
@@ -3213,6 +3213,7 @@
 {
     MULTI_QI multi_qi = { iid };
     HRESULT hres;
+    CoInitialize(NULL);
 
     TRACE("(rclsid=%s, pUnkOuter=%p, dwClsContext=%08x, riid=%s, ppv=%p)\n", debugstr_guid(rclsid),
           pUnkOuter, dwClsContext, debugstr_guid(iid), ppv);

from dxvk.

kakra avatar kakra commented on July 21, 2024

This fix didn't help here, and according to latest updates in the wine bug tracker, it is also no longer needed. But let me try again, I'll report back. I first want to fix rendering issues I'm seeing in Witcher 3 with DXVK to sort other potential problems out.

Let me correct this: I indeed already have it in my bugfixes patchset:
kakra/wine@3c21141

from dxvk.

kakra avatar kakra commented on July 21, 2024

Meanwhile, I've fixed another problem (PoE couldn't load textures). My wine patchsets include the windowscodecs patches from staging which fixes this problem and it runs flawlessly. I'm currently in the process of upgrading the patches to wine-3.12. You can have a look here:

https://github.com/kakra/wine

Please export patches from the branches as you feel needing them. patches-3.xx/wincodecs is definitely one of the needed patches. The patches are based against vanilla wine and work with dxvk. I'm running it successfully: PoE works mostly without stutters (only when shaders are seen the first time), and works pretty well in 4k resolution (40+ fps) without dynamic resolution dropping it back to 1/2 resolution.

The pulseaudio patches allow PoE to see your headset/headphones as a separate device so you can assign them within PoE.

The rest are some more or less necessary bugfixes and performance patches you may want to use. This patchset also runs other games here like Skyrim SE and Witcher 3 with DXVK without problems so far.

from dxvk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.