Bruiserjoe / DOW2Injector

DLL injector which injects DLLs into DOW2 and starts the game to make sure the dlls load correctly
GNU General Public License v3.0
2 stars 1 forks source link

Linux workarounds #2

Open Elcheatobandito opened 4 months ago

Elcheatobandito commented 4 months ago

Hey Bruiser. I was talking with Kharos on the Discord, and thought I would give you a run down of an issue I ran into trying to get your injector working in Wine.

When parsing through the error log that proton spit out, I can see there's an issue with a COM class object not being registered properly. There's probably a specific DLL that is utilizing UI Automation Library version 8 features and is running into issues. Do you have an idea what that could be?

Bruiserjoe commented 4 months ago

No idea, could be the window created by the injector. New release version is using the Profiler.dll method you suggested, try testing that.