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

[L4D2] Ladder Server Crash - Patch Fix (1.1) [12-Feb-2022]


Post New Thread Reply   
 
Thread Tools Display Modes
yzybb
Member
Join Date: Jul 2020
Old 03-24-2022 , 11:52   Re: [L4D2] Ladder Server Crash - Patch Fix (1.1) [12-Feb-2022]
Reply With Quote #11

Quote:
Originally Posted by Dragokas View Post
I don't think it's somehow related to above fix. You have broken weapon transition data.

Crash caused due to passing invalid pointer to
Code:
KeyValues::GetString("restoreSecondaryWeaponName", v38);
in PlayerSaveData::Restore

Code:
2: server.dll + 0x2b4673
      eip: 0x6deb4673  esp: 0x0133dd44  ebp: 0x0133dd64  

      0133dd44  a4 31 28 6e 50 0c 00 00  c4 dd 33 01 00 00 00 00
v38 == 0xC50.

Can detour sub_104F6850 (KeyValues::GetString) and check for a2 >= 0x10000 (minimum application address). Win only.
Thanks, sir. Your suggestion is very effective. I've taken care of it.
yzybb is offline
shinubee
Junior Member
Join Date: Mar 2022
Old 04-17-2022 , 22:51   Re: [L4D2] Ladder Server Crash - Patch Fix (1.1) [12-Feb-2022]
Reply With Quote #12

