I am was trying to follow the YouTube tutorial link below
The only part of the tutorial i was not able to execute the following console command “ai.traffic.parallelize”
As it is not there in Unreal engine 5.1. Please help me to resolve this problem. Thank you for your time!
Unfortuntley this could be a wild one to figure. Access Violations mean unreal has attempted to access memory it either isnt allowed to, or is locked by another program.
One thing you can try is switch off all AV software and test.
What gfx card and what system memory do you have by chamce?
Hi! I had the same crashing problem (using UE5.2.1). Did you make sure to set the correct “MassAI Traffic traits” mentioned in the screen shot located in the video details? If even one of them is missing, the editor is going to crash. This was not explained properly in the video.
As such, Unreal will try to restore the value in the array on the next run. However, it only restores the values but does not initialise the processor. Hence some fields in the processor are nullptrs, and accessing it will cause EXCEPTION_ACCESS_VIOLATION.