Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not work with gamepass version #1

Open
dukedagmor opened this issue May 13, 2022 · 6 comments
Open

does not work with gamepass version #1

dukedagmor opened this issue May 13, 2022 · 6 comments

Comments

@dukedagmor
Copy link

I really hope you are able to fix the gamepass version :)
afbeelding
afbeelding

@adm244
Copy link
Owner

adm244 commented May 16, 2022

It looks like this version has been recompiled as 64-bit application which means the mod needs to be re-implemented.
It would require finding all of the offsets again, rewriting assembly code and potentially changing logic in case some behavior changed. In other words, it's not an easy fix.

I'll keep this issue open as a reminder to add support for gamepass version, but I can't promise I will actually do it.

@dukedagmor
Copy link
Author

wow that sounds like way to much work
I just got the game somewhere else (GOG for example) and the mod work perfectly

@wegotourselvesareader
Copy link

wegotourselvesareader commented May 27, 2022

wow that sounds like way to much work I just got the game somewhere else (GOG for example) and the mod work perfectly

Got any advice or recommendations for getting the mod to work with the GOG version, from your experience?

I just tried it with the GOG version (v334700, installed today), and the game crashes on startup during the initial corporate animations, with this error:

image

Per the instructions, I copied only the included files and folder into Dishonored\Binaries\Win32.

The game loads successfully without those files present. I'm kinda stumped now. Google isn't helping; I wonder if I'm missing an obvious search term.

In case it's relevant (possibly some sort of native DLL injection prevention?), this is on Windows 10 x64 Pro 21H2, build 19044.1706.

@adm244
Copy link
Owner

adm244 commented May 27, 2022

@wegotourselvesareader
According to nexusmods user laurowa they've been able to solve this problem. Here's what they said:

Hi, I have the GOG version, copied the files into Win32 folder, yet when I run the game I'm getting an error message:
"Fatal error!
Address = 0x0 (filename not found)"

Anyone knows how to fix this? When I remove the mod files, the game works fine.

EDIT: In case someone runs into this problem, how it resolved: it doesn't work when I launch the game through GOG Galaxy or the Start shortcut, but it launches fine if I use the launcher shortcut located in here C:\Program Files (x86)\GOG Galaxy\Games\Dishonored

Link to original post: https://forums.nexusmods.com/index.php?showtopic=8215193/#entry107772808

It seems like GOG Galaxy launcher prevents proper DLL injection process. Might be something worth looking into...

@wegotourselvesareader
Copy link

@wegotourselvesareader According to nexusmods user laurowa they've been able to solve this problem. Here's what they said:

Hi, I have the GOG version, copied the files into Win32 folder, yet when I run the game I'm getting an error message:
"Fatal error!
Address = 0x0 (filename not found)"
Anyone knows how to fix this? When I remove the mod files, the game works fine.
EDIT: In case someone runs into this problem, how it resolved: it doesn't work when I launch the game through GOG Galaxy or the Start shortcut, but it launches fine if I use the launcher shortcut located in here C:\Program Files (x86)\GOG Galaxy\Games\Dishonored

Link to original post: https://forums.nexusmods.com/index.php?showtopic=8215193/#entry107772808

It seems like GOG Galaxy launcher prevents proper DLL injection process. Might be something worth looking into...

I can't believe it. I looked at the Nexus Mods forum, but missed that post. I guess I should open my eyes...

That suggestion did the trick. The game loads successfully, with the mod, and I can see the Statistics menu entry now.

Many thanks for the tip.

@sdasda7777
Copy link

sdasda7777 commented Jan 14, 2023

Hey, this mod doesn't seem to work on the Epic Games version either (tried both 1.1 and hotfix), but since it is also 64-bit, I assume that is actually still this exact version and this exact issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants