Checking game insurgency... Expecting version 1669 Using filelist: 'server.txt'. Connecting to Steam3... Done! Logging 'nshastings' into Steam3... Done! Using Steam3 suggested CellID: 10 Got session token! Got AppInfo for 237410 Got AppInfo for 228980 Got depot key for 228990 result: OK Got depot key for 237411 result: OK Downloading depot 228990 - DirectX Jun 2010 Redist Already have manifest 1829726630299308803 for depot 228990. Depot 228990 - Downloaded 0 bytes (0 bytes uncompressed) Downloading depot 237411 - Insurgency Dedicated Server Content Downloading depot manifest...Finding content servers... Failed to retrieve content server list. Failed to retrieve content server list. Done! 01.18% source/insurgency/bin/bsppack.so 02.81% source/insurgency/bin/chromehtml.so 08.07% source/insurgency/bin/libstdc++.so.6 13.99% source/insurgency/bin/libsteam.so 14.09% source/insurgency/bin/libsteam_api.so 15.82% source/insurgency/bin/libtier0.so 16.08% source/insurgency/bin/libtier0_s.so 17.12% source/insurgency/bin/datacache.so 19.82% source/insurgency/bin/libvstdlib.so 20.15% source/insurgency/bin/libvstdlib_s.so 22.09% source/insurgency/bin/localize.so 23.55% source/insurgency/bin/dedicated.so 27.13% source/insurgency/bin/vphysics.so 31.25% source/insurgency/bin/vscript.so 35.00% source/insurgency/bin/materialsystem.so 35.80% source/insurgency/insurgency/bin/matchmaking_ds.so 37.53% source/insurgency/bin/scenefilecache.so 38.99% source/insurgency/bin/engine.dll 39.54% source/insurgency/bin/shaderapiempty.so 43.59% source/insurgency/bin/soundemittersystem.so 66.22% source/insurgency/bin/steamclient.so 69.22% source/insurgency/bin/studiorender.so 69.24% source/insurgency/bin/unitlib.so 72.58% source/insurgency/bin/inputsystem.so 75.50% source/insurgency/insurgency/bin/server.dll 87.21% source/insurgency/bin/engine.so 99.99% source/insurgency/insurgency/bin/server.so 99.99% source/insurgency/insurgency/steam.inf 100.00% source/insurgency/srcds_linux Depot 237411 - Downloaded 11359056 bytes (40628691 bytes uncompressed) Total downloaded: 11359056 bytes (40628691 bytes uncompressed) from 2 depots Dumping symbols from source/insurgency/bin/libtier0_s.so... Done. Dumping symbols from source/insurgency/bin/engine_ds.so... Done. Dumping symbols from source/insurgency/bin/inputsystem.so... Done. Dumping symbols from source/insurgency/bin/vscript.so... Done. Dumping symbols from source/insurgency/bin/dedicated.so... Done. Dumping symbols from source/insurgency/bin/libsteam.so... Done. Dumping symbols from source/insurgency/bin/libsteam_api.so... Done. Dumping symbols from source/insurgency/bin/unitlib.so... Done. Dumping symbols from source/insurgency/bin/localize.so... Done. Dumping symbols from source/insurgency/bin/studiorender.so... Done. Dumping symbols from source/insurgency/bin/shaderapiempty.so... Done. Dumping symbols from source/insurgency/bin/engine_xlsp.so... Done. Dumping symbols from source/insurgency/bin/libtier0.so... Done. Dumping symbols from source/insurgency/bin/vphysics.so... Done. Dumping symbols from source/insurgency/bin/libvstdlib_s.so... Done. Dumping symbols from source/insurgency/bin/scenefilecache.so... Done. Dumping symbols from source/insurgency/bin/datacache.so... Done. Dumping symbols from source/insurgency/bin/chromehtml.so... Done. Dumping symbols from source/insurgency/bin/libvstdlib.so... Done. Dumping symbols from source/insurgency/bin/steamclient.so... Done. Dumping symbols from source/insurgency/bin/bsppack.so... Done. Dumping symbols from source/insurgency/bin/materialsystem.so... Done. Dumping symbols from source/insurgency/bin/soundemittersystem.so... Done. Dumping symbols from source/insurgency/bin/engine.so... Done. Dumping symbols from source/insurgency/insurgency/bin/server.so... Done. Dumping symbols from source/insurgency/insurgency/bin/matchmaking_ds.so... Done. Dumping symbols from source/insurgency/srcds_linux... Done. checking to see if ./gdc_insurgency_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 7f0ff04..0482746 master -> origin/master 66b00d4..94c982f 1.7-dev -> origin/1.7-dev Updating 7f0ff04..0482746 Fast-forward core/logic/NativeOwner.cpp | 10 +- core/logic/PluginSys.cpp | 57 +- core/logic/ShareSys.cpp | 34 +- core/logic/ShareSys.h | 2 +- core/logic/smn_core.cpp | 6 +- public/sourcepawn/sp_vm_api.h | 45 +- sourcepawn/jit/AMBuilder | 14 +- sourcepawn/jit/api.cpp | 150 ++--- sourcepawn/jit/api.h | 2 +- sourcepawn/jit/code-stubs.h | 5 +- sourcepawn/jit/debug-trace.cpp | 25 +- sourcepawn/jit/debug-trace.h | 7 +- sourcepawn/jit/dll_exports.cpp | 7 +- sourcepawn/jit/environment.cpp | 7 +- sourcepawn/jit/environment.h | 4 +- sourcepawn/jit/file-utils.cpp | 52 ++ sourcepawn/jit/file-utils.h | 47 ++ sourcepawn/jit/interpreter.cpp | 990 --------------------------------- sourcepawn/jit/interpreter.h | 40 -- sourcepawn/jit/jit_shared.h | 97 ---- sourcepawn/jit/legacy-image.h | 138 +++++ sourcepawn/jit/md5/md5.cpp | 10 +- sourcepawn/jit/md5/md5.h | 10 +- sourcepawn/jit/opcodes.cpp | 3 +- sourcepawn/jit/opcodes.h | 2 - sourcepawn/jit/plugin-context.cpp | 539 +++++++++++------- sourcepawn/jit/plugin-context.h | 149 ++++- sourcepawn/jit/plugin-runtime.cpp | 541 +++++++----------- sourcepawn/jit/plugin-runtime.h | 103 ++-- sourcepawn/jit/scripted-invoker.cpp | 10 +- sourcepawn/jit/scripted-invoker.h | 17 +- sourcepawn/jit/smx-v1-image.cpp | 617 ++++++++++++++++++++ sourcepawn/jit/smx-v1-image.h | 204 +++++++ sourcepawn/jit/watchdog_timer.cpp | 3 +- sourcepawn/jit/x86/code-stubs-x86.cpp | 19 +- sourcepawn/jit/x86/jit_x86.cpp | 249 +++------ sourcepawn/jit/x86/jit_x86.h | 32 +- 37 files changed, 2141 insertions(+), 2106 deletions(-) create mode 100644 sourcepawn/jit/file-utils.cpp create mode 100644 sourcepawn/jit/file-utils.h delete mode 100644 sourcepawn/jit/interpreter.cpp delete mode 100644 sourcepawn/jit/interpreter.h delete mode 100644 sourcepawn/jit/jit_shared.h create mode 100644 sourcepawn/jit/legacy-image.h create mode 100644 sourcepawn/jit/smx-v1-image.cpp create mode 100644 sourcepawn/jit/smx-v1-image.h Game: insurgency Gamedata: /users/psychonic/gdc/sourcemod-central/gamedata/sdktools.games/engine.insurgency.txt 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: SetUserCvar - no Linux symbol, skipping O: InfoChanged - no Linux symbol, skipping O: GiveNamedItem - GOOD. current [ w: 439, l: 440 ]. O: RemovePlayerItem - GOOD. current [ w: 289, l: 290 ]. O: Weapon_GetSlot - GOOD. current [ w: 287, l: 288 ]. O: Ignite - GOOD. current [ w: 223, l: 224 ]. O: Extinguish - GOOD. current [ w: 226, l: 227 ]. O: Teleport - GOOD. current [ w: 115, l: 116 ]. O: CommitSuicide - GOOD. current [ w: 487, l: 487 ]. O: GetVelocity - GOOD. current [ w: 140, l: 141 ]. O: EyeAngles - GOOD. current [ w: 131, l: 132 ]. O: AcceptInput - GOOD. current [ w: 40, l: 41 ]. O: SetEntityModel - GOOD. current [ w: 26, l: 27 ]. O: WeaponEquip - GOOD. current [ w: 280, l: 281 ]. O: Activate - GOOD. current [ w: 36, l: 37 ]. O: PlayerRunCmd - GOOD. current [ w: 458, l: 459 ]. 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: EntityFactory (server) - w: GOOD - l: GOOD S: FireOutput (server) - w: GOOD - l: GOOD ------------------------------------------------------ Game: insurgency Gamedata: /users/psychonic/gdc/sourcemod-central/gamedata/sdkhooks.games/engine.insurgency.txt O: Blocked - GOOD. current [ w: 108, l: 109 ]. O: EndTouch - GOOD. current [ w: 106, l: 107 ]. O: FireBullets - GOOD. current [ w: 119, l: 120 ]. O: GetMaxHealth - GOOD. current [ w: 123, l: 124 ]. O: GroundEntChanged - GOOD. current [ w: 177, l: 179 ]. O: OnTakeDamage - GOOD. current [ w: 67, l: 68 ]. O: OnTakeDamage_Alive - GOOD. current [ w: 291, l: 292 ]. O: PreThink - GOOD. current [ w: 360, l: 361 ]. O: PostThink - GOOD. current [ w: 361, l: 362 ]. O: Reload - GOOD. current [ w: 284, l: 285 ]. O: SetTransmit - GOOD. current [ w: 22, l: 23 ]. O: ShouldCollide - GOOD. current [ w: 17, l: 18 ]. O: Spawn - GOOD. current [ w: 24, l: 25 ]. O: StartTouch - GOOD. current [ w: 104, l: 105 ]. O: Think - GOOD. current [ w: 51, l: 52 ]. O: Touch - GOOD. current [ w: 105, l: 106 ]. O: TraceAttack - GOOD. current [ w: 65, l: 66 ]. O: Use - GOOD. current [ w: 103, l: 104 ]. O: VPhysicsUpdate - GOOD. current [ w: 156, l: 157 ]. O: Weapon_CanSwitchTo - GOOD. current [ w: 285, l: 286 ]. O: Weapon_CanUse - GOOD. current [ w: 279, l: 280 ]. O: Weapon_Drop - GOOD. current [ w: 282, l: 283 ]. O: Weapon_Equip - GOOD. current [ w: 280, l: 281 ]. O: Weapon_Switch - GOOD. current [ w: 283, l: 284 ]. O: EntityListeners - no Linux symbol, skipping Windows offsets are (semi-)wild guesses! Signature offsets are wild guesses! ------------------------------------------------------