OpenDiablo2 / OpenDiablo2

An open source re-implementation of Diablo 2

Home Page:https://opendiablo2.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove panics from `d2mpq.decompressMulti`

gravestench opened this issue · comments

in d2common/d2fileformats/d2mpq/mpq_stream.go, function decompressMulti

panics should instead bubble up errors to be handled gracefully

This is currently crashing the game if you walk outside of town.

This can wait until @Intyre finishes up his MPQ encoder work. After that is finished, this should become high-priority again.

commented

This was done as part of #1020