Zeex
Zeex
@ziggi Have you found the root cause?
Can you attach the code of your tests so that I could try it myself?
Try changing `-(+` to `-)+` in your pawn.cfg, this worked for me. In this case it just comes across an unknown flag and prints the usage message. It would be...
Added an error message in https://github.com/pawn-lang/compiler/commit/a9fb3f07128b3c6eff7c0e1a25ba1e5bcef0f923 ``` Invalid or unsupported option: ``` e.g. ``` Invalid or unsupported option: -)+ ```
OK then
Sorry. I was about to say that it sucks but then I remembered that a readme is better than no readme at all... I think when I created this issue...
@Y-Less I added an "Overview" section to the README. It's not complete though, I skipped some newer includes because I'm not sure what they do (like addressof). Can you please...
Does this even work with the JIT? I got crashes too, but they seemed random and the function returned garbage for the opcodes I tried. I'll see if that could...
Unfortunately I can't remember why I thought it didn't work on Linux, but I suspect it had something to do with opcode -> address translation in the VM (`opcode.inc` probably...
Have you tried Bash on Windows? I heard it can run Linux executables, would be pretty convenient if it worked with SA-MP server. Edit: Nope, doesn't work at all. The...