zhyrohaad / AlasiyaEvE

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

Salvage Success causes segfault #71

Closed zhyrohaad closed 4 years ago

zhyrohaad commented 4 years ago

Describe the bug see title

To Reproduce salvage a wreck and wait for success

Expected behavior salvage wrecks without crashing server

zhyrohaad commented 4 years ago

this error has been found and am currently testing a fix

while tracing this, also found salvage items dont scale with wreck size. this will be fixed also.

ryllae commented 4 years ago

also noted here: https://github.com/zhyrohaad/AlasiyaEvE/issues/52

zhyrohaad commented 4 years ago

salvage items scale was being reset before use (stupid re-init) and is fixed. segfault was from wreck being deleted multiple times. or it could have been trying to deref the wreckSE after being deleted the first time. either way, it's fixed now.