I'm trying to import some of my Quake .maps, but the plugin just keeps crashing. Anything more complex than a few brushes makes it crash.
I even took one of my maps and got rid of all the func_details that were off grid, but I can't get it to properly import it. I'm at a loss here.
This is the error I keep getting, based on the logs. I tried switching from Dx12 to Dx11 just in case but it didn't help.
==========================================
Unhandled Exception: 0xe06d7363
KERNELBASE!UnknownFunction []
VCRUNTIME140!UnknownFunction []
msvcp140!UnknownFunction []
UnrealEditor_HammUEr!UnknownFunction [] (x4)
UnrealEditor_Slate!UnknownFunction [] (x7)
UnrealEditor_ApplicationCore!UnknownFunction [] (x4)
user32!UnknownFunction [] (x2)
InkObj!UnknownFunction []
atlthunk!UnknownFunction []
=============================================
Any help would be appreciated.