-
Notifications
You must be signed in to change notification settings - Fork 23
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
Black block below Scroll of Inifuss #81
Comments
The likely cause of this issue is that I've changed the draw ordering of the screen background. Normally, the screen background is drawn after most other panel elements, and this vanilla behavior is the cause of certain kinds of visual bugs. At the same time, when the Scroll of Inifuss screen is drawn, a black rectangle area is also drawn. This is normally covered up by the screen background being drawn after other elements. In this case, I will have to remove whatever code is causing the black rectangle to be drawn. Function causing the issue: D2Client.dll+7DE00 (1.13C) |
Fix found, NOP bytes in range D2Client.dll (1.13C): [0x7C38D, 0x7C3BA). I will need to apply a patch for all other versions as well. |
Release 3.0.2.6 contains the bugfix. |
This is also mentioned at bolrog/d2dx#165
I do not use D2DX but I am experiencing the same issue, leading me to believe that it is caused by SGD2FreeRes.
I have not tested it exclusively with freeres running though.
My full setup is:
Diablo II LoD v1.14
BaseMod v1.13.9_1
PlugY v14.03
D2LootFilter v0.6a
The text was updated successfully, but these errors were encountered: