themrdemonized / STALKER-Anomaly-modded-exes

STALKER Anomaly exe edits with patches by community
125 stars 26 forks source link

Unknown crash for modded exe #80

Closed EriczjrWinter closed 3 months ago

EriczjrWinter commented 3 months ago

xray_ericz_07-06-24_13-15-26.zip

themrdemonized commented 3 months ago

please post the log file as well

EriczjrWinter commented 3 months ago

please post the log file as well

xray_ericz.log

themrdemonized commented 3 months ago

Are you trying to use enemy-detecting scope such as gauss rifle one

EriczjrWinter commented 3 months ago

Are you trying to use enemy-detecting scope such as gauss rifle one

Yes, I was using the gauss rifle enemy-detecting scope to aim at a dog and then fired. After the crash, I did it again in the same save file, but no similar crash occurred again. Of course, it's possible that I didn't meet the conditions for triggering again

themrdemonized commented 3 months ago

yea its probably a random bug, cause in the stack trace it tries to refer to some object it tries to detect, but it was destroyed or not created in the first place, a stale null pointer. I probably can add a safe check for this in the next version, hope it helps

EriczjrWinter commented 3 months ago

yea its probably a random bug, cause in the stack trace it tries to refer to some object it tries to detect, but it was destroyed or not created in the first place, a stale null pointer. I probably can add a safe check for this in the next version, hope it helps

thanks for your help.