Page MenuHomeFeedback Tracker

fatal crash SetCentreOfMass and SetMass
New, NormalPublic

Description

crash when deleting a vehicle while setcentreofmass and/or SetMass functions are running.

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Scripting
Steps To Reproduce

run script:

_crashboat = "B_boat_tansport_01_f" createvehicle [0,0,0]; // works with any object
_crashboat setdamage 1; //optional(?)
_crashboat SetCentreofmass [[1,1,1], 12345]; // any time value > 1 valid 
sleep 1;// (centre of mass still shifting) optional
deletevehicle _crashboat;
  • CRASH! --

instruction at 0x00... refernced memory at 0x00... The memory could not be written.

Additional Information

valid on all versions of the game
happens regardless of player control
effects many operating system variants

Event Timeline

CTFRaven created this task.Jun 3 2017, 4:09 PM
CTFRaven updated the task description. (Show Details)Jun 3 2017, 4:32 PM