-
Notifications
You must be signed in to change notification settings - Fork 67
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
Can't generate maps for Act 5 #201
Comments
This generates fine on my diablo2 v1.13c but dies when using Project Diablo 2! looks like all act 5 maps on any seed are not working either
|
Ahh found the problem... ProjectDiablo2 needs to have a registry entry set up correctly, and by using a relative path it is failing to do this Works wine bin/d2-map.exe /app/game --seed 1 --difficulty 2 --map 109 Fails wine bin/d2-map.exe game --seed 1 --difficulty 2 --map 109 I am assuming this might have something to do with all the new maps they have introduced into act5 their endgame mapping system. |
Hmm this doesn't fix it for me. Are you using a normal 1.13c installation? (As in no POD or PD2?) I've also tried on an ubuntu VM with no luck. Are you doing anything different with the game files? Permissions/copying into container or something? Absolute path:
|
Seems if I commented out line 132 in d2_client.c where it exits the process on error: |
Hmm its weird you are getting offset failures with your Dlls Here are the shasums of the Dlls I use
another thought is have you made sure to run the |
Hi, apologies for the necro but I've been testing out this project and FWIW, could not get vanilla D2 1.13c to pass the Norm Rogue Encampment/Act 1 test either:
From the hint above, I commented out the |
I've run into a problem I can't seem to solve generating maps for act 5.
If I try and generate a map from the first 4 acts it works no problem (the first 108 maps):
wine bin/d2-map.exe game --seed 409887176 --difficulty 2 --map 108
<-- this works.However if I try and generate any for act 5, I get this output:
wine bin/d2-map.exe game --seed 409887176 --difficulty 2 --map 109 --verbose
This seems to happen very consistently using Project Diablo 2 for 1.13c, 1.13d and 1.14d.
I thought maybe the expansion wasn't installed correctly, but I've tried a reinstall and re-patching to no avail.
Sometimes it will hang forever, other times it will just quietly stop, sometimes it will say 'We got a big error here'.
I'm running this in docker on windows 10.
docker run -it -v "/E/Games/Diablo II - 1.14d PD2":/app/game blacha/diablo2 /bin/bash
The text was updated successfully, but these errors were encountered: