Unreal editor exception_access_voilation Crash

Hello all,
So, I’m new to unreal editor, and I’ve installed the voxel plugin to generate a procedural voxel world.

I’m using Unreal 5.1 for it, and whenever I stop the simulation, I end up with Exception_access_Violation.

No idea what to do. So heres the crash log:

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0xffffffffffffffff

UnrealEditor_CoreUObject
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
kernel32
ntdll

Help would be appreciated.
Specs:
Windows 11
Nvidia GTX 1650
I7-10750H
16GB of Ram

Hey @Shadowfenrirr!

So what that error means is SOMEWHERE, you’re getting a null reference. Check and make sure all your variables you’ve made are set to something! Unfortunately there’s not a way to search for this problem :frowning: so you’re going to have to look manually. It might even be an issue with your plugin, is it approved for 5.1? Check the comments on it to see if anyone else is having this issue!

Hope any of that helps :slight_smile:

The same issue… as soon I sculpt the voxel terrain it crashes. Hopefully, Voxel Plugin team will fix this issue asap.