Raised This Month: $32 Target: $400
 8% 

Crash REHLDS last version - solution pls!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Drummer420
Junior Member
Join Date: Feb 2021
Old 02-27-2021 , 15:07   Crash REHLDS last version - solution pls!
Reply With Quote #1

Hello, a crash occurs in my server with REHLDS and it does not throw any LOG, but an MDMP file that I do not understand how it can be read, please, this crash in REHLDS is breaking my head.

Code:
[ 1] AMX Mod X        RUN   -    amxmodx_mm.dll         v1.9.0.5271      ini  Start ANY
 [ 2] POD-Bot mm       RUN   -    podbot_mm.dll          vV3B22           ini  Chlvl ANY
 [ 3] Reunion          RUN   -    reunion_mm.dll         v0.1.92d         ini  Start Never
 [ 4] ReSemiclip       RUN   -    resemiclip_mm.dll      v2.3.9           ini  Chlvl ANY
 [ 5] VoiceTranscoder  RUN   -    voicetranscoder.dll    v2017RC5         ini  ANY   ANY
 [ 6] ReAuthCheck      RUN   -    reauthcheck_mm.dll     v0.1.6           ini  Start Never
 [ 7] MySQL            RUN   -    mysql_amxx.dll         v1.9.0.5271      pl1  ANY   ANY
 [ 8] Fun              RUN   -    fun_amxx.dll           v1.9.0.5271      pl1  ANY   ANY
 [ 9] Engine           RUN   -    engine_amxx.dll        v1.9.0.5271      pl1  ANY   ANY
 [10] FakeMeta         RUN   -    fakemeta_amxx.dll      v1.9.0.5271      pl1  ANY   ANY
 [11] CStrike          RUN   -    cstrike_amxx.dll       v1.9.0.5271      pl1  ANY   ANY
 [12] Ham Sandwich     RUN   -    hamsandwich_amxx.dll   v1.9.0.5271      pl1  ANY   ANY
 [13] ReAPI            RUN   -    reapi_amxx.dll         v5.19.0.211-dev  pl1  ANY   Never
 [14] InfinityGame     RUN   -    infinitygame_amxx.dll  v1.0             pl1  ANY   ANY
14 plugins, 14 running
I found an online mdmp reader but I don't understand anything: http://dumps.metastruct.uk.to/

file mdmp: http://www.mediafire.com/file/q4jspl...13_1.mdmp/file
thanks for your attention!!
Drummer420 is offline
AllMassive
Senior Member
Join Date: Sep 2004
Location: /dev/urandom
Old 03-15-2021 , 00:53   Re: Crash REHLDS last version - solution pls!
Reply With Quote #2

smells like non-steam, which isnt supported here.
AllMassive is offline
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 03-15-2021 , 01:51   Re: Crash REHLDS last version - solution pls!
Reply With Quote #3

Quote:
Originally Posted by AllMassive View Post
smells like non-steam, which isnt supported here.
)
Code:
 [ 3] Reunion          RUN   -    reunion_mm.dll         v0.1.92d         ini  Start Never
btw
Code:
 [14] InfinityGame     RUN   -    infinitygame_amxx.dll  v1.0             pl1  ANY   ANY
it's not needed you can install regamedll witch is an extension of reHLDS and in game.cfg
Code:
// Disable round end by game scenario
// 0 - disabled (default behaviour)
// 1 - enabled (never end round)
//
// Flags for fine grained control (choose as many as needed)
// a - block round time round end check, contain "h", "i", "j", "k" flags
// b - block needed players round end check
// c - block VIP assassination/success round end check
// d - block prison escape round end check
// e - block bomb round end check
// f - block team extermination round end check
// g - block hostage rescue round end check
// h - block VIP assassination/success round time end check
// i - block prison escape round time end check
// j - block bomb round time end check
// k - block hostage rescue round time end check
//
// Example setting: "ae" - blocks round time and bomb round end checks
// Default value: "0"
mp_round_infinite 1
The .MDMP is a Windows file , in order to see it you need a Windows SDK - Kit , make it easier for us to read, copy it's content here using code/code or in a TEXT document, and attach it here.
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
Parol23
Junior Member
Join Date: Jan 2021
Old 03-15-2021 , 11:45   Re: Crash REHLDS last version - solution pls!
Reply With Quote #4

