hannesmann / vanillafixes

Client modification for WoW 1.12.1 to eliminate stutter and animation lag
MIT License
132 stars 15 forks source link

Unable to load in Wowreeb #23

Closed Rugara312 closed 2 months ago

Rugara312 commented 11 months ago

I have updated the config but keep getting an error.

<?xml version="1.0" encoding="utf-8"?>

error

Buggyswires commented 11 months ago

I tried the same yesterday because i wanted to use Vanillafixes + ReShade and tried to prelaunch the VfPatcher.dll in WoWReeb

= same error

hannesmann commented 11 months ago

The Method field should be omitted for VanillaFixes:

<DLL Path="D:\Turtle WoW\VfPatcher.dll" />
<DLL Path="D:\Turtle WoW\nampower.dll" Method="Load" />

(That should probably be documented somewhere...)

Buggyswires commented 11 months ago

After i removed the Method field i get this

image

I guess the problem might be that VanillaFixes brings its own d3d9.dll while ReShade also adds the opengl32.dll

hannesmann commented 11 months ago

VanillaFixes should definitely work with wowreeb since version 3.5 (https://github.com/namreeb/wowreeb/issues/20#issuecomment-1366997088). An error code of 5 means ERROR_ACCESS_DENIED, does it work if you try to inject any other DLL like nampower.dll?

Buggyswires commented 11 months ago

Yes, i was using nampower.dll only and that one was working (or at least didnt throw an error)

<--  <DLL Path="d:\<wow path>\VfPatcher.dll" /> -->
 <DLL Path="d:\<wow path>\nampower 2.2\nampower.dll" Method="Load" />

wow path anonymized

hannesmann commented 2 months ago

Closing since I tested this again and it still works with the latest version.