Raised This Month: $ Target: $400
 0% 

HLDS <-> IRC /w Integration By Devicenull 2.7 UPDATED 3-19-07


Post New Thread Reply   
 
Thread Tools Display Modes
Lt Llama
Senior Member
Join Date: Aug 2004
Old 01-02-2007 , 12:23   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #91

Crash on suse linux all the time.
I'm using amxmodx 1.75a, would it make any differance using the latest version?
I only get this problem when using this plugin.

From console

Quote:
amx./hlds_run: line 342: 2091 Segmentation fault: (core dumped) $HL_CMD
"<path>/core.2054" is not a core dump: File format not recognized
No stack.
debug.cmds:2: Error in sourced command file:
No frame selected
From debug.log

Quote:
----------------------------------------------
CRASH: Tue Jan 2 17:10:45 CET 2007
Start Line: hlds_amd -game tfc -heapsize 150000 -port 1339 +maxplayers 12 +exec server.cfg -binary hlds_amd +map schtop -debug -pidfile hlds.2650.pid
Using host libthread_db library "/lib/tls/libthread_db.so.1".
End of crash report
----------------------------------------------
And debugging with gdb:

Code:
gdb hlds_amd core.2654
Gives

Quote:
"<path>/core.2654" is not a core dump: File format not recognized
gdb version is 6.3

The core dump is not empty, it's a bit above 2 mb.
Not shure how to debug this so any help is appreciated. Is it really hlds_amd i should debug? And will gdb version 6.3 do the job?
__________________
A dodo: Used to describe someone without common sense and who always has the pathetic confused look on their face when a question is asked.
Lt Llama is offline
Diddan
Junior Member
Join Date: Sep 2005
Old 01-02-2007 , 17:57   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #92

Wath if the Irc room has password on...
what is the cvar to that??

irc_channel_password or??
Diddan is offline
PrefeX
Member
Join Date: Apr 2006
Location: Norway
Old 01-03-2007 , 11:25   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #93

Quote:
Originally Posted by Diddan View Post
Wath if the Irc room has password on...
what is the cvar to that??

irc_channel_password or??
you just add the pw after the channel name...
If your channel was named Diddan and the password was MyPW the channel phrase would be "#Diddan MyPW"
__________________
Life would be a lot easier if I had the source code.
PrefeX is offline
SaintK
Veteran Member
Join Date: Mar 2004
Old 01-04-2007 , 12:11   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #94

hi,

I have the same issues as a user mentiond in this topic before.

I got the bot connecting once to Qnet (With the 'normal' version), but after a server restart it simply just wont join.

All i get to see is:

[IRC] Error: Registration failed, try again later
[IRC] Error: Registration failed, try again later


I also tried the Qnet version from this plugin posted a couple of pages back, but it doesnt work either.

Connecting to other networks like freenode.net doesnt work either. I have been able to connect it once to each network i give in, and after a restart it simply wont come back.

Servers distro is Linux Debian.

cheers,
SaintK is offline
PrefeX
Member
Join Date: Apr 2006
Location: Norway
Old 01-04-2007 , 14:21   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #95

yeah, that's the same procedure that i tried... it's quite strange though :s
__________________
Life would be a lot easier if I had the source code.
PrefeX is offline
SaintK
Veteran Member
Join Date: Mar 2004
Old 01-05-2007 , 05:23   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #96

Very odd, now i can succesfully make the bot connect and reboot to the freenode.net server, but still on Qnet it allowes me once on each port (6666 and 6667), and then not any more.
SaintK is offline
Old 01-05-2007, 12:48
SaintK
This message has been deleted by SaintK.
Indiana
Member
Join Date: Nov 2004
Location: Landshut, Germany
Old 01-15-2007 , 10:12   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #97

On my box with irc-plugin the server crash's without any respons or entries in log files.
On the screen it stops while setting some default cvar's befor it should start downloading VAC.
Only the kill-command helps.
__________________
C'ya
Indiana

Visit my Fun-Clan: www.wc3-freaks.de
Indiana is offline
liv3d
SourceMod Donor
Join Date: Oct 2006
Old 01-15-2007 , 13:03   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #98

hey

I managed to get the bot to connect to irc server, using the Quakenet version, even though the irc server is IncGamers.

The problem im having is, that the bos is not joining the channel.
Any ideas?

Dan
__________________
[MPUK]liv3d

I work for Multiplay any words are however, my own
liv3d is offline
SaintK
Veteran Member
Join Date: Mar 2004
Old 01-15-2007 , 14:42   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #99

Quote:
Originally Posted by liv3d View Post
hey

I managed to get the bot to connect to irc server, using the Quakenet version, even though the irc server is IncGamers.

The problem im having is, that the bos is not joining the channel.
Any ideas?

Dan
I think i know whats causing this behavior. Gonna test my suspisions tonight, and will let you know if it worked, and if it worked i'll attach the "fixed" version.
SaintK is offline
SaintK
Veteran Member
Join Date: Mar 2004
Old 01-15-2007 , 15:32   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #100

Ok it looks like im right in this.

What needs to happen is that certain delays need to be coded in the bot.

start server -> delay 30 sec
Initiate connection -> small delay
Set IDENT -> large delay (Often it can take a while befor IDENT is set up/checked)
Join channel -> done

Now as far as i can see it only hold 1 delay, thats the join delay (when server starts wait xxx sec till it will try join IRC).

I will see if i can add these delays correctly (as im not a coder at all), so dont shoot me if it takes a while
SaintK is offline
Reply



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 08:06.


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