User Details
- User Since
- Mar 23 2025, 4:05 PM (5 w, 3 d)
Tue, Apr 15
@ELJubJubs Please make a ticket in EscapeFromDayZ discord regarding this so I can look into that further
@Salutesh We are and I’d say a very large majority of popular modded servers do too
Wed, Apr 9
@DozingChopper What was the fix?
Wed, Apr 2
WIN-040M49FQNLM, 31.03 2025 14:34:10
Unhandled exception
WIN-040M49FQNLM, 31.03 2025 21:17:33
NULL pointer to instance
Class: 'WeaponFSM'
Function: 'SaveCurrentFSMState'
Stack trace:
scripts/4_World/entities\firearms\weaponfsm.c:406
scripts/4_World/entities\firearms\weapon_base.c:566
WIN-NO3O948RSQA, 31.03 2025 06:59:22
Unhandled exception
WIN-NO3O948RSQA, 01.04 2025 20:50:07
Unhandled exception
Mar 28 2025
Mar 27 2025
void SaveCurrentFSMState(ParamsWriteContext ctx) { if (m_fsm && m_fsm.IsRunning()) { if (m_fsm.SaveCurrentFSMState(ctx)) { if (LogManager.IsWeaponLogEnable()) { wpnDebugPrint("[wpnfsm] " + Object.GetDebugName(this) + " Weapon=" + this + " state saved."); } } else Error("[wpnfsm] " + Object.GetDebugName(this) + " Weapon=" + this + " state NOT saved."); } else Error("[wpnfsm] " + Object.GetDebugName(this) + " Weapon.SaveCurrentFSMState: trying to save weapon without FSM (or uninitialized weapon) this=" + this + " type=" + GetType()); }
This has been ruining our servers and causing our community many problems for weeks now and we have tried EVERYTHING.
@Geez What else can we do to help you investigate this? Like he said this only started happening some time after 1.27 and that hotfix without us changing anything to our weapon mods. It is causing our servers much pain dealing with the multiple crashes we get daily
Unhandled exception
Mar 24 2025
WIN-040M49FQNLM, 24.03 2025 14:50:09
Unhandled exception
Mar 23 2025
Getting same crash like crazy
Function: 'SaveCurrentFSMState'
Stack trace:
scripts/4_World/entities\firearms\weapon_base.c:564