Reputation: 1
My Unreal Engine 4 keeps crashing This is what its showing EXCEPTION_ACCESS_VIOLATION reading address 0x00000048 This is the error I'm getting If anyone could help me rectify it that would be great. Cheers!
Upvotes: 0
Views: 3683
Reputation: 167
This is the most common C++ error in Unreal Engine, and if you're writing code it's completely normal to see the engine crash if appeared one of the following errors:
If you're not writing c++ code try to verify the Engine's installation going in the launcher -> library -> engine -> versions, and click on you're installation and "verify".
Upvotes: 1
Reputation: 1
Try verifying the engine from the Epic games launcher
Hope it works
Upvotes: 0
Reputation: 84
There is a very little information, when does this crash occurs? Are you using C++?
What I would suggest but it's a totally arbitrary guess (due to lack of information):
This is just a quite generic tips, if you can give more information maybe we'll find a more accurate solution.
Hope it helps
Upvotes: 0