ReGameDLL_CS icon indicating copy to clipboard operation
ReGameDLL_CS copied to clipboard

Server auto crashing

Open HowToRuski opened this issue 3 years ago • 6 comments

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

HowToRuski avatar Jan 29 '22 11:01 HowToRuski

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

Madghostek avatar Feb 15 '22 23:02 Madghostek

because of cstrike module if you are using amxx 1.8.2

WaLkZa avatar Feb 16 '22 07:02 WaLkZa

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

Madghostek avatar Feb 16 '22 12:02 Madghostek

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

HowToRuski avatar Feb 16 '22 12:02 HowToRuski

I hope there should be a compatibility section in README that will mention amxmodx version requirements.

WPMGPRoSToTeMa avatar Feb 16 '22 12:02 WPMGPRoSToTeMa

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!

Madghostek avatar Feb 16 '22 13:02 Madghostek