Lightmass Crashed Showing Exception Access Violation

Lighting build crashes as i start it showing overlapping uvs and exception access violation

any help is appreciated.

hi @GreeyaJini,
The Logging buffer for the above errors is full causing the Exception. The problem is occuring during attempting to Build Static Lighting. There are several IntersectLightRay Errors being logged and UE soucre code set error log entry is set at 5 Entries.

Fix the errors “Light Map UV overlapping” and the assertion Access Violation will go away as there wont be any errors to log.
I dont know how the Fix the errors “Light Map UV overlapping” errors I just interpret the source code for the error

thanks @Jimbohalo10 i will try that