Hello I have been trying to setup a spawner for foliage on my terrain however I keep running into issues that keep resulting into a crash.
I have a large open world scene with World Partition. There is to be a set of different biome’s for this terrain, the terrain is about 8km in size. however I am running into problems with the spawner, mostly with the size that I can only set the size of the spawner either by scale transform or by Brush and still get the same issue, where larger than a certain size, it will crash UE5.
I also discovered that even to just move the working size of this spawner across also crashes UE5 from the new position.
So how do I allow this spawner to populate across the entire terrain, or tile in sections accross the terrain with individual spawners, when it keeps crashing with 1 or if I add a second one into the scene?
I keep getting:
Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000000000005b8
And I have performed searches for the above with no results as to what it means and how to get around this problem?
I have also been monitoring the resources on the computer but the memory still shows about 7-10 gig of memory free when UE5 crashes, my Laptop has 32 gigs of memory.
So I have no idea what else to try in solving this issue, as we need to have the entire terrain land forms covered with vegetation and have several biome types, relating to different areas of the same terrain.
Our maximum vegetation spawner size seems to only allow us at scale 1:
X - 100000.0
Y - 100000.0
Z - 1000.0
Change it to Scale 2, UE5 crashes.
Adjust the XY numbers any larger , UE5 crashes.
Try to shift the spawner away from the center, UE5 crashes
Try to change the shape to a cylinder, UE5 crashes.
Performing either of the above then hitting the Re-simulate button and after waiting for it to re-simulate it then crashes.
I have culling setup too and even this happens with just grass only.
The crash even happened when I tried to add a layer to the Exclusion Landscape Layers section.
So what else could I try then?