AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   AMX Match Deluxe (Current Version: 8.11) (https://forums.alliedmods.net/showthread.php?t=5231)

James 07-27-2006 20:03

Re: AMX Match Deluxe (Current Version: 7.01)
 
I found ridiculous bug..? I Use Amxx 1.75a, sockets module enabled for HLTV function..

Sometimes server crashes. Now i think figured why. When I Use own HLTV, sometimes is everything ok, but sometimes server crash. I think HLTV in amx_match cause this trouble. When i disable HLTV function, or not connect HLTV, server running fine and stable.. Anybody with similiar experience?

And, when I use HLTV function in plugin, and want join HLTV covered by www.hltv.org (Bookings), when HLTV.org HLTV join my server, server crash...

I like automated recording HLTVs with this plugin very much. But now i think thats risky (shutdown:( Unfortunatelly I dont have any debugs information, if anybody know how get it, please refer how.

Infra 07-27-2006 22:54

Re: AMX Match Deluxe (Current Version: 7.01)
 
@ James and Special: I don't have any area of expertise with hltv, or a server where I can test it. If you guys can test and let me know, I would appreciate it.

Thanks,

wayne2058 07-28-2006 04:36

Re: AMX Match Deluxe (Current Version: 7.01)
 
Yes i have exacly the same problem with HLTV :(

James 07-29-2006 08:36

Re: AMX Match Deluxe (Current Version: 7.01)
 
Quote:

Originally Posted by Infra
@ James and Special: I don't have any area of expertise with hltv, or a server where I can test it. If you guys can test and let me know, I would appreciate it.

Thanks,

Unfortunatelly i have dedicated sevrver on another pc, and i think test and communication between me and you will be problematic :/

But you can test it on your own listenserver (New Game in CS), and then connect own hltv (from the same computer) - hltv.exe +nomaster 1 +serverpassword abc +adminpassword cs +delay 0 +connect 127.0.0.1:27015 -port 27020.

I use often HLTV from PC where I play... Problem is that sometimes game end fine, and sometines server crash :/

HLTV from www.hltv.org you can test on your pc with CS too, just register himself on hltv.org, then start your CS, New Game, and then fill the Booking Form (http://www.hltv.org/?pageid=5) with IP adress yours PC.. Their service automatically join their HLTV, and you can view what your server (or plugin) doing.....in my case server crash.


P.S.: I use windows dedicated CS version

Special 07-29-2006 19:34

Re: AMX Match Deluxe (Current Version: 7.01)
 
I can test on my server.

linux
amx175a
own HLTV server always on

Contact me @ Xfire if you need me.

Special 07-30-2006 18:19

Re: AMX Match Deluxe (Current Version: 7.01)
 
Found more bugs:

-played war...1 map, but 3 ineyes demo's
-Clantags never found

DPAKOH 07-31-2006 12:38

Re: AMX Match Deluxe (Current Version: 7.01)
 
Problem with HLTV: Invalid rcon challenge from: 127.0.0.1:32771

HLTV Console:
Code:

Executing rcon "say * [AMX MATCH] Recording a demo  : " from 127.0.0.1:32771.
Executing rcon "stoprecording" from 127.0.0.1:32771.
Not recording.
Invalid rcon challenge from: 127.0.0.1:32771

hltv_rcon_command log:
Code:

L 07/31/2006 - 20:29:11: [amx_match_deluxe.amxx] [AMX MATCH] HLTV RCON: 'say HLTV correctly configured =)'
L 07/31/2006 - 20:29:31: [amx_match_deluxe.amxx] [AMX MATCH] HLTV RCON: 'say * [AMX MATCH] Recording a demo  : '
L 07/31/2006 - 20:29:31: [amx_match_deluxe.amxx] [AMX MATCH] HLTV RCON: 'stoprecording'
L 07/31/2006 - 20:29:31: [amx_match_deluxe.amxx] [AMX MATCH] HLTV RCON: 'record de_aztec_part1_HLTV_2006.07.31-20.29.31.dem'

When i simply write in console "record de_aztec_part1_HLTV_2006.07.31-20.29.31.dem", then have good demo =) HLTV works great.. I think, it AMX Match Deluxe bug.

HLTV BUILD 3421
AMXX 1.75
Metamod-P 1.19p28
OS: Linux Gentoo

Infra 07-31-2006 15:55

Re: AMX Match Deluxe (Current Version: 7.01)
 
@Special: The required number of tags is 2 per team. If you don't have at least two people on each team with a clan tag (four people with clantags), the plugin won't allow you to use clantags in a match.

@DPAKOH: Thanks! I think you have solved the HLTV problem. At least the part that pertains to the invalid rcon challenge...

Code:

L 07/31/2006 - 20:29:31: [amx_match_deluxe.amxx] [AMX MATCH] HLTV RCON: 'say * [AMX MATCH] Recording a demo  : '
That invalid character is the problem...



Now I just have to figure out why your server is crashing, James. Is anybody else having the same problem -- where their server intermittently crashes when HLTV connects?

Infra 07-31-2006 19:02

Re: AMX Match Deluxe (Current Version: 7.01)
 
Just checked the code and infact there was a bug, where an integer was being passed as a string, causing an invalid character in the rcon command. I will be testing on Thursday with my server and an hltv server that my friend is letting me borrow.

Thanks for the bug reports guys!

DPAKOH 07-31-2006 19:16

Re: AMX Match Deluxe (Current Version: 7.01)
 
I Replace
Code:

format(hltv_command, 511, "say * [AMX MATCH] %L  : %s", LANG_SERVER, "RECORDING_HLTV_DEMO", TASKID_WARMUP_READYLIST)
To
Code:

format(hltv_command, 511, "say * [AMX MATCH] %L  : %s", LANG_SERVER, "RECORDING_HLTV_DEMO", demo_name)
Now in logs of hltv_rcon_command all looks correctly.
But HLTV not record demo :(


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

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