Raised This Month: $12 Target: $400
 3% 

sdktools problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
[Catch-22] Comanche
Junior Member
Join Date: Jul 2008
Old 12-28-2008 , 17:00   sdktools problem
Reply With Quote #1

Not sure where to post this so trying it here:

Have this problem:

<FAILED> file "sdktools.ext.so": GameData loaded blocked due to detected crash

I can find the temp folder but cant see any .lock file in it to delete.
I've tried deleting the temp folder and after reinstalling the extensions and gamedata folders a few times I just installed the latest sourcemod and i still have the rpoblem.
The temp file has also reappeared but no files in it.
Please help

ALSO EXTRACT FROM LOG FILE:

L 12/28/2008 - 2185: /home/g-2535/srcds_l/orangebox/dod/addons/sourcemod/gamedata/sdktools.games.ep2.txt failed!
L 12/28/2008 - 2185: /home/g-2535/srcds_l/orangebox/dod/addons/sourcemod/gamedata/core.games.txt - "f23c48bed50e242c4d93d8d120533cd7"
L 12/28/2008 - 2185: /home/g-2535/srcds_l/orangebox/dod/addons/sourcemod/gamedata/sm-tf2.games.txt - "9b2d57068e8992498dcc7058e26fabf4"
L 12/28/2008 - 2185: /home/g-2535/srcds_l/orangebox/dod/addons/sourcemod/gamedata/sdktools.games.txt - "f0927d2da73f95514fc175cb6a741825"
L 12/28/2008 - 2185: /home/g-2535/srcds_l/orangebox/dod/addons/sourcemod/gamedata/sm-cstrike.games.txt - "84f19473d8994e4910c0e4eabc32bda5"
L 12/28/2008 - 2185: /home/g-2535/srcds_l/orangebox/dod/addons/sourcemod/gamedata/dukehacks.txt - "656660e59e408686e03e584fe686c3f4"
L 12/28/2008 - 2185: Sent Query!
L 12/28/2008 - 2185: Waiting for reply!
L 12/28/2008 - 2185: Recv Completed
L 12/28/2008 - 2185: Received Header!
L 12/28/2008 - 2185: Update Status: 0 - Latest 1.0.0.3
L 12/28/2008 - 2185: Files to download: 0
L 12/28/2008 - 2185: File Downloads Completed!
L 12/28/2008 - 2185: 2 Files were unknown
L 12/28/2008 - 2185: Unknown File 0 : core.games.txt
L 12/28/2008 - 2185: Unknown File 4 : dukehacks.txt
[Catch-22] Comanche is offline
BAILOPAN
Join Date: Jan 2004
Old 12-29-2008 , 01:16   Re: sdktools problem
Reply With Quote #2

Try replacing your default gamedata files with new ones.
__________________
egg
BAILOPAN is offline
[Catch-22] Comanche
Junior Member
Join Date: Jul 2008
Old 12-29-2008 , 07:50   Re: sdktools problem
Reply With Quote #3

That was my first go at curing this.
I then repeated it a couple more times.
Then finally reinstalled with a newly downloaded sourcemod version which I assume will do the same?

The log files keep mentioning this 'lock' file which I just cant find; the 'temp' folder exists but its empty.

L 12/28/2008 - 00:22:14: SourceMod error session started
L 12/28/2008 - 00:22:14: Info (map "") (file "errors_20081228.log")
L 12/28/2008 - 00:22:14: sourcemod/data/temp/gamedata.lock file detected. This is most likely due to a crash during GameData updating - Blocking GameData loading
L 12/28/2008 - 00:22:14: If this error persists delete the file manually
L 12/28/2008 - 00:22:14: Error log file session closed.
L 12/28/2008 - 00:22:14: SourceMod error session started
L 12/28/2008 - 00:22:14: Info (map "dod_avalanche") (file "errors_20081228.log")
L 12/28/2008 - 00:22:14: [SM] Unable to load extension "sdktools.ext.so": GameData loaded blocked due to detected crash
[Catch-22] Comanche is offline
[Catch-22] Comanche
Junior Member
Join Date: Jul 2008
Old 12-29-2008 , 09:05   Re: sdktools problem
Reply With Quote #4

also

sm exts list:

14:05:05 [SM] Displaying 4 extensions:
[01] <FAILED> file "sdktools.ext.so": Section beginning without a matching ending
[02] Top Menus (1.1.0-svn): Creates sorted nested menus
[03] Client Preferences (1.1.0-svn): Saves client preference settings
[04] SQLite (1.1.0-svn): SQLite Driver
[Catch-22] Comanche is offline
[Catch-22] Comanche
Junior Member
Join Date: Jul 2008
Old 12-29-2008 , 09:19   Re: sdktools problem
Reply With Quote #5

and after reinstalling the sdktools.ext.so

:18:55 [SM] Displaying 4 extensions:
[01] <FAILED> file "sdktools.ext.so": Could not find interface: IPlayerManager
[02] Top Menus (1.1.0-svn): Creates sorted nested menus
[03] Client Preferences (1.1.0-svn): Saves client preference settings
[04] SQLite (1.1.0-svn): SQLite Driver
[Catch-22] Comanche is offline
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 12-29-2008 , 10:58   Re: sdktools problem
Reply With Quote #6

Are you running multiple servers from the same installation of SM? It's not meant to do that unless you disable the Gamedata updater (look in /addons/sourcemod/configs/core.cfg for something like "DisableAutoUpdate").
bl4nk is offline
[Catch-22] Comanche
Junior Member
Join Date: Jul 2008
Old 12-29-2008 , 11:22   Re: sdktools problem
Reply With Quote #7

Quote:
Originally Posted by bl4nk View Post
Are you running multiple servers from the same installation of SM? It's not meant to do that unless you disable the Gamedata updater (look in /addons/sourcemod/configs/core.cfg for something like "DisableAutoUpdate").
Just a single server

/**
* Enables or Disables SourceMod's automatic gamedata updating.
*
* The default value is "no". A value of "yes" will block the Auto Updater.
*/
"DisableAutoUpdate" "no"

So I think autoupdate is on..
[Catch-22] Comanche is offline
[Catch-22] Comanche
Junior Member
Join Date: Jul 2008
Old 12-29-2008 , 11:48   Re: sdktools problem
Reply With Quote #8

My bad folks, youre software is awesome as ever.

For completeness, lest another journey this dark path....

We had a server crash/restart due to using 'drug' in sourcemod (thats another tale..)
This stopped skdtools from working.
I eventually reinstalled sourcemod to try and get nice new files in there.
Except I didnt.
For some reason the main sm file sin the BIN folder were not installed.
Just checked them, swpped them for the correct ones and all is well.

Once again thanks for the help and attention but twas me all along :-/
[Catch-22] Comanche 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 10:19.


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