UE Crashes and refuses to open again! Urgent! Thanks in advance!

Based on the error message, it appears that there is an issue with the size of the ‘Hair.PageIndexResolutionBuffer’ buffer that is being created. The assertion failure message is indicating that the buffer size is zero, which is not allowed.

To resolve this issue, you may need to investigate why the buffer size is zero. It could be due to a number of factors, such as a bug in the code that is creating the buffer or an issue with the data being used to initialize the buffer.

Possible solutions:

  • Check the code that is creating the buffer to see if there are any bugs or issues that could be causing the buffer size to be zero.
  • Verify that the data being used to initialize the buffer is correct and is not causing the buffer size to be zero.
  • Try running the program in a debugger to get more information about where the error is occurring and what might be causing it.
  • If possible, try to reproduce the issue on a different machine or with a different set of data to see if the problem is specific to your environment or if it is more general.
2 Likes