Quote:
Originally Posted by CryWolf View Post
)
Code:
 [ 3] Reunion          RUN   -    reunion_mm.dll         v0.1.92d         ini  Start Never
btw
Code:
 [14] InfinityGame     RUN   -    infinitygame_amxx.dll  v1.0             pl1  ANY   ANY
it's not needed you can install regamedll witch is an extension of reHLDS and in game.cfg
Code:
// Disable round end by game scenario
// 0 - disabled (default behaviour)
// 1 - enabled (never end round)
//
// Flags for fine grained control (choose as many as needed)
// a - block round time round end check, contain "h", "i", "j", "k" flags
// b - block needed players round end check
// c - block VIP assassination/success round end check
// d - block prison escape round end check
// e - block bomb round end check
// f - block team extermination round end check
// g - block hostage rescue round end check
// h - block VIP assassination/success round time end check
// i - block prison escape round time end check
// j - block bomb round time end check
// k - block hostage rescue round time end check
//
// Example setting: "ae" - blocks round time and bomb round end checks
// Default value: "0"
mp_round_infinite 1
The .MDMP is a Windows file , in order to see it you need a Windows SDK - Kit , make it easier for us to read, copy it's content here using code/code or in a TEXT document, and attach it here.
I have a problem not different from this. When i activate regamedll on my server just crash, no error, spamming in the console metamod version.. Can you help me ?
Parol23 is offline
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 03-15-2021 , 12:30   Re: Crash REHLDS last version - solution pls!
Reply With Quote #5

reGameDLL is to be used with reHLDS only.
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
Drummer420
Junior Member
Join Date: Feb 2021
Old 03-22-2021 , 08:58   Re: Crash REHLDS last version - solution pls!
Reply With Quote #6

Quote:
Originally Posted by CryWolf View Post
)
Code:
 [ 3] Reunion          RUN   -    reunion_mm.dll         v0.1.92d         ini  Start Never
btw
Code:
 [14] InfinityGame     RUN   -    infinitygame_amxx.dll  v1.0             pl1  ANY   ANY
it's not needed you can install regamedll witch is an extension of reHLDS and in game.cfg
Code:
// Disable round end by game scenario
// 0 - disabled (default behaviour)
// 1 - enabled (never end round)
//
// Flags for fine grained control (choose as many as needed)
// a - block round time round end check, contain "h", "i", "j", "k" flags
// b - block needed players round end check
// c - block VIP assassination/success round end check
// d - block prison escape round end check
// e - block bomb round end check
// f - block team extermination round end check
// g - block hostage rescue round end check
// h - block VIP assassination/success round time end check
// i - block prison escape round time end check
// j - block bomb round time end check
// k - block hostage rescue round time end check
//
// Example setting: "ae" - blocks round time and bomb round end checks
// Default value: "0"
mp_round_infinite 1
The .MDMP is a Windows file , in order to see it you need a Windows SDK - Kit , make it easier for us to read, copy it's content here using code/code or in a TEXT document, and attach it here.
I already stopped using the infinity module but the server still crashes, I attached the file in the publication, can you read it from there please?
I am downloading visual studio to be able to detect the error.
Drummer420 is offline
nG_getwreck
Senior Member
Join Date: Oct 2020
Location: Philippines from South K
Old 03-23-2021 , 13:22   Re: Crash REHLDS last version - solution pls!
Reply With Quote #7

Quote:
Originally Posted by Drummer420 View Post
I already stopped using the infinity module but the server still crashes, I attached the file in the publication, can you read it from there please?
I am downloading visual studio to be able to detect the error.
Try installing metamod -r and see if it will fix the problem.
__________________
nG_getwreck is offline
Drummer420
Junior Member
Join Date: Feb 2021
Old 03-25-2021 , 13:26   Re: Crash REHLDS last version - solution pls!
Reply With Quote #8

Quote:
Originally Posted by nG_getwreck View Post
Try installing metamod -r and see if it will fix the problem.


I have the metamod-r v1.3.128 and it follows the crash 1 or 2 a day.
Drummer420 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:23.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode