samp-plugin-jit icon indicating copy to clipboard operation
samp-plugin-jit copied to clipboard

Compatibility whit crashdetect

Open simonepri opened this issue 11 years ago • 2 comments

if I have crashdetect in my server i recive In order for runtime error detection to work CrashDetect must be loaded before jit.DLL.

but if i load crashdetect before jit, jit dosn't load

simonepri avatar Feb 07 '13 20:02 simonepri

That's basically why this message exists. CrashDetect can't know what was the state of the AMX virtual machine upon a runtime error and output something useful like AMX stack backtrace or bad array index (in case of an out-of-bounds error) because no virtual machine is running - JIT controls everything and runs its own (native) code instead.

I might add something that allows them communicate but I haven't thought about this yet...

Zeex avatar Feb 07 '13 22:02 Zeex

Ok now i understand. I believe that if you can find a way to make them run both would be a great thing ;)

simonepri avatar Feb 08 '13 09:02 simonepri