Page MenuHomeFeedback Tracker
Feed Advanced Search

Today

Gooon added a comment to T189923: SaveCurrentFSMState Crash.

WIN-040M49FQNLM, 31.03 2025 14:34:10
Unhandled exception

Wed, Apr 2, 5:17 AM · DayZ
Gooon updated subscribers of T189923: SaveCurrentFSMState Crash.

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

Wed, Apr 2, 5:16 AM · DayZ
Gooon added a comment to T189923: SaveCurrentFSMState Crash.

WIN-NO3O948RSQA, 31.03 2025 06:59:22
Unhandled exception

Wed, Apr 2, 5:14 AM · DayZ
Gooon added a comment to T189923: SaveCurrentFSMState Crash.

WIN-NO3O948RSQA, 01.04 2025 20:50:07
Unhandled exception

Wed, Apr 2, 5:13 AM · DayZ

Fri, Mar 28

Gooon added a comment to T189923: SaveCurrentFSMState Crash.

Thank you

Fri, Mar 28, 3:23 PM · DayZ

Thu, Mar 27

Gooon added a comment to T189923: SaveCurrentFSMState Crash.
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());
}
Thu, Mar 27, 6:55 PM · DayZ
Gooon added a comment to T189923: SaveCurrentFSMState Crash.

This has been ruining our servers and causing our community many problems for weeks now and we have tried EVERYTHING.

Thu, Mar 27, 4:47 PM · DayZ
Gooon added a comment to T189923: SaveCurrentFSMState Crash.

@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

Thu, Mar 27, 4:23 PM · DayZ

Mon, Mar 24

Gooon added a comment to T189923: SaveCurrentFSMState Crash.

WIN-040M49FQNLM, 24.03 2025 14:50:09
Unhandled exception

Mon, Mar 24, 10:04 PM · DayZ

Sun, Mar 23

Gooon added a comment to T189923: SaveCurrentFSMState Crash.

Getting same crash like crazy
Function: 'SaveCurrentFSMState'
Stack trace:
scripts/4_World/entities\firearms\weapon_base.c:564

Sun, Mar 23, 4:08 PM · DayZ