Bromvlieg

Results 13 comments of Bromvlieg

sock:StartSSLClient added for now, certificates and serverside soon(tm)

It can't find the dll in the modules folder, can you double check the name and if it should be fine show me how it looks in the folder?

I haven't had this issue. What OS are you using, and is there a possibility you can attach a debugger to see where it ends up?

I usually use Windows, but i did ran checks on linux years ago when it released. I just realized tho, since then we got HTTP 2.0 going reusing the socket...

I've tried to look at it but I really cannot find why this happens, sorry. It works on my Ubuntu VM and it works on my servers and desktop. If...

There's several issues with how the GC references are reacting, one of that is that it causes wierd crashes like yours. I cannot help what that sadly, I am however...

It appears to be a Garrysmod issue with coroutine btw, https://github.com/Facepunch/gmod-module-base/issues/3

@Be1zebub I'm not sure if it's already usable for your case, but I've set up ci/cd for linux 32&64 binaries for the v2 branch. If you go to actions ->...

It seems Debian 11 uses glibc (2.31-13+deb11u5), where Ubuntu 22.04 uses glibc 2.33. (on my WSL install, i got glibc2.34, which also conflicts) If I staticly link it, it fails...

Yeah I've integrated the development branch as that's the one with `CMake` supported files, in such a way that I dont have to update any gmod headers myself. So then...