Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000208cc8905d0

Hi! I just start using the new ue5.1 but having this recurrent issue.
When i’m working with material, if i press save the error appears.
I have a 3080 and i never had problems with the card.
I already try to restore defauts on nvidea control panel and have the latest drivers.

Someone can help me? Ty

The error message “Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000208cc8905d0” indicates that your code is trying to access a memory location that it is not allowed to access, this is typically known as a “segmentation fault” or “access violation” error.

This could happen due to a variety of reasons, such as:

  • A null pointer being dereferenced
  • An object being used after it has been deleted
  • Attempting to read or write to memory that is not allocated to your program

I would suggest you try to run the engine in Administrator mode, disable firewall or add an exception of the engine to your virus application.

I try to use all the sugestion but without luck.
So i try to star over with a new project, and it is working perfectly.

" An object being used after it has been deleted"
I think this was the problem.

Thank you for yor help!