In T192335#2816825, @Geez wrote: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
- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Feed Advanced Search
Advanced Search
Advanced Search
Wed, Jun 4
Wed, Jun 4
gamerz971 added a comment to T192335: [SERVER CRASH] Access violation. Illegal read by 0x7ff61be54d32 at 0x178.
gamerz971 added a comment to T192335: [SERVER CRASH] Access violation. Illegal read by 0x7ff61be54d32 at 0x178.
FROZEN_DayZServer_x64_2025-06-03_18-36-44.mdmp552 KBDownload
gamerz971 added a comment to T192335: [SERVER CRASH] Access violation. Illegal read by 0x7ff61be54d32 at 0x178.
Same error, higher pop server.
Mar 28 2025
Mar 28 2025
In T189923#2775101, @oldmann1991 wrote:we found a way to stop the crashing. we have removed all the revolvers (No matter If modded ones or the Vanilla one). Since that we dont have issues anymore. Try it maybe it will help you too. BUT we still have other fsm errors that are not related to the
revolvers, those dont crash the server.
Mar 25 2025
Mar 25 2025
What more info is needed so this can be looked at and addressed?
Mar 22 2025
Mar 22 2025
Having the same issue since 1.27 hotfix update{F5114147}
© Bohemia Interactive a.s. Bohemia Interactive® is a registered trademark of Bohemia Interactive a.s. All rights reserved. · Privacy Policy · Terms and Conditions