Checking game fof... Expecting version 178 Using filelist: 'server.txt'. No username given. Using anonymous account with dedicated server subscription. Connecting to Steam3... Done! Logging anonymously into Steam3... Done! Using Steam3 suggested CellID: 10 Got AppInfo for 295230 Got depot key for 295231 result: OK Got depot key for 295232 result: OK Got depot key for 295233 result: OK Downloading depot 295231 - Fistfull of Frags Dedicated Server Content Downloading depot manifest...Finding content servers... Done! 68.18% fof/hl2/steam.inf 100.00% fof/fof/steam.inf Depot 295231 - Downloaded 176 bytes (49 bytes uncompressed) Downloading depot 295232 - win Downloading depot manifest...Finding content servers... Done! 34.15% fof/bin/engine.dll 100.00% fof/fof/bin/server.dll Depot 295232 - Downloaded 3080464 bytes (8170496 bytes uncompressed) Downloading depot 295233 - linux Downloading depot manifest...Finding content servers... Failed to retrieve content server list. Remaining tries: 4 Done! 00.63% fof/bin/datacache.so 04.32% fof/bin/dedicated.so 04.95% fof/bin/datacache_srv.so 08.72% fof/bin/dedicated_srv.so 12.47% fof/bin/engine_srv.so 16.07% fof/bin/engine.so 20.10% fof/bin/libstdc++.so.6 22.57% fof/bin/filesystem_stdio.so 22.66% fof/bin/libsteam_api.so 27.16% fof/bin/libsteam.so 27.41% fof/bin/libvstdlib.so 27.59% fof/bin/libtier0.so 29.46% fof/bin/materialsystem_srv.so 29.71% fof/bin/libvstdlib_s.so 29.91% fof/bin/libtier0_s.so 31.05% fof/bin/replay.so 31.35% fof/bin/libvstdlib_srv.so 32.70% fof/bin/replay_srv.so 31.56% fof/bin/libtier0_srv.so 34.56% fof/bin/materialsystem.so 34.66% fof/bin/scenefilecache.so 34.77% fof/bin/scenefilecache_srv.so 37.08% fof/bin/vphysics.so 37.25% fof/bin/shaderapiempty.so 39.57% fof/bin/vphysics_srv.so 39.74% fof/bin/shaderapiempty_srv.so 40.02% fof/bin/soundemittersystem.so 40.30% fof/bin/soundemittersystem_srv.so 58.91% fof/bin/steamclient.so 60.03% fof/bin/studiorender.so 61.14% fof/bin/studiorender_srv.so 80.57% fof/fof/bin/server.so 99.99% fof/fof/bin/server_srv.so 100.00% fof/srcds_linux Depot 295233 - Downloaded 11799232 bytes (36376020 bytes uncompressed) Total downloaded: 14879872 bytes (44546565 bytes uncompressed) from 3 depots Dumping symbols from fof/fof/bin/server.so... Done. Dumping symbols from fof/fof/bin/server_srv.so... Done. Dumping symbols from fof/bin/scenefilecache_srv.so... Done. Dumping symbols from fof/bin/vphysics_srv.so... Done. Dumping symbols from fof/bin/libtier0_s.so... Done. Dumping symbols from fof/bin/replay_srv.so... Done. Dumping symbols from fof/bin/materialsystem_srv.so... Done. Dumping symbols from fof/bin/soundemittersystem_srv.so... Done. Dumping symbols from fof/bin/engine_srv.so... Done. Dumping symbols from fof/bin/replay.so... Done. Dumping symbols from fof/bin/dedicated.so... Done. Dumping symbols from fof/bin/shaderapiempty_srv.so... Done. Dumping symbols from fof/bin/libsteam.so... Done. Dumping symbols from fof/bin/libsteam_api.so... Done. Dumping symbols from fof/bin/dedicated_srv.so... Done. Dumping symbols from fof/bin/studiorender.so... Done. Dumping symbols from fof/bin/shaderapiempty.so... Done. Dumping symbols from fof/bin/libtier0.so... Done. Dumping symbols from fof/bin/filesystem_stdio.so... Done. Dumping symbols from fof/bin/vphysics.so... Done. Dumping symbols from fof/bin/libvstdlib_s.so... Done. Dumping symbols from fof/bin/studiorender_srv.so... Done. Dumping symbols from fof/bin/scenefilecache.so... Done. Dumping symbols from fof/bin/datacache.so... Done. Dumping symbols from fof/bin/libvstdlib.so... Done. Dumping symbols from fof/bin/steamclient.so... Done. Dumping symbols from fof/bin/libvstdlib_srv.so... Done. Dumping symbols from fof/bin/materialsystem.so... Done. Dumping symbols from fof/bin/datacache_srv.so... Done. Dumping symbols from fof/bin/soundemittersystem.so... Done. Dumping symbols from fof/bin/libtier0_srv.so... Done. Dumping symbols from fof/bin/engine.so... Done. Dumping symbols from fof/steamclient.so... Done. Dumping symbols from fof/srcds_linux... Done. checking to see if ./gdc_fof_repos.sh exists Updating SMRCon repo pulling from https://hg.alliedmods.net/users/skamonkey_gmail.com/SMRCon/ searching for changes no changes found Updating SourceMod repo From https://github.com/alliedmodders/sourcemod 5a9b5e5..db434ac master -> origin/master cc02c00..c4a3c42 1.6-dev -> origin/1.6-dev * [new branch] bug-6248 -> origin/bug-6248 * [new branch] tf2condex3 -> origin/tf2condex3 + 7026029...79143d8 tr-files -> origin/tr-files (forced update) * [new branch] tr-menus -> origin/tr-menus Updating 5a9b5e5..db434ac Fast-forward core/PlayerManager.cpp | 2 +- core/logic/smn_adt_array.cpp | 22 +++ core/logic/smn_adt_stack.cpp | 89 +++++++++- core/logic/smn_adt_trie.cpp | 19 +++ core/logic/smn_filesystem.cpp | 2 - core/smn_bitbuffer.cpp | 33 ++++ core/smn_protobuf.cpp | 34 +++- extensions/clientprefs/extension.cpp | 28 ---- extensions/clientprefs/extension.h | 1 - extensions/clientprefs/natives.cpp | 36 ++++ plugins/funcommands/blind.sp | 26 +-- plugins/funcommands/drug.sp | 39 ++--- plugins/include/adt_array.inc | 236 ++++++++++++++++++++------ plugins/include/adt_stack.inc | 106 ++++++++++-- plugins/include/adt_trie.inc | 161 ++++++++++++++---- plugins/include/bitbuffer.inc | 240 ++++++++++++++++++++------ plugins/include/core.inc | 60 +++++++ plugins/include/handles.inc | 2 +- plugins/include/menus.inc | 4 +- plugins/include/protobuf.inc | 308 ++++++++++++++++++++++++++++------ plugins/include/tf2.inc | 7 + plugins/include/tf2_stocks.inc | 28 +++- plugins/include/usermessages.inc | 23 +++ plugins/testsuite/stacktest.sp | 34 ++-- plugins/testsuite/tries.sp | 26 +-- 25 files changed, 1259 insertions(+), 307 deletions(-) Game: fof Gamedata: /users/psychonic/gdc/sourcemod-central/gamedata/core.games/engine.sdk2013.txt ConVarRef mat_dxlevel doesn't point to an existing ConVar O: gEntList - no Linux symbol, skipping O: EntInfo - no Linux symbol, skipping Windows offsets are (semi-)wild guesses! Signature offsets are wild guesses! ! S: LevelShutdown (server) - w: MIDFUNC - l: UNKNOWN ! current: ! w: "\xE8\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\xB9\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\xE8" ! l: "" S: gEntList (server) - w: UNKNOWN - l: GOOD ------------------------------------------------------ Game: fof Gamedata: /users/psychonic/gdc/sourcemod-central/gamedata/sdktools.games/engine.sdk2013.txt ConVarRef mat_dxlevel doesn't point to an existing ConVar O: sv - no Linux symbol, skipping O: SetUserCvar - no Linux symbol, skipping O: InfoChanged - no Linux symbol, skipping Windows offsets are (semi-)wild guesses! Signature offsets are wild guesses! S: sv (engine) - w: UNKNOWN - l: GOOD ------------------------------------------------------ Game: fof Gamedata: /users/psychonic/gdc/sourcemod-central/gamedata/sdktools.games/game.fof.txt ConVarRef mat_dxlevel doesn't point to an existing ConVar O: s_pTempEntities - no Linux symbol, skipping O: GetTEName - no Linux symbol, skipping O: GetTENext - no Linux symbol, skipping O: TE_GetServerClass - no Linux symbol, skipping O: g_pGameRules - no Linux symbol, skipping O: GiveNamedItem - GOOD. current [ w: 401, l: 402 ]. O: RemovePlayerItem - GOOD. current [ w: 270, l: 271 ]. O: Weapon_GetSlot - GOOD. current [ w: 268, l: 269 ]. O: Ignite - GOOD. current [ w: 209, l: 210 ]. O: Extinguish - GOOD. current [ w: 213, l: 214 ]. O: Teleport - GOOD. current [ w: 108, l: 109 ]. O: CommitSuicide - GOOD. current [ w: 443, l: 443 ]. O: GetVelocity - GOOD. current [ w: 140, l: 141 ]. O: EyeAngles - GOOD. current [ w: 131, l: 132 ]. O: AcceptInput - GOOD. current [ w: 36, l: 37 ]. O: SetEntityModel - GOOD. current [ w: 24, l: 25 ]. O: WeaponEquip - GOOD. current [ w: 261, l: 262 ]. O: Activate - GOOD. current [ w: 33, l: 34 ]. O: PlayerRunCmd - GOOD. current [ w: 419, l: 420 ]. O: GiveAmmo - GOOD. current [ w: 252, l: 253 ]. Windows offsets are (semi-)wild guesses! Signature offsets are wild guesses! S: CBaseTempEntity (server) - w: GOOD - l: UNKNOWN S: s_pTempEntities (server) - w: UNKNOWN - l: GOOD S: FindEntityByClassname (server) - w: GOOD - l: GOOD S: CreateGameRulesObject (server) - w: GOOD - l: UNKNOWN S: g_pGameRules (server) - w: UNKNOWN - l: GOOD S: FireOutput (server) - w: GOOD - l: GOOD ------------------------------------------------------ Game: fof Gamedata: /users/psychonic/gdc/sourcemod-central/gamedata/sdkhooks.games/game.fof.txt ConVarRef mat_dxlevel doesn't point to an existing ConVar O: Blocked - GOOD. current [ w: 102, l: 103 ]. O: EndTouch - GOOD. current [ w: 100, l: 101 ]. O: FireBullets - GOOD. current [ w: 112, l: 113 ]. O: OnTakeDamage - GOOD. current [ w: 62, l: 63 ]. O: OnTakeDamage_Alive - GOOD. current [ w: 272, l: 273 ]. O: PreThink - GOOD. current [ w: 332, l: 333 ]. O: PostThink - GOOD. current [ w: 333, l: 334 ]. O: SetTransmit - GOOD. current [ w: 20, l: 21 ]. O: ShouldCollide - GOOD. current [ w: 16, l: 17 ]. O: Spawn - GOOD. current [ w: 22, l: 23 ]. O: StartTouch - GOOD. current [ w: 98, l: 99 ]. O: Think - GOOD. current [ w: 47, l: 48 ]. O: Touch - GOOD. current [ w: 99, l: 100 ]. O: TraceAttack - GOOD. current [ w: 60, l: 61 ]. O: VPhysicsUpdate - GOOD. current [ w: 158, l: 159 ]. O: Weapon_CanSwitchTo - GOOD. current [ w: 266, l: 267 ]. O: Weapon_CanUse - GOOD. current [ w: 260, l: 261 ]. O: Weapon_Drop - GOOD. current [ w: 263, l: 264 ]. O: Weapon_Equip - GOOD. current [ w: 261, l: 262 ]. O: Weapon_Switch - GOOD. current [ w: 264, l: 265 ]. Windows offsets are (semi-)wild guesses! Signature offsets are wild guesses! ------------------------------------------------------