ReGameDLL_CS
ReGameDLL_CS copied to clipboard
Server auto crashing
Tried to install reGameDLL on reHLDS. Server just crashes without any logs, but only dump file.
Tried going back to normal game dll, works just like a charm, but with it installed, nope.
dump file: https://anonfiles.com/D0S6xdE2x0/hlds_3.11.0.0-dev-_crash_20220129_132112_1_mdmp
I am having simmilar issues, but I have amxx installed, when I disable it in metamod .ini then it works,not sure yet why amxx doesn't work
because of cstrike module if you are using amxx 1.8.2
I checked with debugger and it in fact does crash in cstrike_amxx.dll, it goes like metamod->mp.dll-> (hook jmp)->cstrike_amxx.dll. I think it's a ClientCommand hook (hard to tell because i dont have debug symbols), according to amxx source it checks if ReGameDLL is present and does different things then, i don't know whose issue is it (maybe its me with bad setup), it crashes early after going inside cstrike_amxx.dll because some pointer is corrupted
I checked with debugger and it in fact does crash in cstrike_amxx.dll, it goes like metamod->mp.dll-> (hook jmp)->cstrike_amxx.dll. I think it's a ClientCommand hook (hard to tell because i dont have debug symbols), according to amxx source it checks if ReGameDLL is present and does different things then, i don't know whose issue is it (maybe its me with bad setup), it crashes early after going inside cstrike_amxx.dll because some pointer is corrupted
Update to amxx 1.9 works then
I hope there should be a compatibility section in README that will mention amxmodx version requirements.
I checked with debugger and it in fact does crash in cstrike_amxx.dll, it goes like metamod->mp.dll-> (hook jmp)->cstrike_amxx.dll. I think it's a ClientCommand hook (hard to tell because i dont have debug symbols), according to amxx source it checks if ReGameDLL is present and does different things then, i don't know whose issue is it (maybe its me with bad setup), it crashes early after going inside cstrike_amxx.dll because some pointer is corrupted
Update to amxx 1.9 works then
thanks, works now!