Quote:
Originally Posted by maclarens View Post
this bug has been fixed by valve 15.04.22
I'm having a crash while playing the map A Dam Mission's final after the update, will this fix him? sorry my english is bad, use google translate.https://crash.limetech.org/cm4l43ufxj4v
Code:
Thread 0 (crashed):
   0: server_srv.so!CNavLadder::GetPosAtHeight(float) const + 0xe
      eip: 0xed4f864e  esp: 0xffed77d8  ebp: 0xffed77d8  ebx: 0x0bb96370
      esi: 0xffed7844  edi: 0x0f1ea440  eax: 0xffed7844  ecx: 0x00000001
      edx: 0x00000400  efl: 0x00210286  

      ed4f8640  55                 push ebp
      ed4f8641  89 e5              mov ebp, esp
      ed4f8643  8b 55 0c           mov edx, [ebp+0xc]
      ed4f8646  f3 0f 10 4d 10     movss xmm1, [ebp+0x10]
      ed4f864b  8b 45 08           mov eax, [ebp+0x8]
  >   ed4f864e  f3 0f 10 42 18     movss xmm0, [edx+0x18]
      ed4f8653  0f 2f c1           comiss xmm0, xmm1
      ed4f8656  0f 87 8c 00 00 00  ja 0xed4f86e8
      ed4f865c  f3 0f 10 52 0c     movss xmm2, [edx+0xc]
      ed4f8661  0f 2f ca           comiss xmm1, xmm2
      ed4f8664  77 6a              ja 0xed4f86d0

      ffed77d8  68 78 ed ff ce 4b 7d ed                           hx...K}.        

      Found via instruction pointer in context


   1: server_srv.so!AvoidNeighbors(Infected*, CBaseEntity*, PathFollower*) + 0x50e
      eip: 0xed7d4bce  esp: 0xffed77e0  ebp: 0xffed7868  ebx: 0x0bb96370
      esi: 0xffed7844  edi: 0x0f1ea440  

      ffed77e0  44 78 ed ff 00 04 00 00  00 00 00 3d 00 00 00 00  Dx.........=....
      ffed77f0  70 63 b9 0b 80 3e 9d 0f  4a e5 00 43 38 78 ed ff  pc...>..J..C8x..
      ffed7800  02 00 00 00 30 79 ed ff  00 00 00 00 00 00 00 00  ....0y..........
      ffed7810  a8 32 4a 11 00 00 00 00  00 00 00 00 00 00 00 00  .2J.............
      ffed7820  a1 55 4c 3f ff 37 1a bf  40 a4 1e 0f 54 35 4a 11  [email protected].
      ffed7830  a1 55 4c 3f 00 00 00 00  00 80 22 c3 00 e0 44 45  .UL?......"...DE
      ffed7840  00 00 00 3d 00 80 22 c3  68 78 ed ff 1c 4d 52 ed  ...=..".hx...MR.
      ffed7850  d0 38 f4 0f 00 00 00 00  ff ff ff ff 70 63 b9 0b  .8..........pc..
      ffed7860  d0 38 f4 0f a8 32 4a 11  78 79 ed ff c3 e1 7e ed  .8...2J.xy....~.

      Found via call frame info


   2: server_srv.so!ChaseVictim::Update(Infected*, float) + 0x5e3
      eip: 0xed7ee1c3  esp: 0xffed7870  ebp: 0xffed7978  ebx: 0x0bb96370
      esi: 0x0ff438d0  edi: 0x114a32a8  

      ffed7870  70 63 b9 0b d0 38 f4 0f  a8 32 4a 11 48 79 ed ff  pc...8...2J.Hy..
      ffed7880  24 79 ed ff 50 2f ae ed  01 00 00 00 00 00 80 3e  $y..P/.........>
      ffed7890  00 50 f4 f7 40 57 f4 f7  00 00 00 00 00 00 00 00  .P..@W..........
      ffed78a0  06 00 e0 e9 12 b0 c3 08  00 8c 7e cc 00 00 00 00  ..........~.....
      ffed78b0  50 43 d5 e2 c4 78 ed ff  30 d0 51 ed f0 d8 82 0d  PC...x..0.Q.....
      ffed78c0  30 79 ed ff d4 78 ed ff  24 79 ed ff f0 d8 82 0d  0y...x..$y......
      ffed78d0  a0 ce 9e 0f e4 78 ed ff  ac 7d b9 0b f0 d8 82 0d  .....x...}......
      ffed78e0  70 db ac 0d 04 79 ed ff  40 a4 1e 0f 38 63 e5 ef  [email protected]..
      ffed78f0  60 02 00 00 f0 d8 82 0d  00 00 00 00 00 00 00 00  `...............
      ffed7900  00 00 00 00 00 00 00 00  50 2d de ef 00 00 00 00  ........P-......
      ffed7910  00 00 00 00 00 00 00 00  29 23 88 c3 22 63 49 45  ........)#.."cIE
      ffed7920  8c bc 71 42 b2 8b 3c c3  3e 17 a5 c5 80 00 04 45  ..qB..<.>......E
      ffed7930  b2 8b 3c c3 3e 17 a5 c5  80 00 04 45 00 00 00 00  ..<.>......E....
      ffed7940  00 00 00 00 00 00 00 00  60 27 ae ed ac 7d b9 0b  ........`'...}..
      ffed7950  00 00 00 00 40 a4 1e 0f  9c 4f d0 3e 00 00 00 00  [email protected].>....
      ffed7960  02 00 00 00 80 3e 9d 0f  98 79 ed ff 70 63 b9 0b  .....>...y..pc..
      ffed7970  14 7a ed ff 70 32 4a 11  d8 79 ed ff 8d 37 81 ed  .z..p2J..y...7..

      Found via call frame info


   3: server_srv.so!Action<Infected>::InvokeUpdate(Infected*, Behavior<Infected>*, float) + 0xed
      eip: 0xed81378d  esp: 0xffed7980  ebp: 0xffed79d8  ebx: 0x0bb96370
      esi: 0xffed7a14  edi: 0x114a3270  

      ffed7980  a8 79 ed ff 70 32 4a 11  70 63 b9 0b 00 00 88 3c  .y..p2J.pc.....<
      ffed7990  80 3e 9d 0f 00 19 39 41  ac 28 fe c1 0a b0 76 3c  .>....9A.(....v<
      ffed79a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed79b0  00 00 00 00 3e 64 ef 3f  44 a9 fa 2e 70 0b 2f 11  ....>d.?D...p./.
      ffed79c0  18 00 00 00 03 00 00 00  e8 79 ed ff 70 63 b9 0b  .........y..pc..
      ffed79d0  74 7a ed ff 40 8c bb 0f  38 7a ed ff ca 37 81 ed  [email protected]..

      Found via call frame info


   4: server_srv.so!Action<Infected>::InvokeUpdate(Infected*, Behavior<Infected>*, float) + 0x12a
      eip: 0xed8137ca  esp: 0xffed79e0  ebp: 0xffed7a38  ebx: 0x0bb96370
      esi: 0xffed7a74  edi: 0x0fbb8c40  

      ffed79e0  14 7a ed ff 70 32 4a 11  70 63 b9 0b a0 7f 6f 0d  .z..p2J.pc....o.
      ffed79f0  00 00 88 3c 30 f1 d7 e8  00 00 00 00 48 9b 93 3e  ...<0.......H..>
      ffed7a00  6b 5b e2 f7 80 3e 9d 0f  00 00 00 00 00 00 00 00  k[...>..........
      ffed7a10  00 00 00 00 3c 7a ed ff  04 00 00 00 3c 7a ed ff  ....<z......<z..
      ffed7a20  fd 9f 00 00 00 00 00 00  58 7a ed ff 70 63 b9 0b  ........Xz..pc..
      ffed7a30  d4 7a ed ff f0 a2 3c 10  98 7a ed ff ca 37 81 ed  .z....<..z...7..

      Found via call frame info


   5: server_srv.so!Action<Infected>::InvokeUpdate(Infected*, Behavior<Infected>*, float) + 0x12a
      eip: 0xed8137ca  esp: 0xffed7a40  ebp: 0xffed7a98  ebx: 0x0bb96370
      esi: 0xffed7ad4  edi: 0x103ca2f0  

      ffed7a40  74 7a ed ff 40 8c bb 0f  70 63 b9 0b a0 7f 6f 0d  [email protected].
      ffed7a50  00 00 88 3c 46 9b 93 3e  18 7b ed ff 4d b8 2d ed  ...<F..>.{..M.-.
      ffed7a60  80 3e 9d 0f 70 0b 2f 11  00 00 00 00 00 00 00 00  .>..p./.........
      ffed7a70  00 00 00 00 ff bf e4 3e  ff f3 92 c2 f0 14 d6 10  .......>........
      ffed7a80  80 3e 9d 0f 80 3e 9d 0f  18 7b ed ff 70 63 b9 0b  .>...>...{..pc..
      ffed7a90  24 7b ed ff 90 8e e5 10  f8 7a ed ff ca 37 81 ed  ${.......z...7..

      Found via call frame info


   6: server_srv.so!Action<Infected>::InvokeUpdate(Infected*, Behavior<Infected>*, float) + 0x12a
      eip: 0xed8137ca  esp: 0xffed7aa0  ebp: 0xffed7af8  ebx: 0x0bb96370
      esi: 0xffed7b24  edi: 0x10e58e90  

      ffed7aa0  d4 7a ed ff f0 a2 3c 10  70 63 b9 0b a0 7f 6f 0d  .z....<.pc....o.
      ffed7ab0  00 00 88 3c 6c 63 ef 3f  18 7b ed ff 02 2e 23 ed  ...<lc.?.{....#.
      ffed7ac0  b1 f4 92 42 00 00 00 00  00 00 00 00 00 00 00 00  ...B............
      ffed7ad0  00 00 00 00 00 00 00 00  00 00 00 00 ff bf e4 3e  ...............>
      ffed7ae0  ff f3 92 c2 00 00 00 00  00 00 00 00 a0 7f 6f 0d  ..............o.
      ffed7af0  70 63 b9 0b 70 63 b9 0b  58 7c ed ff f5 38 81 ed  pc..pc..X|...8..

      Found via call frame info


   7: server_srv.so!Behavior<Infected>::Update(Infected*, float) + 0x55
      eip: 0xed8138f5  esp: 0xffed7b00  ebp: 0xffed7c58  ebx: 0x0d6f7fa0
      esi: 0x0bb96370  edi: 0x0bb96370  

      ffed7b00  24 7b ed ff 90 8e e5 10  70 63 b9 0b a0 7f 6f 0d  ${......pc....o.
      ffed7b10  00 00 88 3c 11 00 00 00  a8 7b ed ff ca d9 2d ed  ...<.....{....-.
      ffed7b20  f0 14 d6 10 00 00 00 00  cc 02 00 00 61 bd 57 ed  ............a.W.
      ffed7b30  80 3e 9d 0f 80 3e 9d 0f  dc 63 8d c5 7e 1c e1 c1  .>...>...c..~...
      ffed7b40  a6 5f 62 3e 25 ff 41 3d  20 5f 79 3f 97 5f 34 c4  ._b>%.A= _y?._4.
      ffed7b50  50 18 8d c5 01 00 d3 44  a8 7b ed ff 00 00 80 3f  P......D.{.....?
      ffed7b60  00 00 00 00 00 00 00 00  88 7b ed ff 11 00 00 00  .........{......
      ffed7b70  ff ff ff ff 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed7b80  00 00 00 00 00 00 00 00  a8 7b ed ff 2d fd 48 ed  .........{..-.H.
      ffed7b90  ac ea 4b f7 30 f1 d7 e8  00 00 00 00 80 3e 9d 0f  ..K.0........>..
      ffed7ba0  04 5b 9d 0f 00 00 00 00  08 7c ed ff 5a 56 42 ed  .[.......|..ZVB.
      ffed7bb0  f0 14 d6 10 00 19 39 41  df 6a 9b 43 ce fc d2 44  ......9A.j.C...D
      ffed7bc0  80 3e 9d 0f 40 c1 d8 ed  08 7c ed ff 2c 0f 7c ed  .>..@....|..,.|.
      ffed7bd0  80 3e 9d 0f 00 00 00 00  08 7c ed ff 00 00 aa 42  .>.......|.....B
      ffed7be0  00 00 00 00 ff bf e4 3e  ff f3 92 c2 30 77 ed ff  .......>....0w..
      ffed7bf0  00 00 00 00 00 50 f4 f7  40 57 f4 f7 00 00 00 00  .....P..@W......
      ffed7c00  00 00 00 00 06 00 ed ff  14 b0 c3 08 87 a8 cc ef  ................
      ffed7c10  20 a0 19 0a ab fa d2 44  b8 7c ed ff 73 a7 81 ed   ......D.|..s...
      ffed7c20  f0 cf 9e 0f 01 98 8d c5  2d 06 e2 f7 00 8a 24 0d  ........-.....$.
      ffed7c30  01 00 00 00 00 00 00 00  78 7c ed ff 00 8c 7e cc  ........x|....~.
      ffed7c40  90 db 0f 10 4c 7c ed ff  00 00 0e c2 c0 c4 22 0f  ....L|........".
      ffed7c50  70 63 b9 0b 70 63 b9 0b  b8 7c ed ff 94 1c 81 ed  pc..pc...|......

      Found via call frame info


   8: server_srv.so!InfectedIntention::Update() + 0xd4
      eip: 0xed811c94  esp: 0xffed7c60  ebp: 0xffed7cb8  ebx: 0x0f22c4c0
      esi: 0x0bb96370  edi: 0x0bb96370  

      ffed7c60  a0 7f 6f 0d 70 63 b9 0b  00 00 88 3c 00 00 00 00  ..o.pc.....<....
      ffed7c70  00 00 00 00 00 00 00 00  00 00 00 00 f0 ac 10 e1  ................
      ffed7c80  c8 5d fe ef 00 00 00 3d  d8 7d ed ff 12 2a 50 ed  .].....=.}...*P.
      ffed7c90  00 30 6d e9 ab fa d2 44  00 00 00 00 00 00 00 00  .0m....D........
      ffed7ca0  d4 7d b9 0b 00 00 00 00  00 00 00 00 00 00 00 00  .}..............
      ffed7cb0  c0 c4 22 0f 70 63 b9 0b  e8 7d ed ff 64 ac 51 ed  ..".pc...}..d.Q.

      Found via call frame info


   9: server_srv.so!INextBot::Update() + 0x84
      eip: 0xed51ac64  esp: 0xffed7cc0  ebp: 0xffed7de8  ebx: 0x0f22c4c0
      esi: 0x0bb96370  edi: 0x0bb96370  

      ffed7cc0  c0 c4 22 0f ff ff 00 00  00 00 00 00 00 00 00 00  ..".............
      ffed7cd0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 3d  ...............=
      ffed7ce0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed7cf0  00 00 00 00 ea b0 84 c3  62 ba 49 45 00 00 00 3d  ........b.IE...=
      ffed7d00  20 68 da ed 80 3e 9d 0f  28 7d ed ff 31 9d 3a f7   h...>..(}..1.:.
      ffed7d10  30 f1 d7 e8 00 7c d8 ed  48 7d ed ff 94 a1 42 ed  0....|..H}....B.
      ffed7d20  80 3e 9d 0f ff bf e4 3e  48 7d ed ff 2d fd 48 ed  .>.....>H}..-.H.
      ffed7d30  ac ea 4b f7 30 f1 d7 e8  00 00 00 00 00 00 00 00  ..K.0...........
      ffed7d40  80 3e 9d 0f 80 3e 9d 0f  c8 7d ed ff 72 f9 58 ed  .>...>...}..r.X.
      ffed7d50  30 f1 d7 e8 80 3e 9d 0f  60 c5 f9 10 a6 e6 b2 c0  0....>..`.......
      ffed7d60  00 7c d8 ed 76 3a 00 00  f3 00 00 00 c0 00 00 00  .|..v:..........
      ffed7d70  69 3b 00 00 93 03 00 00  80 60 f7 f7 c0 7d ed ff  i;.......`...}..
      ffed7d80  4f 88 31 70 50 2b 1b 00  90 60 f7 f7 00 00 00 00  O.1pP+...`......
      ffed7d90  00 00 00 00 a4 a3 f7 f7  01 00 00 00 00 00 00 00  ................
      ffed7da0  5c 0f 47 00 00 00 00 00  4b a8 f7 f7 18 7e ed ff  \.G.....K....~..
      ffed7db0  18 7e ed ff 00 50 f4 f7  d8 7d ed ff 35 b0 f7 f7  .~...P...}..5...
      ffed7dc0  5c 0f 47 00 00 00 00 00  e0 a0 56 36 70 8f 7b 09  \.G.......V6p.{.
      ffed7dd0  70 63 b9 0b ac 7d b9 0b  48 7e ed ff 00 8c 7e cc  pc...}..H~....~.
      ffed7de0  00 00 00 00 70 63 b9 0b  78 7e ed ff 45 5d 7d ed  ....pc..x~..E]}.

      Found via call frame info


  10: server_srv.so!Infected::Update() + 0xc5
      eip: 0xed7d5d45  esp: 0xffed7df0  ebp: 0xffed7e78  ebx: 0x00000000
      esi: 0x0bb96370  edi: 0x0bb96370  

      ffed7df0  ac 7d b9 0b 28 00 00 00  ac 7d b9 0b 8b d2 d7 f7  .}..(....}......
      ffed7e00  01 00 00 00 00 30 6d e9  28 7e ed ff c8 41 81 ed  .....0m.(~...A..
      ffed7e10  00 30 6d e9 03 00 00 00  00 00 00 00 00 00 00 00  .0m.............
      ffed7e20  70 63 b9 0b 00 30 6d e9  48 7e ed ff ac 7d b9 0b  pc...0m.H~...}..
      ffed7e30  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed7e40  00 00 00 00 00 00 00 00  78 7e ed ff eb 71 3b ed  ........x~...q;.
      ffed7e50  70 63 b9 0b 00 30 6d e9  05 00 00 00 00 00 48 42  pc...0m.......HB
      ffed7e60  40 a9 da ed ac 7d b9 0b  00 00 00 00 00 00 00 00  @....}..........
      ffed7e70  70 63 b9 0b ac 7d b9 0b  e8 7e ed ff d4 86 51 ed  pc...}...~....Q.

      Found via call frame info


  11: server_srv.so!NextBotCombatCharacter::DoThink() + 0x274
      eip: 0xed5186d4  esp: 0xffed7e80  ebp: 0xffed7ee8  ebx: 0x00000000
      esi: 0x0bb96370  edi: 0x0bb97dac  

      ffed7e80  70 63 b9 0b 01 00 00 00  00 00 00 00 00 00 00 00  pc..............
      ffed7e90  84 64 36 0b 00 a5 6b 0c  69 01 35 3f 80 3e 9d 0f  .d6...k.i.5?.>..
      ffed7ea0  60 c5 f9 10 00 00 00 00  28 7f ed ff f0 51 79 ed  `.......(....Qy.
      ffed7eb0  00 00 00 00 00 00 00 00  20 68 da ed 00 00 00 00  ........ h......
      ffed7ec0  b0 77 28 f0 00 00 00 00  00 00 00 00 00 00 00 00  .w(.............
      ffed7ed0  00 00 00 00 c4 ff ae ed  00 00 00 00 70 63 b9 0b  ............pc..
      ffed7ee0  30 6c 1a ed 00 00 00 00  38 7f ed ff 09 3b 55 ed  0l......8....;U.

      Found via call frame info


  12: server_srv.so!CBaseEntity::PhysicsDispatchThink(void (CBaseEntity::*)()) + 0xa9
      eip: 0xed553b09  esp: 0xffed7ef0  ebp: 0xffed7f38  ebx: 0x0bb96370
      esi: 0xed1a6c30  edi: 0x00000000  

      ffed7ef0  70 63 b9 0b 40 64 b9 0b  00 00 00 00 00 00 00 00  pc..@d..........
      ffed7f00  d0 19 38 0c 00 50 f4 f7  00 00 00 00 98 1d 44 ed  ..8..P........D.
      ffed7f10  00 00 00 00 96 8b 01 00  38 7f ed ff 00 00 00 00  ........8.......
      ffed7f20  70 63 b9 0b 00 00 00 00  00 00 00 00 00 00 00 00  pc..............
      ffed7f30  70 63 b9 0b 96 8b 01 00  b8 7f ed ff 44 f2 23 ed  pc..........D.#.

      Found via call frame info


  13: server_srv.so!CBaseEntity::PhysicsRunSpecificThink(int, void (CBaseEntity::*)()) + 0xc4
      eip: 0xed23f244  esp: 0xffed7f40  ebp: 0xffed7fb8  ebx: 0x00000000
      esi: 0x0bb96370  edi: 0x00018b96  

      ffed7f40  70 63 b9 0b e5 00 00 00  00 00 00 00 bf 83 58 ed  pc............X.
      ffed7f50  60 c5 f9 10 00 00 00 00  00 00 00 00 00 00 00 00  `...............
      ffed7f60  95 8b 01 00 ab fa d2 44  89 88 88 3c 96 8b 01 00  .......D...<....
      ffed7f70  e8 7f ed ff 95 8b 01 00  20 68 da ed 28 a9 13 45  ........ h..(..E
      ffed7f80  00 00 00 00 a4 a3 f7 f7  01 00 00 00 f8 7f ed ff  ................
      ffed7f90  5c 0f 47 00 00 00 00 00  4b a8 f7 f7 08 80 ed ff  \.G.....K.......
      ffed7fa0  08 80 ed ff 89 88 88 3c  ab fa d2 44 00 00 00 00  .......<...D....
      ffed7fb0  70 63 b9 0b 00 00 00 00  e8 7f ed ff 62 f7 23 ed  pc..........b.#.

      Found via call frame info


  14: server_srv.so!_ZN11CBaseEntity15PhysicsRunThinkENS_14thinkmethods_tE.part.150 + 0x32
      eip: 0xed23f762  esp: 0xffed7fc0  ebp: 0xffed7fe8  ebx: 0x00000000
      esi: 0x0bb96370  edi: 0x00000000  

      ffed7fc0  70 63 b9 0b ff ff ff ff  e5 00 00 00 00 00 00 00  pc..............
      ffed7fd0  00 00 00 00 00 00 00 00  00 00 00 00 70 63 b9 0b  ............pc..
      ffed7fe0  00 00 00 00 00 00 00 00  e8 80 ed ff 17 56 55 ed  .............VU.

      Found via call frame info


  15: server_srv.so!CBaseEntity::PhysicsCustom() + 0xe7
      eip: 0xed555617  esp: 0xffed7ff0  ebp: 0xffed80e8  ebx: 0x0bb96370
      esi: 0x00000000  edi: 0x00000000  

      ffed7ff0  70 63 b9 0b 00 00 00 00  00 00 00 00 ff ff 00 00  pc..............
      ffed8000  40 42 ba f7 00 00 00 80  38 80 ed ff 80 3e 9d 0f  @B......8....>..
      ffed8010  90 ea 7d 11 ff ff ff ff  58 80 ed ff c1 2f 58 ed  ..}.....X..../X.
      ffed8020  84 61 9d 0f ff ff 00 00  00 00 00 00 00 00 00 00  .a..............
      ffed8030  04 5b 9d 0f 00 00 00 00  00 00 00 00 00 00 00 00  .[..............
      ffed8040  40 42 ba f7 00 00 00 00  ff ff ff 7f 80 3e 9d 0f  @B...........>..
      ffed8050  04 5b 9d 0f b8 80 ed ff  28 81 ed ff 74 c3 70 ed  .[......(...t.p.
      ffed8060  80 3e 9d 0f b8 80 ed ff  01 00 00 00 01 00 00 00  .>..............
      ffed8070  00 00 00 00 00 00 00 00  00 00 00 00 f0 eb b9 10  ................
      ffed8080  00 00 00 00 00 00 00 00  e8 80 ed ff 4c 8f 55 ed  ............L.U.
      ffed8090  ab fa d2 44 00 00 00 00  00 00 00 00 00 00 66 43  ...D..........fC
      ffed80a0  00 00 00 00 00 00 00 00  20 68 da ed 00 00 00 00  ........ h......
      ffed80b0  01 20 01 00 70 63 b9 0b  e8 80 ed ff 94 38 1d ed  . ..pc.......8..
      ffed80c0  40 c1 d8 ed 70 63 b9 0b  01 20 01 00 01 20 01 00  @...pc... ... ..
      ffed80d0  00 00 00 00 00 00 66 43  00 00 00 00 70 63 b9 0b  ......fC....pc..
      ffed80e0  00 00 00 00 00 00 00 00  88 81 ed ff 10 0b 24 ed  ..............$.

      Found via call frame info


  16: server_srv.so!CBaseEntity::PhysicsSimulate() + 0x9e0
      eip: 0xed240b10  esp: 0xffed80f0  ebp: 0xffed8188  ebx: 0x0bb96370
      esi: 0x00000000  edi: 0x00000000  

      ffed80f0  70 63 b9 0b 00 00 80 00  00 00 00 00 00 00 00 00  pc..............
      ffed8100  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8110  90 07 cb 11 c0 83 78 0c  00 00 00 00 80 3e 9d 0f  ......x......>..
      ffed8120  00 00 00 00 00 00 00 00  88 81 ed ff a3 c9 83 ed  ................
      ffed8130  80 3e 9d 0f 20 c3 7f 0b  00 00 00 00 00 00 00 00  .>.. ...........
      ffed8140  00 00 00 00 00 00 00 00  88 81 ed ff 00 00 00 00  ................
      ffed8150  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8160  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8170  20 c3 7f 0b 00 00 00 00  00 00 00 00 70 63 b9 0b   ...........pc..
      ffed8180  e5 3a a7 ed 00 00 00 00  08 82 ed ff a2 6c 55 ed  .:...........lU.

      Found via call frame info


  17: server_srv.so!Physics_SimulateEntity(CBaseEntity*) + 0x152
      eip: 0xed556ca2  esp: 0xffed8190  ebp: 0xffed8208  ebx: 0x0bb96370
      esi: 0xeda73ae5  edi: 0x00000000  

      ffed8190  70 63 b9 0b c0 81 ed ff  81 60 00 02 b0 81 ed ff  pc.......`......
      ffed81a0  1c 82 ed ff 20 c3 7f 0b  02 00 00 00 00 00 00 00  .... ...........
      ffed81b0  e8 5f a1 ed 00 00 00 00  00 00 00 00 e0 9f fa f7  ._..............
      ffed81c0  a1 52 e4 c3 97 d9 96 c5  02 00 00 00 00 00 00 00  .R..............
      ffed81d0  c0 f0 cd 08 d4 83 ed ff  00 00 00 00 00 00 00 00  ................
      ffed81e0  02 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed81f0  70 f2 cd 08 d4 83 ed ff  98 82 ed ff 5e 00 00 00  p...........^...
      ffed8200  40 82 ed ff 66 00 00 00  68 84 ed ff d1 71 55 ed  @...f...h....qU.

      Found via call frame info


  18: server_srv.so!Physics_RunThinkFunctions(bool) + 0x2d1
      eip: 0xed5571d1  esp: 0xffed8210  ebp: 0xffed8468  ebx: 0x0000005e
      esi: 0xffed8240  edi: 0x00000066  

      ffed8210  70 63 b9 0b 72 00 00 00  98 82 ed ff d8 2a 30 f5  pc..r........*0.
      ffed8220  40 f3 cd 08 00 f4 cd 08  06 00 5d df e0 f3 cd 08  @.........].....
      ffed8230  05 00 5c df 71 8a 7f bf  c0 f0 cd 08 74 45 32 bd  ..\.q.......tE2.
      ffed8240  d0 38 f4 0f 50 4a 22 10  10 ef 70 0b c0 a8 ec 0f  .8..PJ"...p.....
      ffed8250  c0 83 78 0c e0 0d a8 0f  40 5b 17 0c 00 8d 77 0d  ..x.....@[....w.
      ffed8260  c0 98 7d 0f 80 39 3a 11  90 94 20 11 40 66 24 0f  ..}..9:... .@f$.
      ffed8270  a0 43 5c 10 d0 69 c1 0f  70 92 c9 0b 60 16 db 10  .C\..i..p...`...
      ffed8280  d0 f7 86 0a e0 1c 82 09  f0 39 5b 0a f0 d0 58 0d  .........9[...X.
      ffed8290  50 29 8a 0f e0 cf da 10  70 eb 86 0d 10 a7 cd 0f  P)......p.......
      ffed82a0  20 84 c0 10 f0 eb b9 10  70 c1 1c 0f 50 ae c2 11   .......p...P...
      ffed82b0  90 07 cb 11 50 70 ad 10  40 57 83 0b e0 79 e7 0f  [email protected]..
      ffed82c0  a0 4f d9 0e 80 b5 86 0f  70 d5 a8 0b 50 b2 2b 0e  .O......p...P.+.
      ffed82d0  30 ba 66 0c 40 4e 42 11  70 0a c8 0f e0 1a 6e 0c  [email protected].
      ffed82e0  c0 9f 38 10 e0 a7 96 0a  40 49 60 0c f0 ac f0 0f  ..8.....@I`.....
      ffed82f0  30 8c 03 11 30 be a9 0d  70 6e 2e 0c 50 80 9e 0f  0...0...pn..P...
      ffed8300  a0 35 b7 0c d0 59 36 0e  90 be 9f 0f 80 80 8a 10  .5...Y6.........
      ffed8310  90 06 6d 0f b0 54 3d 0e  70 f1 4f 0d 20 25 a9 0b  ..m..T=.p.O. %..
      ffed8320  70 4a f6 10 00 d1 3b 0f  f0 fb a2 10 40 83 51 0a  pJ....;[email protected].
      ffed8330  f0 58 19 0f b0 c9 75 0d  30 6f 3b 0e f0 bb b1 0b  .X....u.0o;.....
      ffed8340  c0 d2 43 0c f0 a2 16 10  f0 c9 ad 0b 20 3e f6 0d  ..C......... >..
      ffed8350  00 c4 dc 10 10 40 6d 0f  20 59 f3 0c 00 26 a1 0f  .....@m. Y...&..
      ffed8360  60 6a 19 10 40 da 86 0f  20 59 b3 0f 30 83 cd 0c  `j..@... Y..0...
      ffed8370  40 f1 e9 0f 50 ff 16 0c  d0 0a 3d 0e a0 11 00 10  @...P.....=.....
      ffed8380  50 37 4d 0f 60 7c b8 0c  20 63 38 0f d0 3f f8 0f  P7M.`|.. c8..?..
      ffed8390  40 fe 50 11 b0 29 22 0d  b0 a1 7c 0d 90 72 63 0d  @.P..)"...|..rc.
      ffed83a0  30 b0 be 0b 70 89 9e 10  40 fa ec 10 20 91 83 10  0...p...@... ...
      ffed83b0  20 c2 79 0f 80 3e 9d 0f  70 63 b9 0b 50 f0 2b 0e   .y..>..pc..P.+.
      ffed83c0  70 cc 35 11 70 8a 29 0f  40 2b a1 11 00 76 c9 0f  p.5.p.).@+...v..
      ffed83d0  10 18 44 0d a0 50 29 0c  00 00 00 00 00 00 00 00  ..D..P).........
      ffed83e0  00 00 00 00 01 00 00 00  68 84 ed ff 7b 71 55 ed  ........h...{qU.
      ffed83f0  40 c1 d8 ed 00 01 00 00  00 00 00 00 00 00 00 00  @...............
      ffed8400  00 02 00 00 00 01 00 00  a0 a9 d5 ed a0 a9 d5 ed  ................
      ffed8410  00 03 00 00 00 01 00 00  00 00 00 00 00 00 00 00  ................
      ffed8420  00 04 00 00 00 01 00 00  40 b2 35 f5 ab fa d2 44  [email protected]
      ffed8430  00 05 00 00 00 01 00 00  00 00 00 00 00 00 00 00  ................
      ffed8440  00 00 00 00 00 00 00 00  00 00 00 00 00 8c 7e cc  ..............~.
      ffed8450  00 07 00 00 00 01 00 00  00 00 00 00 01 00 00 00  ................
      ffed8460  00 00 00 00 28 3d da ed  e8 84 ed ff 67 ee 48 ed  ....(=......g.H.

      Found via call frame info


  19: server_srv.so!CServerGameDLL::GameFrame(bool) + 0x967
      eip: 0xed48ee67  esp: 0xffed8470  ebp: 0xffed84e8  ebx: 0x00000001
      esi: 0x00000000  edi: 0xedda3d28  

      ffed8470  01 00 00 00 01 00 00 00  a8 84 ed ff bc 05 f2 ef  ................
      ffed8480  94 cb fe ef 01 00 00 00  01 00 00 00 8b d2 d7 f7  ................
      ffed8490  0c 85 ed ff 6b 25 a9 47  50 f8 5c 09 b0 a0 fe ef  ....k%.GP.\.....
      ffed84a0  28 3d da ed 01 00 00 00  c8 84 ed ff 89 88 88 3c  (=.............<
      ffed84b0  90 a5 19 0a 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed84c0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed84d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed84e0  01 00 00 00 50 f8 5c 09  28 85 ed ff 0f 4f f3 ef  ....P.\.(....O..

      Found via call frame info


  20: sourcemod.2.l4d2.so!__SourceHook_FHCls_IServerGameDLLGameFramefalse::Func + 0xcf
      eip: 0xeff34f0f  esp: 0xffed84f0  ebp: 0xffed8528  ebx: 0x00000001
      esi: 0x095cf850  edi: 0xedda3d28  

      ffed84f0  28 3d da ed 01 00 00 00  28 85 ed ff b5 55 38 f7  (=......(....U8.
      ffed8500  b8 40 24 f0 01 00 00 00  28 85 ed ff 00 e5 48 ed  .@$.....(.....H.
      ffed8510  00 00 00 00 00 00 00 00  00 00 00 00 01 00 00 00  ................
      ffed8520  00 f2 da ed 01 00 00 00  a8 85 ed ff 38 c1 37 f7  ............8.7.

      Found via call frame info


  21: engine_srv.so!SV_Think(bool) + 0x1c8
      eip: 0xf737c138  esp: 0xffed8530  ebp: 0xffed85a8  ebx: 0x00000001
      esi: 0x00000001  edi: 0xeddaf200  

      ffed8530  28 3d da ed 01 00 00 00  a8 85 ed ff d9 96 28 f7  (=............(.
      ffed8540  40 4e 53 f7 40 4e 53 f7  50 f8 5c 09 0e ce 25 f0  @[email protected].\...%.
      ffed8550  d0 61 48 0a 00 00 00 00  64 36 a5 ed 50 f8 5c 09  .aH.....d6..P.\.
      ffed8560  28 3d da ed 01 00 00 00  a8 85 ed ff ab fa d2 44  (=.............D
      ffed8570  b0 77 28 f0 50 f8 5c 09  00 00 00 00 00 00 00 00  .w(.P.\.........
      ffed8580  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8590  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed85a0  01 00 00 00 01 00 00 00  28 86 ed ff a8 d4 37 f7  ........(.....7.

      Found via call frame info


  22: engine_srv.so!SV_Frame(bool) + 0x168
      eip: 0xf737d4a8  esp: 0xffed85b0  ebp: 0xffed8628  ebx: 0x00000001
      esi: 0x00000001  edi: 0xeddaf200  

      ffed85b0  01 00 00 00 96 8b 01 00  d8 85 ed ff 35 b0 f7 f7  ............5...
      ffed85c0  5c 0f 47 00 00 00 00 00  80 b5 a6 35 00 00 00 00  \.G........5....
      ffed85d0  5c 0f 47 00 01 00 00 00  28 86 ed ff 45 dc e4 f7  \.G.....(...E...
      ffed85e0  01 00 00 00 18 86 ed ff  00 00 00 00 00 00 00 00  ................
      ffed85f0  01 00 00 00 92 86 eb b7  00 00 00 00 00 00 00 00  ................
      ffed8600  00 00 00 00 18 86 ed ff  b8 03 e2 66 4e a2 f9 40  ...........fN..@
      ffed8610  01 00 00 00 48 86 ed ff  5c 0f 47 00 01 00 00 00  ....H...\.G.....
      ffed8620  92 86 eb b7 9f 9c 27 00  c8 86 ed ff ac 4b 2f f7  ......'......K/.

      Found via call frame info


  23: engine_srv.so!_Host_RunFrame_Server(bool) + 0x17c
      eip: 0xf72f4bac  esp: 0xffed8630  ebp: 0xffed86c8  ebx: 0x00000001
      esi: 0xb7eb8692  edi: 0x00279c9f  

      ffed8630  01 00 00 00 48 86 ed ff  e6 86 e1 66 4e a2 f9 40  ....H......fN..@
      ffed8640  a0 2e ee ed 01 00 00 00  5c 0f 47 00 af b3 a6 35  ........\.G....5
      ffed8650  a0 2e ee ed 00 50 f4 f7  c8 86 ed ff cf 48 2f f7  .....P.......H/.
      ffed8660  40 2a ee ed 00 00 00 00  cc cb e0 66 00 c0 79 44  @*.........f..yD
      ffed8670  f4 26 ee ed a0 05 52 f7  a8 86 ed ff 68 4e e6 ed  .&....R.....hN..
      ffed8680  a0 2e ee ed 01 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8690  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed86a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed86b0  f4 26 ee ed 00 00 00 00  00 00 00 00 00 00 00 00  .&..............
      ffed86c0  01 00 00 00 01 00 00 00  88 87 ed ff 30 62 2f f7  ............0b/.

      Found via call frame info


  24: engine_srv.so!_Host_RunFrame(float) + 0x470
      eip: 0xf72f6230  esp: 0xffed86d0  ebp: 0xffed8788  ebx: 0x00000000
      esi: 0x00000001  edi: 0x00000001  

      ffed86d0  01 00 00 00 01 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed86e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed86f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8700  51 bf c9 66 4e a2 f9 40  6f b8 13 55 4e a2 f9 40  [email protected]..@
      ffed8710  49 a4 cd 66 4e a2 f9 40  5f 6d 34 00 90 e6 b2 01  I..fN..@_m4.....
      ffed8720  40 b2 35 f5 00 00 00 00  00 00 00 00 8a 83 72 3c  @.5...........r<
      ffed8730  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8740  e3 d7 9c 7a 1f d3 1a 00  90 60 f7 f7 00 00 00 00  ...z.....`......
      ffed8750  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8760  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8770  00 ae 56 f7 00 00 00 00  e8 87 ed ff 04 00 00 00  ..V.............
      ffed8780  a0 05 52 f7 48 aa 56 f7  a8 87 ed ff 78 0e 30 f7  ..R.H.V.....x.0.

      Found via call frame info


  25: engine_srv.so!CHostState::State_Run(float) + 0xf8
      eip: 0xf7300e78  esp: 0xffed8790  ebp: 0xffed87a8  ebx: 0x00000004
      esi: 0xf75205a0  edi: 0xf756aa48  

      ffed8790  7d eb 8d 3b 01 00 00 00  e8 87 ed ff 45 dc e4 f7  }..;........E...
      ffed87a0  04 00 00 00 00 ae 56 f7  c8 87 ed ff 56 11 30 f7  ......V.....V.0.

      Found via call frame info


  26: engine_srv.so!CHostState::FrameUpdate(float) + 0x166
      eip: 0xf7301156  esp: 0xffed87b0  ebp: 0xffed87c8  ebx: 0x00000004
      esi: 0xf756ae00  edi: 0xf756aa48  

      ffed87b0  a0 05 52 f7 7d eb 8d 3b  48 aa 56 f7 8b d2 d7 f7  ..R.}..;H.V.....
      ffed87c0  01 00 00 00 00 00 00 00  e8 87 ed ff 9d 11 30 f7  ..............0.

      Found via call frame info


  27: engine_srv.so!HostState_Frame(float) + 0x1d
      eip: 0xf730119d  esp: 0xffed87d0  ebp: 0xffed87e8  ebx: 0x00000000
      esi: 0xf756ae00  edi: 0xf756aa48  

      ffed87d0  a0 05 52 f7 7d eb 8d 3b  5c 0f 47 00 00 00 00 00  ..R.}..;\.G.....
      ffed87e0  00 ae 56 f7 48 aa 56 f7  68 88 ed ff af 68 39 f7  ..V.H.V.h....h9.

      Found via call frame info


  28: engine_srv.so!CEngine::Frame() + 0x54f
      eip: 0xf73968af  esp: 0xffed87f0  ebp: 0xffed8868  ebx: 0x00000000
      esi: 0xf756ae00  edi: 0xf756aa48  

      ffed87f0  7d eb 8d 3b 7d eb 8d 3b  3a 75 45 00 00 00 00 00  }..;}..;:uE.....
      ffed8800  00 ae 56 f7 48 aa 56 f7  88 88 ed ff af 68 39 f7  ..V.H.V......h9.
      ffed8810  82 b0 cd 3b 82 b0 cd 3b  00 00 00 00 74 88 ed ff  ...;...;....t...
      ffed8820  76 79 ea b7 9f 9c 27 00  a8 88 ed ff b7 3a e5 f7  vy....'......:..
      ffed8830  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8840  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8850  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8860  00 00 00 00 01 00 00 00  88 88 ed ff d6 35 39 f7  .............59.

      Found via call frame info


  29: engine_srv.so!CDedicatedServerAPI::RunFrame() + 0x26
      eip: 0xf73935d6  esp: 0xffed8870  ebp: 0xffed8888  ebx: 0x00000000
      esi: 0x00000001  edi: 0xf756aa48  

      ffed8870  00 ae 56 f7 00 00 00 00  40 42 0f 00 00 8c 7e cc  ..V.....@B....~.
      ffed8880  00 00 00 00 00 00 00 00  a8 88 ed ff 4c ad 63 f7  ............L.c.

      Found via call frame info


  30: dedicated_srv.so!RunServerIteration(bool) + 0x3c
      eip: 0xf763ad4c  esp: 0xffed8890  ebp: 0xffed88a8  ebx: 0x00000000
      esi: 0x00000001  edi: 0xf756aa48  

      ffed8890  48 aa 56 f7 01 00 00 00  00 00 00 00 80 45 e6 ed  H.V..........E..
      ffed88a0  01 00 00 00 00 00 00 00  c8 88 ed ff e8 ad 63 f7  ..............c.

      Found via call frame info


  31: dedicated_srv.so!RunServer(bool) + 0x48
      eip: 0xf763ade8  esp: 0xffed88b0  ebp: 0xffed88c8  ebx: 0x00000000
      esi: 0x00000001  edi: 0xf756aa48  

      ffed88b0  00 00 00 00 00 af 67 f7  00 00 00 00 01 00 00 00  ......g.........
      ffed88c0  60 68 db 08 60 68 db 08  e8 88 ed ff 6d 36 39 f7  `h..`h......m69.

      Found via call frame info


  32: engine_srv.so!CModAppSystemGroup::Main() + 0x8d
      eip: 0xf739366d  esp: 0xffed88d0  ebp: 0xffed88e8  ebx: 0x08db6860
      esi: 0x00000001  edi: 0xf756aa48  

      ffed88d0  00 00 00 00 01 00 00 00  00 e1 69 f7 60 68 db 08  ..........i.`h..
      ffed88e0  01 00 00 00 60 68 db 08  08 89 ed ff e8 88 3e f7  ....`h........>.

      Found via call frame info


  33: engine_srv.so!CAppSystemGroup::Run() + 0x38
      eip: 0xf73e88e8  esp: 0xffed88f0  ebp: 0xffed8908  ebx: 0x08db6860
      esi: 0x00000001  edi: 0xf756aa48  

      ffed88f0  60 68 db 08 09 00 00 00  00 00 00 00 78 8a ed ff  `h..........x...
      ffed8900  60 68 db 08 01 00 00 00  58 8a ed ff df 44 39 f7  `h......X....D9.

      Found via call frame info


  34: engine_srv.so!CDedicatedServerAPI::ModInit(ModInfo_t&) + 0x1af
      eip: 0xf73944df  esp: 0xffed8910  ebp: 0xffed8a58  ebx: 0x08db6860
      esi: 0x00000001  edi: 0xf756aa48  

      ffed8910  60 68 db 08 74 8c ed ff  00 00 00 00 00 00 00 00  `h..t...........
      ffed8920  48 aa 56 f7 70 49 39 f7  88 89 ed ff 60 68 db 08  H.V.pI9.....`h..
      ffed8930  78 67 42 f7 01 38 34 39  31 00 00 00 00 8c 7e cc  xgB..8491.....~.
      ffed8940  02 00 00 00 68 89 ed ff  01 54 00 00 49 53 e8 f7  ....h....T..IS..
      ffed8950  90 cb c3 08 00 00 00 00  00 00 00 00 3d 7e 2a f7  ............=~*.
      ffed8960  58 8a ed ff 78 89 ed ff  00 45 00 00 12 00 00 00  X...x....E......
      ffed8970  e0 61 d9 f7 6a ac 67 f7  a8 89 ed ff 00 8c 7e cc  .a..j.g.......~.
      ffed8980  80 e3 69 f7 80 e3 69 f7  a8 89 ed ff 67 92 63 f7  ..i...i.....g.c.
      ffed8990  e0 ab 67 f7 00 12 0f 17  16 00 00 00 a0 03 6a f7  ..g...........j.
      ffed89a0  a0 03 6a f7 c0 89 ed ff  58 8a ed ff 7a 9b 63 f7  ..j.....X...z.c.
      ffed89b0  80 e3 69 f7 6a ac 67 f7  00 00 00 00 a0 ac 35 f5  ..i.j.g.......5.
      ffed89c0  00 00 20 00 00 00 00 00  00 00 00 00 00 00 00 00  .. .............
      ffed89d0  00 00 00 00 00 00 00 00  00 00 00 00 12 00 00 00  ................
      ffed89e0  e0 61 d9 f7 00 50 f4 f7  21 e2 69 f7 c2 49 e2 f7  .a...P..!.i..I..
      ffed89f0  21 e2 69 f7 22 af 67 f7  04 00 00 00 12 00 00 00  !.i.".g.........
      ffed8a00  e0 61 d9 f7 4d b0 67 f7  38 8a ed ff d8 8e d7 f7  .a..M.g.8.......
      ffed8a10  4d b0 67 f7 a0 39 c4 08  38 8a ed ff bb a7 63 f7  M.g..9..8.....c.
      ffed8a20  20 e2 69 f7 2f 00 00 00  04 00 00 00 e0 61 d9 f7   .i./........a..
      ffed8a30  00 00 00 00 00 ae ed ff  04 00 00 00 00 8c 7e cc  ..............~.
      ffed8a40  e0 61 d9 f7 4d b0 67 f7  00 00 00 00 74 8c ed ff  .a..M.g.....t...
      ffed8a50  14 8b ed ff d4 ae ed ff  98 8a ed ff 35 aa 63 f7  ............5.c.

      Found via call frame info


  35: dedicated_srv.so!CDedicatedAppSystemGroup::Main() + 0xb5
      eip: 0xf763aa35  esp: 0xffed8a60  ebp: 0xffed8a98  ebx: 0xffed8c74
      esi: 0xffed8b14  edi: 0xffedaed4  

      ffed8a60  48 aa 56 f7 78 8a ed ff  00 00 00 00 f0 b2 65 f7  H.V.x.........e.
      ffed8a70  74 8c ed ff 14 8b ed ff  00 00 00 00 00 e1 69 f7  t.............i.
      ffed8a80  d0 38 c4 08 e4 a2 67 f7  74 8c ed ff 00 8b ed ff  .8....g.t.......
      ffed8a90  14 8b ed ff 74 8c ed ff  b8 8a ed ff 18 b9 65 f7  ....t.........e.

      Found via call frame info


  36: dedicated_srv.so!CAppSystemGroup::Run() + 0x38
      eip: 0xf765b918  esp: 0xffed8aa0  ebp: 0xffed8ab8  ebx: 0xffed8c74
      esi: 0xffed8b14  edi: 0xffedaed4  

      ffed8aa0  74 8c ed ff 20 cb 69 f7  14 8b ed ff 43 a4 63 f7  t... .i.....C.c.
      ffed8ab0  14 8b ed ff 14 8b ed ff  d8 8a ed ff 18 b9 65 f7  ..............e.

      Found via call frame info


  37: dedicated_srv.so!CAppSystemGroup::Run() + 0x38
      eip: 0xf765b918  esp: 0xffed8ac0  ebp: 0xffed8ad8  ebx: 0xffed8b14
      esi: 0xffed8b14  edi: 0xffedaed4  

      ffed8ac0  74 8c ed ff 00 00 00 00  d8 8a ed ff 9b a4 63 f7  t.............c.
      ffed8ad0  74 8c ed ff 14 8b ed ff  e8 8d ed ff 37 53 60 f7  t...........7S`.

      Found via call frame info


  38: dedicated_srv.so!main + 0x217
      eip: 0xf7605337  esp: 0xffed8ae0  ebp: 0xffed8de8  ebx: 0xffed8c74
      esi: 0xffed8b14  edi: 0xffedaed4  

      ffed8ae0  14 8b ed ff 74 8c ed ff  00 00 00 00 02 00 00 00  ....t...........
      ffed8af0  01 00 00 00 01 00 00 00  01 00 00 00 01 00 00 00  ................
      ffed8b00  28 22 c4 08 6c 8b ed ff  74 8b ed ff 6b 6e 7f 02  ("..l...t...kn..
      ffed8b10  00 00 00 00 08 b3 67 f7  e0 3b c4 08 03 00 00 00  ......g..;......
      ffed8b20  00 00 00 00 02 00 00 00  e0 3b c4 08 10 3c c4 08  .........;...<..
      ffed8b30  08 00 00 00 00 00 00 00  02 00 00 00 10 3c c4 08  .............<..
      ffed8b40  90 83 61 f7 d0 3a c4 08  10 00 00 00 00 00 00 00  ..a..:..........
      ffed8b50  00 00 02 00 ff ff 01 00  d0 3a c4 08 00 00 00 00  .........:......
      ffed8b60  08 00 00 00 20 cb 69 f7  74 8c ed ff ff ff ff ff  .... .i.t.......
      ffed8b70  2e 00 00 72 63 64 73 5f  6c 69 6e 75 78 00 00 00  ...rcds_linux...
      ffed8b80  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8b90  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8ba0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8bb0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8bc0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8bd0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8be0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8bf0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8c00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8c10  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8c20  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8c30  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8c40  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8c50  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8c60  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8c70  00 00 00 00 c8 b2 67 f7  f0 a5 cd 08 0c 00 00 00  ......g.........
      ffed8c80  00 00 00 00 08 00 00 00  f0 a5 cd 08 e0 a6 cd 08  ................
      ffed8c90  10 00 00 00 00 00 00 00  0b 00 00 00 e0 a6 cd 08  ................
      ffed8ca0  90 83 61 f7 c0 39 c4 08  10 00 00 00 00 00 00 00  ..a..9..........
      ffed8cb0  05 00 0b 00 ff ff 0a 00  c0 39 c4 08 14 8b ed ff  .........9......
      ffed8cc0  08 00 00 00 20 cb 69 f7  00 ab fa f7 34 8d ed ff  .... .i.....4...
      ffed8cd0  3c 8d ed ff 6b 6e f8 f7  7c 82 04 08 3c 8d ed ff  <...kn..|...<...
      ffed8ce0  00 ab fa f7 01 00 00 00  50 4a f7 f7 01 00 00 00  ........PJ......
      ffed8cf0  00 00 00 00 01 00 00 00  a0 a9 fa f7 77 00 00 00  ............w...
      ffed8d00  03 00 00 00 00 00 00 00  e0 9f fa f7 00 00 00 00  ................
      ffed8d10  00 50 f4 f7 01 00 00 00  cc ff ff ff 00 50 f4 f7  .P...........P..
      ffed8d20  14 00 00 00 01 00 00 00  12 b0 c3 08 a8 06 e2 f7  ................
      ffed8d30  cb c9 e1 f7 ff ff ff ff  2d 06 e2 f7 00 8c 7e cc  ........-.....~.
      ffed8d40  80 41 f7 f7 d4 ae ed ff  a8 b1 c3 08 d4 8d ec f7  .A..............
      ffed8d50  60 8d ed ff e0 9f f6 f7  cc 8d ed ff 90 85 f5 f7  `...............
      ffed8d60  00 00 00 00 00 00 00 00  00 00 00 00 00 8c 7e cc  ..............~.
      ffed8d70  00 d0 f6 f7 a0 b1 c3 08  ad 3e f5 f7 00 bd 63 f7  .........>....c.
      ffed8d80  00 a0 fa f7 44 a5 fa f7  38 ae ed ff c2 3f f5 f7  ....D...8....?..
      ffed8d90  44 a5 fa f7 01 00 00 00  52 59 5f 50 00 d0 f6 f7  D.......RY_P....
      ffed8da0  1b a6 f6 f7 00 00 00 00  00 a0 fa f7 97 a0 f6 f7  ................
      ffed8db0  44 a5 fa f7 cc 8d ed ff  0d 3b e1 f7 00 50 f4 f7  D........;...P..
      ffed8dc0  f5 c6 ed ff 50 20 c4 08  f0 d0 c3 08 00 8c 7e cc  ....P ........~.
      ffed8dd0  70 8a 04 08 0e 87 04 08  00 bd 63 f7 50 20 c4 08  p.........c.P ..
      ffed8de0  f0 d0 c3 08 d4 ae ed ff  38 ae ed ff 22 87 04 08  ........8..."...

      Found via call frame info


  39: srcds_linux!main + 0xf2
      eip: 0x08048722  esp: 0xffed8df0  ebp: 0xffedae38  ebx: 0x08c42050
      esi: 0x08c3d0f0  edi: 0xffedaed4  

      ffed8df0  12 00 00 00 d4 ae ed ff  0b 8a 04 08 1c 9e ed ff  ................
      ffed8e00  f5 c6 ed ff 00 00 00 00  00 00 00 00 e0 b1 c3 08  ................
      ffed8e10  00 00 00 00 00 00 00 00  00 00 00 00 4c 44 5f 4c  ............LD_L
      ffed8e20  49 42 52 41 52 59 5f 50  41 54 48 3d 2f 68 6f 6d  IBRARY_PATH=/hom
      ffed8e30  65 2f 6c 34 64 32 66 32  2f 73 65 72 76 65 72 66  e/l4d2f2/serverf
      ffed8e40  69 6c 65 73 2f 62 69 6e  3a 2e 3a 62 69 6e 3a 00  iles/bin:.:bin:.
      ffed8e50  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8e60  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8e70  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8e80  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8e90  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8ea0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8eb0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8ec0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8ed0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8ee0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8ef0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8f00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8f10  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8f20  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8f30  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8f40  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8f50  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8f60  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8f70  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8f80  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8f90  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8fa0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8fb0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8fc0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8fd0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8fe0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed8ff0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9030  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9040  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9070  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9080  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9090  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed90a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed90b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed90c0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed90d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed90e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed90f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9100  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9110  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9120  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9130  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9140  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9150  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9160  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9170  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9180  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9190  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed91a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed91b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed91c0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed91d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed91e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed91f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9200  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9210  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9220  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9230  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9240  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9250  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9260  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9270  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9280  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9290  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed92a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed92b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed92c0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed92d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed92e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed92f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9300  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9310  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9320  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9330  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9340  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9350  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9360  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9370  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9380  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9390  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed93a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed93b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed93c0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed93d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed93e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed93f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9400  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9410  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9420  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9430  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9440  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9450  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9460  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9470  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9480  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9490  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed94a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed94b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed94c0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed94d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed94e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed94f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9500  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9510  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9520  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9530  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9540  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9550  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9560  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9570  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9580  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9590  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed95a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed95b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed95c0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed95d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed95e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed95f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9600  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9610  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9620  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9630  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9640  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9650  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9660  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9670  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9680  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9690  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed96a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed96b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed96c0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed96d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed96e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed96f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9700  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9710  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9720  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9730  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9740  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9750  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9760  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9770  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9780  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9790  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed97a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed97b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed97c0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed97d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed97e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed97f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9800  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9810  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9820  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9830  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9840  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9850  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9860  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9870  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9880  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9890  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed98a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed98b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed98c0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed98d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed98e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed98f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9900  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9910  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9920  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9930  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9940  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9950  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9960  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9970  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9980  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9990  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed99a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed99b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed99c0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed99d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed99e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed99f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9a00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9a10  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9a20  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9a30  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9a40  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9a50  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9a60  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9a70  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9a80  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9a90  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9aa0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9ab0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9ac0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9ad0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9ae0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9af0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9b00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9b10  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9b20  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9b30  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9b40  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9b50  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9b60  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9b70  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9b80  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9b90  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9ba0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9bb0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9bc0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9bd0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9be0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9bf0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9c00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9c10  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9c20  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9c30  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9c40  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9c50  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9c60  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9c70  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9c80  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9c90  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9ca0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9cb0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9cc0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9cd0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9ce0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9cf0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9d00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9d10  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9d20  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9d30  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9d40  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9d50  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9d60  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9d70  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9d80  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9d90  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9da0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9db0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9dc0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9dd0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9de0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9df0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9e00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9e10  00 00 00 00 00 00 00 00  00 00 00 00 2f 68 6f 6d  ............/hom
      ffed9e20  65 2f 6c 34 64 32 66 32  2f 73 65 72 76 65 72 66  e/l4d2f2/serverf
      ffed9e30  69 6c 65 73 00 00 00 00  00 00 00 00 00 00 00 00  iles............
      ffed9e40  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9e50  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9e60  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9e70  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9e80  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9e90  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9ea0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9eb0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9ec0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9ed0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9ee0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9ef0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9f00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9f10  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9f20  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9f30  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9f40  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9f50  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9f60  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9f70  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9f80  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9f90  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9fa0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9fb0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9fc0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9fd0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9fe0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffed9ff0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda030  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda040  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda070  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda080  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda090  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda0a0  00 00 00 00 00 00 00 00  00 00 00 00 28 a5 ed ff  ............(...
      ffeda0b0  0c 00 00 00 03 00 00 00  28 5b 12 00 e0 9f fa f7  ........([......
      ffeda0c0  f0 46 f7 f7 e0 9f fa f7  04 00 00 00 00 60 f4 f7  .F...........`..
      ffeda0d0  18 a1 ed ff 84 a3 ed ff  f8 a2 ed ff 6f 30 f8 f7  ............o0..
      ffeda0e0  00 60 f4 f7 20 27 00 00  03 00 00 00 32 00 00 00  .`.. '......2...
      ffeda0f0  ff ff ff ff 00 00 00 00  68 01 00 00 e0 9f fa f7  ........h.......
      ffeda100  00 00 00 00 00 10 1a 00  20 06 1a 00 20 06 1a 00  ........ ... ...
      ffeda110  00 00 00 00 05 00 00 00  00 20 1a 00 00 50 1a 00  ......... ...P..
      ffeda120  98 4e 1a 00 20 77 1a 00  00 10 1a 00 03 00 00 00  .N.. w..........
      ffeda130  ff ff ff ff 00 00 00 00  5c 0e 00 00 08 a5 ed ff  ........\.......
      ffeda140  00 00 00 00 00 c0 01 00  9c bc 01 00 9c bc 01 00  ................
      ffeda150  00 00 00 00 05 00 00 00  00 c0 01 00 00 e0 01 00  ................
      ffeda160  a4 d1 01 00 b8 f2 01 00  00 b0 01 00 03 00 00 00  ................
      ffeda170  00 c0 f6 f7 00 20 00 00  c4 a3 ed ff 5b 2d f8 f7  ..... ......[-..
      ffeda180  54 d0 f6 f7 00 00 00 00  30 00 00 00 00 00 00 00  T.......0.......
      ffeda190  e0 9f fa f7 e0 9f fa f7  00 00 00 00 d0 76 f9 f7  .............v..
      ffeda1a0  0f 00 00 00 f0 46 f7 f7  2f 00 00 00 7f 81 f8 f7  .....F../.......
      ffeda1b0  70 49 f7 f7 e0 46 f7 f7  0f 00 00 00 d0 76 f9 f7  pI...F.......v..
      ffeda1c0  e0 9f fa f7 0e 00 00 00  0f 00 00 00 fb 7d f8 f7  .............}..
      ffeda1d0  5c a5 fa f7 4c a3 ed ff  15 00 00 00 01 00 00 00  \...L...........
      ffeda1e0  00 00 00 00 00 00 00 00  dd 7d f8 f7 54 00 00 00  .........}..T...
      ffeda1f0  f0 46 f7 f7 63 d8 f9 f7  f8 a2 ed ff 3f 32 f8 f7  .F..c.......?2..
      ffeda200  5c a5 fa f7 00 00 00 00  f8 a2 ed ff 28 32 f8 f7  \...........(2..
      ffeda210  18 07 f7 f7 9f 01 00 00  40 68 fb 3f 00 00 00 00  ........@h.?....
      ffeda220  20 00 00 00 10 a2 ed ff  03 00 00 00 00 a0 fa f7   ...............
      ffeda230  00 00 00 00 00 00 00 00  00 f0 ff ff 06 00 00 00  ................
      ffeda240  00 60 f4 f7 00 00 00 00  00 00 00 00 01 fd 00 00  .`..............
      ffeda250  00 a1 ed ff 20 87 f4 f7  03 00 00 00 59 83 04 08  .... .......Y...
      ffeda260  88 a9 fa f7 20 77 1a 00  4a 61 08 00 02 00 00 00  .... w..Ja......
      ffeda270  03 00 00 00 e0 9f fa f7  f0 46 f7 f7 01 00 00 00  .........F......
      ffeda280  01 fd 00 00 00 00 00 00  0f 00 00 00 4a 61 08 00  ............Ja..
      ffeda290  ed 81 00 00 01 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda2a0  00 00 00 00 00 00 00 00  e0 9f fa f7 42 d3 f8 f7  ............B...
      ffeda2b0  42 53 db f7 55 c7 f7 f7  c0 15 00 00 00 00 00 00  BS..U...........
      ffeda2c0  9d ca 58 62 42 53 db f7  90 a5 fa f7 55 55 f8 f7  ..XbBS......UU..
      ffeda2d0  42 53 db f7 90 a5 fa f7  4a 61 08 00 00 00 00 00  BS......Ja......
      ffeda2e0  03 00 00 00 00 a0 fa f7  90 a5 fa f7 55 55 f8 f7  ............UU..
      ffeda2f0  29 97 f6 f7 90 a5 fa f7  e0 9f fa f7 a8 56 f8 f7  )............V..
      ffeda300  4c a3 ed ff 00 a0 fa f7  a0 a9 fa f7 01 00 00 00  L...............
      ffeda310  00 00 00 00 48 a3 ed ff  00 00 00 00 a8 56 f8 f7  ....H........V..
      ffeda320  6c a3 ed ff 00 a0 fa f7  00 00 00 00 00 00 00 00  l...............
      ffeda330  0a 00 00 00 a0 a9 fa f7  20 a3 ed ff 77 dc f9 f7  ........ ...w...
      ffeda340  8c a3 ed 00 e0 46 f7 f7  d0 ae ed ff 00 02 00 00  .....F..........
      ffeda350  7f 45 4c 46 01 01 01 03  00 00 00 00 00 00 00 00  .ELF............
      ffeda360  03 00 03 00 01 00 00 00  60 a3 01 00 34 00 00 00  ........`...4...
      ffeda370  44 6f 2b 00 00 00 00 00  34 00 20 00 0b 00 28 00  Do+.....4. ...(.
      ffeda380  49 00 48 00 06 00 00 00  34 00 00 00 34 00 00 00  I.H.....4...4...
      ffeda390  34 00 00 00 60 01 00 00  60 01 00 00 04 00 00 00  4...`...`.......
      ffeda3a0  04 00 00 00 03 00 00 00  80 ab 15 00 80 ab 15 00  ................
      ffeda3b0  80 ab 15 00 13 00 00 00  13 00 00 00 04 00 00 00  ................
      ffeda3c0  04 00 00 00 01 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda3d0  00 00 00 00 20 06 1a 00  20 06 1a 00 05 00 00 00  .... ... .......
      ffeda3e0  00 10 00 00 01 00 00 00  14 12 1a 00 14 22 1a 00  ............."..
      ffeda3f0  14 22 1a 00 84 2c 00 00  0c 55 00 00 06 00 00 00  ."...,...U......
      ffeda400  00 10 00 00 02 00 00 00  6c 2d 1a 00 6c 3d 1a 00  ........l-..l=..
      ffeda410  6c 3d 1a 00 f8 00 00 00  f8 00 00 00 06 00 00 00  l=..............
      ffeda420  04 00 00 00 04 00 00 00  94 01 00 00 94 01 00 00  ................
      ffeda430  94 01 00 00 60 00 00 00  60 00 00 00 04 00 00 00  ....`...`.......
      ffeda440  04 00 00 00 07 00 00 00  14 12 1a 00 14 22 1a 00  ............."..
      ffeda450  14 22 1a 00 08 00 00 00  54 00 00 00 04 00 00 00  ."......T.......
      ffeda460  04 00 00 00 53 e5 74 64  d8 01 00 00 d8 01 00 00  ....S.td........
      ffeda470  d8 01 00 00 1c 00 00 00  1c 00 00 00 04 00 00 00  ................
      ffeda480  04 00 00 00 50 e5 74 64  94 ab 15 00 94 ab 15 00  ....P.td........
      ffeda490  94 ab 15 00 4c 65 00 00  4c 65 00 00 04 00 00 00  ....Le..Le......
      ffeda4a0  04 00 00 00 51 e5 74 64  00 00 00 00 00 00 00 00  ....Q.td........
      ffeda4b0  00 00 00 00 00 00 00 00  00 00 00 00 06 00 00 00  ................
      ffeda4c0  10 00 00 00 52 e5 74 64  14 12 1a 00 14 22 1a 00  ....R.td....."..
      ffeda4d0  14 22 1a 00 ec 1d 00 00  ec 1d 00 00 04 00 00 00  ."..............
      ffeda4e0  01 00 00 00 04 00 00 00  14 00 00 00 03 00 00 00  ................
      ffeda4f0  47 4e 55 00 bb ad 67 a4  c1 db 65 d9 47 a1 13 bb  GNU...g...e.G...
      ffeda500  ff 46 80 2c b3 ff 71 82  04 00 00 00 10 00 00 00  .F.,..q.........
      ffeda510  01 00 00 00 47 4e 55 00  00 00 00 00 68 a7 ed ff  ....GNU.....h...
      ffeda520  6c 4d f4 f7 e0 9f fa f7  a8 ab ed ff 88 a9 f8 f7  lM..............
      ffeda530  f0 46 f7 f7 42 53 db f7  01 00 00 00 00 00 00 00  .F..BS..........
      ffeda540  00 00 00 00 00 00 00 00  a8 ab ed ff 88 a9 f8 f7  ................
      ffeda550  80 41 f7 f7 29 97 f6 f7  00 00 00 00 24 83 f9 f7  .A..).......$...
      ffeda560  68 a7 ed ff 00 00 00 00  a8 ab ed ff 88 a9 f8 f7  h...............
      ffeda570  a0 a9 fa f7 59 83 04 08  e0 9f fa f7 00 00 00 00  ....Y...........
      ffeda580  68 a7 ed ff 00 00 00 00  a8 ab ed ff 5c a7 ed ff  h...........\...
      ffeda590  88 a5 ed ff e0 9f fa f7  6c 4d f4 f7 e0 9f fa f7  ........lM......
      ffeda5a0  a8 ab ed ff 60 a5 ed ff  02 83 f9 f7 5c a7 ed ff  ....`.......\...
      ffeda5b0  a8 a5 ed ff e0 9f fa f7  c0 ce f6 f7 00 00 00 00  ................
      ffeda5c0  a8 ab ed ff 80 a5 ed ff  03 00 00 00 82 28 f9 f7  .............(..
      ffeda5d0  e6 a5 ed ff 00 00 00 00  02 00 00 00 00 00 00 00  ................
      ffeda5e0  01 00 01 00 01 00 01 00  02 83 f9 f7 5c a7 ed ff  ............\...
      ffeda5f0  e8 a5 ed ff f0 a5 ed ff  e0 9f fa f7 f0 49 f7 f7  .............I..
      ffeda600  42 53 db f7 e6 a5 ed ff  f0 49 f7 f7 0c 00 00 00  BS.......I......
      ffeda610  e0 a5 ed ff 04 00 00 00  01 00 fa 00 03 00 00 00  ................
      ffeda620  29 97 f6 f7 24 00 00 00  02 83 f9 f7 e0 9f fa f7  )...$...........
      ffeda630  05 00 00 00 e0 9f fa f7  a8 ab ed ff 17 b4 f8 f7  ................
      ffeda640  e4 49 f7 f7 04 00 00 00  00 00 00 00 00 00 00 00  .I..............
      ffeda650  01 00 00 00 90 a5 fa f7  00 00 00 00 18 ae f8 f7  ................
      ffeda660  5c a7 ed ff 50 a9 f8 f7  68 a7 ed ff e0 9f fa f7  \...P...h.......
      ffeda670  01 00 00 00 f0 46 f7 f7  50 a6 ed ff 18 ae f8 f7  .....F..P.......
      ffeda680  5c a7 ed ff 50 a9 f8 f7  68 a7 ed ff e0 9f fa f7  \...P...h.......
      ffeda690  01 00 00 00 30 44 f7 f7  70 a6 ed ff 18 ae f8 f7  ....0D..p.......
      ffeda6a0  5c a7 ed ff 50 a9 f8 f7  68 a7 ed ff 00 00 00 00  \...P...h.......
      ffeda6b0  01 00 00 00 80 41 f7 f7  90 a6 ed ff 18 ae f8 f7  .....A..........
      ffeda6c0  5c a7 ed ff 50 a9 f8 f7  68 a7 ed ff 00 00 00 00  \...P...h.......
      ffeda6d0  01 00 00 00 a0 a9 fa f7  b0 a6 ed ff 00 00 00 00  ................
      ffeda6e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda6f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda700  00 00 00 00 02 00 00 00  90 a7 ed ff 70 a6 ed ff  ............p...
      ffeda710  00 00 00 00 05 00 00 00  50 a6 ed ff 50 a6 ed ff  ........P...P...
      ffeda720  00 00 00 00 00 00 00 00  68 a7 ed ff 00 00 00 00  ........h.......
      ffeda730  00 00 00 00 00 00 00 00  c8 ef da f7 00 00 00 00  ................
      ffeda740  a0 a9 fa f7 e0 49 f7 f7  14 00 00 00 00 00 00 00  .....I..........
      ffeda750  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda760  00 00 00 00 00 00 00 00  f0 46 f7 f7 00 00 00 00  .........F......
      ffeda770  00 00 00 00 c8 ef da f7  42 53 db f7 90 a5 fa f7  ........BS......
      ffeda780  90 a7 ed ff 00 04 00 00  00 00 00 00 00 00 00 00  ................
      ffeda790  90 a5 fa f7 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda7a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda7b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda7c0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda7d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda7e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda7f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda800  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda810  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda820  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda830  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda840  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda850  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda860  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda870  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda880  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda890  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda8a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda8b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda8c0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda8d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda8e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda8f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda900  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda910  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda920  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffeda930  00 00 00 00 00 00 00 00  00 00 00 00 dc 62 f8 f7  .............b..
      ffeda940  9c a2 f7 f7 78 40 ef f7  00 00 00 00 00 00 00 00  ....x@..........
      ffeda950  00 00 00 00 00 00 00 00  00 00 00 00 d7 5a ef f7  .............Z..
      ffeda960  00 00 00 00 00 00 00 00  00 00 00 00 1c a1 f7 f7  ................
      ffeda970  00 ca 1b b0 a0 ac fa f7  ec a9 ed ff 48 66 f8 f7  ............Hf..
      ffeda980  00 00 00 00 00 00 00 00  60 a1 f7 f7 dc 62 f8 f7  ........`....b..
      ffeda990  f2 54 db f7 8b c7 f7 f7  ec a9 ed ff dc 62 f8 f7  .T...........b..
      ffeda9a0  5a 53 db f7 fa e6 f9 f7  00 00 00 00 45 c7 f7 f7  ZS..........E...
      ffeda9b0  f0 a1 f7 f7 40 a1 f7 f7  d7 5a ef f7 fc 2c da f7  [email protected]...,..
      ffeda9c0  5f 9a 7f 67 f0 46 f7 f7  3c aa ed ff 48 66 f8 f7  _..g.F..<...Hf..
      ffeda9d0  09 00 00 00 01 00 00 00  d8 5e da f7 da 00 00 00  .........^......
      ffeda9e0  c8 ef da f7 f0 46 f7 f7  00 00 00 00 04 56 e2 f7  .....F.......V..
      ffeda9f0  cf ac ed ff 53 00 00 00  14 aa ed ff 19 be f5 f7  ....S...........
      ffedaa00  c8 ef da f7 38 51 da f7  45 c7 f7 f7 36 e0 f5 f7  ....8Q..E...6...
      ffedaa10  53 00 00 00 00 e7 f4 f7  04 00 00 10 00 00 00 00  S...............
      ffedaa20  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedaa30  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedaa40  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedaa50  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedaa60  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedaa70  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedaa80  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedaa90  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedaaa0  e0 9f fa f7 00 00 00 00  c8 ab ed ff 60 a7 ec f7  ............`...
      ffedaab0  d7 5a ef f7 a0 ac fa f7  d8 aa ed ff ff ff ff ff  .Z..............
      ffedaac0  10 ab ed ff d8 5e da f7  f0 46 f7 f7 ff ff ff ff  .....^...F......
      ffedaad0  0d 00 00 00 28 74 da f7  f0 46 f7 f7 00 00 00 00  ....(t...F......
      ffedaae0  00 00 00 00 00 00 00 00  e0 9f fa f7 9e 84 f8 f7  ................
      ffedaaf0  00 90 fa f7 00 10 00 00  01 00 00 00 b6 8d f8 f7  ................
      ffedab00  5b 84 f8 f7 00 00 00 00  90 a5 fa f7 86 89 f8 f7  [...............
      ffedab10  90 a5 fa f7 01 00 00 00  09 00 00 00 00 00 00 00  ................
      ffedab20  b2 ba e1 f7 00 50 f4 f7  e0 5d f6 f7 00 8c 7e cc  .....P...]....~.
      ffedab30  00 00 00 00 00 00 00 00  bd 55 e2 f7 00 60 f6 f7  .........U...`..
      ffedab40  0c ac ed ff 00 60 f6 f7  ff ff ff ff 3b eb f4 f7  .....`......;...
      ffedab50  cf ac ed ff 36 e0 f5 f7  e0 5d f6 f7 b3 e8 f4 f7  ....6....]......
      ffedab60  85 cf 63 09 9e 05 00 00  00 00 00 00 00 a0 fa f7  ..c.............
      ffedab70  00 00 00 00 40 00 00 00  00 00 80 00 ff ff ff ff  ....@...........
      ffedab80  00 e7 f4 f7 00 00 00 80  01 00 00 00 00 00 00 00  ................
      ffedab90  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedaba0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedabb0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedabc0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedabd0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedabe0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedabf0  00 00 00 00 00 00 00 00  00 00 00 00 c0 9f 00 00  ................
      ffedac00  7f 03 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedac10  00 00 00 00 00 00 00 00  80 1f 00 00 ff ff 00 00  ................
      ffedac20  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedac30  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedac40  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedac50  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedac60  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedac70  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedac80  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedac90  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedaca0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedacb0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedacc0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedacd0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedace0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedacf0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedad00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedad10  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
      ffedad20  74 ad ed ff 70 ad ed ff  00 00 00 00 05 00 00 00  t...p...........
      ffedad30  00 00 00 00 e0 9f fa f7  c8 ef da f7 38 51 da f7  ............8Q..
      ffedad40  a6 83 04 08 38 e7 da f7  2e 4e 3d f6 71 ea b1 07  ....8....N=.q...
      ffedad50  70 ad ed ff f4 ad ed ff  00 00 00 00 00 00 00 00  p...............
      ffedad60  00 00 00 00 00 00 00 00  00 00 00 00 ff ff ff ff  ................
      ffedad70  00 00 00 00 00 00 00 00  a0 ac fa f7 00 00 00 00  ................
      ffedad80  00 00 00 00 2e 4e 3d f6  60 ab fa f7 f4 ad ed ff  .....N=.`.......
      ffedad90  fc ad ed ff 6b 6e f8 f7  6c 82 04 08 fc ad ed ff  ....kn..l.......
      ffedada0  00 ab fa f7 03 00 00 00  30 4a f7 f7 01 00 00 00  ........0J......
      ffedadb0  00 00 00 00 01 00 00 00  a0 a9 fa f7 78 ae fa f7  ............x...
      ffedadc0  10 ae ed ff 00 00 00 00  e0 9f fa f7 00 00 00 00  ................
      ffedadd0  64 88 04 08 d4 ae ed ff  00 50 f4 f7 5b d9 e8 f7  d........P..[...
      ffedade0  3d c6 ed ff 2f 00 00 00  ad 2b dd f7 28 85 f4 f7  =.../....+..(...
      ffedadf0  00 50 f4 f7 00 00 00 00  00 00 00 00 0d 85 04 08  .P..............
      ffedae00  fc 53 f4 f7 01 00 00 00  12 00 00 00 a2 89 04 08  .S..............
      ffedae10  12 00 00 00 d4 ae ed ff  20 af ed ff 00 8c 7e cc  ........ .....~.
      ffedae20  f0 c6 f8 f7 00 00 00 00  59 89 04 08 00 00 00 00  ........Y.......
      ffedae30  00 50 f4 f7 00 00 00 00  00 00 00 00 e9 b1 db f7  .P..............

      Found via call frame info


  40: libc-2.28.so!__libc_start_main + 0xf9
      eip: 0xf7dbb1e9  esp: 0xffedae40  ebp: 0x00000000  ebx: 0x00000000
      esi: 0xf7f45000  edi: 0x00000000  

      ffedae40  12 00 00 00 d4 ae ed ff  20 af ed ff 64 ae ed ff  ........ ...d...
      ffedae50  01 00 00 00 00 00 00 00  00 50 f4 f7 ff ff ff ff  .........P......
      ffedae60  e0 9f fa f7 00 00 00 00  00 50 f4 f7 00 00 00 00  .........P......
      ffedae70  00 00 00 00 f1 1c bc 60  e1 d2 83 0c 00 00 00 00  .......`........
      ffedae80  00 00 00 00 00 00 00 00  12 00 00 00 64 88 04 08  ............d...
      ffedae90  00 00 00 00 a4 20 f9 f7  f0 c6 f8 f7 e0 9f fa f7  ..... ..........
      ffedaea0  12 00 00 00 64 88 04 08  00 00 00 00 85 88 04 08  ....d...........

      Found via call frame info


  41: srcds_linux + 0x885
      eip: 0x08048885  esp: 0xffedaeb0  ebp: 0x00000000  ebx: 0xf7fa9fe0
      esi: 0x00000012  edi: 0x08048864  

      ffedaeb0  30 86 04 08                                       0...            

      Found via call frame info


  42: srcds_linux + 0x630
      eip: 0x08048630  esp: 0xffedaeb4  ebp: 0x00000000  

      ffedaeb4  12 00 00 00 d4 ae ed ff  50 89 04 08              ........P...    

      Found via stack scanning


  43: srcds_linux + 0x950
      eip: 0x08048950  esp: 0xffedaec0  ebp: 0x00000000  

      ffedaec0  c0 89 04 08                                       ....            

      Found via call frame info


  44: srcds_linux + 0x9c0
      eip: 0x080489c0  esp: 0xffedaec4  ebp: 0x00000000  

      ffedaec4  f0 c6 f8 f7                                       ....            

      Found via stack scanning


  45: ld-2.28.so + 0x106f0
      eip: 0xf7f8c6f0  esp: 0xffedaec8  ebp: 0x00000000  

      Found via stack scanning

Last edited by shinubee; 04-17-2022 at 22:58.
shinubee is offline
JLmelenchon
Senior Member
Join Date: Mar 2019
Old 04-19-2022 , 12:54   Re: [L4D2] Ladder Server Crash - Patch Fix (1.1) [12-Feb-2022]
Reply With Quote #13

Quote:
Originally Posted by maclarens View Post
this bug has been fixed by valve 15.04.22
Don't see anything about that.
JLmelenchon is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 04-20-2022 , 17:59   Re: [L4D2] Ladder Server Crash - Patch Fix (1.1) [12-Feb-2022]
Reply With Quote #14

Quote:
Originally Posted by maclarens View Post
this bug has been fixed by valve 15.04.22
What makes you say that? Nothing in change log.

Quote:
Originally Posted by shinubee View Post
I'm having a crash while playing the map A Dam Mission's final after the update, will this fix him? sorry my english is bad, use google translate.
Yes it should.
__________________
Silvers is offline
jjambo789
Junior Member
Join Date: Dec 2013
Old 06-22-2022 , 11:54   Re: [L4D2] Ladder Server Crash - Patch Fix (1.1) [12-Feb-2022]
Reply With Quote #15

A problem that has been bothering me for years has been resolved.
Thank you so much Silvers.
jjambo789 is offline
amazingzeal
Junior Member
Join Date: Jul 2021
Old 05-24-2023 , 23:11   Re: [L4D2] Ladder Server Crash - Patch Fix (1.1) [12-Feb-2022]
Reply With Quote #16

I've been crashing to ladders after the most recent update, I'm not sure if this works anymore.
amazingzeal is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 05-24-2023 , 23:25   Re: [L4D2] Ladder Server Crash - Patch Fix (1.1) [12-Feb-2022]
Reply With Quote #17

Any errors logged from plugin start?

Looks like the function hasn't changed and the patch is still working correctly. Do you have the Accelerator crash log?
__________________
Silvers is offline
amazingzeal
Junior Member
Join Date: Jul 2021
Old 05-25-2023 , 03:27   Re: [L4D2] Ladder Server Crash - Patch Fix (1.1) [12-Feb-2022]
Reply With Quote #18

Quote:
Originally Posted by Silvers View Post
Any errors logged from plugin start?

Looks like the function hasn't changed and the patch is still working correctly. Do you have the Accelerator crash log?
I do, but I don't know how to use it effectively. If it is another issue then I apologize for my comment, I just dont have any other plugins for ladders.
amazingzeal is offline
amazingzeal
Junior Member
Join Date: Jul 2021
Old 05-25-2023 , 20:08   Re: [L4D2] Ladder Server Crash - Patch Fix (1.1) [12-Feb-2022]
Reply With Quote #19

Quote:
Originally Posted by Silvers View Post
Any errors logged from plugin start?

Looks like the function hasn't changed and the patch is still working correctly. Do you have the Accelerator crash log?
Alright, its not your plugin- Apparently after the update, my version of Mutant Tanks has been busted and thus causes the server crash when you touch a ladder. Thanks for you input in helping me realize my blunder.

Last edited by amazingzeal; 05-25-2023 at 20:09.
amazingzeal is offline
Electr000999
Senior Member
Join Date: Aug 2011
Old 08-05-2023 , 17:38   Re: [L4D2] Ladder Server Crash - Patch Fix (1.1) [12-Feb-2022]
Reply With Quote #20

Quote:
Originally Posted by amazingzeal View Post
Alright, its not your plugin- Apparently after the update, my version of Mutant Tanks has been busted and thus causes the server crash when you touch a ladder. Thanks for you input in helping me realize my blunder.
possible realize unpatch at OnPluginUnload? for situations where need unload and load plugin, for example competitive servers.
Electr000999 is offline
Send a message via Skype™ to Electr000999
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 01:32.


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