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

Reproducable crash with d2lootfilter #157

Open
nelsonmenon opened this issue Apr 15, 2024 · 0 comments
Open

Reproducable crash with d2lootfilter #157

nelsonmenon opened this issue Apr 15, 2024 · 0 comments

Comments

@nelsonmenon
Copy link

I had this issue with d2dx and jarcho identified and fixed it.
I'm now having in d2gl, i'm posting the issue and the solution that jarcho did.

The issue:
If both D2GL (only when NOT using HD font) & d2lootfilter are loaded; as soon as I move my cursor over the Defence stat on the character screen, the game crashes. Can be reproduced with:
d2 1.14d
plugy 14.03
d2lootfilter 0.6b https://github.com/dschu012/d2lootfilter
latest d2gl

The solution:
It's a compatibility issue with d2dx's AA filter. One of d2lootfilter's hooks reaches for data across stack frames and d2dx has a hook in the middle which causes the stack to be shifted. I can probably shuffle around where d2dx hooks to fix it.

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

1 participant