Adrian Graber

Results 14 comments of Adrian Graber

Now that a compiler fork is gaining popularity, something to specify an url or git release would be useful.

Seriously, I would think more modes for other logging implementations could be done, perhaps implemented directly into sampctl or in another way. I do use https://github.com/maddinat0r/samp-log not just for MySQL...

I didn't. I just started to use it and it seems everything works fine now. I have no problem using it if it's more stable than the VM bug. I...

If you would be setting the object material then why even bother with custom objects? It would be nice to have a concept build and see how it goes for...

@NexiusTailer just for the record, try using this (pawn compiler 3.10.9 built with NO_UTF) to see if it still happens [pawn-v3.10.9-no-utf8-windows.zip](https://github.com/pawn-lang/compiler/files/2820394/pawn-v3.10.9-no-utf8-windows.zip)

I think the reason why it crashes is that the compiler attempts to interpret text outside the ASCII standard table (> 127) as UTF-8, but fails to do so properly...

I think this should get some priority given that the DL feature is being abandoned. Servers should then recommend this launcher so they don’t miss any custom assets. There are...

I didn't know that, but I need to access this information through Pawn

Seems that the 0 comes from the `GetJITInstrPtr` function. This check fails and makes it return 0: https://github.com/Zeex/samp-plugin-jit/blob/08ed8e631b49d98b497c2b599cbe66f8550428fb/src/amxjit/compiler_impl.cpp#L123-L127 ![imagen](https://user-images.githubusercontent.com/18301034/80402867-e677dc00-88be-11ea-896c-75ed6a6f7f3f.png) By the way, there's a previous ExecContHelper that gets executed seemingly...

Seems goreleaser added winget support: https://github.com/goreleaser/goreleaser/pull/4081 @ADRFranklin maybe worth a look for next release (or current if you have time :) ) docs: https://goreleaser.com/customization/winget/