Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. 2017-12-13 00:13:59,177 [6] INFO TemperServer.ControllerActor - AppState: {"blockState":{"blockStateType":0},"dotaState":{"processStateType":0,"processName":"dota2"}}
  2. 2017-12-13 00:13:59,182 [6] INFO TemperServer.ControllerActor - AppState: {"blockState":{"blockStateType":0},"dotaState":{"startTime":"2017-12-13T00:13:59.1780522-08:00","processStateType":1,"processName":"dota2"}}
  3. 2017-12-13 00:14:00,332 [5] INFO TemperServer.ControllerActor - Block command received
  4. 2017-12-13 00:14:00,333 [5] INFO TemperServer.ControllerActor - AppState: {"blockState":{"endTime":"2017-12-13T02:14:00.3325063-08:00","blockStateType":1},"dotaState":{"startTime":"2017-12-13T00:13:59.1780522-08:00","processStateType":1,"processName":"dota2"}}
  5. 2017-12-13 00:14:00,334 [3] INFO TemperServer.CaptureAndDetectActor - Starting capture and detect
  6. 2017-12-13 00:14:00,794 [6] ERROR TemperServer.ControllerActor - Capture.InjectionFailedException: Injection to the target process failed. See InnerException for more detail. ---> System.ArgumentException: STATUS_INVALID_PARAMETER_5: The given 64-Bit library does not exist! (Code: 2)
  7. at EasyHook.NativeAPI.Force(Int32 InErrorCode)
  8. at EasyHook.RemoteHooking.InjectEx(Int32 InHostPID, Int32 InTargetPID, Int32 InWakeUpTID, Int32 InNativeOptions, String InLibraryPath_x86, String InLibraryPath_x64, Boolean InCanBypassWOW64, Boolean InCanCreateService, Boolean InRequireStrongName, Object[] InPassThruArgs)
  9. at EasyHook.RemoteHooking.Inject(Int32 InTargetPID, InjectionOptions InOptions, String InLibraryPath_x86, String InLibraryPath_x64, Object[] InPassThruArgs)
  10. at Capture.CaptureProcess..ctor(Process process, CaptureConfig config, CaptureInterface captureInterface)
  11. --- End of inner exception stack trace ---
  12. at Capture.CaptureProcess..ctor(Process process, CaptureConfig config, CaptureInterface captureInterface)
  13. at TemperServer.CaptureAndDetectActor.AttachProcess() in C:\Users\David\temper\TemperSvr\TemperServer\CaptureAndDetectActor.cs:line 116
  14. at TemperServer.CaptureAndDetectActor.Start() in C:\Users\David\temper\TemperSvr\TemperServer\CaptureAndDetectActor.cs:line 76
  15. at TemperServer.CaptureAndDetectActor.OnReceive(Object message) in C:\Users\David\temper\TemperSvr\TemperServer\CaptureAndDetectActor.cs:line 38
  16. at Akka.Actor.UntypedActor.Receive(Object message)
  17. at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
  18. at Akka.Actor.ActorCell.ReceiveMessage(Object message)
  19. at Akka.Actor.ActorCell.Invoke(Envelope envelope)
  20. 2017-12-13 00:14:00,819 [6] ERROR TemperServer.ControllerActor - at Capture.CaptureProcess..ctor(Process process, CaptureConfig config, CaptureInterface captureInterface)
  21. at TemperServer.CaptureAndDetectActor.AttachProcess() in C:\Users\David\temper\TemperSvr\TemperServer\CaptureAndDetectActor.cs:line 116
  22. at TemperServer.CaptureAndDetectActor.Start() in C:\Users\David\temper\TemperSvr\TemperServer\CaptureAndDetectActor.cs:line 76
  23. at TemperServer.CaptureAndDetectActor.OnReceive(Object message) in C:\Users\David\temper\TemperSvr\TemperServer\CaptureAndDetectActor.cs:line 38
  24. at Akka.Actor.UntypedActor.Receive(Object message)
  25. at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
  26. at Akka.Actor.ActorCell.ReceiveMessage(Object message)
  27. at Akka.Actor.ActorCell.Invoke(Envelope envelope)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement