Fatal error! Unhandled Exception: EXCEPTION_ACCESS_VIOLATION writing address 0x0000000000000208

Hello, i was working on an update to my game (it worked fine before), and when i packaged it, then i opened the exe and it keeps giving me the “Fatal Error!” message. I think it may be something with the fact that i changed from UE 4.26.2 to 4.27.2, but idk. Any help would be very greatly appreciated ASAP.

The error message:

Fatal error!

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION writing address 0x0000000000000208

0x00007ff7fa170665 game-Win64-Shipping.exe!UnknownFunction
0x00007ff7fadee9cf game-Win64-Shipping.exe!UnknownFunction
0x00007ff7fade0875 game-Win64-Shipping.exe!UnknownFunction
0x00007ff7faf439d9 game-Win64-Shipping.exe!UnknownFunction
0x00007ff7fa1721e3 game-Win64-Shipping.exe!UnknownFunction
0x00007ff7faf48fcc game-Win64-Shipping.exe!UnknownFunction
0x00007ff7fa171720 game-Win64-Shipping.exe!UnknownFunction
0x00007ff7faf4e539 game-Win64-Shipping.exe!UnknownFunction
0x00007ff7fa14d780 game-Win64-Shipping.exe!UnknownFunction
0x00007ff7fa149abb game-Win64-Shipping.exe!UnknownFunction
0x00007ff7fa149d7a game-Win64-Shipping.exe!UnknownFunction
0x00007ff7fa14b4c4 game4-Win64-Shipping.exe!UnknownFunction
0x00007ff7fa154104 game-Win64-Shipping.exe!UnknownFunction
0x00007ff7fd3d75ce game-Win64-Shipping.exe!UnknownFunction
0x00007ffa4233257d KERNEL32.DLL!UnknownFunction
0x00007ffa4336aa58 ntdll.dll!UnknownFunction

Thank you in advance!

Nvm, fixed it, turns out it was the update to 4.27.2, so i just downgraded to 4.26.2 and luckily i had a 4.26.2 copy, or it was something else, not sure. Yippee! Only lost half an hour of progress. Not bad.

It looks like a function was renamed between 4.26 and 4.27.
Guess you’re not using C++? If this is the Launcher version of Unreal you can install the optional Engine Source and Editor Symbols for Debugging and that error would show you exactly where the problem is. As in which line and in which line.

image