Sunday, October 17, 2021

How to Fix Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0xffffffb8 - Demon Slayer

Fix the Massive Issue.. Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0xffffffb8

Tutorial

Short and fast thing:


The 30FPS lock brings the crash :)

You just have to unlock it to 60FPS and wollah the game won't crash anymore :)



Goes under


C:\Users\Shuwa\AppData\Local\APK\Saved\Config\WindowsNoEditor


into the Engine.ini and add the following code


[/script/engine.engine]

bUseFixedFrameRate=False

bSmoothFrameRate=True

MinDesiredFrameRate=60.000000

SmoothedFrameRateRange=(LowerBound=(Type=Inclusive,Value=30.000000),UpperBound=(Type=Exclusive,Value=60.000000))


Lo and behold the game runs :)



0 comments:

Post a Comment