R2Northstar / NorthstarMods

Squirrel scripts used to recreate server-side gamelogic and add custom content to the game.
MIT License
153 stars 119 forks source link

Server side crash 1.9.3 #480

Closed L1ghtman2k closed 2 years ago

L1ghtman2k commented 2 years ago

sample log:

2022-08-10T11:38:36.028425287Z  [11:38:36] [info] [SERVER SPEW_MESSAGE] Setting player "player sparky_Inc [4]" predicted first person proxy model to "models/weapons/arms/pov_pilot_light_jester_m.mdl" (class "pilot_nomad_male")
2022-08-10T11:38:36.114091949Z  [11:38:36] [info] [SERVER SPEW_MESSAGE] Setting player "player zerytoe [1]" predicted first person proxy model to "models/weapons/arms/pov_pilot_light_jester_m.mdl" (class "pilot_nomad_male")
2022-08-10T11:38:36.118593918Z  [11:38:36] [info] [SERVER SPEW_MESSAGE] Setting player "player dsnvacation [2]" predicted first person proxy model to "models/weapons/arms/pov_pilot_medium_reaper_f.mdl" (class "pilot_medium_female")
2022-08-10T11:38:36.320391702Z  [11:38:36] [info] [SERVER SCRIPT] [ParseableLog]{"subject":"gamestate","verb":"winnerDetermined"}
2022-08-10T11:38:37.324782056Z  [11:38:37] [info] [SERVER SPEW_MESSAGE] Setting player "player TragicRAT55 [3]" predicted first person proxy model to "" (class "spectator")
2022-08-10T11:38:37.536169787Z  [11:38:37] [info] [SERVER SCRIPT] SCRIPT ERROR: [SERVER] Attempted to call SmartAmmo_GetNumTrackersOnEntity on invalid entity
2022-08-10T11:38:37.536468913Z  [11:38:37] [info] [SERVER SCRIPT]  -> int numTrackers = weapon.SmartAmmo_GetNumTrackersOnEntity( target )
2022-08-10T11:38:37.537241406Z  [11:38:37] [info] [SERVER SCRIPT]
2022-08-10T11:38:37.537256365Z  CALLSTACK
2022-08-10T11:38:37.537260569Z  *FUNCTION [SmartAmmo_EntHasEnoughTrackedMarks()] weapons/sh_smart_ammo.gnut line [647]
2022-08-10T11:38:37.537264295Z  *FUNCTION [OnOwnerDeathOrDisembark()] weapons/mp_titanweapon_40mm.nut line [372]
2022-08-10T11:38:37.537267647Z  
2022-08-10T11:38:37.537284442Z  [11:38:37] [info] [SERVER SCRIPT] LOCALS
2022-08-10T11:38:37.537287739Z  [target] ENTITY (titan_soul [150] at <0 0 0>)
2022-08-10T11:38:37.537291009Z  [weapon] ENTITY (NULL)
2022-08-10T11:38:37.537293834Z  [this] TABLE
2022-08-10T11:38:37.537296719Z  [timeWaitedWhileLocked] 0
2022-08-10T11:38:37.537299556Z  [statusEffectID] -1874264320
2022-08-10T11:38:37.537302625Z  [trackerRockets] ENTITY (NULL)
2022-08-10T11:38:37.537306300Z  [hitEnt] ENTITY (titan_soul [150] at <0 0 0>)
2022-08-10T11:38:37.537309358Z  [owner] ENTITY (player dsnvacation [2] (player "dsnvacation" at <2178.79 -5377.06 3663.57>))
2022-08-10T11:38:37.537312643Z  [this] TABLE
2022-08-10T11:38:37.537315704Z  
2022-08-10T11:38:37.537318419Z  DIAGPRINTS
2022-08-10T11:38:37.537321129Z  
2022-08-10T11:38:37.547502993Z  0024:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (00000000007CE1A0 1 C) semi-stub
2022-08-10T11:38:37.547531439Z  0024:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (00000000007CDEF0 1 C) semi-stub
2022-08-10T11:38:37.550986247Z  [11:38:37] [error] Northstar has crashed! a minidump has been written and exception info is available below:
2022-08-10T11:38:37.551339863Z  [11:38:37] [error] Cause: Access Violation
2022-08-10T11:38:37.551357177Z  Attempted to read from: 0x0000000000000000

full log: choice-tarot.log (1).zip

BobTheBob9 commented 2 years ago

what was happening when this crash happened? that looks like it's happening exclusively in vanilla code

L1ghtman2k commented 2 years ago

what was happening when this crash happened? that looks like it's happening exclusively in vanilla code

I am not sure what could have triggered, but it happened around the end of the round, after the last player's titan died (not sure if it was autotitan, or regular titan)

Dinorush commented 2 years ago

This is an LTS Rebalance bug, not Northstar. You can close it.

BobTheBob9 commented 2 years ago

thought it might've been