Page 1 of 1

Linux errors.. [closed]

Posted: Fri Feb 18, 2011 12:59 am
by EclipseGSX
So I agreed to help a friend of mine out by resurrecting his server of awesomeness, and he decided to remake his server as a linux box. I figured, hey, this should be no issues. I even talked him up to the coolness of KAC...

...but now I'm having an error :(

vitals:
Ubuntu Linux Server x64
Counter-Strike Source (linux server binary, orangebox, VAC-secured)
SourceMod 1.3.6
MetaMod:Source 1.8.5
Socket 3.0.1 (as found here) -- loaded and working
SDKHooks 1.3 (as found here) -- loaded and working
Kigen AC (non beta) as found here

Once I load KigenAC, everything works as expected on the console side... until these start showing up every 5 seconds:

Code: Select all

L 02/17/2011 - 22:43:39: [SM] Native "SocketConnect" reported: Invalid handle: 0
L 02/17/2011 - 22:43:39: [SM] Displaying call stack trace for plugin "kigen-ac-pub.smx":
L 02/17/2011 - 22:43:39: [SM]   [0]  Line 126, kigenac/network.sp::Network_Timer()
Now, as a sidenote, I looked into the scripting directory, and there was no kigenac sub-dir in there (as it is not included as part of the download anymore)... I'm thinking that this is most likely the cause of this, but I have no method of creating the file that it is requesting.

Re: Linux errors..

Posted: Fri Feb 18, 2011 2:22 am
by Kigen
The file referenced is a script file. Its not needed to run the plugin. Its just debug info so I know where the error occurred.

I'll look into it.

Re: Linux errors..

Posted: Fri Feb 18, 2011 2:54 am
by Kigen
This is very odd. Something is preventing the creation of Sockets on that machine.

Re: Linux errors..

Posted: Fri Feb 18, 2011 3:54 am
by EclipseGSX
redacted....


edit: So, after a restart of the service it has magically started to work... :?