HDest-Community / Ugly-as-Sin

Enhancement modules for Hideous Destructor
zlib License
21 stars 17 forks source link

Tossing an ammo pouch that has ammo in it sometimes (rarely) causes a VM abort. #148

Closed caligari87 closed 3 years ago

caligari87 commented 3 years ago

image

Reported by D2Icarus#9304 on Discord

caligari87 commented 3 years ago

Another example error screenshot image

ghost commented 3 years ago

It's a division by zero error. https://github.com/caligari87/Ugly-as-Sin/blob/657f2b59bf703342516fadc1530e08b0731cb832/ammopouch/module/ammopouch_bulk.zsc#L45 UnitBulk will be 0 if playing on 0 encumbrance.

caligari87 commented 3 years ago

Got it, will address later. Thank you!