Abaqus - system-level errors

Is there a good resource that defines Windows-level error codes that show up when Abaqus encounters a fatal error? For example, I've come across the following error code a few times, but haven't been able to pinpoint exactly what I'm doing wrong (Relevant text from command window below).

Run pre.exe

Unexpected LoadLibraryA error 193

Abaqus Error: The executable pre.exe aborted with system error code 529697949. Please check the [relevant] files...

But the relevant files don't give me much to work on (e.g., the *.dat file does not write out completely, rather it stops at a particular command). This error seems to indicate some sort of memory problem with the OS, but I can't find a better resource than the windows documentation (https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes), which doesn't use the same convention so it's impossible to pinpoint that specific error code. Is there a document somewhere that gives examples/more information for the system error codes that are specific to Abaqus?