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

Silent crash after closing the game with PlugY and BaseMod #4

Open
ubeogesh opened this issue May 31, 2020 · 3 comments
Open

Silent crash after closing the game with PlugY and BaseMod #4

ubeogesh opened this issue May 31, 2020 · 3 comments

Comments

@ubeogesh
Copy link

ubeogesh commented May 31, 2020

You need BaseMod plugin for this: https://d2mods.info/forum/viewtopic.php?f=5&t=65492

  1. Copy BaseMod.dll and BaseMod.ini into D2 folder
  2. In PlugY.ini, set DllToLoad=BaseMod.dll
  3. Note that BaseMod won't start out of the box, need to disable it's StringTable feature
    3.1. In BaseMod.ini, set following:
    [StringTable]
    Enabled=0
  4. Run PlugY via PlugYRun.exe
  5. Close the game

Result:
BlizzardError folder appears with a crash report. Here are the crash log and dump
Minidump.zip
Crash.txt
D2200531.txt

@tytannial
Copy link

I think you should contact with Devurandom for solving the issue. Maybe his modifies confilcts with this. He made BaseMod without plugy for 1.14d. You should let him know.

@ghost
Copy link

ghost commented Nov 5, 2020

The problem is the call D2FogMemDeAlloc function in version 1.14d. I am looking into this problem. All this function does is allocate memory for a string. I will let you know what I find out. I have forked @ChaosMarc repository.

@ghost
Copy link

ghost commented Nov 6, 2020

I pushed a fix for this on @ChaosMarc repository.

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

2 participants