YSI-Includes icon indicating copy to clipboard operation
YSI-Includes copied to clipboard

Server_GetJITVersion

Open SageSyS opened this issue 3 years ago • 2 comments

https://github.com/pawn-lang/YSI-Includes/blob/4d12c33f36c7c0ff74b291f5ffe04f2c9e8e0c51/YSI_Core/y_core/y_scriptinit_impl.inc#L327-L341 This function is reporting a wrong JIT version; image Using v2.4.1

SageSyS avatar Aug 20 '21 16:08 SageSyS

I worked out why - this is done from inside OnJITInit, in which that call doesn't work. I'm not sure how to fix this, as the only vague way to detect JIT is using LCTRL 8, which doesn't work from OnJITInit because that's setting up the JIT using fallback code.

Y-Less avatar Aug 22 '21 14:08 Y-Less

I just deferred the message slightly.

Y-Less avatar Aug 22 '21 15:08 Y-Less