I need help with fatal error

I don’t wanna be that guy, but we are stuck on a fatal error and can’t build. I haven’t done test build in 3 days, and I have been punished. But we can’t go back and reverse the damages. After build, trying to play the executable, just an “fatal error” appears, and the logs don’t help that much either.
Could someone help me out?

There is very suspicious
“Error: Unhandled Exception: EXCEPTION_ACCESS_VIOLATION writing address 0x0000000000000588”
Which seems like it’s some kinf of a pointer?

Any help would be super appriciated :slight_smile:

I
TCB_03_2 (crash).log (60.4 KB)
TCB_03_2(runtime).log (65.5 KB)

Ok, I’ve installed debug tools, and in the log it pointed me to a blueprint that was causing error, I believe it was about null object, or bad pointer. So if someone encounters this:
Install desbug tools (In launcher, next to UE version, little arrow, there are debug tools).
In project settings, under packaging, enable “Include debug files”.
Then, in log, instead of bunch of numbers, it will say specifically where is the problem.

1 Like