ProjectBorealis / PBCharacterMovement

HL2-style, classic FPS movement for Unreal Engine implemented in C++
https://www.projectborealis.com/movement
MIT License
1.27k stars 163 forks source link

5.2 no compile error but crash #46

Closed RaphpowerUE4 closed 1 year ago

RaphpowerUE4 commented 1 year ago

image

image

Is 5.2 support possible ? I'm trying to fix it myself but I have basic c++ knowledge

Kotyesz commented 1 year ago

Make sure the engine is not running when compiling, cause that will say it works even if it doesn't. Maybe it managed to compile in a way that tries to read deleted memory before and is now stuck on that version. Try rebuilding the project from the solution while the engine is closed.

RaphpowerUE4 commented 1 year ago

I didn't fixed it but I was dumb and I forgot to delete all derived data and build cache, it fixed everything, sorry and thanks for your time!