Game Crashes After Few Seconds when runned

When I run the game after 5-6 seconds later game crashes, no matter if I run on standalone mode or not.
I also packaged the game and after a few seconds game also chrashes saying “Fatal Error.”
The crash output is:

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION writing address 0x0000015f92cc0000

VCRUNTIME140
UnrealEditor_ImgMedia
UnrealEditor_ImgMedia
UnrealEditor_ImgMedia
UnrealEditor_Core
UnrealEditor_Core
kernel32
ntdll

I have tried to update my GPU, and windows but in vain.
Computer has also installed Visual Studio 2022.

Hello Elmarath,

Seeing “UnrealEditor_ImgMedia” makes me wonder if you have any videos in your project. (Specifcally Img Media Source assets)

If you make a copy of your project and delete your videos does it still crash?

Also, if you want to get more information in that crashlog you can install editor symbols.

1 Like

Yep! You were kind a right! After I read you post I remembered that I am using a custom mouse cursor. After I disabled it problem solved!
Thanks!!