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

Last Users Connected


Post New Thread Reply   
 
Thread Tools Display Modes
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 03-05-2006 , 18:04  
Reply With Quote #31

Quote:
Originally Posted by Rebell
V0.12 crashes my server ...

Alway when im typing "last" in console...

I can't seem to make it crash.. want to send me the database file again?
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
awuh0
Senior Member
Join Date: Apr 2005
Location: /dev/null
Old 03-05-2006 , 20:31  
Reply With Quote #32

I still get this...

204:05 -Id- Name Version Author Status
[01] GoreMod 2.4.1b c0ldfyr3 RUN
[02] CS:S DM 0.84a BAILOPAN RUN
[03] - - - FAIL
204:08 meta refresh
204:08 [META] Failed to load plugin addons\last_connected\bin\lastconnected_mm. Could not find interface ServerGameDLL003
204:08 [META] Loaded 0 plugins from file (2 already loaded)
__________________
~The_wUh
_________________
Ph34r teh zombies!!!
find a better way to play CSS, connect to...
thewuh.servebeer.com
thecircus.servebeer.com
awuh0 is offline
Send a message via ICQ to awuh0 Send a message via AIM to awuh0 Send a message via MSN to awuh0
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 03-05-2006 , 21:08  
Reply With Quote #33

What is the md5sum of your binary?

The correct one is
55e357fe20a355de14290470a7784c31 *lastconnected_mm_i486.so

If they don't match.. redownload it to a new folder somewhere, and try again..

I'm not sure what to tell you, I just downloaded the lastest release, and extracted it to a linux css server that was updated today.. and everything worked fine.
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
Rebell
Veteran Member
Join Date: Nov 2004
Location: GERMANY
Old 03-06-2006 , 10:50  
Reply With Quote #34

Uploaded latest V0.12 but crashes when i write last in console...

here the last from serverconsole :
Code:
L 03/06/2006 - 16:50:28: World triggered "Round_Start"
NUM_FOR_EDICT: bad pointer
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Mo Mär  6 16:50:31 CET 2006: Server restart in 10 seconds

perhap it is : NUM_FOR_EDICT: bad pointer what makes a problem...

cya
__________________
Rebell is offline
[FON]BlackHole
Member
Join Date: Jan 2006
Location: Wisconsin
Old 03-06-2006 , 11:08  
Reply With Quote #35

0.12 crashes my linux box as well...

Also recommending you rename your download file to reflect version numbers instead of using the same file name.

I'm sorry I can't get more detail for you at the moment, but if you need something else let me know...and let me know how to get it just in-case I don't know.

Currently running:

MetaMod 1.2.1
ForgiveTK 1.1.1
BAT 1.1.3
__________________
[FON]BlackHole - "Darkness everybody! Darkness!"
[FON]BlackHole is offline
Send a message via MSN to [FON]BlackHole
awuh0
Senior Member
Join Date: Apr 2005
Location: /dev/null
Old 03-06-2006 , 19:39  
Reply With Quote #36

/srcds/cstrike/addons/last_connected/bin$ md5sum lastconnected_mm_i486.so
55e357fe20a355de14290470a7784c31 lastconnected_mm_i486.so

Still has the error, still will not load, I updated meta mod from 1.2 to 1.21 as well with no apparent effect.
__________________
~The_wUh
_________________
Ph34r teh zombies!!!
find a better way to play CSS, connect to...
thewuh.servebeer.com
thecircus.servebeer.com
awuh0 is offline
Send a message via ICQ to awuh0 Send a message via AIM to awuh0 Send a message via MSN to awuh0
Rebell
Veteran Member
Join Date: Nov 2004
Location: GERMANY
Old 03-07-2006 , 00:44  
Reply With Quote #37

Version 0.1 worked.

Please upload this one - i dont have it anymore...

cya
__________________
Rebell is offline
ratty
SourceMod Donor
Join Date: Jan 2006
Old 03-07-2006 , 07:16  
Reply With Quote #38

$ md5sum -b lastconnected_mm_i486.so
55e357fe20a355de14290470a7784c31 *lastconnected_mm_i486.so

At the game console, I type
Code:
meta load addons/last_connected/bin/lastconnected_mm_i486.so
response is
Code:
Failed to load plugin addons/last_connected/bin/lastconnected_mm_i486.so (libstdc++.so.6: cannot open shared object file: No such file or directory).
But I most definately have libstdc++.so.6 on my system and in my library path.
I noticed no other metamod plugin I have uses that library: spawnhealth, stripper, statsme, fakeclients. It might not be necessary.

Here's a full output of ldd on the .so

Code:
linux-gate.so.1 =>  (0xffffe000)
vstdlib_i486.so => /home/ratty/steam/source/bin/vstdlib_i486.so (0xf7f79000)
tier0_i486.so => /home/ratty/steam/source/bin/tier0_i486.so (0xf7f4b000)
libdl.so.2 => /lib/libdl.so.2 (0xf7f3d000)
libstdc++.so.6 => not found
libm.so.6 => /lib/tls/libm.so.6 (0xf7f1a000)
libgcc_s.so.1 => not found
libc.so.6 => /lib/tls/libc.so.6 (0xf7def000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xf7ddd000)
/lib/ld-linux.so.2 (0x56555000)
ratty is offline
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 03-07-2006 , 10:26  
Reply With Quote #39

I fixed the libstdc problem, I had forgotten about it.

Can someone who was having crashes load the plugin again and try this: Rather then just typing last in console, add a number from 0-100 after it.. like "last 25".

I'm wondering if the error is being caused when it tries to get an argument to the command that doesn't exist.
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
Rebell
Veteran Member
Join Date: Nov 2004
Location: GERMANY
Old 03-08-2006 , 05:31  
Reply With Quote #40

Ive deleted all and uploaded it again. Now it works !
Code:
] last 

STEAM_0:0:11XX03:  Rebell, [-DFT-]Rebell, Ringo
But i think the bot "Ringo" was added to my steam ID. I let this plugin runn for a while and post a report. cya
__________________
Rebell 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 19:16.


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