Daniel

Results 21 comments of Daniel

This is a longstanding issue. I've been working on and off on a branch but never concluded.

It is testable but `FilterOutgoingMessage` and `FilterIncomingMessage` don't function.

It's not complete. `Filter*Message` overrides don't work yet, for example.

Are you sure you updated the Lua files and built the module from master?

I'm unable to replicate this. ``` ... [snmi] net_SetConVar sk_npc_dmg_gunship_to_plr=3 [snmi] net_SetConVar sk_combineball_guidefactor=1 [snmi] net_SetConVar sk_combineball_seek_angle=15 [snmi] net_SetConVar sv_client_predict=1 [snmi] net_SetConVar sv_allow_voice_from_file=0 [snmi] net_SignonState 3,3 [snmi] svc_GMod_ServerToClient GModDataPack::UpdateFile length=236 [snmi]...

@Rakaesa when you attach to the server, does the following appear? ![capture](https://user-images.githubusercontent.com/3681999/168164735-29a3dc2a-8c1e-4502-8b2c-231ccd48eb7a.png) If so, you have to press the `Continue` button or press the `F5` key to continue the normal...

> it seems to freeze my server completely during launch That's the module waiting for a debugger to attach, when you call `rdb.activate`.

[There has been a change to Garry's Mod related to this convar.](https://commits.facepunch.com/447000) It seems to be multithreading related (mutexes), so it might be something to keep an eye on, when...

I've pushed some changes to [garrysmod_common](https://github.com/danielga/garrysmod_common) that should fix the module on x86-64. I've tested it on a Linux x86-64 SRCDS instance, with the Lua code from the [update-lua-code](https://github.com/danielga/gm_sourcenet/tree/update-lua-code) branch.