Both of my servers crashed couple hours after 1.22 update.
Attaching all needed logs.
Thank you for your time!
2 server
Both of my servers crashed couple hours after 1.22 update.
Attaching all needed logs.
Thank you for your time!
2 server
Hello.
This seems to be related to car cutting tree script that has been described bellow:
Hello, in the experimental version of the game (1.28), one of the vehicle-based tree-cutting scripts has started causing server crashes. It works fine in version 1.27.
override void OnContact( string zoneName, vector localPos, IEntity other, Contact data )
{if ( EngineIsOn() && (data.Impulse > 2000 || GetSpeedometer() > 10)) { Object tree = Object.Cast( other );
if (tree.IsTree()) { if ( tree.IsCuttable() /* || tree.IsBush() */ ) { Class treeType = NULL; if ( tree.IsInherited(TreeHard) ) { treeType = TreeHard.Cast( tree ); } else if ( tree.IsInherited(TreeSoft) ) { treeType = TreeSoft.Cast( tree ); } if ( treeType ) { tree.DecreaseHealth("", "", 100, true); tree.OnTreeCutDown( this ); //RPC Send dBodyDestroy(tree); } data.Impulse = data.Impulse * 0.01; } } } super.OnContact(zoneName, localPos, other, data);}
If I remove these lines: tree.DecreaseHealth("", "", 100, true); and dBodyDestroy(tree);, the script works, but the tree does not fall, as expected.
Regards,
This is not a vanilla behaviour but we are looking into it.
Geez
We seem to be having this issue also on Stable with any vehicle that can knock a tree down. Even heli's knocking down trees due to bad flying crashes the server
getting the same error
Program: C:\DayZServer\servers\Melkart\DayZServer_x64.exe Reason: Access violation. Illegal read by 0x7ff7e2384d32 at 0x178 [CDPCreateServer]: ??? addr:0x7ff7e2384d32 SymGetSymFromAddr:487, addr:0x7ff7e1d33f87 SymGetSymFromAddr:487, addr:0x7ff7e1dffe7a [CDPCreateServer]: ??? addr:0x7ff7e25e756f [CDPCreateServer]: ??? addr:0x7ff7e25e71bf SymGetSymFromAddr:487, addr:0x7ff7e1dfa072 [CDPCreateServer]: ??? addr:0x7ff7e24f00da [CDPCreateServer]: ??? addr:0x7ff7e243f4d4 [CDPCreateServer]: ??? addr:0x7ff7e243db7c [CDPCreateServer]: ??? addr:0x7ff7e2596a4e [CDPCreateServer]: ??? addr:0x7ff7e25972d4 [CDPCreateServer]: ??? addr:0x7ff7e2599609 SymGetSymFromAddr:487, addr:0x7ff7e1feb6cf [CDPCreateServer]: ??? addr:0x7ff7e2599fdd SymGetSymFromAddr:487, addr:0x7ff7e2116cde [CDPCreateServer]: ??? addr:0x7ff7e26f88de [BaseThreadInitThunk]: ??? addr:0x7ff834e87374 [RtlUserThreadStart]: ??? addr:0x7ff83635cc91 [RtlUserThreadStart]: ??? addr:0x7ff83635cc91