daidodo / diablo_edit

Diablo II Character editor.
MIT License
207 stars 55 forks source link

Cannot open offline save #33

Closed LazyCat-DS closed 2 years ago

LazyCat-DS commented 2 years ago

2022.09.19.zip I'm using mod https://www.nexusmods.com/diablo2resurrected/mods/2 but several previous saves with this mod was edited successfully (well, increased inventory and stash was not displayed correctly because of some overlaps, but this was not big deal).

LordTreufeldt commented 2 years ago

I found another error when trying to open a char with a Scroll of Resistances on inventory (Quest reward from Mala, ACT V). The editor splashes an error on opening the char.

daidodo commented 2 years ago

Thanks for the feedback! @LazyCat-DS: it's known that increased inventory and stash will cause problem because the index will be out of bound. @LordTreufeldt: Could you share the d2s file?

LazyCat-DS commented 2 years ago

Same save - attached to my original post. As I remember some items in inventory and stash are outside original grid. Or new one, attached. Both can be opened and edited (first after using Scroll), so issue is only with UI - Items outside original grid cannot be selected or pasted, and if there is something there - it overlaps with other controls. LzCat.zip

daidodo commented 2 years ago

This should be solved by https://github.com/daidodo/diablo_edit/releases/tag/0.21.

Please tell me if you have more questions. Thanks!