IS4
IS4
This is strange – the crash would indicate that the pickup is being destroyed for a player that doesn't exist (or is somehow else corrupted). I have added a null...
Hmm, the crash is definitely on [this line](https://github.com/IllidanS4/YSF/blob/b62d1560f20a53752d6fea852235ab0da7a75793/src/CPlugin.cpp#L658). I think I might have got an idea, thanks to my recent experiments with actors (which work the same way in the...
Can you also post the crash log from crashdetect? Do releases R17 - R18 work, or is R16 the last working version for you? When are these errors printed?
Please upload the dll so that I can check the address. Also no need to mention me every time; I do get notified of new issues.
The crash seems to originate from the hook for `SetPlayerObjectMaterial`. Can you try `StorePlayerObjectsMaterial 0` in YSF.cfg?
Ah, sorry, seems like the function didn't react to the config option. Try compiling the latest commit.
Can you try replacing the lib/subhook folder from the latest version with the one from the version that works for you?
Can you please upload the whole server setup you use (or another one that also crashes) here?
I cannot reproduce the crash on my setup, so if I am to be able to inspect it, I need an example server where this happens.