zhyrohaad / AlasiyaEvE

Public repo for bug tracking the private Alasiya-EvE codebase
2 stars 0 forks source link

Dragging a mod between slots gives an error; fails. #83

Closed ryllae closed 4 years ago

ryllae commented 4 years ago

While docked, open fitting, equip an Afterburner in a midslot. Drag it to the neighboring slot, crash the server. Also tested with a highslot (salvager).

zhyrohaad commented 4 years ago

I had just spent hours testing all combos I could come up with and no problems. Will get on this my earliest chance.

zhyrohaad commented 4 years ago

found and fixed. it was code i added last-minute AFTER testing, and didnt test it. turns out, was trying to dereference a null pointer without checking first. easy fix. ;)

ryllae commented 4 years ago

Well, we're not crashing, but now I'm seeing an error dialog: These locations are not compatible

zhyrohaad commented 4 years ago

OMG. Simple check, but I've managed to screw it up. Lol. Will fix soon

zhyrohaad commented 4 years ago

fixed and updated