Raised This Month: $ Target: $400
 0% 

[EXTENSION] CBaseServer (+ Detouring class) - Reserved Slots with 0 wasted slots


Post New Thread Reply   
 
Thread Tools Display Modes
disconnect81
Senior Member
Join Date: Jul 2006
Location: Ottawa, ON, Canada
Old 02-19-2010 , 13:26   Re: [EXTENSION] CBaseServer (+ Detouring class) - Reserved Slots with 0 wasted slots
Reply With Quote #631

sm exts info 09
File: cbaseserver.ext.dll
Loaded: No (The specified module could not be found.
)

For some reason, it's showing it in the extension list. I unloaded this, then restarted, it comes right back. I did a search for cbase, I dont see any files related to this plugin. No idea how it's getting in to this list..

When I put all of the files back in place, the plugin is listed as working, but it is listed twice...

sm exts info 07
File: cbaseserver.ext.2.ep2v.dll
Loaded: Yes (version 1.1.0.0)
Name: CBaseServer tools (Base server tools (and example of detours))
Author: pRED* (http://www.sourcemod.net/)
Binary info: API version 4 (compiled Aug 23 2009)
Method: Loaded by SourceMod

sm exts info 10
File: cbaseserver.ext.2.ep2v.dll
Loaded: Yes (version 1.1.0.0)
Name: CBaseServer tools (Base server tools (and example of detours))
Author: pRED* (http://www.sourcemod.net/)
Binary info: API version 4 (compiled Aug 23 2009)
Method: Loaded by SourceMod

*Edit*

I guess it was immunityreserveslots.smx that was looking for the extension, i removed that plugin, now the extension list shows nothing.


cheers,

Last edited by disconnect81; 02-19-2010 at 13:33.
disconnect81 is offline
disconnect81
Senior Member
Join Date: Jul 2006
Location: Ottawa, ON, Canada
Old 02-19-2010 , 14:04   Re: [EXTENSION] CBaseServer (+ Detouring class) - Reserved Slots with 0 wasted slots
Reply With Quote #632

Ok, so when I remove the immunity plugin from the mix, the crashes stop..

http://forums.alliedmods.net/showthread.php?t=93053

I'll post there I guess
disconnect81 is offline
Jamster
Veteran Member
Join Date: Jun 2008
Old 02-19-2010 , 14:18   Re: [EXTENSION] CBaseServer (+ Detouring class) - Reserved Slots with 0 wasted slots
Reply With Quote #633

The crashes will stop because the extension is doing nothing then.
Do you happen to have an autoload file in the extension folder or something? The extension loading twice is a strange issue, what's the folder structure like under extensions folder in sourcemod? Make sure there are NO sub folders in the extensions folder.
Jamster is offline
disconnect81
Senior Member
Join Date: Jul 2006
Location: Ottawa, ON, Canada
Old 02-19-2010 , 14:32   Re: [EXTENSION] CBaseServer (+ Detouring class) - Reserved Slots with 0 wasted slots
Reply With Quote #634

There is several sub folders in there;

auto.1.ep1
auto.2.darkm
auto.2.ep2valve
auto.2.l4d

Should I just delete them and their files?

---EDIT---

I went a head and shut down the server, then deleted those folders. Restarted, it's still listed twice, the crashing still occurs.

Last edited by disconnect81; 02-19-2010 at 14:45.
disconnect81 is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 02-19-2010 , 14:49   Re: [EXTENSION] CBaseServer (+ Detouring class) - Reserved Slots with 0 wasted slots
Reply With Quote #635

Those folder are the old extension loading system, I would reinstall the latest SM and MM:S from scratch, although it may not help here much, It'll clean everything up.
__________________
asherkin is offline
disconnect81
Senior Member
Join Date: Jul 2006
Location: Ottawa, ON, Canada
Old 02-19-2010 , 14:57   Re: [EXTENSION] CBaseServer (+ Detouring class) - Reserved Slots with 0 wasted slots
Reply With Quote #636

So I removed all of the cbase stuff for now, those sub folders are gone. I'm seeing this in the console.

L 02/19/2010 - 13:54:15: [SM] Error parsing gameconfig file "D:\ServerDoc\tf2wp\orangebox\tf\addons\sourc emod\gamedata\sdmr.games.txt":
L 02/19/2010 - 13:54:15: [SM] Error 1 on line 0, col 0: Stream failed to open
L 02/19/2010 - 13:54:15: [SM] Native "LoadGameConfigFile" reported: Unable to open sdmr.games: File could not be opened: The system cannot find the file specified.
L 02/19/2010 - 13:54:15: [SM] Displaying call stack trace for plugin "sdmr.smx":
L 02/19/2010 - 13:54:15: [SM] [0] Line 49, /home/groups/alliedmodders/forums/files/2/8/8/5/0/42889.attach::OnPluginStart()
Executing dedicated server config file
L 02/19/2010 - 13:54:18: server_cvar: "tf_gamemode_ctf" "1"
L 02/19/2010 - 13:54:18: [afk_manager.smx] [AFK Manager] Log File: addons\sourcemod\logs\afkm_20100219.log
[SourceBans] Loading configs/sourcebans.cfg config file
Failed to load Steam ServiceServiceStart: failed to startL 02/19/2010 - 13:54:18
: server_cvar: "sv_tags" "ctf"
disconnect81 is offline
Jamster
Veteran Member
Join Date: Jun 2008
Old 02-19-2010 , 17:06   Re: [EXTENSION] CBaseServer (+ Detouring class) - Reserved Slots with 0 wasted slots
Reply With Quote #637

Sounds like Sudden death melee redux?
http://forums.alliedmods.net/showthread.php?p=624942

That's its gamedata file that's missing.
Jamster is offline
disconnect81
Senior Member
Join Date: Jul 2006
Location: Ottawa, ON, Canada
Old 02-19-2010 , 17:23   Re: [EXTENSION] CBaseServer (+ Detouring class) - Reserved Slots with 0 wasted slots
Reply With Quote #638

Quote:
Originally Posted by Jamster View Post
Sounds like Sudden death melee redux?
http://forums.alliedmods.net/showthread.php?p=624942

That's its gamedata file that's missing.
Yup, that did the trick.

Hmm, not sure what to do about this plugin extension problem. No clue why it shows up twice when I install it.
disconnect81 is offline
Jamster
Veteran Member
Join Date: Jun 2008
Old 02-19-2010 , 17:28   Re: [EXTENSION] CBaseServer (+ Detouring class) - Reserved Slots with 0 wasted slots
Reply With Quote #639

Have you tried the plugin that pred provides with the extension? Or are you mistakenly loading his AND mine?
Jamster is offline
disconnect81
Senior Member
Join Date: Jul 2006
Location: Ottawa, ON, Canada
Old 02-19-2010 , 18:01   Re: [EXTENSION] CBaseServer (+ Detouring class) - Reserved Slots with 0 wasted slots
Reply With Quote #640

Quote:
Originally Posted by Jamster View Post
Have you tried the plugin that pred provides with the extension? Or are you mistakenly loading his AND mine?
Well played sir, you've won this round.

That seemed to be my issue, though I'm not sure why it became an issue only after upgrading to 1.3.1, strange. Anyway, I removed the cbasetest plugin, people are able to join my server without it crashing. Also, the extension is only listed once now.

I'll see how it goes when the servers fill up.

Thanks for you help
disconnect81 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 23:33.


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