Jump to content

LSPDFR Computer+ 1.4.1.1

   (172 reviews)

10 Screenshots

 

 

Ever miss the LCPDFR computer? The one with the user-friendly realistic interface? LSPDFR Computer+ aims to bring that back.

LSPDFR Computer+ is open-source! Check out the git.

 

Looking for the Ped and Vehicle Images? Click Download,  select Additional_ComputerPlusImageAssets.zip and extract the contents to your root folder

 

Features

  • Ability to search for persons and vehicles without keys conflicting with other mods.
  • Ability to request backup using a nice looking interface.
  • Uses the LSPDFR API to get ped and vehicle information. Also includes info left out of the regular LSPDFR police computer, like times stopped, number of citations, and a vehicle's stolen status.
  • Uses the Traffic Policer API (if it is installed) to also show a vehicle's insurance information.
  • Search fields are automatically filled out with the subject's information during a traffic stop, so all you have to do is press a button!
  • Dynamic backgrounds! Depending on which police vehicle you're in, you'll get a specialized department background. Comes with RDE support.
  • Looks practically identical to the LCPDFR computer (in terms of the layout).
  • Active Calls screen, which shows all callouts sent by Dispatch, even the ones that AI units respond to! (Must have participating callout plugins installed for this to work)
  • Computer+ has its own API, for callout developers to use!!
  • Computer+ will automatically add LSPDFR+ court case when you create an arrest report. (LSPDFR+ by @Albo1125 is required).
  • Computer+ now have ability to create citation for stopped ped on foot. After stopping a ped (by holding E key) or using "Stop The Ped", you may open Computer+ and create a citation for the ped. Make sure you have the latest "CitationDefinitions.xml" in place which has a public citation category. After it's created, return to the ped and give the citation to the ped (default key: LControlKey + PgUp).
  • You may open Computer+ as a tablet while on foot. (default key: LControlKey + NumPad0)

 

Installation
Place ComputerPlus.dll, ComputerPlus.ini and the ComputerPlus folder in Plugins\LSPDFR\.
LSPDFR will automatically load Computer+ when you go on duty.

 

Usage
While in a stationary police vehicle, hold E or the Right D-Pad button to bring up Computer+.

 

Configuration
If you open the ComputerPlus.ini file, you will notice a few things.
You can change the username and/or password that is displayed on the login screen to anything you want.
You can also adjust which backgrounds are shown for which vehicles.
To give an additional police vehicle a background, simply add another entry in the format vehiclename:bgfile.jpg
ENSURE THAT THE VEHICLE YOU'RE ADDING IS A POLICE VEHICLE AND THE BACKGROUND FILE IS IN .JPG FORMAT.

 

Developers
Keep an eye on the Computer+ Developers Wiki, over at -- https://github.com/PieRGud/ComputerPlus/wiki
If callout developers need any help integrating their plugins, you can contact @BejoIjo@ainesophaur or @PieRGud on the LSPDFR Developers Discord server (link is in the API forums)

 

Additional Info
Computer+ does not replace the default LSPDFR computer.
So, if you don't always want to use Computer+ during your patrols, then you need not worry - the default computer is still there.

 

Known Issues

  • Your cursor is frozen in the middle or does not move
    • Pause GTA (if you cannot, unload LSPDFR)
    • Go to Settings
      • Keyboard / Mouse
      • Mouse Input Method
        • Set to "Raw Input"
  • Your cursor does not appear
    • ... make sure the display resolution in game matches your windows display resolution. If the resolutions do not match, you will not see a mouse cursor
    • If you have multiple monitors, make sure GTA's Graphic Settings have the same "Output Monitor" set as the same monitor set as your windows primary monitor. Example, if you have three monitors and your left monitor is your primary windows monitor, make sure GTA's Output Monitor is set to the left monitor -- if GTA isn't set to the same primary monitor as windows, you will not see a mouse
  • GTA5 freezes / drops to 1fps while computer+ is open..
    • ...after you alt+tabbed out of the game..
      • If you plan to alt tab out of the game, play in windows boardless
      • Try to untick the option to draw the background before leaving the game screen. Until there is a way to detect if the game has focus, this seems to be the only solution
    • ...after you opened the Rage console
      • Don't do that.. seems to be an issue with Rage's handling of form events and the console key presses
    • ....after you pressed the escape key
      • Don't do that... Rage forms do not like the escape key pressed multiple times

 

Support
If you experience a bug, crash, or you just have a question/concern, please post in the Computer+ topic.

 

Contributions

If you would like to contribute to the project, feel free to fork the repo and open a Pull Requests. We work through feature branching and prefer to keep commits as scoped as possible (ie, not one large commit). If you have any questions, please contact @ainesophaur

 

Many thanks to contributions from the following members:

 

@BejoIjo, @Stealth22 and @Fiskey111

 

 

!!!!! VERY IMPORTANT NOTES !!!!!

If your game is crashing when opening ped or vehicle information window, please be informed that GTA V has very limited memory allocation for plugins which tends to crash your game when you have too many plugins installed. To prevent crashing, please try the followings:

  • Download and install a good "gameconfig.xml" which might  increase memory space for plugins. We recommend the one created by "dilapidated"
  • Reduce your mods and plugins by disabling them one by one until your game is stable => !!!! Especially reduce a few "RagePluginHook" plugins in "GTA V\Plugins\" folder !!!!
  • If your game is still crashing, try to disable Computer+ components:
    • Disable ped image by setting the flag in the .ini file (set DisplayPedImage=false)
    • Disable vehicle image by setting the flag in the .ini file (set DisplayVehicleImage=false)
    • Disable random history report generator in the .ini file (set RandomHistoryReport=false)

What's New in Version 1.4.1.1

Released

VERSION 1.4.1.1 (Latest)   contributed by @PieRGud

  • Compatibility for LSPDFR 0.4
     

VERSION 1.4.1.0   contributed by @BejoIjo

  • Added feature to automatically put the passengers from traffic stopped vehicle into the ped view list
  • Fixed minor bug when the traffic stop passenger walks away after ComputerPlus logged off

 

VERSION 1.4.0.0   contributed by @BejoIjo

  • Code tweaks to make the plugin more stable (no crashes expected)
  • Removed LiteDB (persistency) support and replaced it with in-memory db. The gameplay doesn't change. Player can still see random citation and arrest report of the peds.

!! Important Notes !! If you are not suffering from crashes when using v1.3.6.5, you can keep using it. This version is made for those who still suffer from crashes

 

VERSION 1.3.6.5   contributed by @BejoIjo

  • Added new feature which allow  you to access Computer+ via tablet while player is on foot. (default shortcut key: LControlKey + NumPad0)
  • Added stolen flag on vehicle info window
  • Added checkbox to toggle create court case for the citation (Notice to Appear) on the citation form
  • Enlarged citation selection list for better UX
  • Replace citation ticket 3D model given to the ped with more suitable one
  • Fixed bug when driver takes off after being given the citation without waiting player return to the car. (during traffic stop)

        ** Special Thanks to @RayJGamer, @JBuzz826, @manu450 for beta testing this release :thumbsup: 

 

 

HISTORY:

Spoiler

VERSION 1.3.6.4   contributed by @BejoIjo

  • Added gun permit information on ped info window. (compatible with Stop The Ped plugin)
  • Added feature to create court case for any citation given to the ped (LSPDFR+ plugin is needed)
  • Added color (red/green) on flagged ped/vehicle data (e.g. license status, insurance status)
  • Fixed  truncated string on random history charge information
  • Reduced crash possibility by tweaking some components

 

VERSION 1.3.6.3   contributed by @BejoIjo

  • New feature to create citation for stopped ped on foot
  • Added compatibility to the peds stopped by "Stop The Ped" plugin
  • Fixed bug on creating citation while the suspect is in player car back seat, the car model now will show "N/A"
  • Reduced frequent crashes when opening ped info or vehicle info
  • Added configuration option to enable/disable ped and vehicle images (only disable if you're still having crashes)
     

VERSION 1.3.6.2   contributed by @BejoIjo

  • Fixed bug. Sometimes Computer+ creates duplicate LSPDFR+ Court Cases
  • Added configurable flag (in the .ini file) to enable or disable LSPDFR+ Integration

 

VERSION 1.3.6.1   contributed by @BejoIjo

  • Computer+ will automatically add LSPDFR+ court case when you create an arrest report. (LSPDFR+ by @Albo1125 is required)

 

VERSION 1.3.6.0

  • Stable release, finally out of beta. Crash prevention, handle clean ups. etc. Just download it 😉

 

 

PieRGud - Original Contribution
ainesophaur - Overall redesign
BejoIjo - Feature contributions and bugfixes
Fiskey111 - Original MDT design
Stealth22PD - Feature contributions

You may also like

  • Emergency Lighting System

    Emergency Lighting System V brings one of the most popular modifications ever created for a GTA title (ELS-IV) to Grand Theft Auto V. ELS-V will add a whole new dimension to  your patrols. With a fresh look and many more features than its predecessor, it's also sure to brighten up your game and satisfy the emergency lighting enthusiast in anyone.   DESCRIPTION − ELS provides an alternate and incredibly in-depth way of controlling emergency vehicle lights and sounds. − ELS requires
    Lt.Caine

    By Lt.Caine

    Updated

    • 4.5m
  • Emergency uniforms pack - Law & Order

    https://www.patreon.com/alex_ashfold
    Alex_Ashfold

    By Alex_Ashfold

    Updated

    • 4.1m
  • LSPD First Response

    The LSPD First Response modification
    G17 Media

    By G17 Media

    Updated

    • 17.8m
  • EUP Menu

    EUP Menu is a carefully-built menu for the popular Emergency Uniforms Pack modification.
    PieRGud

    By PieRGud

    Updated

    • 2.7m
  • UnitedCallouts (Robbery, Drugs, Burglary & More)

    UnitedCallouts adds over 20 new varied and realistic callouts with different locations, endings and possibilities.
    sEbi3

    By sEbi3

    Updated

    • 1.4m
  • Emergency uniforms pack - Serve & Rescue

    EUP - Serve & Rescue is an addition to the regular EUP apparel that contains a plethora of outfits for the various non-LEO agenc
    Alex_Ashfold

    By Alex_Ashfold

    Updated

    • 1.6m
  • User Feedback

    Recommended Comments



    On 3/20/2019 at 5:18 AM, Schecter004 said:

    Yes.

    Only with 4.1

     

    to you, and anyone else who were experiencing the frequent CDT's and general crashes. 

    I found that by removing LSPersistenceD 5 - Sleekly Smart Persistence! v0.3a fixed my issues.

    LSPersistenceD 5 - Sleekly Smart Persistence! v0.3a was also causing stop the bed to become broken to where the suspect once put into the vehicle would get out immediately and either steal my car, fight me, or run away all while still handcuffed.

     

    Hope this helps.

    Link to comment
    Share on other sites

    2 hours ago, Unit 21 said:

     

    to you, and anyone else who were experiencing the frequent CDT's and general crashes. 

    I found that by removing LSPersistenceD 5 - Sleekly Smart Persistence! v0.3a fixed my issues.

    LSPersistenceD 5 - Sleekly Smart Persistence! v0.3a was also causing stop the bed to become broken to where the suspect once put into the vehicle would get out immediately and either steal my car, fight me, or run away all while still handcuffed.

     

    Hope this helps.


    I have removed it and Computer+ now crashes after the 3rd time I open it.
    So problem still exists you just delayed it by few mins lol 

    Idk what else is wrong with this plugin 

    Link to comment
    Share on other sites

    28 minutes ago, hzyoni said:


    I have removed it and Computer+ now crashes after the 3rd time I open it.
    So problem still exists you just delayed it by few mins lol 

    Idk what else is wrong with this plugin 

     

    that sucks..hopefully it will recieve some updates and fix the issue

    Link to comment
    Share on other sites

    6 hours ago, hzyoni said:

     

    Yeah same.

    i don’t know what to do anymore.

     

    computer+ is very essential for LSPDFR. Can’t play without it. 

    You can start by posting a log so people who know what they're doing can see what's going wrong and help you fix it.  I've been running it with 0 issues so it has to be a conflict with another one of your mods.

    Link to comment
    Share on other sites

    2 hours ago, Lockehart said:

    You can start by posting a log so people who know what they're doing can see what's going wrong and help you fix it.  I've been running it with 0 issues so it has to be a conflict with another one of your mods.

    I already did.

    See the previous page.

     

    can you list or screenshot your plugin list and lsdpfr folder please?  

    Link to comment
    Share on other sites

    12 hours ago, hzyoni said:

    I already did.

    See the previous page.

     

    can you list or screenshot your plugin list and lsdpfr folder please?  

    https://gyazo.com/b9b114cd2aa289dfa6dc3d0e85f0a958

    https://gyazo.com/56dc58afaad4d967215545b69c2f46c5

    https://gyazo.com/94849523a92451f0c821420b1677a95f

     

    And also you didn't post the full log file.  Just a small snippet of text from it which doesn't really help at all.

     

    Play the game until it crashes from Computer+ then immediately post the log file (the file itself, not just a small snippet of text) into a post and someone will be able to help figure out what's wrong.

    Edited by Lockehart
    Link to comment
    Share on other sites

    Spoiler

    RAGE Plugin Hook v0.64.1234.15464 PUBLIC ALPHA

    Game: Grand Theft Auto V
    Game build: 1604
    Branch: Steam

    Plugins loaded at the time of the crash:
        LSPD First Response by G17 Media.

    No plugin was ticking at the time of this crash.
    Base address: 00007ff626ad0000
    Exception address: 00007ff884a99149
    Exception offset: 25dfc9149
    Exception code: 0xe0434352 (DOT_NET_EXCEPTION)

    Stack trace (unmanaged):
        0x00007ff884ae669c - UnhandledExceptionFilter - in Unknown:0 (C:\Windows\System32\KERNELBASE.dll)
        0x00007ff8887180cb - memset - in Unknown:0 (C:\Windows\SYSTEM32\ntdll.dll)
        0x00007ff8886ffd36 - _C_specific_handler - in Unknown:0 (C:\Windows\SYSTEM32\ntdll.dll)
        0x00007ff88871468f - _chkstk - in Unknown:0 (C:\Windows\SYSTEM32\ntdll.dll)
        0x00007ff888674bef - RtlWalkFrameChain - in Unknown:0 (C:\Windows\SYSTEM32\ntdll.dll)
        0x00007ff8886789e6 - RtlRaiseException - in Unknown:0 (C:\Windows\SYSTEM32\ntdll.dll)
        0x00007ff884a99149 - RaiseException - in Unknown:0 (C:\Windows\System32\KERNELBASE.dll)
        0x00007ff83ee60bfa - ClrCreateManagedInstance - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ff83eedf08b - StrongNameSignatureVerification - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ff83eedf0e4 - StrongNameSignatureVerification - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ff83eee1293 - StrongNameSignatureVerification - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ff83ee007f4 - CreateApplicationContext - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ff83edfeeb7 - CreateApplicationContext - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ff83edfed97 - CreateApplicationContext - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ff83ed14ba5 - CreateApplicationContext - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
        0x00007ff7df77ad64 - CreateApplicationContext - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)

    Stack trace (managed):
          Hook:OnGameCrashManaged(_EXCEPTION_POINTERS* exceptionInfo, Void** stackFrames, Int32 framesCaptured, SByte* exceptionName, Plugin plugin, String pluginStackTrace)
          Hook:OnGameCrashManaged(_EXCEPTION_POINTERS* exceptionInfo, Void** stackFrames, Int32 framesCaptured, SByte* exceptionName)
          Hook:Rage.RemotePlugin.OnRender()
          Hook:Rage.Plugin.OnRender(Object sender, EventArgs e)
          Hook:Rage.HookManager.OnRender(Object sender, EventArgs e)
          Hook:Rage.D3DManager.OnRenderInvoke()
          Hook:Rage.?A0xa6ee17d6.OnD3DPresentCallback()
          Hook:std._Func_impl<void (__cdecl*)(void),std::allocator<int>,void>._Do_call(_Func_impl<void (__cdecl\*)(void)\,std::allocator<int>\,void>* )
          Hook:std._Func_class<void>.()(_Func_class<void>* )


    General purpose registers:
        RAX: 0x000001d0053e7828
        RCX: 0x0000000000000050
        RDX: 0x00007ff83ed7c574
        RBX: 0x0000000000000001
        RSP: 0x0000001fd25f6830
        RBP: 0x0000001fd25f6b10
        RSI: 0x0000001fd25f69a8
        RDI: 0x0000000000000005
        R8: 0xfffffffffffffffe
        R9: 0x0000000000000000
        R10: 0x00007ff83ed20a3e
        R11: 0x00007ff83d886e48
        R12: 0x0000000000004000
        R13: 0x0000001fd25fc100
        R14: 0x00000000e0434352
        R15: 0x0000000000000000
        RIP: 0x00007ff884a99149

    Segment registers:
        CS: 0x0033
        DS: 0x002b
        ES: 0x002b
        FS: 0x0053
        GS: 0x002b
        SS: 0x002b
        Flags: 0x00000202

    Debug registers:
        Dr0: 0x00007ff83ee0b876
        Dr1: 0x0000001fd25f63f8
        Dr2: 0xfffffffffffffffe
        Dr3: 0xfffffffffffffffe
        Dr6: 0x0000000000000000
        Dr7: 0x0000001fd25f60e0

    Floating point state:
        Xmm0: Low: 0x00007ff83d886e38, High: 0x00007ff83d886e38
        Xmm1: Low: 0x0000001fd25f62f8, High: 0x0000001fd25f62f8
        Xmm2: Low: 0x0000001fd25f6238, High: 0x0000001fd25f6238
        Xmm3: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm4: Low: 0x000001d03b121d70, High: 0x000001d03b121d70
        Xmm5: Low: 0x0000000000000001, High: 0x0000000000000001
        Xmm6: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm7: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm8: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm9: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm10: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm11: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm12: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm13: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm14: Low: 0x0000000000000000, High: 0x0000000000000000
        Xmm15: Low: 0x0000000000000000, High: 0x0000000000000000

    Threads:
        Id: 10580 (0x2954)state: Wait (Reason: UserRequest)
        Id: 9688 (0x25d8)state: Wait (Reason: UserRequest)
        Id: 2428 (0x097c)state: Wait (Reason: ExecutionDelay)
        Id: 13032 (0x32e8)state: Wait (Reason: UserRequest)
        Id: 12276 (0x2ff4)state: Wait (Reason: UserRequest)
        Id: 1100 (0x044c)state: Wait (Reason: UserRequest)
        Id: 7300 (0x1c84)state: Wait (Reason: ExecutionDelay)
        Id: 14976 (0x3a80)state: Wait (Reason: UserRequest)
        Id: 5556 (0x15b4)state: Wait (Reason: UserRequest)
        Id: 10276 (0x2824)state: Wait (Reason: UserRequest)
        Id: 12824 (0x3218)state: Wait (Reason: UserRequest)
        Id: 3372 (0x0d2c)state: Wait (Reason: UserRequest)
        Id: 2176 (0x0880)state: Wait (Reason: UserRequest)
        Id: 3452 (0x0d7c)state: Wait (Reason: EventPairLow)
        Id: 8404 (0x20d4)state: Wait (Reason: UserRequest)
        Id: 6992 (0x1b50)state: Wait (Reason: UserRequest)
        Id: 8316 (0x207c)state: Wait (Reason: UserRequest)
        Id: 2692 (0x0a84)state: Wait (Reason: UserRequest)
        Id: 524 (0x020c) (CURRENT); state: Running
        Id: 1364 (0x0554)state: Wait (Reason: UserRequest)
        Id: 2732 (0x0aac)state: Wait (Reason: UserRequest)
        Id: 3380 (0x0d34)state: Wait (Reason: UserRequest)
        Id: 7248 (0x1c50)state: Wait (Reason: UserRequest)
        Id: 1368 (0x0558)state: Wait (Reason: UserRequest)
        Id: 12928 (0x3280)state: Wait (Reason: UserRequest)
        Id: 12608 (0x3140)state: Wait (Reason: UserRequest)
        Id: 3844 (0x0f04)state: Wait (Reason: UserRequest)
        Id: 12656 (0x3170)state: Wait (Reason: UserRequest)
        Id: 12748 (0x31cc)state: Wait (Reason: ExecutionDelay)
        Id: 3080 (0x0c08)state: Wait (Reason: UserRequest)
        Id: 9776 (0x2630)state: Wait (Reason: UserRequest)
        Id: 11536 (0x2d10)state: Wait (Reason: UserRequest)
        Id: 13072 (0x3310)state: Wait (Reason: UserRequest)
        Id: 10900 (0x2a94)state: Wait (Reason: UserRequest)
        Id: 5140 (0x1414)state: Wait (Reason: UserRequest)
        Id: 8356 (0x20a4)state: Wait (Reason: UserRequest)
        Id: 13380 (0x3444)state: Wait (Reason: UserRequest)
        Id: 13696 (0x3580)state: Wait (Reason: UserRequest)
        Id: 10932 (0x2ab4)state: Wait (Reason: UserRequest)
        Id: 4076 (0x0fec)state: Wait (Reason: UserRequest)
        Id: 4032 (0x0fc0)state: Wait (Reason: EventPairLow)
        Id: 4628 (0x1214)state: Wait (Reason: ExecutionDelay)
        Id: 6280 (0x1888)state: Wait (Reason: UserRequest)
        Id: 14552 (0x38d8)state: Wait (Reason: UserRequest)
        Id: 10188 (0x27cc)state: Wait (Reason: UserRequest)
        Id: 14160 (0x3750)state: Wait (Reason: UserRequest)
        Id: 13428 (0x3474)state: Wait (Reason: UserRequest)
        Id: 14856 (0x3a08)state: Wait (Reason: UserRequest)
        Id: 7484 (0x1d3c)state: Wait (Reason: UserRequest)
        Id: 13904 (0x3650)state: Wait (Reason: UserRequest)
        Id: 8532 (0x2154)state: Wait (Reason: UserRequest)
        Id: 4084 (0x0ff4)state: Wait (Reason: UserRequest)
        Id: 10004 (0x2714)state: Wait (Reason: UserRequest)
        Id: 3944 (0x0f68)state: Wait (Reason: UserRequest)
        Id: 9784 (0x2638)state: Wait (Reason: EventPairLow)
        Id: 2436 (0x0984)state: Wait (Reason: ExecutionDelay)
        Id: 3476 (0x0d94)state: Wait (Reason: UserRequest)
        Id: 14708 (0x3974)state: Wait (Reason: UserRequest)
        Id: 5372 (0x14fc)state: Wait (Reason: ExecutionDelay)
        Id: 11896 (0x2e78)state: Wait (Reason: UserRequest)
        Id: 13080 (0x3318)state: Wait (Reason: UserRequest)
        Id: 10440 (0x28c8)state: Wait (Reason: UserRequest)
        Id: 12320 (0x3020)state: Wait (Reason: UserRequest)
        Id: 4332 (0x10ec)state: Wait (Reason: ExecutionDelay)
        Id: 6016 (0x1780)state: Wait (Reason: UserRequest)
        Id: 5956 (0x1744)state: Wait (Reason: UserRequest)
        Id: 4240 (0x1090)state: Wait (Reason: UserRequest)
        Id: 4156 (0x103c)state: Wait (Reason: UserRequest)
        Id: 7888 (0x1ed0)state: Wait (Reason: UserRequest)
        Id: 13424 (0x3470)state: Wait (Reason: UserRequest)
        Id: 4660 (0x1234)state: Wait (Reason: UserRequest)
        Id: 1260 (0x04ec)state: Wait (Reason: EventPairLow)
        Id: 13304 (0x33f8)state: Wait (Reason: UserRequest)
        Id: 14116 (0x3724)state: Wait (Reason: UserRequest)
        Id: 8224 (0x2020)state: Wait (Reason: UserRequest)
        Id: 12264 (0x2fe8)state: Wait (Reason: UserRequest)
        Id: 14308 (0x37e4)state: Wait (Reason: UserRequest)
        Id: 6716 (0x1a3c)state: Wait (Reason: UserRequest)
        Id: 15248 (0x3b90)state: Wait (Reason: UserRequest)
        Id: 13768 (0x35c8)state: Wait (Reason: UserRequest)
        Id: 12752 (0x31d0)state: Wait (Reason: UserRequest)
        Id: 2284 (0x08ec)state: Wait (Reason: ExecutionDelay)
        Id: 9672 (0x25c8)state: Wait (Reason: UserRequest)
        Id: 9608 (0x2588)state: Wait (Reason: UserRequest)
        Id: 14200 (0x3778)state: Wait (Reason: UserRequest)
        Id: 6468 (0x1944)state: Wait (Reason: UserRequest)
        Id: 14060 (0x36ec)state: Wait (Reason: UserRequest)
        Id: 11732 (0x2dd4)state: Wait (Reason: UserRequest)
        Id: 13404 (0x345c)state: Wait (Reason: UserRequest)
        Id: 3572 (0x0df4)state: Wait (Reason: UserRequest)
        Id: 1916 (0x077c)state: Wait (Reason: UserRequest)
        Id: 4284 (0x10bc)state: Wait (Reason: UserRequest)
        Id: 1572 (0x0624)state: Wait (Reason: UserRequest)
        Id: 3788 (0x0ecc)state: Wait (Reason: UserRequest)
        Id: 8640 (0x21c0)state: Wait (Reason: UserRequest)
        Id: 616 (0x0268)state: Wait (Reason: UserRequest)
        Id: 7596 (0x1dac)state: Wait (Reason: UserRequest)
        Id: 8352 (0x20a0)state: Wait (Reason: UserRequest)
        Id: 15348 (0x3bf4)state: Wait (Reason: UserRequest)
        Id: 6308 (0x18a4)state: Wait (Reason: UserRequest)
        Id: 2444 (0x098c)state: Wait (Reason: UserRequest)
        Id: 6384 (0x18f0)state: Wait (Reason: UserRequest)
        Id: 13224 (0x33a8)state: Wait (Reason: UserRequest)
        Id: 14424 (0x3858)state: Wait (Reason: UserRequest)
        Id: 14704 (0x3970)state: Wait (Reason: EventPairLow)
        Id: 4864 (0x1300)state: Wait (Reason: EventPairLow)
        Id: 2548 (0x09f4)state: Wait (Reason: UserRequest)
        Id: 1492 (0x05d4)state: Wait (Reason: UserRequest)
        Id: 10212 (0x27e4)state: Wait (Reason: EventPairLow)
        Id: 9180 (0x23dc)state: Wait (Reason: UserRequest)
        Id: 6480 (0x1950)state: Wait (Reason: UserRequest)
        Id: 5448 (0x1548)state: Wait (Reason: UserRequest)
        Id: 2828 (0x0b0c)state: Wait (Reason: ExecutionDelay)
        Id: 5236 (0x1474)state: Wait (Reason: ExecutionDelay)
        Id: 6336 (0x18c0)state: Wait (Reason: ExecutionDelay)
        Id: 4800 (0x12c0)state: Wait (Reason: UserRequest)
        Id: 14120 (0x3728)state: Wait (Reason: UserRequest)
        Id: 6756 (0x1a64)state: Wait (Reason: UserRequest)
        Id: 13400 (0x3458)state: Wait (Reason: UserRequest)
        Id: 10020 (0x2724)state: Wait (Reason: UserRequest)
        Id: 13872 (0x3630)state: Wait (Reason: UserRequest)
        Id: 6920 (0x1b08)state: Wait (Reason: UserRequest)
        Id: 12984 (0x32b8)state: Wait (Reason: UserRequest)
        Id: 3912 (0x0f48)state: Wait (Reason: UserRequest)
        Id: 2292 (0x08f4)state: Wait (Reason: UserRequest)
        Id: 2196 (0x0894)state: Wait (Reason: UserRequest)
        Id: 9772 (0x262c)state: Wait (Reason: UserRequest)
        Id: 12196 (0x2fa4)state: Wait (Reason: UserRequest)
        Id: 2448 (0x0990)state: Wait (Reason: UserRequest)
        Id: 14220 (0x378c)state: Wait (Reason: UserRequest)
        Id: 13832 (0x3608)state: Wait (Reason: UserRequest)
        Id: 12116 (0x2f54)state: Wait (Reason: UserRequest)
        Id: 2224 (0x08b0)state: Wait (Reason: UserRequest)
        Id: 7268 (0x1c64)state: Wait (Reason: UserRequest)
        Id: 9176 (0x23d8)state: Wait (Reason: UserRequest)
        Id: 12676 (0x3184)state: Wait (Reason: UserRequest)
        Id: 2184 (0x0888)state: Wait (Reason: UserRequest)
        Id: 1188 (0x04a4)state: Wait (Reason: UserRequest)
        Id: 14192 (0x3770)state: Wait (Reason: UserRequest)
        Id: 2024 (0x07e8)state: Wait (Reason: UserRequest)
        Id: 13704 (0x3588)state: Wait (Reason: UserRequest)
        Id: 15328 (0x3be0)state: Wait (Reason: UserRequest)
        Id: 14780 (0x39bc)state: Wait (Reason: UserRequest)
        Id: 14068 (0x36f4)state: Wait (Reason: UserRequest)
        Id: 14436 (0x3864)state: Wait (Reason: UserRequest)
        Id: 15076 (0x3ae4)state: Wait (Reason: UserRequest)
        Id: 6188 (0x182c)state: Wait (Reason: UserRequest)
        Id: 13660 (0x355c)state: Wait (Reason: UserRequest)
        Id: 10368 (0x2880)state: Wait (Reason: UserRequest)
        Id: 3244 (0x0cac)state: Wait (Reason: UserRequest)
        Id: 8220 (0x201c)state: Wait (Reason: UserRequest)
        Id: 9156 (0x23c4)state: Wait (Reason: UserRequest)
        Id: 4964 (0x1364)state: Wait (Reason: UserRequest)
        Id: 10268 (0x281c)state: Wait (Reason: UserRequest)
        Id: 2996 (0x0bb4)state: Wait (Reason: UserRequest)
        Id: 1140 (0x0474)state: Wait (Reason: UserRequest)
        Id: 10384 (0x2890)state: Wait (Reason: UserRequest)
        Id: 14904 (0x3a38)state: Wait (Reason: UserRequest)
        Id: 10904 (0x2a98)state: Wait (Reason: UserRequest)
        Id: 4956 (0x135c)state: Wait (Reason: UserRequest)
        Id: 7616 (0x1dc0)state: Wait (Reason: UserRequest)
        Id: 15252 (0x3b94)state: Wait (Reason: Unknown)
        Id: 8292 (0x2064)state: Wait (Reason: UserRequest)
        Id: 10324 (0x2854)state: Wait (Reason: UserRequest)
        Id: 14048 (0x36e0)state: Wait (Reason: UserRequest)
        Id: 1476 (0x05c4)state: Wait (Reason: UserRequest)
        Id: 14852 (0x3a04)state: Wait (Reason: UserRequest)
        Id: 1276 (0x04fc)state: Wait (Reason: UserRequest)
        Id: 4608 (0x1200)state: Wait (Reason: UserRequest)
        Id: 11480 (0x2cd8)state: Wait (Reason: UserRequest)
        Id: 2028 (0x07ec)state: Wait (Reason: UserRequest)
        Id: 2556 (0x09fc)state: Wait (Reason: UserRequest)
        Id: 400 (0x0190)state: Wait (Reason: UserRequest)
        Id: 13736 (0x35a8)state: Wait (Reason: UserRequest)
        Id: 9076 (0x2374)state: Wait (Reason: UserRequest)
        Id: 2148 (0x0864)state: Wait (Reason: ExecutionDelay)
        Id: 5768 (0x1688)state: Wait (Reason: UserRequest)
        Id: 5488 (0x1570)state: Wait (Reason: UserRequest)
        Id: 4064 (0x0fe0)state: Wait (Reason: UserRequest)
        Id: 6288 (0x1890)state: Wait (Reason: UserRequest)
        Id: 4844 (0x12ec)state: Wait (Reason: UserRequest)
        Id: 5940 (0x1734)state: Wait (Reason: UserRequest)
        Id: 1228 (0x04cc)state: Wait (Reason: UserRequest)
        Id: 12720 (0x31b0)state: Wait (Reason: UserRequest)
        Id: 2696 (0x0a88)state: Wait (Reason: UserRequest)
        Id: 4836 (0x12e4)state: Wait (Reason: UserRequest)
        Id: 4024 (0x0fb8)state: Wait (Reason: UserRequest)
        Id: 12616 (0x3148)state: Wait (Reason: UserRequest)
        Id: 3052 (0x0bec)state: Wait (Reason: UserRequest)
        Id: 2680 (0x0a78)state: Wait (Reason: UserRequest)
        Id: 6240 (0x1860)state: Wait (Reason: UserRequest)
        Id: 8180 (0x1ff4)state: Wait (Reason: UserRequest)
        Id: 9012 (0x2334)state: Wait (Reason: UserRequest)
        Id: 11428 (0x2ca4)state: Wait (Reason: UserRequest)
        Id: 14892 (0x3a2c)state: Wait (Reason: UserRequest)
        Id: 6248 (0x1868)state: Wait (Reason: UserRequest)
        Id: 11736 (0x2dd8)state: Wait (Reason: UserRequest)
        Id: 8804 (0x2264)state: Wait (Reason: UserRequest)
        Id: 14440 (0x3868)state: Wait (Reason: UserRequest)
        Id: 6496 (0x1960)state: Wait (Reason: UserRequest)
        Id: 4288 (0x10c0)state: Wait (Reason: UserRequest)
        Id: 5420 (0x152c)state: Wait (Reason: UserRequest)
        Id: 5772 (0x168c)state: Wait (Reason: UserRequest)
        Id: 10896 (0x2a90)state: Wait (Reason: UserRequest)
        Id: 6552 (0x1998)state: Wait (Reason: UserRequest)
        Id: 7896 (0x1ed8)state: Wait (Reason: UserRequest)
        Id: 2316 (0x090c)state: Wait (Reason: UserRequest)
        Id: 9600 (0x2580)state: Wait (Reason: UserRequest)
        Id: 2980 (0x0ba4)state: Wait (Reason: UserRequest)
        Id: 13376 (0x3440)state: Wait (Reason: UserRequest)
        Id: 7784 (0x1e68)state: Wait (Reason: UserRequest)
        Id: 7400 (0x1ce8)state: Wait (Reason: UserRequest)
        Id: 10076 (0x275c)state: Wait (Reason: UserRequest)
        Id: 5408 (0x1520)state: Wait (Reason: UserRequest)
        Id: 5060 (0x13c4)state: Wait (Reason: UserRequest)
        Id: 13320 (0x3408)state: Wait (Reason: UserRequest)
        Id: 13368 (0x3438)state: Wait (Reason: UserRequest)
        Id: 12560 (0x3110)state: Wait (Reason: UserRequest)
        Id: 2604 (0x0a2c)state: Wait (Reason: UserRequest)
        Id: 12896 (0x3260)state: Wait (Reason: UserRequest)
        Id: 5036 (0x13ac)state: Wait (Reason: UserRequest)
        Id: 11604 (0x2d54)state: Wait (Reason: ExecutionDelay)
        Id: 14092 (0x370c)state: Wait (Reason: EventPairLow)
        Id: 8020 (0x1f54)state: Wait (Reason: UserRequest)
        Id: 13384 (0x3448)state: Wait (Reason: UserRequest)
        Id: 7988 (0x1f34)state: Wait (Reason: UserRequest)
        Id: 10936 (0x2ab8)state: Wait (Reason: UserRequest)
        Id: 13956 (0x3684)state: Wait (Reason: UserRequest)
        Id: 7540 (0x1d74)state: Wait (Reason: UserRequest)
        Id: 13252 (0x33c4)state: Wait (Reason: UserRequest)
        Id: 9196 (0x23ec)state: Wait (Reason: UserRequest)
        Id: 6764 (0x1a6c)state: Wait (Reason: UserRequest)
        Id: 7236 (0x1c44)state: Wait (Reason: UserRequest)
        Id: 1360 (0x0550)state: Wait (Reason: UserRequest)
        Id: 14952 (0x3a68)state: Wait (Reason: UserRequest)
        Id: 4300 (0x10cc)state: Wait (Reason: UserRequest)
        Id: 4644 (0x1224)state: Wait (Reason: UserRequest)
        Id: 9052 (0x235c)state: Wait (Reason: UserRequest)
        Id: 11336 (0x2c48)state: Wait (Reason: UserRequest)
        Id: 9596 (0x257c)state: Wait (Reason: UserRequest)
        Id: 944 (0x03b0)state: Wait (Reason: UserRequest)
        Id: 2852 (0x0b24)state: Wait (Reason: UserRequest)
        Id: 3196 (0x0c7c)state: Wait (Reason: UserRequest)
        Id: 10428 (0x28bc)state: Wait (Reason: UserRequest)
        Id: 2040 (0x07f8)state: Wait (Reason: UserRequest)
        Id: 2516 (0x09d4)state: Wait (Reason: UserRequest)
        Id: 10796 (0x2a2c)state: Wait (Reason: UserRequest)
        Id: 9392 (0x24b0)state: Wait (Reason: UserRequest)
        Id: 12332 (0x302c)state: Wait (Reason: UserRequest)
        Id: 9348 (0x2484)state: Wait (Reason: UserRequest)
        Id: 7480 (0x1d38)state: Wait (Reason: UserRequest)
        Id: 11756 (0x2dec)state: Wait (Reason: UserRequest)
        Id: 8744 (0x2228)state: Wait (Reason: UserRequest)
        Id: 9400 (0x24b8)state: Wait (Reason: UserRequest)
        Id: 14860 (0x3a0c)state: Wait (Reason: UserRequest)
        Id: 6996 (0x1b54)state: Wait (Reason: UserRequest)
        Id: 12536 (0x30f8)state: Wait (Reason: EventPairLow)
        Id: 9840 (0x2670)state: Wait (Reason: UserRequest)
        Id: 13244 (0x33bc)state: Wait (Reason: UserRequest)
        Id: 3684 (0x0e64)state: Wait (Reason: UserRequest)
        Id: 12572 (0x311c)state: Wait (Reason: UserRequest)
        Id: 14668 (0x394c)state: Wait (Reason: UserRequest)
        Id: 15016 (0x3aa8)state: Wait (Reason: UserRequest)
        Id: 476 (0x01dc)state: Wait (Reason: EventPairLow)
        Id: 6768 (0x1a70)state: Wait (Reason: EventPairLow)
        Id: 11852 (0x2e4c)state: Wait (Reason: UserRequest)
        Id: 2152 (0x0868)state: Wait (Reason: UserRequest)
        Id: 6484 (0x1954)state: Wait (Reason: UserRequest)
        Id: 9096 (0x2388)state: Wait (Reason: UserRequest)
        Id: 4520 (0x11a8)state: Wait (Reason: UserRequest)
        Id: 12416 (0x3080)state: Wait (Reason: UserRequest)
        Id: 8572 (0x217c)state: Wait (Reason: UserRequest)
        Id: 4588 (0x11ec)state: Wait (Reason: UserRequest)
        Id: 11660 (0x2d8c)state: Wait (Reason: EventPairLow)
        Id: 3488 (0x0da0)state: Wait (Reason: UserRequest)
        Id: 4960 (0x1360)state: Wait (Reason: UserRequest)
        Id: 4928 (0x1340)state: Ready
        Id: 10580 (0x2954)
            Start address: 0x0000000000000000
            State: Wait (Reason: UserRequest)
            Priority: 15
            Priority level: TimeCritical
            Start time: 3/23/2019 11:31:13 AM
            Total processor time: 00:02:57.2187500
            User processor time: 00:02:57.2187500

        Id: 9688 (0x25d8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:31:13 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 2428 (0x097c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: ExecutionDelay)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:31:29 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 13032 (0x32e8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:31:30 AM
            Total processor time: 00:00:01.4062500
            User processor time: 00:00:01.4062500

        Id: 12276 (0x2ff4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:30 AM
            Total processor time: 00:00:00.3281250
            User processor time: 00:00:00.3281250

        Id: 1100 (0x044c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:30 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 7300 (0x1c84)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: ExecutionDelay)
            Priority: 15
            Priority level: TimeCritical
            Start time: 3/23/2019 11:31:30 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 14976 (0x3a80)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:30 AM
            Total processor time: 00:00:27.6718750
            User processor time: 00:00:27.6718750

        Id: 5556 (0x15b4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:30 AM
            Total processor time: 00:00:22
            User processor time: 00:00:22

        Id: 10276 (0x2824)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:30 AM
            Total processor time: 00:00:19.3750000
            User processor time: 00:00:19.3750000

        Id: 12824 (0x3218)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:30 AM
            Total processor time: 00:00:17.7968750
            User processor time: 00:00:17.7968750

        Id: 3372 (0x0d2c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:30 AM
            Total processor time: 00:00:15.0781250
            User processor time: 00:00:15.0781250

        Id: 2176 (0x0880)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:30 AM
            Total processor time: 00:00:13.1875000
            User processor time: 00:00:13.1875000

        Id: 3452 (0x0d7c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: EventPairLow)
            Priority: 11
            Priority level: Normal
            Start time: 3/23/2019 11:31:30 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 8404 (0x20d4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 15
            Priority level: TimeCritical
            Start time: 3/23/2019 11:31:31 AM
            Total processor time: 00:00:00.0312500
            User processor time: 00:00:00.0312500

        Id: 6992 (0x1b50)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 7
            Priority level: BelowNormal
            Start time: 3/23/2019 11:31:31 AM
            Total processor time: 00:00:00.5156250
            User processor time: 00:00:00.5156250

        Id: 8316 (0x207c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 15
            Priority level: TimeCritical
            Start time: 3/23/2019 11:31:31 AM
            Total processor time: 00:00:01.5000000
            User processor time: 00:00:01.5000000

        Id: 2692 (0x0a84)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 6
            Priority level: Lowest
            Start time: 3/23/2019 11:31:31 AM
            Total processor time: 00:00:23.0781250
            User processor time: 00:00:23.0781250

        Id: 524 (0x020c) (CURRENT)
            Start address: 0x00007ff8886da230
            State: Running
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:31 AM
            Total processor time: 00:03:40.0156250
            User processor time: 00:03:40.0156250

        Id: 1364 (0x0554)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 13
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:31 AM
            Total processor time: 00:00:53.1562500
            User processor time: 00:00:53.1562500

        Id: 2732 (0x0aac)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 5
            Priority level: Idle
            Start time: 3/23/2019 11:31:31 AM
            Total processor time: 00:00:00.3750000
            User processor time: 00:00:00.3750000

        Id: 3380 (0x0d34)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 5
            Priority level: Idle
            Start time: 3/23/2019 11:31:31 AM
            Total processor time: 00:00:00.3906250
            User processor time: 00:00:00.3906250

        Id: 7248 (0x1c50)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 5
            Priority level: Idle
            Start time: 3/23/2019 11:31:31 AM
            Total processor time: 00:00:00.3593750
            User processor time: 00:00:00.3593750

        Id: 1368 (0x0558)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 5
            Priority level: Idle
            Start time: 3/23/2019 11:31:31 AM
            Total processor time: 00:00:00.3906250
            User processor time: 00:00:00.3906250

        Id: 12928 (0x3280)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 6
            Priority level: Lowest
            Start time: 3/23/2019 11:31:31 AM
            Total processor time: 00:00:06.3593750
            User processor time: 00:00:06.3593750

        Id: 12608 (0x3140)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 3844 (0x0f04)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 14
            Priority level: Highest
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:00.1562500
            User processor time: 00:00:00.1562500

        Id: 12656 (0x3170)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 12748 (0x31cc)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: ExecutionDelay)
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 3080 (0x0c08)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 13
            Priority level: Highest
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:00.6093750
            User processor time: 00:00:00.6093750

        Id: 9776 (0x2630)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:01.8593750
            User processor time: 00:00:01.8593750

        Id: 11536 (0x2d10)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:06
            User processor time: 00:00:06

        Id: 13072 (0x3310)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:05.7500000
            User processor time: 00:00:05.7500000

        Id: 10900 (0x2a94)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:06.3125000
            User processor time: 00:00:06.3125000

        Id: 5140 (0x1414)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:06.0937500
            User processor time: 00:00:06.0937500

        Id: 8356 (0x20a4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:06.0625000
            User processor time: 00:00:06.0625000

        Id: 13380 (0x3444)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:05.7187500
            User processor time: 00:00:05.7187500

        Id: 13696 (0x3580)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:00.0625000
            User processor time: 00:00:00.0625000

        Id: 10932 (0x2ab4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 4076 (0x0fec)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 22
            Priority level: 14
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:01.7343750
            User processor time: 00:00:01.7343750

        Id: 4032 (0x0fc0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: EventPairLow)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 4628 (0x1214)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: ExecutionDelay)
            Priority: 15
            Priority level: TimeCritical
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:01:09.5468750
            User processor time: 00:01:09.5468750

        Id: 6280 (0x1888)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 7
            Priority level: BelowNormal
            Start time: 3/23/2019 11:31:32 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 14552 (0x38d8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 15
            Priority level: TimeCritical
            Start time: 3/23/2019 11:31:33 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 10188 (0x27cc)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:31:33 AM
            Total processor time: 00:00:00.2031250
            User processor time: 00:00:00.2031250

        Id: 14160 (0x3750)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:31:33 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 13428 (0x3474)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 5
            Priority level: Idle
            Start time: 3/23/2019 11:31:33 AM
            Total processor time: 00:00:00.6875000
            User processor time: 00:00:00.6875000

        Id: 14856 (0x3a08)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 5
            Priority level: Idle
            Start time: 3/23/2019 11:31:33 AM
            Total processor time: 00:00:00.7031250
            User processor time: 00:00:00.7031250

        Id: 7484 (0x1d3c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 5
            Priority level: Idle
            Start time: 3/23/2019 11:31:33 AM
            Total processor time: 00:00:00.6250000
            User processor time: 00:00:00.6250000

        Id: 13904 (0x3650)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 5
            Priority level: Idle
            Start time: 3/23/2019 11:31:33 AM
            Total processor time: 00:00:00.7031250
            User processor time: 00:00:00.7031250

        Id: 8532 (0x2154)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:34 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 4084 (0x0ff4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:35 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 10004 (0x2714)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:35 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 3944 (0x0f68)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:35 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 9784 (0x2638)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: EventPairLow)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:31:35 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 2436 (0x0984)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: ExecutionDelay)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:35 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 3476 (0x0d94)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:35 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 14708 (0x3974)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:35 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 5372 (0x14fc)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: ExecutionDelay)
            Priority: 7
            Priority level: BelowNormal
            Start time: 3/23/2019 11:31:36 AM
            Total processor time: 00:00:00.0468750
            User processor time: 00:00:00.0468750

        Id: 11896 (0x2e78)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 6
            Priority level: Lowest
            Start time: 3/23/2019 11:31:36 AM
            Total processor time: 00:00:00.3281250
            User processor time: 00:00:00.3281250

        Id: 13080 (0x3318)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 6
            Priority level: Lowest
            Start time: 3/23/2019 11:31:36 AM
            Total processor time: 00:00:00.1875000
            User processor time: 00:00:00.1875000

        Id: 10440 (0x28c8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 6
            Priority level: Lowest
            Start time: 3/23/2019 11:31:36 AM
            Total processor time: 00:00:00.2500000
            User processor time: 00:00:00.2500000

        Id: 12320 (0x3020)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 6
            Priority level: Lowest
            Start time: 3/23/2019 11:31:36 AM
            Total processor time: 00:00:00.2500000
            User processor time: 00:00:00.2500000

        Id: 4332 (0x10ec)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: ExecutionDelay)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:36 AM
            Total processor time: 00:00:01.9687500
            User processor time: 00:00:01.9687500

        Id: 6016 (0x1780)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:36 AM
            Total processor time: 00:00:06.6718750
            User processor time: 00:00:06.6718750

        Id: 5956 (0x1744)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 7
            Priority level: BelowNormal
            Start time: 3/23/2019 11:31:36 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 4240 (0x1090)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 7
            Priority level: BelowNormal
            Start time: 3/23/2019 11:31:36 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 4156 (0x103c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 15
            Priority level: TimeCritical
            Start time: 3/23/2019 11:31:36 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 7888 (0x1ed0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 22
            Priority level: 14
            Start time: 3/23/2019 11:31:36 AM
            Total processor time: 00:00:00.8281250
            User processor time: 00:00:00.8281250

        Id: 13424 (0x3470)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 15
            Priority level: TimeCritical
            Start time: 3/23/2019 11:31:36 AM
            Total processor time: 00:00:00.6875000
            User processor time: 00:00:00.6875000

        Id: 4660 (0x1234)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:36 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 1260 (0x04ec)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: EventPairLow)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:31:36 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 13304 (0x33f8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 14116 (0x3724)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 8224 (0x2020)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 12264 (0x2fe8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 14308 (0x37e4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 7
            Priority level: BelowNormal
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 6716 (0x1a3c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 15248 (0x3b90)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 13768 (0x35c8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 6
            Priority level: Lowest
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 12752 (0x31d0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 6
            Priority level: Lowest
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00.0312500
            User processor time: 00:00:00.0312500

        Id: 2284 (0x08ec)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: ExecutionDelay)
            Priority: 6
            Priority level: Lowest
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00.3593750
            User processor time: 00:00:00.3593750

        Id: 9672 (0x25c8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00.9687500
            User processor time: 00:00:00.9687500

        Id: 9608 (0x2588)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00.9531250
            User processor time: 00:00:00.9531250

        Id: 14200 (0x3778)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00.8750000
            User processor time: 00:00:00.8750000

        Id: 6468 (0x1944)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 9
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00.8125000
            User processor time: 00:00:00.8125000

        Id: 14060 (0x36ec)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00.2500000
            User processor time: 00:00:00.2500000

        Id: 11732 (0x2dd4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 6
            Priority level: Lowest
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 13404 (0x345c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 6
            Priority level: Lowest
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 3572 (0x0df4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 6
            Priority level: Lowest
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00.0468750
            User processor time: 00:00:00.0468750

        Id: 1916 (0x077c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 6
            Priority level: Lowest
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 4284 (0x10bc)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 6
            Priority level: Lowest
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00.0468750
            User processor time: 00:00:00.0468750

        Id: 1572 (0x0624)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 6
            Priority level: Lowest
            Start time: 3/23/2019 11:31:37 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 3788 (0x0ecc)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:38 AM
            Total processor time: 00:00:00.2500000
            User processor time: 00:00:00.2500000

        Id: 8640 (0x21c0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:38 AM
            Total processor time: 00:00:00.2187500
            User processor time: 00:00:00.2187500

        Id: 616 (0x0268)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:38 AM
            Total processor time: 00:00:00.2500000
            User processor time: 00:00:00.2500000

        Id: 7596 (0x1dac)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:38 AM
            Total processor time: 00:00:00.2343750
            User processor time: 00:00:00.2343750

        Id: 8352 (0x20a0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:38 AM
            Total processor time: 00:00:00.5156250
            User processor time: 00:00:00.5156250

        Id: 15348 (0x3bf4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:38 AM
            Total processor time: 00:00:00.5000000
            User processor time: 00:00:00.5000000

        Id: 6308 (0x18a4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:38 AM
            Total processor time: 00:00:00.4687500
            User processor time: 00:00:00.4687500

        Id: 2444 (0x098c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:38 AM
            Total processor time: 00:00:00.5000000
            User processor time: 00:00:00.5000000

        Id: 6384 (0x18f0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 10
            Priority level: Highest
            Start time: 3/23/2019 11:31:38 AM
            Total processor time: 00:00:00.5781250
            User processor time: 00:00:00.5781250

        Id: 13224 (0x33a8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:38 AM
            Total processor time: 00:00:00.1718750
            User processor time: 00:00:00.1718750

        Id: 14424 (0x3858)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:38 AM
            Total processor time: 00:00:00.1562500
            User processor time: 00:00:00.1562500

        Id: 14704 (0x3970)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: EventPairLow)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:31:38 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 4864 (0x1300)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: EventPairLow)
            Priority: 13
            Priority level: AboveNormal
            Start time: 3/23/2019 11:31:41 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 2548 (0x09f4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:41 AM
            Total processor time: 00:00:00.2500000
            User processor time: 00:00:00.2500000

        Id: 1492 (0x05d4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:31:47 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 10212 (0x27e4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: EventPairLow)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:00 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 9180 (0x23dc)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:32:23 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 6480 (0x1950)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 8
            Priority level: Normal
            Start time: 3/23/2019 11:32:23 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 5448 (0x1548)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:36 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 2828 (0x0b0c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: ExecutionDelay)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:38 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 5236 (0x1474)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: ExecutionDelay)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:38 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 6336 (0x18c0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: ExecutionDelay)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:38 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 4800 (0x12c0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:38 AM
            Total processor time: 00:00:02.7812500
            User processor time: 00:00:02.7812500

        Id: 14120 (0x3728)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:38 AM
            Total processor time: 00:00:00.0625000
            User processor time: 00:00:00.0625000

        Id: 6756 (0x1a64)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.2812500
            User processor time: 00:00:00.2812500

        Id: 13400 (0x3458)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:02.1875000
            User processor time: 00:00:02.1875000

        Id: 10020 (0x2724)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:02.5156250
            User processor time: 00:00:02.5156250

        Id: 13872 (0x3630)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3906250
            User processor time: 00:00:00.3906250

        Id: 6920 (0x1b08)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.5156250
            User processor time: 00:00:00.5156250

        Id: 12984 (0x32b8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.2656250
            User processor time: 00:00:00.2656250

        Id: 3912 (0x0f48)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.4531250
            User processor time: 00:00:00.4531250

        Id: 2292 (0x08f4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.2968750
            User processor time: 00:00:00.2968750

        Id: 2196 (0x0894)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:04.3593750
            User processor time: 00:00:04.3593750

        Id: 9772 (0x262c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3593750
            User processor time: 00:00:00.3593750

        Id: 12196 (0x2fa4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3750000
            User processor time: 00:00:00.3750000

        Id: 2448 (0x0990)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3593750
            User processor time: 00:00:00.3593750

        Id: 14220 (0x378c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3437500
            User processor time: 00:00:00.3437500

        Id: 13832 (0x3608)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3125000
            User processor time: 00:00:00.3125000

        Id: 12116 (0x2f54)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3125000
            User processor time: 00:00:00.3125000

        Id: 2224 (0x08b0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3593750
            User processor time: 00:00:00.3593750

        Id: 7268 (0x1c64)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.5000000
            User processor time: 00:00:00.5000000

        Id: 9176 (0x23d8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.4687500
            User processor time: 00:00:00.4687500

        Id: 12676 (0x3184)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.2968750
            User processor time: 00:00:00.2968750

        Id: 2184 (0x0888)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3437500
            User processor time: 00:00:00.3437500

        Id: 1188 (0x04a4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.2812500
            User processor time: 00:00:00.2812500

        Id: 14192 (0x3770)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3281250
            User processor time: 00:00:00.3281250

        Id: 2024 (0x07e8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3906250
            User processor time: 00:00:00.3906250

        Id: 13704 (0x3588)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3906250
            User processor time: 00:00:00.3906250

        Id: 15328 (0x3be0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.4062500
            User processor time: 00:00:00.4062500

        Id: 14780 (0x39bc)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3437500
            User processor time: 00:00:00.3437500

        Id: 14068 (0x36f4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3437500
            User processor time: 00:00:00.3437500

        Id: 14436 (0x3864)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.4218750
            User processor time: 00:00:00.4218750

        Id: 15076 (0x3ae4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.4843750
            User processor time: 00:00:00.4843750

        Id: 6188 (0x182c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3437500
            User processor time: 00:00:00.3437500

        Id: 13660 (0x355c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3593750
            User processor time: 00:00:00.3593750

        Id: 10368 (0x2880)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:07.5000000
            User processor time: 00:00:07.5000000

        Id: 3244 (0x0cac)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.5625000
            User processor time: 00:00:00.5625000

        Id: 8220 (0x201c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.2968750
            User processor time: 00:00:00.2968750

        Id: 9156 (0x23c4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.2812500
            User processor time: 00:00:00.2812500

        Id: 4964 (0x1364)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.2656250
            User processor time: 00:00:00.2656250

        Id: 10268 (0x281c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3281250
            User processor time: 00:00:00.3281250

        Id: 2996 (0x0bb4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:48 AM
            Total processor time: 00:00:00.3281250
            User processor time: 00:00:00.3281250

        Id: 1140 (0x0474)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:49 AM
            Total processor time: 00:00:00.4062500
            User processor time: 00:00:00.4062500

        Id: 10384 (0x2890)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:32:49 AM
            Total processor time: 00:00:00.4375000
            User processor time: 00:00:00.4375000

        Id: 14904 (0x3a38)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:01 AM
            Total processor time: 00:00:00.1406250
            User processor time: 00:00:00.1406250

        Id: 10904 (0x2a98)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:01 AM
            Total processor time: 00:00:00.1875000
            User processor time: 00:00:00.1875000

        Id: 4956 (0x135c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:02 AM
            Total processor time: 00:00:00.4843750
            User processor time: 00:00:00.4843750

        Id: 7616 (0x1dc0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:04 AM
            Total processor time: 00:00:00.1093750
            User processor time: 00:00:00.1093750

        Id: 15252 (0x3b94)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: Unknown)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:04 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 8292 (0x2064)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:04 AM
            Total processor time: 00:00:19.7500000
            User processor time: 00:00:19.7500000

        Id: 10324 (0x2854)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:04 AM
            Total processor time: 00:00:01.5781250
            User processor time: 00:00:01.5781250

        Id: 14048 (0x36e0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:04 AM
            Total processor time: 00:00:00.2343750
            User processor time: 00:00:00.2343750

        Id: 1476 (0x05c4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:04 AM
            Total processor time: 00:00:00.1250000
            User processor time: 00:00:00.1250000

        Id: 14852 (0x3a04)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.1250000
            User processor time: 00:00:00.1250000

        Id: 1276 (0x04fc)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 4608 (0x1200)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.1406250
            User processor time: 00:00:00.1406250

        Id: 11480 (0x2cd8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.1562500
            User processor time: 00:00:00.1562500

        Id: 2028 (0x07ec)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.5000000
            User processor time: 00:00:00.5000000

        Id: 2556 (0x09fc)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.2343750
            User processor time: 00:00:00.2343750

        Id: 400 (0x0190)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.2656250
            User processor time: 00:00:00.2656250

        Id: 13736 (0x35a8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.0781250
            User processor time: 00:00:00.0781250

        Id: 9076 (0x2374)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.1875000
            User processor time: 00:00:00.1875000

        Id: 2148 (0x0864)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: ExecutionDelay)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.0312500
            User processor time: 00:00:00.0312500

        Id: 5768 (0x1688)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.1406250
            User processor time: 00:00:00.1406250

        Id: 5488 (0x1570)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.2812500
            User processor time: 00:00:00.2812500

        Id: 4064 (0x0fe0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.0625000
            User processor time: 00:00:00.0625000

        Id: 6288 (0x1890)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.3125000
            User processor time: 00:00:00.3125000

        Id: 4844 (0x12ec)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.2968750
            User processor time: 00:00:00.2968750

        Id: 5940 (0x1734)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.0468750
            User processor time: 00:00:00.0468750

        Id: 1228 (0x04cc)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.0625000
            User processor time: 00:00:00.0625000

        Id: 12720 (0x31b0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.1562500
            User processor time: 00:00:00.1562500

        Id: 2696 (0x0a88)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.8125000
            User processor time: 00:00:00.8125000

        Id: 4836 (0x12e4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.1406250
            User processor time: 00:00:00.1406250

        Id: 4024 (0x0fb8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:01.8125000
            User processor time: 00:00:01.8125000

        Id: 12616 (0x3148)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:05 AM
            Total processor time: 00:00:00.6875000
            User processor time: 00:00:00.6875000

        Id: 3052 (0x0bec)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:07 AM
            Total processor time: 00:00:00.3906250
            User processor time: 00:00:00.3906250

        Id: 2680 (0x0a78)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:07 AM
            Total processor time: 00:00:00.7968750
            User processor time: 00:00:00.7968750

        Id: 6240 (0x1860)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:09 AM
            Total processor time: 00:00:02.6250000
            User processor time: 00:00:02.6250000

        Id: 8180 (0x1ff4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:09 AM
            Total processor time: 00:00:01.2031250
            User processor time: 00:00:01.2031250

        Id: 9012 (0x2334)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:09 AM
            Total processor time: 00:00:00.5625000
            User processor time: 00:00:00.5625000

        Id: 11428 (0x2ca4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:09 AM
            Total processor time: 00:00:00.7812500
            User processor time: 00:00:00.7812500

        Id: 14892 (0x3a2c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:09 AM
            Total processor time: 00:00:00.2343750
            User processor time: 00:00:00.2343750

        Id: 6248 (0x1868)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:09 AM
            Total processor time: 00:00:00.1406250
            User processor time: 00:00:00.1406250

        Id: 11736 (0x2dd8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:09 AM
            Total processor time: 00:00:00.4062500
            User processor time: 00:00:00.4062500

        Id: 8804 (0x2264)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:09 AM
            Total processor time: 00:00:02.6718750
            User processor time: 00:00:02.6718750

        Id: 14440 (0x3868)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:14 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 6496 (0x1960)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:17 AM
            Total processor time: 00:00:00.0937500
            User processor time: 00:00:00.0937500

        Id: 4288 (0x10c0)
            Start address: 0x0000000000000000
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:40 AM
            Total processor time: 00:00:01.0937500
            User processor time: 00:00:01.0937500

        Id: 5420 (0x152c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:48 AM
            Total processor time: 00:00:00.1406250
            User processor time: 00:00:00.1406250

        Id: 5772 (0x168c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:54 AM
            Total processor time: 00:00:00.0781250
            User processor time: 00:00:00.0781250

        Id: 10896 (0x2a90)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:54 AM
            Total processor time: 00:00:01.9218750
            User processor time: 00:00:01.9218750

        Id: 6552 (0x1998)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:54 AM
            Total processor time: 00:00:00.5156250
            User processor time: 00:00:00.5156250

        Id: 7896 (0x1ed8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:54 AM
            Total processor time: 00:00:00.0625000
            User processor time: 00:00:00.0625000

        Id: 2316 (0x090c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:55 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 9600 (0x2580)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:00.6406250
            User processor time: 00:00:00.6406250

        Id: 2980 (0x0ba4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:00.4843750
            User processor time: 00:00:00.4843750

        Id: 13376 (0x3440)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:00.0468750
            User processor time: 00:00:00.0468750

        Id: 7784 (0x1e68)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:00.1093750
            User processor time: 00:00:00.1093750

        Id: 7400 (0x1ce8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:00.0468750
            User processor time: 00:00:00.0468750

        Id: 10076 (0x275c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:01.7812500
            User processor time: 00:00:01.7812500

        Id: 5408 (0x1520)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:00.4218750
            User processor time: 00:00:00.4218750

        Id: 5060 (0x13c4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 13320 (0x3408)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:57.3906250
            User processor time: 00:00:57.3906250

        Id: 13368 (0x3438)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:00.0937500
            User processor time: 00:00:00.0937500

        Id: 12560 (0x3110)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:00.0937500
            User processor time: 00:00:00.0937500

        Id: 2604 (0x0a2c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:00.1406250
            User processor time: 00:00:00.1406250

        Id: 12896 (0x3260)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:00.3593750
            User processor time: 00:00:00.3593750

        Id: 5036 (0x13ac)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:01.1718750
            User processor time: 00:00:01.1718750

        Id: 11604 (0x2d54)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: ExecutionDelay)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 14092 (0x370c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: EventPairLow)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:58 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 8020 (0x1f54)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:02.0312500
            User processor time: 00:00:02.0312500

        Id: 13384 (0x3448)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:00.2031250
            User processor time: 00:00:00.2031250

        Id: 7988 (0x1f34)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:00.5312500
            User processor time: 00:00:00.5312500

        Id: 10936 (0x2ab8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:00.1093750
            User processor time: 00:00:00.1093750

        Id: 13956 (0x3684)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:00.1250000
            User processor time: 00:00:00.1250000

        Id: 7540 (0x1d74)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:00.1250000
            User processor time: 00:00:00.1250000

        Id: 13252 (0x33c4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:01.5937500
            User processor time: 00:00:01.5937500

        Id: 9196 (0x23ec)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:01.5156250
            User processor time: 00:00:01.5156250

        Id: 6764 (0x1a6c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 7236 (0x1c44)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:00.4531250
            User processor time: 00:00:00.4531250

        Id: 1360 (0x0550)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:00.0937500
            User processor time: 00:00:00.0937500

        Id: 14952 (0x3a68)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:00.4062500
            User processor time: 00:00:00.4062500

        Id: 4300 (0x10cc)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:00.3906250
            User processor time: 00:00:00.3906250

        Id: 4644 (0x1224)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:00.8906250
            User processor time: 00:00:00.8906250

        Id: 9052 (0x235c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:00.2343750
            User processor time: 00:00:00.2343750

        Id: 11336 (0x2c48)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:01.2343750
            User processor time: 00:00:01.2343750

        Id: 9596 (0x257c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:00.0312500
            User processor time: 00:00:00.0312500

        Id: 944 (0x03b0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:33:59 AM
            Total processor time: 00:00:01.6718750
            User processor time: 00:00:01.6718750

        Id: 2852 (0x0b24)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:34:00 AM
            Total processor time: 00:00:01.7968750
            User processor time: 00:00:01.7968750

        Id: 3196 (0x0c7c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:34:00 AM
            Total processor time: 00:00:00.3281250
            User processor time: 00:00:00.3281250

        Id: 10428 (0x28bc)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:34:03 AM
            Total processor time: 00:00:00.2812500
            User processor time: 00:00:00.2812500

        Id: 2040 (0x07f8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:34:03 AM
            Total processor time: 00:00:00.5156250
            User processor time: 00:00:00.5156250

        Id: 2516 (0x09d4)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:34:03 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 10796 (0x2a2c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:34:03 AM
            Total processor time: 00:00:00.3906250
            User processor time: 00:00:00.3906250

        Id: 9392 (0x24b0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 14
            Priority level: Highest
            Start time: 3/23/2019 11:34:43 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 12332 (0x302c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:34:50 AM
            Total processor time: 00:00:00.0625000
            User processor time: 00:00:00.0625000

        Id: 9348 (0x2484)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:34:50 AM
            Total processor time: 00:00:00.0312500
            User processor time: 00:00:00.0312500

        Id: 7480 (0x1d38)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:34:58 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 11756 (0x2dec)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:35:10 AM
            Total processor time: 00:00:00.3750000
            User processor time: 00:00:00.3750000

        Id: 8744 (0x2228)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:35:10 AM
            Total processor time: 00:00:00.0312500
            User processor time: 00:00:00.0312500

        Id: 9400 (0x24b8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:35:33 AM
            Total processor time: 00:00:00.0625000
            User processor time: 00:00:00.0625000

        Id: 14860 (0x3a0c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:35:33 AM
            Total processor time: 00:00:00.0312500
            User processor time: 00:00:00.0312500

        Id: 6996 (0x1b54)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:35:51 AM
            Total processor time: 00:00:00.0625000
            User processor time: 00:00:00.0625000

        Id: 12536 (0x30f8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: EventPairLow)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:36:31 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 9840 (0x2670)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:36:42 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 13244 (0x33bc)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 15
            Priority level: TimeCritical
            Start time: 3/23/2019 11:36:43 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 3684 (0x0e64)
            Start address: 0x00007ff8886da230
            State: Running
            Priority: 22
            Priority level: 14
            Start time: 3/23/2019 11:36:43 AM
            Total processor time: 00:00:00.1718750
            User processor time: 00:00:00.1718750

        Id: 12572 (0x311c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:36:49 AM
            Total processor time: 00:00:00.0468750
            User processor time: 00:00:00.0468750

        Id: 14668 (0x394c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:36:49 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 15016 (0x3aa8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:37:05 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 476 (0x01dc)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: EventPairLow)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:37:09 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 6768 (0x1a70)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: EventPairLow)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:37:09 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 11852 (0x2e4c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:37:40 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 2152 (0x0868)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:37:40 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 6484 (0x1954)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:37:44 AM
            Total processor time: 00:00:00.2343750
            User processor time: 00:00:00.2343750

        Id: 9096 (0x2388)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:37:44 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 4520 (0x11a8)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:37:44 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 12416 (0x3080)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:37:44 AM
            Total processor time: 00:00:00.1250000
            User processor time: 00:00:00.1250000

        Id: 8572 (0x217c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:37:58 AM
            Total processor time: 00:00:00.0156250
            User processor time: 00:00:00.0156250

        Id: 4588 (0x11ec)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:37:58 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 11660 (0x2d8c)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: EventPairLow)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:38:00 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 3488 (0x0da0)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:38:03 AM
            Total processor time: 00:00:00
            User processor time: 00:00:00

        Id: 4960 (0x1360)
            Start address: 0x00007ff8886da230
            State: Wait (Reason: UserRequest)
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:38:03 AM
            Total processor time: 00:00:00.0312500
            User processor time: 00:00:00.0312500

        Id: 4928 (0x1340)
            Start address: 0x00007ff8886da230
            State: Running
            Priority: 12
            Priority level: Normal
            Start time: 3/23/2019 11:38:07 AM
            Total processor time: 00:00:00.0937500
            User processor time: 00:00:00.0937500

    Modules:
        Name: GTA5.exe; path: D:\Steam\steamapps\common\Grand Theft Auto V\GTA5.exe (Grand Theft Auto V v1.0.1604.1, by Rockstar Games)
        Name: ntdll.dll; path: C:\Windows\SYSTEM32\ntdll.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: KERNEL32.DLL; path: C:\Windows\System32\KERNEL32.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: KERNELBASE.dll; path: C:\Windows\System32\KERNELBASE.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: USER32.dll; path: C:\Windows\System32\USER32.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: win32u.dll; path: C:\Windows\System32\win32u.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: GDI32.dll; path: C:\Windows\System32\GDI32.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: gdi32full.dll; path: C:\Windows\System32\gdi32full.dll (Microsoft® Windows® Operating System v10.0.17763.316, by Microsoft Corporation)
        Name: msvcp_win.dll; path: C:\Windows\System32\msvcp_win.dll (Microsoft® Windows® Operating System v10.0.17763.348, by Microsoft Corporation)
        Name: ucrtbase.dll; path: C:\Windows\System32\ucrtbase.dll (Microsoft® Windows® Operating System v10.0.17763.348, by Microsoft Corporation)
        Name: WS2_32.dll; path: C:\Windows\System32\WS2_32.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: RPCRT4.dll; path: C:\Windows\System32\RPCRT4.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: PSAPI.DLL; path: C:\Windows\System32\PSAPI.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: steam_api64.dll; path: D:\Steam\steamapps\common\Grand Theft Auto V\steam_api64.dll (Steam Client API v01.00.00.01, by Valve Corporation)
        Name: GFSDK_ShadowLib.win64.dll; path: D:\Steam\steamapps\common\Grand Theft Auto V\GFSDK_ShadowLib.win64.dll ( v, by )
        Name: ADVAPI32.dll; path: C:\Windows\System32\ADVAPI32.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: CRYPT32.dll; path: C:\Windows\System32\CRYPT32.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: msvcrt.dll; path: C:\Windows\System32\msvcrt.dll (Microsoft® Windows® Operating System v7.0.17763.1, by Microsoft Corporation)
        Name: VERSION.dll; path: C:\Windows\SYSTEM32\VERSION.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: MSASN1.dll; path: C:\Windows\System32\MSASN1.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: sechost.dll; path: C:\Windows\System32\sechost.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: WINTRUST.dll; path: C:\Windows\System32\WINTRUST.dll (Microsoft® Windows® Operating System v10.0.17763.348, by Microsoft Corporation)
        Name: DSOUND.dll; path: C:\Windows\SYSTEM32\DSOUND.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: SHELL32.dll; path: C:\Windows\System32\SHELL32.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: powrprof.dll; path: C:\Windows\System32\powrprof.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: IMM32.dll; path: C:\Windows\System32\IMM32.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: bink2w64.dll; path: D:\Steam\steamapps\common\Grand Theft Auto V\bink2w64.dll (Bink and Smacker v1.994a, by RAD Game Tools, Inc.)
        Name: combase.dll; path: C:\Windows\System32\combase.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: SHLWAPI.dll; path: C:\Windows\System32\SHLWAPI.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: ole32.dll; path: C:\Windows\System32\ole32.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: cfgmgr32.dll; path: C:\Windows\System32\cfgmgr32.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: bcryptPrimitives.dll; path: C:\Windows\System32\bcryptPrimitives.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: OLEAUT32.dll; path: C:\Windows\System32\OLEAUT32.dll (Microsoft® Windows® Operating System v10.0.17763.292, by Microsoft Corporation)
        Name: shcore.dll; path: C:\Windows\System32\shcore.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: WINMM.dll; path: C:\Windows\SYSTEM32\WINMM.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: MF.dll; path: C:\Windows\SYSTEM32\MF.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: windows.storage.dll; path: C:\Windows\System32\windows.storage.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: MFPlat.DLL; path: C:\Windows\SYSTEM32\MFPlat.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: msdmo.dll; path: C:\Windows\SYSTEM32\msdmo.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: MFReadWrite.dll; path: C:\Windows\SYSTEM32\MFReadWrite.dll (Microsoft® Windows® Operating System v10.0.17763.292, by Microsoft Corporation)
        Name: profapi.dll; path: C:\Windows\System32\profapi.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: kernel.appcore.dll; path: C:\Windows\System32\kernel.appcore.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: PROPSYS.dll; path: C:\Windows\SYSTEM32\PROPSYS.dll (Windows® Search v7.0.17763.1, by Microsoft Corporation)
        Name: cryptsp.dll; path: C:\Windows\System32\cryptsp.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: WTSAPI32.dll; path: C:\Windows\SYSTEM32\WTSAPI32.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: d3d9.dll; path: C:\Windows\SYSTEM32\d3d9.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: D3DCOMPILER_43.dll; path: C:\Windows\SYSTEM32\D3DCOMPILER_43.dll (Microsoft® DirectX for Windows® v9.29.952.3111, by Microsoft Corporation)
        Name: GFSDK_TXAA_AlphaResolve.win64.dll; path: D:\Steam\steamapps\common\Grand Theft Auto V\GFSDK_TXAA_AlphaResolve.win64.dll ( v, by )
        Name: d3dx9_43.dll; path: C:\Windows\SYSTEM32\d3dx9_43.dll (Microsoft® DirectX for Windows® v9.29.952.3111, by Microsoft Corporation)
        Name: DINPUT8.dll; path: D:\Steam\steamapps\common\Grand Theft Auto V\DINPUT8.dll (GTA V Asi loader v1.0.0.1, by Alexander Blade)
        Name: XINPUT1_3.dll; path: C:\Windows\SYSTEM32\XINPUT1_3.dll (Microsoft® DirectX for Windows® v9.18.944.0000, by Microsoft Corporation)
        Name: IPHLPAPI.DLL; path: C:\Windows\SYSTEM32\IPHLPAPI.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: SETUPAPI.dll; path: C:\Windows\System32\SETUPAPI.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: bcrypt.dll; path: C:\Windows\System32\bcrypt.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: WINMMBASE.dll; path: C:\Windows\SYSTEM32\WINMMBASE.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: dwmapi.dll; path: C:\Windows\SYSTEM32\dwmapi.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: OPENGL32.dll; path: C:\Windows\SYSTEM32\OPENGL32.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: MFCORE.DLL; path: C:\Windows\SYSTEM32\MFCORE.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: GLU32.dll; path: C:\Windows\SYSTEM32\GLU32.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: ksuser.dll; path: C:\Windows\SYSTEM32\ksuser.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: CRYPTBASE.DLL; path: C:\Windows\SYSTEM32\CRYPTBASE.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: RTWorkQ.DLL; path: C:\Windows\SYSTEM32\RTWorkQ.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: dinput8.dll; path: C:\Windows\system32\dinput8.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: gameoverlayrenderer64.dll; path: D:\Steam\gameoverlayrenderer64.dll (Steam Game Overlay Renderer v01.00.00.01, by Valve Corporation)
        Name: inputhost.dll; path: C:\Windows\SYSTEM32\inputhost.dll ( v, by )
        Name: CoreMessaging.dll; path: C:\Windows\SYSTEM32\CoreMessaging.dll (Microsoft® Windows® Operating System v10.0.17763.194, by Microsoft Corporation)
        Name: twinapi.appcore.dll; path: C:\Windows\SYSTEM32\twinapi.appcore.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: d2d1.dll; path: C:\Windows\SYSTEM32\d2d1.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: CoreUIComponents.dll; path: C:\Windows\SYSTEM32\CoreUIComponents.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: wintypes.dll; path: C:\Windows\SYSTEM32\wintypes.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: d3d11.dll; path: C:\Windows\SYSTEM32\d3d11.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: RMCLIENT.dll; path: C:\Windows\SYSTEM32\RMCLIENT.dll (Microsoft® Windows® Operating System v10.0.17763.194, by Microsoft Corporation)
        Name: ntmarta.dll; path: C:\Windows\SYSTEM32\ntmarta.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: dxgi.dll; path: C:\Windows\SYSTEM32\dxgi.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: ELS.asi; path: D:\Steam\steamapps\common\Grand Theft Auto V\ELS.asi ( v, by )
        Name: AdvancedHookV.dll; path: D:\Steam\steamapps\common\Grand Theft Auto V\AdvancedHookV.dll ( v, by )
        Name: ScriptHookV.dll; path: D:\Steam\steamapps\common\Grand Theft Auto V\ScriptHookV.dll (ScriptHookV v1.0.1604.1, by Alexander Blade)
        Name: MSVCP140.dll; path: C:\Windows\SYSTEM32\MSVCP140.dll (Microsoft® Visual Studio® 2017 v14.16.27024.1, by Microsoft Corporation)
        Name: VCRUNTIME140.dll; path: C:\Windows\SYSTEM32\VCRUNTIME140.dll (Microsoft® Visual Studio® 2017 v14.16.27024.1, by Microsoft Corporation)
        Name: d3dx11_43.dll; path: C:\Windows\SYSTEM32\d3dx11_43.dll (Microsoft® DirectX for Windows® v9.29.952.3111, by Microsoft Corporation)
        Name: GTAV.HeapAdjuster.asi; path: D:\Steam\steamapps\common\Grand Theft Auto V\GTAV.HeapAdjuster.asi ( v, by )
        Name: NativeTrainer.asi; path: D:\Steam\steamapps\common\Grand Theft Auto V\NativeTrainer.asi ( v, by )
        Name: openCameraV.asi; path: D:\Steam\steamapps\common\Grand Theft Auto V\openCameraV.asi (openCamera for GTAV v1.0.0.1, by OpenIV Dev. Team)
        Name: OpenInteriors.asi; path: D:\Steam\steamapps\common\Grand Theft Auto V\OpenInteriors.asi ( v, by )
        Name: OpenIV.asi; path: D:\Steam\steamapps\common\Grand Theft Auto V\OpenIV.asi (OpenIV v2.0.0.0, by OpenIV Team)
        Name: PackfileLimitAdjuster.asi; path: D:\Steam\steamapps\common\Grand Theft Auto V\PackfileLimitAdjuster.asi ( v, by )
        Name: ScriptHookVDotNet.asi; path: D:\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet.asi ( v, by )
        Name: mscoree.dll; path: C:\Windows\SYSTEM32\mscoree.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: MSVCR120.dll; path: C:\Windows\SYSTEM32\MSVCR120.dll (Microsoft® Visual Studio® 2013 v12.00.21005.1, by Microsoft Corporation)
        Name: mscoreei.dll; path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll (Microsoft® .NET Framework v4.7.3190.0, by Microsoft Corporation)
        Name: TrainerV.asi; path: D:\Steam\steamapps\common\Grand Theft Auto V\TrainerV.asi ( v, by )
        Name: imagehlp.dll; path: C:\Windows\System32\imagehlp.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: rsaenh.dll; path: C:\Windows\system32\rsaenh.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: nvspcap64.dll; path: C:\Windows\system32\nvspcap64.dll (NVIDIA GeForce Experience v3.18.0.94, by NVIDIA Corporation)
        Name: gpapi.dll; path: C:\Windows\SYSTEM32\gpapi.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: cryptnet.dll; path: C:\Windows\System32\cryptnet.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: WINNSI.DLL; path: C:\Windows\SYSTEM32\WINNSI.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: NSI.dll; path: C:\Windows\System32\NSI.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: steamclient64.dll; path: D:\Steam\steamclient64.dll (Steam v03.00.00.01, by Valve Corporation)
        Name: Secur32.dll; path: C:\Windows\SYSTEM32\Secur32.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: vstdlib_s64.dll; path: D:\Steam\vstdlib_s64.dll (Steam v03.00.00.01, by Valve Corporation)
        Name: MSWSOCK.dll; path: C:\Windows\SYSTEM32\MSWSOCK.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: tier0_s64.dll; path: D:\Steam\tier0_s64.dll ( tier0_s Dynamic Link Library v01.00.00.01, by Valve Corporation)
        Name: SSPICLI.DLL; path: C:\Windows\SYSTEM32\SSPICLI.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: nvapi64.dll; path: C:\Windows\system32\nvapi64.dll (NVIDIA Windows drivers v25.21.14.1917, by NVIDIA Corporation)
        Name: D3D10_1.DLL; path: C:\Windows\SYSTEM32\D3D10_1.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: d3d10_1core.dll; path: C:\Windows\SYSTEM32\d3d10_1core.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: nvStereoApiI64.dll; path: C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvStereoApiI64.dll (NVIDIA GeForce 3D Vision v7.17.14.1917, by NVIDIA Corporation)
        Name: nvSCPAPI64.dll; path: C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI64.dll (NVIDIA GeForce 3D Vision v7.17.14.1917, by NVIDIA Corporation)
        Name: DEVOBJ.dll; path: C:\Windows\SYSTEM32\DEVOBJ.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: uxtheme.dll; path: C:\Windows\system32\uxtheme.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: MSCTF.dll; path: C:\Windows\System32\MSCTF.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: TextInputFramework.dll; path: C:\Windows\SYSTEM32\TextInputFramework.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: WINSTA.dll; path: C:\Windows\SYSTEM32\WINSTA.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: nvldumdx.dll; path: C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_edcffbdd101bbe5b\nvldumdx.dll (NVIDIA driver loader v25.21.14.1917, by NVIDIA Corporation)
        Name: nvwgf2umx.dll; path: C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_edcffbdd101bbe5b\nvwgf2umx.dll (NVIDIA D3D10 drivers v25.21.14.1917, by NVIDIA Corporation)
        Name: socialclub_tmp.dll; path: C:\Users\yonih\AppData\Local\Temp\msz00dexh02mxqz0\socialclub_tmp.dll (RAGE Plugin Hook v0.64.1234.15464, by MulleDK19 / LMS)
        Name: dbghelp.dll; path: C:\Windows\SYSTEM32\dbghelp.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: XINPUT9_1_0.dll; path: C:\Windows\SYSTEM32\XINPUT9_1_0.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: FW1FontWrapper.dll; path: D:\Steam\steamapps\common\Grand Theft Auto V\FW1FontWrapper.dll ( v, by )
        Name: dbgcore.DLL; path: C:\Windows\SYSTEM32\dbgcore.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: clr.dll; path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll (Microsoft® .NET Framework v4.7.3324.0, by Microsoft Corporation)
        Name: MSVCR120_CLR0400.dll; path: C:\Windows\SYSTEM32\MSVCR120_CLR0400.dll (Microsoft® Visual Studio® 2013 v12.00.52519.0, by Microsoft Corporation)
        Name: mscorlib.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\a4c029035a52b21a293c249a889b6925\mscorlib.ni.dll (Microsoft® .NET Framework v4.7.3324.0, by Microsoft Corporation)
        Name: clrjit.dll; path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll (Microsoft® .NET Framework v4.7.3324.0, by Microsoft Corporation)
        Name: diasymreader.dll; path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\diasymreader.dll (Microsoft® Visual Studio® 12 CTP v14.7.3190.0, by Microsoft Corporation)
        Name: System.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System\e65b7fc2cdb258e12f5157d45e98ae31\System.ni.dll (Microsoft® .NET Framework v4.7.3353.0, by Microsoft Corporation)
        Name: System.Drawing.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Drawing\cf57e007dbdfaacf2d77d89618661a02\System.Drawing.ni.dll (Microsoft® .NET Framework v4.7.3190.0, by Microsoft Corporation)
        Name: System.Windows.Forms.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Windows.Forms\6ba4fb641ef0e48e731192c27cf61703\System.Windows.Forms.ni.dll (Microsoft® .NET Framework v4.7.3324.0, by Microsoft Corporation)
        Name: HID.DLL; path: C:\Windows\SYSTEM32\HID.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: System.Core.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Core\c1385e46d5b4e393009027215a0c9063\System.Core.ni.dll (Microsoft® .NET Framework v4.7.3324.0, by Microsoft Corporation)
        Name: System.Xml.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xml\e33fe851cd3e0d8899daf6b1b5bc961a\System.Xml.ni.dll (Microsoft® .NET Framework v4.7.3190.0, by Microsoft Corporation)
        Name: clbcatq.dll; path: C:\Windows\System32\clbcatq.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: MMDevApi.dll; path: C:\Windows\System32\MMDevApi.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: XAudio2_7.dll; path: C:\Windows\system32\XAudio2_7.dll (Microsoft® DirectX for Windows® v9.29.1962.0, by Microsoft Corporation)
        Name: AUDIOSES.DLL; path: C:\Windows\SYSTEM32\AUDIOSES.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: AVRT.dll; path: C:\Windows\SYSTEM32\AVRT.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: resourcepolicyclient.dll; path: C:\Windows\SYSTEM32\resourcepolicyclient.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: System.Configuration.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Configuration\ddb7bbe8064cd36b6769e89084872a2a\System.Configuration.ni.dll (Microsoft® .NET Framework v4.7.3324.0, by Microsoft Corporation)
        Name: comctl32.dll; path: C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17763.379_none_05b83be8071c94a1\comctl32.dll (Microsoft® Windows® Operating System v10.0.17763.379, by Microsoft Corporation)
        Name: gdiplus.dll; path: C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.17763.379_none_36a32ecd61af0e6f\gdiplus.dll (Microsoft® Windows® Operating System v10.0.17763.379, by Microsoft Corporation)
        Name: DWrite.dll; path: C:\Windows\SYSTEM32\DWrite.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: WindowsCodecs.dll; path: C:\Windows\SYSTEM32\WindowsCodecs.dll (Microsoft® Windows® Operating System v10.0.17763.55, by Microsoft Corporation)
        Name: Windows.UI.dll; path: C:\Windows\System32\Windows.UI.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: SlimDX.dll; path: D:\Steam\steamapps\common\Grand Theft Auto V\SlimDX.dll ( v, by )
        Name: MSVCR100.dll; path: C:\Windows\SYSTEM32\MSVCR100.dll (Microsoft® Visual Studio® 2010 v10.00.40219.325, by Microsoft Corporation)
        Name: MSVCP100.dll; path: C:\Windows\SYSTEM32\MSVCP100.dll (Microsoft® Visual Studio® 2010 v10.00.40219.325, by Microsoft Corporation)
        Name: USERENV.dll; path: C:\Windows\SYSTEM32\USERENV.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: socialclub.dll; path: C:\Program Files\Rockstar Games\Social Club\socialclub.dll (Social Club v1.2.4.1, by Take-Two Interactive Software, Inc.)
        Name: WININET.dll; path: C:\Windows\SYSTEM32\WININET.dll (Internet Explorer v11.00.17763.1, by Microsoft Corporation)
        Name: napinsp.dll; path: C:\Windows\system32\napinsp.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: pnrpnsp.dll; path: C:\Windows\system32\pnrpnsp.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: DNSAPI.dll; path: C:\Windows\SYSTEM32\DNSAPI.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: winrnr.dll; path: C:\Windows\System32\winrnr.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: NLAapi.dll; path: C:\Windows\system32\NLAapi.dll (Microsoft® Windows® Operating System v10.0.17763.134, by Microsoft Corporation)
        Name: wshbth.dll; path: C:\Windows\system32\wshbth.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: fwpuclnt.dll; path: C:\Windows\System32\fwpuclnt.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: rasadhlp.dll; path: C:\Windows\System32\rasadhlp.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: FirewallAPI.dll; path: C:\Windows\System32\FirewallAPI.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: fwbase.dll; path: C:\Windows\System32\fwbase.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: FWPolicyIOMgr.dll; path: C:\Windows\System32\FWPolicyIOMgr.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: wdmaud.drv; path: C:\Windows\SYSTEM32\wdmaud.drv (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: msacm32.drv; path: C:\Windows\SYSTEM32\msacm32.drv (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: MSACM32.dll; path: C:\Windows\SYSTEM32\MSACM32.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: midimap.dll; path: C:\Windows\SYSTEM32\midimap.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: iertutil.dll; path: C:\Windows\SYSTEM32\iertutil.dll (Internet Explorer v11.00.17763.1, by Microsoft Corporation)
        Name: ondemandconnroutehelper.dll; path: C:\Windows\SYSTEM32\ondemandconnroutehelper.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: winhttp.dll; path: C:\Windows\SYSTEM32\winhttp.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: XInput1_4.dll; path: C:\Windows\SYSTEM32\XInput1_4.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: System.Management.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Management\8216831ad25c3dd33a5d9ccb79e08ba3\System.Management.ni.dll (Microsoft® .NET Framework v4.7.3190.0, by Microsoft Corporation)
        Name: wldp.dll; path: C:\Windows\SYSTEM32\wldp.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: System.Net.Http.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Net.Http\8fd054e36d4191e69e4fa7b1ef89eaea\System.Net.Http.ni.dll (Microsoft® .NET Framework v4.7.3190.0, by Microsoft Corporation)
        Name: urlmon.dll; path: C:\Windows\SYSTEM32\urlmon.dll (Internet Explorer v11.00.17763.1, by Microsoft Corporation)
        Name: ScriptHookVDotNet2.dll; path: D:\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet2.dll ( v, by )
        Name: System.Xml.Linq.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xml.Linq\56b9185818620b1bdf8f8d22305f726a\System.Xml.Linq.ni.dll (Microsoft® .NET Framework v4.7.3190.0, by Microsoft Corporation)
        Name: Microsoft.CSharp.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.CSharp\9eca14ecd8e218a3176c7f6f6d9a593e\Microsoft.CSharp.ni.dll (Microsoft® .NET Framework v4.7.3190.0, by Microsoft Corporation)
        Name: System.Numerics.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Numerics\18b3cd1a1027ddad658b5a1fef04308a\System.Numerics.ni.dll (Microsoft® .NET Framework v4.7.3190.0, by Microsoft Corporation)
        Name: System.Dynamic.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Dynamic\77063cb7a4df8d07c852b9ed6e954221\System.Dynamic.ni.dll (Microsoft® .NET Framework v4.7.3190.0, by Microsoft Corporation)
        Name: System.Data.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Data\3cc5f463b31f26a5d5944171048418bf\System.Data.ni.dll (Microsoft® .NET Framework v4.7.3260.0, by Microsoft Corporation)
        Name: System.Data.dll; path: C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll (Microsoft® .NET Framework v4.7.3260.0, by Microsoft Corporation)
        Name: System.IO.Compression.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.IO.Cb3b124c8#\92ab86ca753aa1694bcd61d84fb28452\System.IO.Compression.ni.dll (Microsoft® .NET Framework v4.7.3190.0, by Microsoft Corporation)
        Name: System.Runtime.Serialization.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Runteb92aa12#\dd65569cdb65f866ea507cb3c4c2982a\System.Runtime.Serialization.ni.dll (Microsoft® .NET Framework v4.7.3324.0, by Microsoft Corporation)
        Name: discord-rpc.dll; path: D:\Steam\steamapps\common\Grand Theft Auto V\discord-rpc.dll ( v, by )
        Name: System.ValueTuple.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.ValueTuple\b697e16106b61e1baedc69342739294d\System.ValueTuple.ni.dll (Microsoft® .NET Framework v4.7.3190.0, by Microsoft Corporation)
        Name: EasyHook64.dll; path: D:\Steam\steamapps\common\Grand Theft Auto V\EasyHook64.dll (EasyHook v2.7.6578.0, by easyhook.codeplex.com)
        Name: dhcpcsvc6.DLL; path: C:\Windows\SYSTEM32\dhcpcsvc6.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: dhcpcsvc.DLL; path: C:\Windows\SYSTEM32\dhcpcsvc.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: rasapi32.dll; path: C:\Windows\SYSTEM32\rasapi32.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: rasman.dll; path: C:\Windows\SYSTEM32\rasman.dll (Microsoft® Windows® Operating System v10.0.17763.292, by Microsoft Corporation)
        Name: rtutils.dll; path: C:\Windows\SYSTEM32\rtutils.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: schannel.DLL; path: C:\Windows\system32\schannel.DLL (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: mskeyprotect.dll; path: C:\Windows\SYSTEM32\mskeyprotect.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: ncrypt.dll; path: C:\Windows\SYSTEM32\ncrypt.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: NTASN1.dll; path: C:\Windows\SYSTEM32\NTASN1.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: ncryptsslp.dll; path: C:\Windows\system32\ncryptsslp.dll (Microsoft® Windows® Operating System v10.0.17763.1, by Microsoft Corporation)
        Name: WindowsBase.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\WindowsBase\4e0cf5c025f73c5f2d1a235077889ac9\WindowsBase.ni.dll (Microsoft® .NET Framework v4.7.3324.0, by Microsoft Corporation)
        Name: PresentationCore.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\PresentationCore\d25356ce85053f2a55cef8fafc0c247b\PresentationCore.ni.dll (Microsoft® .NET Framework v4.7.3324.0, by Microsoft Corporation)
        Name: wpfgfx_v0400.dll; path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\wpfgfx_v0400.dll (Microsoft® .NET Framework v4.7.3324.0, by Microsoft Corporation)
        Name: MSVCP120_CLR0400.dll; path: C:\Windows\SYSTEM32\MSVCP120_CLR0400.dll (Microsoft® Visual Studio® 2013 v12.00.52519.0, by Microsoft Corporation)
        Name: PresentationNative_v0400.dll; path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\PresentationNative_v0400.dll (Microsoft® .NET Framework v4.7.3324.0, by Microsoft Corporation)
        Name: comctl32.dll; path: C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.17763.379_none_10e5882c642d5588\comctl32.dll (Microsoft® Windows® Operating System v10.0.17763.379, by Microsoft Corporation)
        Name: Accessibility.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\Accessibility\b8265f8bc5ff5e57a7dd5030ce79559b\Accessibility.ni.dll (Microsoft® .NET Framework v4.7.3190.0, by Microsoft Corporation)
        Name: GTA5.exe
            Base address: 0x00007ff626ad0000
            Memory size: 0x0551ae00
            Entry point address: 0x00007ff6282310a0
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\GTA5.exe
            Product name: Grand Theft Auto V
            Product version: 1.0.1604.1
            Company: Rockstar Games

        Name: ntdll.dll
            Base address: 0x00007ff888670000
            Memory size: 0x001ed000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\SYSTEM32\ntdll.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: KERNEL32.DLL
            Base address: 0x00007ff887490000
            Memory size: 0x000b3000
            Entry point address: 0x00007ff8874a8290
            File path: C:\Windows\System32\KERNEL32.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: KERNELBASE.dll
            Base address: 0x00007ff884a60000
            Memory size: 0x00293000
            Entry point address: 0x00007ff884ab43e0
            File path: C:\Windows\System32\KERNELBASE.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: USER32.dll
            Base address: 0x00007ff887a50000
            Memory size: 0x00197000
            Entry point address: 0x00007ff887a6a630
            File path: C:\Windows\System32\USER32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: win32u.dll
            Base address: 0x00007ff884d00000
            Memory size: 0x00020000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\System32\win32u.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: GDI32.dll
            Base address: 0x00007ff887c70000
            Memory size: 0x00029000
            Entry point address: 0x00007ff887c740e0
            File path: C:\Windows\System32\GDI32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: gdi32full.dll
            Base address: 0x00007ff884e20000
            Memory size: 0x0019a000
            Entry point address: 0x00007ff884e5d5e0
            File path: C:\Windows\System32\gdi32full.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.316
            Company: Microsoft Corporation

        Name: msvcp_win.dll
            Base address: 0x00007ff8847e0000
            Memory size: 0x000a0000
            Entry point address: 0x00007ff8847f33f0
            File path: C:\Windows\System32\msvcp_win.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.348
            Company: Microsoft Corporation

        Name: ucrtbase.dll
            Base address: 0x00007ff884d20000
            Memory size: 0x000fa000
            Entry point address: 0x00007ff884d33f50
            File path: C:\Windows\System32\ucrtbase.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.348
            Company: Microsoft Corporation

        Name: WS2_32.dll
            Base address: 0x00007ff887c00000
            Memory size: 0x0006d000
            Entry point address: 0x00007ff887c15730
            File path: C:\Windows\System32\WS2_32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: RPCRT4.dll
            Base address: 0x00007ff887ca0000
            Memory size: 0x00122000
            Entry point address: 0x00007ff887cfc290
            File path: C:\Windows\System32\RPCRT4.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: PSAPI.DLL
            Base address: 0x00007ff887a40000
            Memory size: 0x00008000
            Entry point address: 0x00007ff887a41080
            File path: C:\Windows\System32\PSAPI.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: steam_api64.dll
            Base address: 0x000000005a800000
            Memory size: 0x0003f000
            Entry point address: 0x000000005a80ac48
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\steam_api64.dll
            Product name: Steam Client API
            Product version: 01.00.00.01
            Company: Valve Corporation

        Name: GFSDK_ShadowLib.win64.dll
            Base address: 0x00007ff8267c0000
            Memory size: 0x003cc000
            Entry point address: 0x00007ff8267ccf10
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\GFSDK_ShadowLib.win64.dll
            Product name: 
            Product version: 
            Company: 

        Name: ADVAPI32.dll
            Base address: 0x00007ff8876b0000
            Memory size: 0x000a3000
            Entry point address: 0x00007ff8876c40f0
            File path: C:\Windows\System32\ADVAPI32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: CRYPT32.dll
            Base address: 0x00007ff884880000
            Memory size: 0x001db000
            Entry point address: 0x00007ff8848cf2a0
            File path: C:\Windows\System32\CRYPT32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: msvcrt.dll
            Base address: 0x00007ff887870000
            Memory size: 0x0009e000
            Entry point address: 0x00007ff8878778b0
            File path: C:\Windows\System32\msvcrt.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 7.0.17763.1
            Company: Microsoft Corporation

        Name: VERSION.dll
            Base address: 0x00007ff87f270000
            Memory size: 0x0000a000
            Entry point address: 0x00007ff87f271310
            File path: C:\Windows\SYSTEM32\VERSION.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: MSASN1.dll
            Base address: 0x00007ff884690000
            Memory size: 0x00012000
            Entry point address: 0x00007ff8846957d0
            File path: C:\Windows\System32\MSASN1.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: sechost.dll
            Base address: 0x00007ff885f00000
            Memory size: 0x0009e000
            Entry point address: 0x00007ff885f1efd0
            File path: C:\Windows\System32\sechost.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: WINTRUST.dll
            Base address: 0x00007ff885710000
            Memory size: 0x00059000
            Entry point address: 0x00007ff88571f750
            File path: C:\Windows\System32\WINTRUST.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.348
            Company: Microsoft Corporation

        Name: DSOUND.dll
            Base address: 0x00007ff84e540000
            Memory size: 0x00096000
            Entry point address: 0x00007ff84e54ef10
            File path: C:\Windows\SYSTEM32\DSOUND.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: SHELL32.dll
            Base address: 0x00007ff885fa0000
            Memory size: 0x014f0000
            Entry point address: 0x00007ff8860ad1a0
            File path: C:\Windows\System32\SHELL32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: powrprof.dll
            Base address: 0x00007ff8846e0000
            Memory size: 0x0005d000
            Entry point address: 0x00007ff8846e3600
            File path: C:\Windows\System32\powrprof.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: IMM32.dll
            Base address: 0x00007ff8882d0000
            Memory size: 0x0002e000
            Entry point address: 0x00007ff8882d15f0
            File path: C:\Windows\System32\IMM32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: bink2w64.dll
            Base address: 0x00007ff870330000
            Memory size: 0x0008d000
            Entry point address: 0x00007ff870333a78
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\bink2w64.dll
            Product name: Bink and Smacker
            Product version: 1.994a
            Company: RAD Game Tools, Inc.

        Name: combase.dll
            Base address: 0x00007ff887e50000
            Memory size: 0x0032d000
            Entry point address: 0x00007ff887f2f3d0
            File path: C:\Windows\System32\combase.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: SHLWAPI.dll
            Base address: 0x00007ff887760000
            Memory size: 0x00052000
            Entry point address: 0x00007ff887769e50
            File path: C:\Windows\System32\SHLWAPI.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: ole32.dll
            Base address: 0x00007ff887550000
            Memory size: 0x00155000
            Entry point address: 0x00007ff887575ab0
            File path: C:\Windows\System32\ole32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: cfgmgr32.dll
            Base address: 0x00007ff885850000
            Memory size: 0x0004a000
            Entry point address: 0x00007ff885861f50
            File path: C:\Windows\System32\cfgmgr32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: bcryptPrimitives.dll
            Base address: 0x00007ff884760000
            Memory size: 0x0007e000
            Entry point address: 0x00007ff884795fa0
            File path: C:\Windows\System32\bcryptPrimitives.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: OLEAUT32.dll
            Base address: 0x00007ff887910000
            Memory size: 0x000cb000
            Entry point address: 0x00007ff88792a760
            File path: C:\Windows\System32\OLEAUT32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.292
            Company: Microsoft Corporation

        Name: shcore.dll
            Base address: 0x00007ff8858a0000
            Memory size: 0x000a8000
            Entry point address: 0x00007ff8858dbc90
            File path: C:\Windows\System32\shcore.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: WINMM.dll
            Base address: 0x00007ff882aa0000
            Memory size: 0x00024000
            Entry point address: 0x00007ff882aa3000
            File path: C:\Windows\SYSTEM32\WINMM.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: MF.dll
            Base address: 0x00007ff8600e0000
            Memory size: 0x0007f000
            Entry point address: 0x00007ff8600eaf90
            File path: C:\Windows\SYSTEM32\MF.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: windows.storage.dll
            Base address: 0x00007ff884fc0000
            Memory size: 0x0074a000
            Entry point address: 0x00007ff885172a30
            File path: C:\Windows\System32\windows.storage.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: MFPlat.DLL
            Base address: 0x00007ff856b60000
            Memory size: 0x00201000
            Entry point address: 0x00007ff856b937a0
            File path: C:\Windows\SYSTEM32\MFPlat.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: msdmo.dll
            Base address: 0x00007ff855590000
            Memory size: 0x0000b000
            Entry point address: 0x00007ff855591490
            File path: C:\Windows\SYSTEM32\msdmo.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: MFReadWrite.dll
            Base address: 0x00007ff848ec0000
            Memory size: 0x00139000
            Entry point address: 0x00007ff848ee5f90
            File path: C:\Windows\SYSTEM32\MFReadWrite.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.292
            Company: Microsoft Corporation

        Name: profapi.dll
            Base address: 0x00007ff8846b0000
            Memory size: 0x00024000
            Entry point address: 0x00007ff8846b80b0
            File path: C:\Windows\System32\profapi.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: kernel.appcore.dll
            Base address: 0x00007ff884670000
            Memory size: 0x00011000
            Entry point address: 0x00007ff884673ba0
            File path: C:\Windows\System32\kernel.appcore.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: PROPSYS.dll
            Base address: 0x00007ff8810b0000
            Memory size: 0x001a8000
            Entry point address: 0x00007ff8810ef770
            File path: C:\Windows\SYSTEM32\PROPSYS.dll
            Product name: Windows® Search
            Product version: 7.0.17763.1
            Company: Microsoft Corporation

        Name: cryptsp.dll
            Base address: 0x00007ff884740000
            Memory size: 0x00017000
            Entry point address: 0x00007ff884744350
            File path: C:\Windows\System32\cryptsp.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: WTSAPI32.dll
            Base address: 0x00007ff881290000
            Memory size: 0x00013000
            Entry point address: 0x00007ff881292740
            File path: C:\Windows\SYSTEM32\WTSAPI32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: d3d9.dll
            Base address: 0x00007ff874050000
            Memory size: 0x0019e000
            Entry point address: 0x00007ff87408b910
            File path: C:\Windows\SYSTEM32\d3d9.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: D3DCOMPILER_43.dll
            Base address: 0x00007ff82eaf0000
            Memory size: 0x0026f000
            Entry point address: 0x00007ff82ed2be5c
            File path: C:\Windows\SYSTEM32\D3DCOMPILER_43.dll
            Product name: Microsoft® DirectX for Windows®
            Product version: 9.29.952.3111
            Company: Microsoft Corporation

        Name: GFSDK_TXAA_AlphaResolve.win64.dll
            Base address: 0x00007ff8748c0000
            Memory size: 0x0001c000
            Entry point address: 0x00007ff8748c493c
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\GFSDK_TXAA_AlphaResolve.win64.dll
            Product name: 
            Product version: 
            Company: 

        Name: d3dx9_43.dll
            Base address: 0x00007ff826550000
            Memory size: 0x00263000
            Entry point address: 0x00007ff826765d1c
            File path: C:\Windows\SYSTEM32\d3dx9_43.dll
            Product name: Microsoft® DirectX for Windows®
            Product version: 9.29.952.3111
            Company: Microsoft Corporation

        Name: DINPUT8.dll
            Base address: 0x00007ff870bc0000
            Memory size: 0x00025000
            Entry point address: 0x00007ff870bc3804
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\DINPUT8.dll
            Product name: GTA V Asi loader
            Product version: 1.0.0.1
            Company: Alexander Blade

        Name: XINPUT1_3.dll
            Base address: 0x0000000000400000
            Memory size: 0x0001e000
            Entry point address: 0x00000000004098e0
            File path: C:\Windows\SYSTEM32\XINPUT1_3.dll
            Product name: Microsoft® DirectX for Windows®
            Product version: 9.18.944.0000
            Company: Microsoft Corporation

        Name: IPHLPAPI.DLL
            Base address: 0x00007ff883c50000
            Memory size: 0x0003d000
            Entry point address: 0x00007ff883c5e060
            File path: C:\Windows\SYSTEM32\IPHLPAPI.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: SETUPAPI.dll
            Base address: 0x00007ff885a80000
            Memory size: 0x00475000
            Entry point address: 0x00007ff885aa25c0
            File path: C:\Windows\System32\SETUPAPI.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: bcrypt.dll
            Base address: 0x00007ff885770000
            Memory size: 0x00026000
            Entry point address: 0x00007ff885778310
            File path: C:\Windows\System32\bcrypt.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: WINMMBASE.dll
            Base address: 0x00007ff882740000
            Memory size: 0x0002d000
            Entry point address: 0x00007ff8827480d0
            File path: C:\Windows\SYSTEM32\WINMMBASE.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: dwmapi.dll
            Base address: 0x00007ff882fe0000
            Memory size: 0x0002e000
            Entry point address: 0x00007ff882fe3410
            File path: C:\Windows\SYSTEM32\dwmapi.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: OPENGL32.dll
            Base address: 0x00007ff861c00000
            Memory size: 0x00127000
            Entry point address: 0x00007ff861ce1eb0
            File path: C:\Windows\SYSTEM32\OPENGL32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: MFCORE.DLL
            Base address: 0x00007ff82d900000
            Memory size: 0x00529000
            Entry point address: 0x00007ff82d98a080
            File path: C:\Windows\SYSTEM32\MFCORE.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: GLU32.dll
            Base address: 0x00007ff8653c0000
            Memory size: 0x0002c000
            Entry point address: 0x00007ff8653dd830
            File path: C:\Windows\SYSTEM32\GLU32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: ksuser.dll
            Base address: 0x00007ff8653a0000
            Memory size: 0x00009000
            Entry point address: 0x00007ff8653a1ca0
            File path: C:\Windows\SYSTEM32\ksuser.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: CRYPTBASE.DLL
            Base address: 0x00007ff8840c0000
            Memory size: 0x0000c000
            Entry point address: 0x00007ff8840c2200
            File path: C:\Windows\SYSTEM32\CRYPTBASE.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: RTWorkQ.DLL
            Base address: 0x00007ff85e9a0000
            Memory size: 0x0002f000
            Entry point address: 0x00007ff85e9ab270
            File path: C:\Windows\SYSTEM32\RTWorkQ.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: dinput8.dll
            Base address: 0x00007ff870b70000
            Memory size: 0x00044000
            Entry point address: 0x00007ff870b7a9c0
            File path: C:\Windows\system32\dinput8.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: gameoverlayrenderer64.dll
            Base address: 0x00007ff836930000
            Memory size: 0x0018d000
            Entry point address: 0x00007ff8369f0eb0
            File path: D:\Steam\gameoverlayrenderer64.dll
            Product name: Steam Game Overlay Renderer
            Product version: 01.00.00.01
            Company: Valve Corporation

        Name: inputhost.dll
            Base address: 0x00007ff8681f0000
            Memory size: 0x000cc000
            Entry point address: 0x00007ff868275540
            File path: C:\Windows\SYSTEM32\inputhost.dll
            Product name: 
            Product version: 
            Company: 

        Name: CoreMessaging.dll
            Base address: 0x00007ff882650000
            Memory size: 0x000e2000
            Entry point address: 0x00007ff8826a2d90
            File path: C:\Windows\SYSTEM32\CoreMessaging.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.194
            Company: Microsoft Corporation

        Name: twinapi.appcore.dll
            Base address: 0x00007ff882d80000
            Memory size: 0x0020d000
            Entry point address: 0x00007ff882dec4e0
            File path: C:\Windows\SYSTEM32\twinapi.appcore.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: d2d1.dll
            Base address: 0x00007ff881b50000
            Memory size: 0x005be000
            Entry point address: 0x00007ff881c61310
            File path: C:\Windows\SYSTEM32\d2d1.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: CoreUIComponents.dll
            Base address: 0x00007ff87faf0000
            Memory size: 0x00322000
            Entry point address: 0x00007ff87fb6d840
            File path: C:\Windows\SYSTEM32\CoreUIComponents.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: wintypes.dll
            Base address: 0x00007ff880290000
            Memory size: 0x00153000
            Entry point address: 0x00007ff8802bb6d0
            File path: C:\Windows\SYSTEM32\wintypes.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: d3d11.dll
            Base address: 0x00007ff8818a0000
            Memory size: 0x0027e000
            Entry point address: 0x00007ff8819293e0
            File path: C:\Windows\SYSTEM32\d3d11.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: RMCLIENT.dll
            Base address: 0x00007ff882f90000
            Memory size: 0x00028000
            Entry point address: 0x00007ff882f98ee0
            File path: C:\Windows\SYSTEM32\RMCLIENT.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.194
            Company: Microsoft Corporation

        Name: ntmarta.dll
            Base address: 0x00007ff883730000
            Memory size: 0x00031000
            Entry point address: 0x00007ff883737090
            File path: C:\Windows\SYSTEM32\ntmarta.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: dxgi.dll
            Base address: 0x00007ff8834c0000
            Memory size: 0x000c2000
            Entry point address: 0x00007ff8834e2990
            File path: C:\Windows\SYSTEM32\dxgi.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: ELS.asi
            Base address: 0x00007ff8367f0000
            Memory size: 0x00133000
            Entry point address: 0x00007ff83682d580
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\ELS.asi
            Product name: 
            Product version: 
            Company: 

        Name: AdvancedHookV.dll
            Base address: 0x00007ff880fd0000
            Memory size: 0x0000d000
            Entry point address: 0x00007ff880fd3990
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\AdvancedHookV.dll
            Product name: 
            Product version: 
            Company: 

        Name: ScriptHookV.dll
            Base address: 0x00007ff828080000
            Memory size: 0x00130000
            Entry point address: 0x00007ff82808eb98
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\ScriptHookV.dll
            Product name: ScriptHookV
            Product version: 1.0.1604.1
            Company: Alexander Blade

        Name: MSVCP140.dll
            Base address: 0x00007ff873e30000
            Memory size: 0x0009b000
            Entry point address: 0x00007ff873e7d420
            File path: C:\Windows\SYSTEM32\MSVCP140.dll
            Product name: Microsoft® Visual Studio® 2017
            Product version: 14.16.27024.1
            Company: Microsoft Corporation

        Name: VCRUNTIME140.dll
            Base address: 0x00007ff874550000
            Memory size: 0x00015000
            Entry point address: 0x00007ff87455c220
            File path: C:\Windows\SYSTEM32\VCRUNTIME140.dll
            Product name: Microsoft® Visual Studio® 2017
            Product version: 14.16.27024.1
            Company: Microsoft Corporation

        Name: d3dx11_43.dll
            Base address: 0x00007ff85f5e0000
            Memory size: 0x00046000
            Entry point address: 0x00007ff85f617a2c
            File path: C:\Windows\SYSTEM32\d3dx11_43.dll
            Product name: Microsoft® DirectX for Windows®
            Product version: 9.29.952.3111
            Company: Microsoft Corporation

        Name: GTAV.HeapAdjuster.asi
            Base address: 0x00007ff870900000
            Memory size: 0x0001d000
            Entry point address: 0x00007ff870902240
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\GTAV.HeapAdjuster.asi
            Product name: 
            Product version: 
            Company: 

        Name: NativeTrainer.asi
            Base address: 0x00007ff85d2a0000
            Memory size: 0x0003c000
            Entry point address: 0x00007ff85d2ac42c
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\NativeTrainer.asi
            Product name: 
            Product version: 
            Company: 

        Name: openCameraV.asi
            Base address: 0x00007ff86d1a0000
            Memory size: 0x00024000
            Entry point address: 0x00007ff86d1a2994
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\openCameraV.asi
            Product name: openCamera for GTAV
            Product version: 1.0.0.1
            Company: OpenIV Dev. Team

        Name: OpenInteriors.asi
            Base address: 0x00007ff85cb70000
            Memory size: 0x00031000
            Entry point address: 0x00007ff85cb7cf04
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\OpenInteriors.asi
            Product name: 
            Product version: 
            Company: 

        Name: OpenIV.asi
            Base address: 0x00007ff86ca90000
            Memory size: 0x00027000
            Entry point address: 0x00007ff86ca92cdc
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\OpenIV.asi
            Product name: OpenIV
            Product version: 2.0.0.0
            Company: OpenIV Team

        Name: PackfileLimitAdjuster.asi
            Base address: 0x00007ff8656b0000
            Memory size: 0x00014000
            Entry point address: 0x00007ff8656b8d3c
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\PackfileLimitAdjuster.asi
            Product name: 
            Product version: 
            Company: 

        Name: ScriptHookVDotNet.asi
            Base address: 0x00007ff878620000
            Memory size: 0x0000e000
            Entry point address: 0x00007ff878622da2
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet.asi
            Product name: 
            Product version: 
            Company: 

        Name: mscoree.dll
            Base address: 0x00007ff871d40000
            Memory size: 0x00064000
            Entry point address: 0x00007ff871d6a8b0
            File path: C:\Windows\SYSTEM32\mscoree.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: MSVCR120.dll
            Base address: 0x00007ff84dab0000
            Memory size: 0x000ef000
            Entry point address: 0x00007ff84dad29cc
            File path: C:\Windows\SYSTEM32\MSVCR120.dll
            Product name: Microsoft® Visual Studio® 2013
            Product version: 12.00.21005.1
            Company: Microsoft Corporation

        Name: mscoreei.dll
            Base address: 0x00007ff871900000
            Memory size: 0x0009c000
            Entry point address: 0x00007ff871907a70
            File path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3190.0
            Company: Microsoft Corporation

        Name: TrainerV.asi
            Base address: 0x00007ff824fa0000
            Memory size: 0x00e38000
            Entry point address: 0x00007ff82524da7c
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\TrainerV.asi
            Product name: 
            Product version: 
            Company: 

        Name: imagehlp.dll
            Base address: 0x00007ff888620000
            Memory size: 0x0001d000
            Entry point address: 0x00007ff888622ec0
            File path: C:\Windows\System32\imagehlp.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: rsaenh.dll
            Base address: 0x00007ff883ab0000
            Memory size: 0x00033000
            Entry point address: 0x00007ff883ab69f0
            File path: C:\Windows\system32\rsaenh.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: nvspcap64.dll
            Base address: 0x00007ff84bc00000
            Memory size: 0x002ae000
            Entry point address: 0x00007ff84bc0adb2
            File path: C:\Windows\system32\nvspcap64.dll
            Product name: NVIDIA GeForce Experience
            Product version: 3.18.0.94
            Company: NVIDIA Corporation

        Name: gpapi.dll
            Base address: 0x00007ff883370000
            Memory size: 0x00022000
            Entry point address: 0x00007ff883372f40
            File path: C:\Windows\SYSTEM32\gpapi.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: cryptnet.dll
            Base address: 0x00007ff87e700000
            Memory size: 0x0002f000
            Entry point address: 0x00007ff87e70d760
            File path: C:\Windows\System32\cryptnet.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: WINNSI.DLL
            Base address: 0x00007ff87fa80000
            Memory size: 0x0000b000
            Entry point address: 0x00007ff87fa81de0
            File path: C:\Windows\SYSTEM32\WINNSI.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: NSI.dll
            Base address: 0x00007ff888260000
            Memory size: 0x00008000
            Entry point address: 0x00007ff888261f40
            File path: C:\Windows\System32\NSI.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: steamclient64.dll
            Base address: 0x00007ff823ec0000
            Memory size: 0x010d7000
            Entry point address: 0x00007ff8248e754c
            File path: D:\Steam\steamclient64.dll
            Product name: Steam
            Product version: 03.00.00.01
            Company: Valve Corporation

        Name: Secur32.dll
            Base address: 0x00007ff873ed0000
            Memory size: 0x0000c000
            Entry point address: 0x00007ff873ed2450
            File path: C:\Windows\SYSTEM32\Secur32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: vstdlib_s64.dll
            Base address: 0x00007ff855070000
            Memory size: 0x0007a000
            Entry point address: 0x00007ff8550931a4
            File path: D:\Steam\vstdlib_s64.dll
            Product name: Steam
            Product version: 03.00.00.01
            Company: Valve Corporation

        Name: MSWSOCK.dll
            Base address: 0x00007ff883ef0000
            Memory size: 0x00067000
            Entry point address: 0x00007ff883f01510
            File path: C:\Windows\SYSTEM32\MSWSOCK.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: tier0_s64.dll
            Base address: 0x00007ff827e90000
            Memory size: 0x00171000
            Entry point address: 0x00007ff827eaef0c
            File path: D:\Steam\tier0_s64.dll
            Product name:  tier0_s Dynamic Link Library
            Product version: 01.00.00.01
            Company: Valve Corporation

        Name: SSPICLI.DLL
            Base address: 0x00007ff884570000
            Memory size: 0x0002f000
            Entry point address: 0x00007ff88457d3f0
            File path: C:\Windows\SYSTEM32\SSPICLI.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: nvapi64.dll
            Base address: 0x00007ff879010000
            Memory size: 0x00502000
            Entry point address: 0x00007ff8793a9f58
            File path: C:\Windows\system32\nvapi64.dll
            Product name: NVIDIA Windows drivers
            Product version: 25.21.14.1917
            Company: NVIDIA Corporation

        Name: D3D10_1.DLL
            Base address: 0x00007ff8657a0000
            Memory size: 0x00031000
            Entry point address: 0x00007ff8657bfce0
            File path: C:\Windows\SYSTEM32\D3D10_1.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: d3d10_1core.dll
            Base address: 0x00007ff8684b0000
            Memory size: 0x0000d000
            Entry point address: 0x00007ff8684b17e0
            File path: C:\Windows\SYSTEM32\d3d10_1core.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: nvStereoApiI64.dll
            Base address: 0x00007ff865800000
            Memory size: 0x00061000
            Entry point address: 0x00007ff86581f350
            File path: C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvStereoApiI64.dll
            Product name: NVIDIA GeForce 3D Vision
            Product version: 7.17.14.1917
            Company: NVIDIA Corporation

        Name: nvSCPAPI64.dll
            Base address: 0x00007ff8787f0000
            Memory size: 0x000c4000
            Entry point address: 0x00007ff87882d010
            File path: C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI64.dll
            Product name: NVIDIA GeForce 3D Vision
            Product version: 7.17.14.1917
            Company: NVIDIA Corporation

        Name: DEVOBJ.dll
            Base address: 0x00007ff8844a0000
            Memory size: 0x00029000
            Entry point address: 0x00007ff8844a73c0
            File path: C:\Windows\SYSTEM32\DEVOBJ.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: uxtheme.dll
            Base address: 0x00007ff882cb0000
            Memory size: 0x0009c000
            Entry point address: 0x00007ff882cd83b0
            File path: C:\Windows\system32\uxtheme.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: MSCTF.dll
            Base address: 0x00007ff8884b0000
            Memory size: 0x0016a000
            Entry point address: 0x00007ff8884f3e00
            File path: C:\Windows\System32\MSCTF.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: TextInputFramework.dll
            Base address: 0x00007ff86a510000
            Memory size: 0x00095000
            Entry point address: 0x00007ff86a5360a0
            File path: C:\Windows\SYSTEM32\TextInputFramework.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: WINSTA.dll
            Base address: 0x00007ff8837a0000
            Memory size: 0x00058000
            Entry point address: 0x00007ff8837abe70
            File path: C:\Windows\SYSTEM32\WINSTA.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: nvldumdx.dll
            Base address: 0x00007ff87ec80000
            Memory size: 0x000ee000
            Entry point address: 0x00007ff87ec8c940
            File path: C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_edcffbdd101bbe5b\nvldumdx.dll
            Product name: NVIDIA driver loader
            Product version: 25.21.14.1917
            Company: NVIDIA Corporation

        Name: nvwgf2umx.dll
            Base address: 0x00007ff845950000
            Memory size: 0x02443000
            Entry point address: 0x00007ff845ac6d60
            File path: C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_edcffbdd101bbe5b\nvwgf2umx.dll
            Product name: NVIDIA D3D10 drivers
            Product version: 25.21.14.1917
            Company: NVIDIA Corporation

        Name: socialclub_tmp.dll
            Base address: 0x0000000c00000000
            Memory size: 0x00f1b000
            Entry point address: 0x0000000c00f16000
            File path: C:\Users\yonih\AppData\Local\Temp\msz00dexh02mxqz0\socialclub_tmp.dll
            Product name: RAGE Plugin Hook
            Product version: 0.64.1234.15464
            Company: MulleDK19 / LMS

        Name: dbghelp.dll
            Base address: 0x00007ff873a30000
            Memory size: 0x001ed000
            Entry point address: 0x00007ff873a43fc0
            File path: C:\Windows\SYSTEM32\dbghelp.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: XINPUT9_1_0.dll
            Base address: 0x00007ff870940000
            Memory size: 0x00007000
            Entry point address: 0x00007ff870941510
            File path: C:\Windows\SYSTEM32\XINPUT9_1_0.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: FW1FontWrapper.dll
            Base address: 0x00007ff85d270000
            Memory size: 0x0002a000
            Entry point address: 0x00007ff85d27e94c
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\FW1FontWrapper.dll
            Product name: 
            Product version: 
            Company: 

        Name: dbgcore.DLL
            Base address: 0x00007ff8744e0000
            Memory size: 0x0002a000
            Entry point address: 0x00007ff8744f96b0
            File path: C:\Windows\SYSTEM32\dbgcore.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: clr.dll
            Base address: 0x00007ff83ed10000
            Memory size: 0x009ed000
            Entry point address: 0x00007ff83ed165c0
            File path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3324.0
            Company: Microsoft Corporation

        Name: MSVCR120_CLR0400.dll
            Base address: 0x00007ff870d70000
            Memory size: 0x000f7000
            Entry point address: 0x00007ff870d94db0
            File path: C:\Windows\SYSTEM32\MSVCR120_CLR0400.dll
            Product name: Microsoft® Visual Studio® 2013
            Product version: 12.00.52519.0
            Company: Microsoft Corporation

        Name: mscorlib.ni.dll
            Base address: 0x00007ff83d780000
            Memory size: 0x0158b000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\a4c029035a52b21a293c249a889b6925\mscorlib.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3324.0
            Company: Microsoft Corporation

        Name: clrjit.dll
            Base address: 0x00007ff870c40000
            Memory size: 0x0012b000
            Entry point address: 0x00007ff870c41080
            File path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3324.0
            Company: Microsoft Corporation

        Name: diasymreader.dll
            Base address: 0x00007ff8262f0000
            Memory size: 0x00138000
            Entry point address: 0x00007ff826317fb0
            File path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\diasymreader.dll
            Product name: Microsoft® Visual Studio® 12 CTP
            Product version: 14.7.3190.0
            Company: Microsoft Corporation

        Name: System.ni.dll
            Base address: 0x00007ff83cb40000
            Memory size: 0x00c40000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System\e65b7fc2cdb258e12f5157d45e98ae31\System.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3353.0
            Company: Microsoft Corporation

        Name: System.Drawing.ni.dll
            Base address: 0x00007ff848770000
            Memory size: 0x001e8000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Drawing\cf57e007dbdfaacf2d77d89618661a02\System.Drawing.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3190.0
            Company: Microsoft Corporation

        Name: System.Windows.Forms.ni.dll
            Base address: 0x00007ff837fe0000
            Memory size: 0x00f4d000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Windows.Forms\6ba4fb641ef0e48e731192c27cf61703\System.Windows.Forms.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3324.0
            Company: Microsoft Corporation

        Name: HID.DLL
            Base address: 0x00007ff883360000
            Memory size: 0x0000e000
            Entry point address: 0x00007ff883362880
            File path: C:\Windows\SYSTEM32\HID.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: System.Core.ni.dll
            Base address: 0x00007ff83c0f0000
            Memory size: 0x00a50000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Core\c1385e46d5b4e393009027215a0c9063\System.Core.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3324.0
            Company: Microsoft Corporation

        Name: System.Xml.ni.dll
            Base address: 0x00007ff838f30000
            Memory size: 0x0088c000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xml\e33fe851cd3e0d8899daf6b1b5bc961a\System.Xml.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3190.0
            Company: Microsoft Corporation

        Name: clbcatq.dll
            Base address: 0x00007ff8877c0000
            Memory size: 0x000a2000
            Entry point address: 0x00007ff8877c41a0
            File path: C:\Windows\System32\clbcatq.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: MMDevApi.dll
            Base address: 0x00007ff87c5c0000
            Memory size: 0x00070000
            Entry point address: 0x00007ff87c5de200
            File path: C:\Windows\System32\MMDevApi.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: XAudio2_7.dll
            Base address: 0x00007ff84e610000
            Memory size: 0x0008b000
            Entry point address: 0x00007ff84e680650
            File path: C:\Windows\system32\XAudio2_7.dll
            Product name: Microsoft® DirectX for Windows®
            Product version: 9.29.1962.0
            Company: Microsoft Corporation

        Name: AUDIOSES.DLL
            Base address: 0x00007ff878ec0000
            Memory size: 0x00148000
            Entry point address: 0x00007ff878ee1850
            File path: C:\Windows\SYSTEM32\AUDIOSES.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: AVRT.dll
            Base address: 0x00007ff8801b0000
            Memory size: 0x0000a000
            Entry point address: 0x00007ff8801b1010
            File path: C:\Windows\SYSTEM32\AVRT.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: resourcepolicyclient.dll
            Base address: 0x00007ff882fc0000
            Memory size: 0x00014000
            Entry point address: 0x00007ff882fc3be0
            File path: C:\Windows\SYSTEM32\resourcepolicyclient.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: System.Configuration.ni.dll
            Base address: 0x00007ff85d2e0000
            Memory size: 0x0012b000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Configuration\ddb7bbe8064cd36b6769e89084872a2a\System.Configuration.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3324.0
            Company: Microsoft Corporation

        Name: comctl32.dll
            Base address: 0x00007ff872550000
            Memory size: 0x00279000
            Entry point address: 0x00007ff8725b9110
            File path: C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17763.379_none_05b83be8071c94a1\comctl32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.379
            Company: Microsoft Corporation

        Name: gdiplus.dll
            Base address: 0x00007ff8720c0000
            Memory size: 0x001a5000
            Entry point address: 0x00007ff872115180
            File path: C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.17763.379_none_36a32ecd61af0e6f\gdiplus.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.379
            Company: Microsoft Corporation

        Name: DWrite.dll
            Base address: 0x00007ff862590000
            Memory size: 0x002ff000
            Entry point address: 0x00007ff862637470
            File path: C:\Windows\SYSTEM32\DWrite.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: WindowsCodecs.dll
            Base address: 0x00007ff87f2d0000
            Memory size: 0x001b8000
            Entry point address: 0x00007ff87f35b6d0
            File path: C:\Windows\SYSTEM32\WindowsCodecs.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.55
            Company: Microsoft Corporation

        Name: Windows.UI.dll
            Base address: 0x00007ff865570000
            Memory size: 0x0013a000
            Entry point address: 0x00007ff86559f400
            File path: C:\Windows\System32\Windows.UI.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: SlimDX.dll
            Base address: 0x0000000180000000
            Memory size: 0x00392000
            Entry point address: 0x00000001801358b4
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\SlimDX.dll
            Product name: 
            Product version: 
            Company: 

        Name: MSVCR100.dll
            Base address: 0x000000005bba0000
            Memory size: 0x000d2000
            Entry point address: 0x000000005bbc14e4
            File path: C:\Windows\SYSTEM32\MSVCR100.dll
            Product name: Microsoft® Visual Studio® 2010
            Product version: 10.00.40219.325
            Company: Microsoft Corporation

        Name: MSVCP100.dll
            Base address: 0x000000005bb00000
            Memory size: 0x00098000
            Entry point address: 0x000000005bb471d0
            File path: C:\Windows\SYSTEM32\MSVCP100.dll
            Product name: Microsoft® Visual Studio® 2010
            Product version: 10.00.40219.325
            Company: Microsoft Corporation

        Name: USERENV.dll
            Base address: 0x00007ff8845a0000
            Memory size: 0x00028000
            Entry point address: 0x00007ff8845a4ad0
            File path: C:\Windows\SYSTEM32\USERENV.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: socialclub.dll
            Base address: 0x00007ff835d40000
            Memory size: 0x00a6ec00
            Entry point address: 0x00007ff835e46a70
            File path: C:\Program Files\Rockstar Games\Social Club\socialclub.dll
            Product name: Social Club
            Product version: 1.2.4.1
            Company: Take-Two Interactive Software, Inc.

        Name: WININET.dll
            Base address: 0x00007ff8711d0000
            Memory size: 0x004e1000
            Entry point address: 0x00007ff87129d770
            File path: C:\Windows\SYSTEM32\WININET.dll
            Product name: Internet Explorer
            Product version: 11.00.17763.1
            Company: Microsoft Corporation

        Name: napinsp.dll
            Base address: 0x00007ff855810000
            Memory size: 0x00016000
            Entry point address: 0x00007ff855811aa0
            File path: C:\Windows\system32\napinsp.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: pnrpnsp.dll
            Base address: 0x00007ff8557f0000
            Memory size: 0x0001a000
            Entry point address: 0x00007ff8557f2380
            File path: C:\Windows\system32\pnrpnsp.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: DNSAPI.dll
            Base address: 0x00007ff883c90000
            Memory size: 0x000c6000
            Entry point address: 0x00007ff883cba700
            File path: C:\Windows\SYSTEM32\DNSAPI.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: winrnr.dll
            Base address: 0x00007ff855ec0000
            Memory size: 0x0000e000
            Entry point address: 0x00007ff855ec1360
            File path: C:\Windows\System32\winrnr.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: NLAapi.dll
            Base address: 0x00007ff880f10000
            Memory size: 0x0001b000
            Entry point address: 0x00007ff880f16300
            File path: C:\Windows\system32\NLAapi.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.134
            Company: Microsoft Corporation

        Name: wshbth.dll
            Base address: 0x00007ff87dc20000
            Memory size: 0x00015000
            Entry point address: 0x00007ff87dc28e00
            File path: C:\Windows\system32\wshbth.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: fwpuclnt.dll
            Base address: 0x00007ff877bd0000
            Memory size: 0x00079000
            Entry point address: 0x00007ff877bd5a60
            File path: C:\Windows\System32\fwpuclnt.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: rasadhlp.dll
            Base address: 0x00007ff877bc0000
            Memory size: 0x0000a000
            Entry point address: 0x00007ff877bc1490
            File path: C:\Windows\System32\rasadhlp.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: FirewallAPI.dll
            Base address: 0x00007ff883670000
            Memory size: 0x0008c000
            Entry point address: 0x00007ff883676f10
            File path: C:\Windows\System32\FirewallAPI.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: fwbase.dll
            Base address: 0x00007ff883610000
            Memory size: 0x0002d000
            Entry point address: 0x00007ff883618830
            File path: C:\Windows\System32\fwbase.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: FWPolicyIOMgr.dll
            Base address: 0x00007ff877300000
            Memory size: 0x0003f000
            Entry point address: 0x00007ff87730aec0
            File path: C:\Windows\System32\FWPolicyIOMgr.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: wdmaud.drv
            Base address: 0x00007ff851ad0000
            Memory size: 0x00044000
            Entry point address: 0x00007ff851ad7390
            File path: C:\Windows\SYSTEM32\wdmaud.drv
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: msacm32.drv
            Base address: 0x00007ff85f350000
            Memory size: 0x0000d000
            Entry point address: 0x00007ff85f354570
            File path: C:\Windows\SYSTEM32\msacm32.drv
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: MSACM32.dll
            Base address: 0x00007ff85ba40000
            Memory size: 0x0001c000
            Entry point address: 0x00007ff85ba43420
            File path: C:\Windows\SYSTEM32\MSACM32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: midimap.dll
            Base address: 0x00007ff85b9c0000
            Memory size: 0x0000a000
            Entry point address: 0x00007ff85b9c18a0
            File path: C:\Windows\SYSTEM32\midimap.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: iertutil.dll
            Base address: 0x00007ff874900000
            Memory size: 0x002a8000
            Entry point address: 0x00007ff874935ea0
            File path: C:\Windows\SYSTEM32\iertutil.dll
            Product name: Internet Explorer
            Product version: 11.00.17763.1
            Company: Microsoft Corporation

        Name: ondemandconnroutehelper.dll
            Base address: 0x00007ff86d910000
            Memory size: 0x00016000
            Entry point address: 0x00007ff86d9120f0
            File path: C:\Windows\SYSTEM32\ondemandconnroutehelper.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: winhttp.dll
            Base address: 0x00007ff87f530000
            Memory size: 0x000f1000
            Entry point address: 0x00007ff87f572c20
            File path: C:\Windows\SYSTEM32\winhttp.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: XInput1_4.dll
            Base address: 0x00007ff868500000
            Memory size: 0x00011000
            Entry point address: 0x00007ff868507550
            File path: C:\Windows\SYSTEM32\XInput1_4.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: System.Management.ni.dll
            Base address: 0x00007ff8705e0000
            Memory size: 0x0015e000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Management\8216831ad25c3dd33a5d9ccb79e08ba3\System.Management.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3190.0
            Company: Microsoft Corporation

        Name: wldp.dll
            Base address: 0x00007ff884150000
            Memory size: 0x00025000
            Entry point address: 0x00007ff884152d00
            File path: C:\Windows\SYSTEM32\wldp.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: System.Net.Http.ni.dll
            Base address: 0x00007ff87c100000
            Memory size: 0x000a1000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Net.Http\8fd054e36d4191e69e4fa7b1ef89eaea\System.Net.Http.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3190.0
            Company: Microsoft Corporation

        Name: urlmon.dll
            Base address: 0x00007ff876c10000
            Memory size: 0x001d6000
            Entry point address: 0x00007ff876c874c0
            File path: C:\Windows\SYSTEM32\urlmon.dll
            Product name: Internet Explorer
            Product version: 11.00.17763.1
            Company: Microsoft Corporation

        Name: ScriptHookVDotNet2.dll
            Base address: 0x00007ff8704d0000
            Memory size: 0x00102000
            Entry point address: 0x00007ff870501d3c
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet2.dll
            Product name: 
            Product version: 
            Company: 

        Name: System.Xml.Linq.ni.dll
            Base address: 0x00007ff870450000
            Memory size: 0x00078000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xml.Linq\56b9185818620b1bdf8f8d22305f726a\System.Xml.Linq.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3190.0
            Company: Microsoft Corporation

        Name: Microsoft.CSharp.ni.dll
            Base address: 0x00007ff870150000
            Memory size: 0x001de000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.CSharp\9eca14ecd8e218a3176c7f6f6d9a593e\Microsoft.CSharp.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3190.0
            Company: Microsoft Corporation

        Name: System.Numerics.ni.dll
            Base address: 0x00007ff880810000
            Memory size: 0x0004f000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Numerics\18b3cd1a1027ddad658b5a1fef04308a\System.Numerics.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3190.0
            Company: Microsoft Corporation

        Name: System.Dynamic.ni.dll
            Base address: 0x00007ff8703d0000
            Memory size: 0x00079000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Dynamic\77063cb7a4df8d07c852b9ed6e954221\System.Dynamic.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3190.0
            Company: Microsoft Corporation

        Name: System.Data.ni.dll
            Base address: 0x00007ff83b7b0000
            Memory size: 0x0093f000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Data\3cc5f463b31f26a5d5944171048418bf\System.Data.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3260.0
            Company: Microsoft Corporation

        Name: System.Data.dll
            Base address: 0x00007ff848980000
            Memory size: 0x00366000
            Entry point address: 0x00007ff848ac9c2a
            File path: C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3260.0
            Company: Microsoft Corporation

        Name: System.IO.Compression.ni.dll
            Base address: 0x00007ff870c00000
            Memory size: 0x00037000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.IO.Cb3b124c8#\92ab86ca753aa1694bcd61d84fb28452\System.IO.Compression.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3190.0
            Company: Microsoft Corporation

        Name: System.Runtime.Serialization.ni.dll
            Base address: 0x00007ff83b470000
            Memory size: 0x00333000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Runteb92aa12#\dd65569cdb65f866ea507cb3c4c2982a\System.Runtime.Serialization.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3324.0
            Company: Microsoft Corporation

        Name: discord-rpc.dll
            Base address: 0x00007ff86d210000
            Memory size: 0x0009c000
            Entry point address: 0x00007ff86d21c4c4
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\discord-rpc.dll
            Product name: 
            Product version: 
            Company: 

        Name: System.ValueTuple.ni.dll
            Base address: 0x00007ff880f80000
            Memory size: 0x00005000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.ValueTuple\b697e16106b61e1baedc69342739294d\System.ValueTuple.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3190.0
            Company: Microsoft Corporation

        Name: EasyHook64.dll
            Base address: 0x00007ff8700f0000
            Memory size: 0x00057000
            Entry point address: 0x00007ff8700f28f4
            File path: D:\Steam\steamapps\common\Grand Theft Auto V\EasyHook64.dll
            Product name: EasyHook
            Product version: 2.7.6578.0
            Company: easyhook.codeplex.com

        Name: dhcpcsvc6.DLL
            Base address: 0x00007ff87ed70000
            Memory size: 0x00016000
            Entry point address: 0x00007ff87ed71a20
            File path: C:\Windows\SYSTEM32\dhcpcsvc6.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: dhcpcsvc.DLL
            Base address: 0x00007ff87f050000
            Memory size: 0x0001c000
            Entry point address: 0x00007ff87f0525a0
            File path: C:\Windows\SYSTEM32\dhcpcsvc.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: rasapi32.dll
            Base address: 0x00007ff873680000
            Memory size: 0x000ef000
            Entry point address: 0x00007ff8736908f0
            File path: C:\Windows\SYSTEM32\rasapi32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: rasman.dll
            Base address: 0x00007ff874460000
            Memory size: 0x00033000
            Entry point address: 0x00007ff8744613b0
            File path: C:\Windows\SYSTEM32\rasman.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.292
            Company: Microsoft Corporation

        Name: rtutils.dll
            Base address: 0x00007ff875d90000
            Memory size: 0x00015000
            Entry point address: 0x00007ff875d92ea0
            File path: C:\Windows\SYSTEM32\rtutils.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: schannel.DLL
            Base address: 0x00007ff8839e0000
            Memory size: 0x00086000
            Entry point address: 0x00007ff883a00e10
            File path: C:\Windows\system32\schannel.DLL
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: mskeyprotect.dll
            Base address: 0x00007ff855b10000
            Memory size: 0x00015000
            Entry point address: 0x00007ff855b125a0
            File path: C:\Windows\SYSTEM32\mskeyprotect.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: ncrypt.dll
            Base address: 0x00007ff8841c0000
            Memory size: 0x00026000
            Entry point address: 0x00007ff8841c5830
            File path: C:\Windows\SYSTEM32\ncrypt.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: NTASN1.dll
            Base address: 0x00007ff884180000
            Memory size: 0x0003c000
            Entry point address: 0x00007ff884184020
            File path: C:\Windows\SYSTEM32\NTASN1.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: ncryptsslp.dll
            Base address: 0x00007ff855d60000
            Memory size: 0x00024000
            Entry point address: 0x00007ff855d66d50
            File path: C:\Windows\system32\ncryptsslp.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.1
            Company: Microsoft Corporation

        Name: WindowsBase.ni.dll
            Base address: 0x00007ff83af80000
            Memory size: 0x004e9000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\WindowsBase\4e0cf5c025f73c5f2d1a235077889ac9\WindowsBase.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3324.0
            Company: Microsoft Corporation

        Name: PresentationCore.ni.dll
            Base address: 0x00007ff83a1a0000
            Memory size: 0x00ddd000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\PresentationCore\d25356ce85053f2a55cef8fafc0c247b\PresentationCore.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3324.0
            Company: Microsoft Corporation

        Name: wpfgfx_v0400.dll
            Base address: 0x00007ff8709c0000
            Memory size: 0x001b0000
            Entry point address: 0x00007ff870a07600
            File path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\wpfgfx_v0400.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3324.0
            Company: Microsoft Corporation

        Name: MSVCP120_CLR0400.dll
            Base address: 0x00007ff865870000
            Memory size: 0x000ae000
            Entry point address: 0x00007ff8658c4c00
            File path: C:\Windows\SYSTEM32\MSVCP120_CLR0400.dll
            Product name: Microsoft® Visual Studio® 2013
            Product version: 12.00.52519.0
            Company: Microsoft Corporation

        Name: PresentationNative_v0400.dll
            Base address: 0x00007ff84a090000
            Memory size: 0x00110000
            Entry point address: 0x00007ff84a0afbd0
            File path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\PresentationNative_v0400.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3324.0
            Company: Microsoft Corporation

        Name: comctl32.dll
            Base address: 0x00007ff872270000
            Memory size: 0x000a9000
            Entry point address: 0x00007ff8722e8d90
            File path: C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.17763.379_none_10e5882c642d5588\comctl32.dll
            Product name: Microsoft® Windows® Operating System
            Product version: 10.0.17763.379
            Company: Microsoft Corporation

        Name: Accessibility.ni.dll
            Base address: 0x00007ff874810000
            Memory size: 0x00013000
            Entry point address: 0x0000000000000000
            File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\Accessibility\b8265f8bc5ff5e57a7dd5030ce79559b\Accessibility.ni.dll
            Product name: Microsoft® .NET Framework
            Product version: 4.7.3190.0
            Company: Microsoft Corporation

    Environment:
        TickCount: 4140828
        ExitCode: 0
        CommandLine: "D:\Steam\steamapps\common\Grand Theft Auto V\GTA5.exe"
        CurrentDirectory: D:\Steam\steamapps\common\Grand Theft Auto V
        SystemDirectory: C:\Windows\system32
        MachineName: DESKTOP-Q61RV4C
        ProcessorCount: 8
        SystemPageSize: 4096
        Version: 4.0.30319.42000
        WorkingSet: 249745408
        OSVersion: Microsoft Windows NT 6.2.9200.0
        Is64BitProcess: True
        Is64BitOperatingSystem: True
        HasShutdownStarted: False
        UserName: yonih
        UserInteractive: True
        UserDomainName: DESKTOP-Q61RV4C
        CurrentManagedThreadId: 7

    Process list:
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\System32\GameBarPresenceWriter.exe)
        Microsoft® Skype 8.41.0.54 by Microsoft Corporation (C:\Program Files\WindowsApps\Microsoft.SkypeApp_14.41.54.0_x64__kzf8qxf38zg5c\SkypeBackgroundHost.exe)
        Microsoft Edge 11.00.17763.379 by Microsoft Corporation (C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe)
        Steam 03.00.00.01 by Valve Corporation (D:\Steam\GameOverlayUI.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\system32\DllHost.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy\ShellExperienceHost.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\Explorer.EXE)
        Microsoft® Windows® Operating System 10.0.17763.292 by Microsoft Corporation (C:\Windows\SystemApps\InputApp_cw5n1h2txyewy\WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe)
        Citrix Receiver 4.9.0.2520 by Citrix Systems, Inc. (C:\Program Files (x86)\Citrix\ICA Client\Receiver\Receiver.exe)
        Microsoft Your Phone 1.0.190228004-19031 by Microsoft Corporation (C:\Program Files\WindowsApps\Microsoft.YourPhone_1.0.20594.0_x64__8wekyb3d8bbwe\YourPhone.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\System32\RuntimeBroker.exe)
        Microsoft OneDrive 19.012.0121.0011 by Microsoft Corporation (C:\Users\yonih\AppData\Local\Microsoft\OneDrive\OneDrive.exe)
        Steam 03.00.00.01 by Valve Corporation (D:\Steam\GameOverlayUI.exe)
        Steam Client WebHelper 01.00.00.01 by Valve Corporation (D:\Steam\bin\cef\cef.win7x64\steamwebhelper.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\system32\svchost.exe)
        Microsoft® Windows® Operating System 10.0.17763.292 by Microsoft Corporation (C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\RemindersServer.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\System32\svchost.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\SystemApps\Microsoft.LockApp_cw5n1h2txyewy\LockApp.exe)
        Intel(R) Common User Interface 6.15.10.4531 by Intel Corporation (C:\Windows\system32\igfxEM.exe)
        Entertainment Platform 10.19021.104100000-19021 by Microsoft Corporation (C:\Program Files\WindowsApps\Microsoft.ZuneVideo_10.19021.10411.0_x64__8wekyb3d8bbwe\Video.UI.exe)
        Citrix Receiver 11.0.0.47877 by Citrix Systems, Inc. (C:\Program Files (x86)\Citrix\AuthManager\AuthManSvr.exe)
        Steam Client WebHelper 01.00.00.01 by Valve Corporation (D:\Steam\bin\cef\cef.win7x64\steamwebhelper.exe)
        Microsoft® Windows® Operating System 11.00.17763.316 by Microsoft Corporation (C:\Windows\system32\browser_broker.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\system32\taskhostw.exe)
        Microsoft Edge Web Platform 11.00.17763.1 by Microsoft Corporation (C:\Windows\system32\MicrosoftEdgeSH.exe)
        Node.js 11.3.0 by Node.js (C:\Program Files (x86)\NVIDIA Corporation\NvNode\NVIDIA Web Helper.exe)
        Social Club UI 1.2.4.1 by Take-Two Interactive Software, Inc. (C:\Program Files\Rockstar Games\Social Club\SocialClubHelper.exe)
        NVIDIA Share rel_03_18/8f2205f by NVIDIA Corporation (C:\Program Files\NVIDIA Corporation\NVIDIA GeForce Experience\NVIDIA Share.exe)
        Social Club UI 1.2.4.1 by Take-Two Interactive Software, Inc. (C:\Program Files\Rockstar Games\Social Club\SocialClubHelper.exe)
        Java Platform SE Auto Updater 2.8.201.9 by Oracle Corporation (C:\Program Files (x86)\Common Files\Java\Java Update\jusched.exe)
        Steam Client WebHelper 01.00.00.01 by Valve Corporation (D:\Steam\bin\cef\cef.win7x64\steamwebhelper.exe)
          by  (C:\Program Files\NVIDIA Corporation\NvContainer\nvcontainer.exe)
        NVIDIA Share rel_03_18/8f2205f by NVIDIA Corporation (C:\Program Files\NVIDIA Corporation\NVIDIA GeForce Experience\NVIDIA Share.exe)
        Steam Client WebHelper 01.00.00.01 by Valve Corporation (D:\Steam\bin\cef\cef.win7x64\steamwebhelper.exe)
        Steam Client WebHelper 01.00.00.01 by Valve Corporation (D:\Steam\bin\cef\cef.win7x64\steamwebhelper.exe)
        Citrix Receiver 14.9.0 by Citrix Systems, Inc. (C:\Program Files (x86)\Citrix\ICA Client\wfcrun32.exe)
        Microsoft Edge Web Platform 11.00.17763.1 by Microsoft Corporation (C:\Windows\System32\MicrosoftEdgeCP.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\system32\ApplicationFrameHost.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\system32\conhost.exe)
        pximouse 1.0.0.2 by Pixart Imaging Inc (C:\Windows\System32\TiltWheelMouse.exe)
        Microsoft® Windows® Operating System 10.0.17763.348 by Microsoft Corporation (C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\system32\svchost.exe)
        Citrix Receiver 14.9.0 by Citrix Systems, Inc. (C:\Program Files (x86)\Citrix\ICA Client\concentr.exe)
        Social Club UI 1.2.4.1 by Take-Two Interactive Software, Inc. (C:\Program Files\Rockstar Games\Social Club\SocialClubHelper.exe)
        Windows Store 11811.1001.18.0 by Microsoft Corporation (C:\Program Files\WindowsApps\Microsoft.WindowsStore_11811.1001.18.0_x64__8wekyb3d8bbwe\WinStore.App.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\System32\RuntimeBroker.exe)
          by  (C:\Program Files\NVIDIA Corporation\NvContainer\nvcontainer.exe)
        Citrix Receiver 14.9.0 by Citrix Systems, Inc. (C:\Program Files (x86)\Citrix\ICA Client\redirector.exe)
        Grand Theft Auto V 1.0.1604.1 by Rockstar Games (D:\Steam\steamapps\common\Grand Theft Auto V\GTA5.exe)
        Entertainment Platform 10.19011.113100000-19011 by Microsoft Corporation (C:\Program Files\WindowsApps\Microsoft.ZuneMusic_10.19011.11311.0_x64__8wekyb3d8bbwe\Music.UI.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\system32\conhost.exe)
        Social Club UI 1.2.4.1 by Take-Two Interactive Software, Inc. (C:\Program Files\Rockstar Games\Social Club\SocialClubHelper.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\system32\conhost.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\System32\RuntimeBroker.exe)
        Steam Client WebHelper 01.00.00.01 by Valve Corporation (D:\Steam\bin\cef\cef.win7x64\steamwebhelper.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\System32\RuntimeBroker.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\System32\RuntimeBroker.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\System32\RuntimeBroker.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\System32\SecurityHealthSystray.exe)
        Citrix Receiver 4.9.0.2528 by Citrix Systems, Inc. (C:\Program Files (x86)\Citrix\ICA Client\SelfServicePlugin\SelfServicePlugin.exe)
        Steam Client WebHelper 01.00.00.01 by Valve Corporation (D:\Steam\bin\cef\cef.win7x64\steamwebhelper.exe)
          by  (C:\Program Files\Oculus\Support\oculus-runtime\OVRServer_x64.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\System32\RuntimeBroker.exe)
        Grand Theft Auto V 1.0.1604.0 by Rockstar Games (D:\Steam\steamapps\common\Grand Theft Auto V\GTAVLauncher.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\system32\svchost.exe)
        Social Club UI 1.2.4.1 by Take-Two Interactive Software, Inc. (C:\Program Files\Rockstar Games\Social Club\SocialClubHelper.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\System32\RuntimeBroker.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\system32\sihost.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\system32\SettingSyncHost.exe)
        Social Club UI 1.2.4.1 by Take-Two Interactive Software, Inc. (C:\Program Files\Rockstar Games\Social Club\SocialClubHelper.exe)
        Steam Client Bootstrapper 01.00.00.01 by Valve Corporation (D:\Steam\Steam.exe)
        Microsoft Skype 8.41.0.54 by Microsoft Corporation (C:\Program Files\WindowsApps\Microsoft.SkypeApp_14.41.54.0_x64__kzf8qxf38zg5c\SkypeApp.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\System32\RuntimeBroker.exe)
        Microsoft® Windows® Operating System 10.0.17763.1 by Microsoft Corporation (C:\Windows\system32\DllHost.exe)
        NVIDIA Share rel_03_18/8f2205f by NVIDIA Corporation (C:\Program Files\NVIDIA Corporation\NVIDIA GeForce Experience\NVIDIA Share.exe)

    File list: 
        D:\Steam\steamapps\common\Grand Theft Auto V\AdvancedHookV.dll *bd542a136d36305f76ec7d8e74c97436
        D:\Steam\steamapps\common\Grand Theft Auto V\AdvancedHookV.log *3a4701ba42bebced73a8769161756811
        D:\Steam\steamapps\common\Grand Theft Auto V\Albo1125.Common.dll *8bff6ea79f6ce8a855387409b610cef5
        D:\Steam\steamapps\common\Grand Theft Auto V\asiloader.log *aa3415f4716197a3bf1f0d0c4613e7b5
        D:\Steam\steamapps\common\Grand Theft Auto V\bink2w64.dll *3722f03c488093cb2631b5412d4f12d9
        D:\Steam\steamapps\common\Grand Theft Auto V\commandline.txt *3c0fa78e419225ce996373260294a173
        D:\Steam\steamapps\common\Grand Theft Auto V\common.rpf *bbe724acef5f9fcfd85a38c4e35e2f00
        D:\Steam\steamapps\common\Grand Theft Auto V\cursor_32_2.png *be981c7e1461188450c1bc0352aee019
        D:\Steam\steamapps\common\Grand Theft Auto V\d3dcompiler_46.dll *7ea872c2f9803cfb4223098b85e70cc0
        D:\Steam\steamapps\common\Grand Theft Auto V\d3dcsx_46.dll *8355e491fa90ca00045be22bb556b213
        D:\Steam\steamapps\common\Grand Theft Auto V\DdsConvert.dll *65e684e0fd64493392436cb92617ceb0
        D:\Steam\steamapps\common\Grand Theft Auto V\DefaultSkin.png *a7562ebd9a7c54a6575808da4680caf3
        D:\Steam\steamapps\common\Grand Theft Auto V\dinput8.dll *c9b973183908a6631b31ca29f863b4d1
        D:\Steam\steamapps\common\Grand Theft Auto V\discord-rpc.dll *5882c37b79bae47a0d090006564edb22
        D:\Steam\steamapps\common\Grand Theft Auto V\DiscordRpcNet.dll *65c8b3ac6205985288c4ee507481cddc
        D:\Steam\steamapps\common\Grand Theft Auto V\EasyHook.dll *163e0d2a3cccaa53f16bf5d41721730e
        D:\Steam\steamapps\common\Grand Theft Auto V\EasyHook64.dll *2d7a7ddd6f7ebf32543d851d9a55f60b
        D:\Steam\steamapps\common\Grand Theft Auto V\EasyLoad64.dll *0ee88c5ca0bcfdf02290f4b87f8b9a7e
        D:\Steam\steamapps\common\Grand Theft Auto V\ELS.asi *8a3a156befdec3aaeeaef410880ac8fe
        D:\Steam\steamapps\common\Grand Theft Auto V\ELS.ini *3706a709dbbe3fd0f8c3ef2145c5544f
        D:\Steam\steamapps\common\Grand Theft Auto V\ELS.log *01ae0859ca5720e2dec11ca5e968ae9b
        D:\Steam\steamapps\common\Grand Theft Auto V\FW1FontWrapper.dll *daa32fd4ee493fc1fdf0b66991868ef4
        D:\Steam\steamapps\common\Grand Theft Auto V\GameBackups.rph *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\GFSDK_ShadowLib.win64.dll *f2c348c5aaff0c420f4dce3abc1bbad6
        D:\Steam\steamapps\common\Grand Theft Auto V\GFSDK_TXAA.win64.dll *167385d13443035ff68643b2c0c59a4d
        D:\Steam\steamapps\common\Grand Theft Auto V\GFSDK_TXAA_AlphaResolve.win64.dll *ea04393624856f44854cace25b50ce3c
        D:\Steam\steamapps\common\Grand Theft Auto V\GTA5.exe *4969170d5492c6ab0b7b8e32e85b8fe2
        D:\Steam\steamapps\common\Grand Theft Auto V\GTAV.HeapAdjuster.asi *a3f7486fdf47f8c77e95048d252025c9
        D:\Steam\steamapps\common\Grand Theft Auto V\GTAVLanguageSelect.exe *cf4a464c2ed835a189b7abad0cdf7e75
        D:\Steam\steamapps\common\Grand Theft Auto V\GTAVLauncher.exe *a4ed800eb99b8450f5746248a5804a8b
        D:\Steam\steamapps\common\Grand Theft Auto V\Gwen.dll *367a1b17121dfc7c2347984380939bc2
        D:\Steam\steamapps\common\Grand Theft Auto V\Gwen.UnitTest.dll *90b34cfce1f4caba67f42f4d8f135189
        D:\Steam\steamapps\common\Grand Theft Auto V\hashes.ini *436b3dbf5fe3b25fb3c729022224f8e6
        D:\Steam\steamapps\common\Grand Theft Auto V\installscript.vdf *c0847b3ee7ecd5383b3d928755be6cd2
        D:\Steam\steamapps\common\Grand Theft Auto V\LICENSE.txt *9762b15c21a8baaf48ce0de93fb98634
        D:\Steam\steamapps\common\Grand Theft Auto V\LiveryChanger.log *d41d8cd98f00b204e9800998ecf8427e
        D:\Steam\steamapps\common\Grand Theft Auto V\LMS.Common.dll *61dfccfc5509df7e88bc4ab7eab982e1
        D:\Steam\steamapps\common\Grand Theft Auto V\LMS.PortableExecutable.dll *754ef1df128056db50e77a9fe87ade96
        D:\Steam\steamapps\common\Grand Theft Auto V\lspdfr_uinst.exe *03bf6e9e07eed9c3813b0f49f64b6c05
        D:\Steam\steamapps\common\Grand Theft Auto V\Microsoft.Expression.Drawing.dll *5bd39a82aacf1aa423e6eeeeda696eea
        D:\Steam\steamapps\common\Grand Theft Auto V\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll *660103c9ffbd699916d054beeb186bb6
        D:\Steam\steamapps\common\Grand Theft Auto V\Mono.Cecil.dll *6d6292bc8e698e53e69556add6f62442
        D:\Steam\steamapps\common\Grand Theft Auto V\Mono.Cecil.Mdb.dll *3c6cff9ef0ba7748d6c61dfacb6890a7
        D:\Steam\steamapps\common\Grand Theft Auto V\Mono.Cecil.Pdb.dll *c7a0b5173df5bea531a20fbace30fc89
        D:\Steam\steamapps\common\Grand Theft Auto V\Mono.Cecil.Rocks.dll *7c9a0c59ce05aba61485eb46883ba933
        D:\Steam\steamapps\common\Grand Theft Auto V\NativeTrainer.asi *e107b94ae23ec9a56bfa1faaf7118e85
        D:\Steam\steamapps\common\Grand Theft Auto V\Newtonsoft.Json.dll *c53737821b861d454d5248034c3c097c
        D:\Steam\steamapps\common\Grand Theft Auto V\openCameraV.asi *33864c75d1b85563da56aff0ea794267
        D:\Steam\steamapps\common\Grand Theft Auto V\openCameraV.log *c33e527eabf2eea82afc4101ec04b685
        D:\Steam\steamapps\common\Grand Theft Auto V\OpenInteriors.asi *349578f123e93ebe96e2c7ab629afc35
        D:\Steam\steamapps\common\Grand Theft Auto V\OpenInteriors.ini *d748dd3fdf8d31f5c9c068672881608e
        D:\Steam\steamapps\common\Grand Theft Auto V\OpenIV.asi *ef3de847eac7ba336e2d83ba96a8d61d
        D:\Steam\steamapps\common\Grand Theft Auto V\OpenIV.log *eb61556c26d9854eb60d9727b601eccf
        D:\Steam\steamapps\common\Grand Theft Auto V\PackfileLimitAdjuster.asi *de3e37ced0edb485ea37264c27300a6b
        D:\Steam\steamapps\common\Grand Theft Auto V\PackfileLimitAdjuster.ini *371ee66ec133dc8353a3e32b952b69fc
        D:\Steam\steamapps\common\Grand Theft Auto V\ParkedCarReplacement.log *d41d8cd98f00b204e9800998ecf8427e
        D:\Steam\steamapps\common\Grand Theft Auto V\RAGENativeUI.dll *fad7befc2f049a916a987dbcb7fa030a
        D:\Steam\steamapps\common\Grand Theft Auto V\RAGEPluginHook.exe *1e435c0ec6359271012704a2e790b2d1
        D:\Steam\steamapps\common\Grand Theft Auto V\RagePluginHook.ini *48eda10d77195c93a7e8a75a8912cfe3
        D:\Steam\steamapps\common\Grand Theft Auto V\RagePluginHook.log *e2f4bed7004012b55aa2bbb123243d9d
        D:\Steam\steamapps\common\Grand Theft Auto V\Readme.txt *ee1382c21c17b0ac92ff786710665382
        D:\Steam\steamapps\common\Grand Theft Auto V\RPH_Readme.txt *01d2fd060494f5aab0a6f84471f7698b
        D:\Steam\steamapps\common\Grand Theft Auto V\ScriptHookV.dll *d0086c75e7b699e28f0f0bceb5ac7cdf
        D:\Steam\steamapps\common\Grand Theft Auto V\ScriptHookV.log *4fca16715be09259f4471d391d95df8e
        D:\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet.asi *c66185f1e53a4b8310c921ff76751814
        D:\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet2.dll *fd78d0d412757c240406807ae9558856
        D:\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet2.log *0a73bcb99d9cac8c47a21f4a65276eb9
        D:\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet2.xml *6a32222e57417e2690741d67ddaf3278
        D:\Steam\steamapps\common\Grand Theft Auto V\SixStarResponse.log *d41d8cd98f00b204e9800998ecf8427e
        D:\Steam\steamapps\common\Grand Theft Auto V\SlimDX.dll *5c243b42d2b0103bbe603cf586ea8467
        D:\Steam\steamapps\common\Grand Theft Auto V\startup.rphs *42da6b43df6584c5ae8bfcaf161e021b
        D:\Steam\steamapps\common\Grand Theft Auto V\steam_api64.dll *cac66a8487a2ef6d3b1b8a66c20d1c12
        D:\Steam\steamapps\common\Grand Theft Auto V\System.ValueTuple.dll *4be8f58e6a00f0130f051f444987d217
        D:\Steam\steamapps\common\Grand Theft Auto V\TrainerV.asi *fc0a65a1dd853d0d2913c46be682d2b9
        D:\Steam\steamapps\common\Grand Theft Auto V\trainerv.ini *e4eac71b1fd814b304d35d2ade46d3d8
        D:\Steam\steamapps\common\Grand Theft Auto V\x64a.rpf *edfbe6855ec32a21a698abc27a899341
        D:\Steam\steamapps\common\Grand Theft Auto V\x64b.rpf *70af24cd4fe2c8ee58edb902f018a558
        D:\Steam\steamapps\common\Grand Theft Auto V\x64c.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64d.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64e.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64f.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64g.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64h.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64i.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64j.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64k.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64l.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64m.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64n.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64o.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64p.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64q.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64r.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64s.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64t.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64u.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64v.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\x64w.rpf *Unknown
        D:\Steam\steamapps\common\Grand Theft Auto V\XInput1_4.dll *d2ef25dff3e2ad78f89a527101767707

    Latest log:
    3/23/2019 11:31:32 AM.689] Started new log on 3/23/2019 11:31:32 AM.689
    [3/23/2019 11:31:32 AM.691] ====================================================================================================
    [3/23/2019 11:31:32 AM.679] Log path: D:\Steam\steamapps\common\Grand Theft Auto V\RagePluginHook.log
    [3/23/2019 11:31:32 AM.691] Log verbosity: Trivial
    [3/23/2019 11:31:32 AM.692] Initializing input system
    [3/23/2019 11:31:32 AM.693] Initializing game console
    [3/23/2019 11:31:32 AM.698] Console key has been set to F4 (key code: 115)
    [3/23/2019 11:31:32 AM.740] Initializing console variable "ConsoleScrollAmount".
    [3/23/2019 11:31:32 AM.740] Type: System.Int32, Reading section: "Miscellaneous", key: ConsoleScrollAmount
    [3/23/2019 11:31:32 AM.742] Read value: <null>
    [3/23/2019 11:31:32 AM.742] Initializing console variable "DisableRenderVersionText".
    [3/23/2019 11:31:32 AM.742] Type: System.Boolean, Reading section: "Miscellaneous", key: DisableRenderVersionText
    [3/23/2019 11:31:32 AM.744] Read value: True
    [3/23/2019 11:31:32 AM.744] Setting value of console variable "DisableRenderVersionText" to stored value.
    [3/23/2019 11:31:32 AM.744] Initializing console variable "ConsoleKey".
    [3/23/2019 11:31:32 AM.744] Type: System.Windows.Forms.Keys, Reading section: "Miscellaneous", key: ConsoleKey
    [3/23/2019 11:31:32 AM.745] Read value: F4
    [3/23/2019 11:31:32 AM.745] Setting value of console variable "ConsoleKey" to stored value.
    [3/23/2019 11:31:32 AM.745] Console key has been set to F4 (key code: 115)
    [3/23/2019 11:31:32 AM.745] Initializing console variable "PluginTimeoutThreshold".
    [3/23/2019 11:31:32 AM.745] Type: System.Int32, Reading section: "Miscellaneous", key: PluginTimeoutThreshold
    [3/23/2019 11:31:32 AM.745] Read value: 10000
    [3/23/2019 11:31:32 AM.745] Setting value of console variable "PluginTimeoutThreshold" to stored value.
    [3/23/2019 11:31:32 AM.745] Initializing console variable "AlwaysShowConsoleOutput".
    [3/23/2019 11:31:32 AM.745] Type: System.Boolean, Reading section: "Miscellaneous", key: AlwaysShowConsoleOutput
    [3/23/2019 11:31:32 AM.745] Read value: <null>
    [3/23/2019 11:31:32 AM.745] Initializing console variable "ShowConsoleCommandInfoOnPluginLoad".
    [3/23/2019 11:31:32 AM.745] Type: System.Boolean, Reading section: "Miscellaneous", key: ShowConsoleCommandInfoOnPluginLoad
    [3/23/2019 11:31:32 AM.746] Read value: False
    [3/23/2019 11:31:32 AM.746] Setting value of console variable "ShowConsoleCommandInfoOnPluginLoad" to stored value.
    [3/23/2019 11:31:32 AM.746] Initializing console variable "ShowOnScreenWarnings".
    [3/23/2019 11:31:32 AM.746] Type: System.Boolean, Reading section: "Miscellaneous", key: ShowOnScreenWarnings
    [3/23/2019 11:31:32 AM.746] Read value: <null>
    [3/23/2019 11:31:32 AM.746] Console initialized
    [3/23/2019 11:31:32 AM.746] Initializing forms manager
    [3/23/2019 11:31:32 AM.747] Cleaning temp folder
    [3/23/2019 11:31:32 AM.758] Version: RAGE Plugin Hook v0.64.1234.15464 PUBLIC ALPHA for Grand Theft Auto V
    [3/23/2019 11:31:32 AM.762] ================ RAGE Plugin Hook ================
    [3/23/2019 11:31:32 AM.768] Detected Windows 10 Home (64-bit) (10.0.17763.0)!
    [3/23/2019 11:31:32 AM.768] Checking game support
    [3/23/2019 11:31:32 AM.930] Product name: Grand Theft Auto V
    [3/23/2019 11:31:32 AM.930] Product version: 1.0.1604.1
    [3/23/2019 11:31:32 AM.930] Is steam version: True
    [3/23/2019 11:31:32 AM.930] Initializing DirectX
    [3/23/2019 11:31:32 AM.931] Initializing Direct3D
    [3/23/2019 11:31:32 AM.931] Loading C:\Windows\system32\d3d11.dll
    [3/23/2019 11:31:32 AM.932] Loaded at 0x7FF8818A0000
    [3/23/2019 11:31:32 AM.932] D3D11CreateDeviceAndSwapChain at 0x7FF8818B6B00
    [3/23/2019 11:31:32 AM.932] Creating Direct3D 11 device and swap chain
    [3/23/2019 11:31:32 AM.953] Swap Chain created: 0x1CF98976F60
    [3/23/2019 11:31:32 AM.953] Swap Chain VTable: 0x1CF98976F60
    [3/23/2019 11:31:32 AM.953] Swap Chain VTable_2: 0x7FF883534568
    [3/23/2019 11:31:32 AM.953] 0x7489480119C6B5E9;0x8D48564157552024;0x170EC814890246C
    [3/23/2019 11:31:32 AM.953] D3D11Present: 0x7FF8834C4910
    [3/23/2019 11:31:32 AM.953] D3D11ResizeBuffers: 0x7FF8834DEE40
    [3/23/2019 11:31:32 AM.953] D3D11ResizeTarget: 0x7FF883524B60
    [3/23/2019 11:31:32 AM.953] D3D11SetFullscreenState: 0x7FF8834DEB90
    [3/23/2019 11:31:33 AM.054] Direct3D initialized
    [3/23/2019 11:31:33 AM.054] Initialized DirectX
    [3/23/2019 11:31:33 AM.054] Direct3D watcher thread spawned
    [3/23/2019 11:31:33 AM.082] Getting device
    [3/23/2019 11:31:33 AM.082] Retrieved device
    [3/23/2019 11:31:33 AM.082] Creating wrapper
    [3/23/2019 11:31:33 AM.132] Wrapper created
    [3/23/2019 11:31:33 AM.136] Effect created
    [3/23/2019 11:31:33 AM.136] Creating buffer
    [3/23/2019 11:31:33 AM.136] Created buffer
    [3/23/2019 11:31:33 AM.136] Creating blend state
    [3/23/2019 11:31:33 AM.136] Created blend state
    [3/23/2019 11:31:33 AM.136] Done with creation
    [3/23/2019 11:31:33 AM.180] Initializing texture system.
    [3/23/2019 11:31:33 AM.180] Initializing texture system; phase 1
    [3/23/2019 11:31:33 AM.180] Initializing texture system; phase 2
    [3/23/2019 11:31:33 AM.185] Initializing texture system; phase 3
    [3/23/2019 11:31:33 AM.185] Initializing texture system; phase 4
    [3/23/2019 11:31:33 AM.192] Initializing texture system; phase 5
    [3/23/2019 11:31:33 AM.193] Initializing texture system; phase 6
    [3/23/2019 11:31:33 AM.194] Initializing texture system; phase 7
    [3/23/2019 11:31:33 AM.196] Initializing texture system; phase 8
    [3/23/2019 11:31:33 AM.197] Initializing texture system; phase 9
    [3/23/2019 11:31:33 AM.198] Initializing texture system; phase 10
    [3/23/2019 11:31:33 AM.200] Initializing texture system; phase 11
    [3/23/2019 11:31:33 AM.200] Initializing texture system; phase 12
    [3/23/2019 11:31:33 AM.202] Initializing texture system; phase 13
    [3/23/2019 11:31:33 AM.202] Initializing texture system; phase 14
    [3/23/2019 11:31:38 AM.055] Direct3D watcher thread ended
    [3/23/2019 11:32:04 AM.255] LoadingScreenMsg: Initializing game support
    [3/23/2019 11:32:04 AM.507] Initializing game support
    [3/23/2019 11:32:04 AM.968] LoadingScreenMsg: Velocity limit removed
    [3/23/2019 11:32:05 AM.270] Compatibility level: 0
    [3/23/2019 11:32:05 AM.270] Supported version detected
    [3/23/2019 11:32:05 AM.270] ==================================================
    [3/23/2019 11:32:05 AM.270] LoadingScreenMsg: Patching code
    [3/23/2019 11:32:05 AM.522] LoadingScreenMsg: Waiting for game initialization
    [3/23/2019 11:32:05 AM.773] Waiting for game initialization
    [3/23/2019 11:32:05 AM.873] LoadingScreenMsg: Initializing core
    [3/23/2019 11:32:06 AM.124] Initializing hook
    [3/23/2019 11:32:11 AM.129] LoadingScreenMsg: Completing interoperability
    [3/23/2019 11:32:11 AM.380] Completing interoperability
    [3/23/2019 11:32:11 AM.380] Initialization code 1.
    [3/23/2019 11:32:11 AM.380] Initialization code 2.
    [3/23/2019 11:32:11 AM.380] Initialization code 3.
    [3/23/2019 11:32:11 AM.386] 1 Address: 0x00007FF6274DD374
    [3/23/2019 11:32:11 AM.386] Calling func 1
    [3/23/2019 11:32:11 AM.399] 2 Address: 0x00007FF62803D01A
    [3/23/2019 11:32:11 AM.399] 3 Address: 0x00007FF626AD5CC2
    [3/23/2019 11:32:11 AM.422] Address: 0x00007FF62803CFC4
    [3/23/2019 11:32:11 AM.422] Unknown var: 0x00007FF629054B80
    [3/23/2019 11:32:11 AM.422] Initialization code 4.
    [3/23/2019 11:32:11 AM.422] Initialization code 5.
    [3/23/2019 11:32:11 AM.422] Completing interoperability, phase 1
    [3/23/2019 11:32:11 AM.422] Completing interoperability, phase 2
    [3/23/2019 11:32:11 AM.422] Completing interoperability, phase 3
    [3/23/2019 11:32:11 AM.422] Completing interoperability, phase 4
    [3/23/2019 11:32:11 AM.422] Completing interoperability, phase 5
    [3/23/2019 11:32:11 AM.422] Completing interoperability, phase 6
    [3/23/2019 11:32:11 AM.422] Completing interoperability, phase 7
    [3/23/2019 11:32:11 AM.422] LoadingScreenMsg: 
    [3/23/2019 11:32:11 AM.672] LoadingScreenMsg: Loading Story Mode
    [3/23/2019 11:32:24 AM.016] LoadingScreenMsg: Loading and Populating Game World
    [3/23/2019 11:32:24 AM.267] LoadingScreenMsg: 
    [3/23/2019 11:32:36 AM.499] Initializing console variable "IsDeveloperModeEnabled".
    [3/23/2019 11:32:36 AM.499] Type: System.Boolean, Reading section: "Miscellaneous", key: IsDeveloperModeEnabled
    [3/23/2019 11:32:36 AM.500] Read value: <null>
    [3/23/2019 11:32:36 AM.500] Initializing console variable "TimeScale".
    [3/23/2019 11:32:36 AM.500] Type: System.Single, Reading section: "Miscellaneous", key: TimeScale
    [3/23/2019 11:32:36 AM.500] Read value: <null>
    [3/23/2019 11:32:38 AM.343] <UNLOADED PLUGIN>: Initializing input system
    [3/23/2019 11:32:38 AM.344] <UNLOADED PLUGIN>: Initializing game console
    [3/23/2019 11:32:38 AM.345] <UNLOADED PLUGIN>: Initializing forms manager
    [3/23/2019 11:32:38 AM.646] LSPD First Response: [TRACE] Started loading LSPDFR
    [3/23/2019 11:32:38 AM.655] LSPD First Response: [WARN] Path without extension: lspdfr/chars
    [3/23/2019 11:32:38 AM.660] LSPD First Response: [WARN] Path without extension: lspdfr/chars
    [3/23/2019 11:32:38 AM.829] LSPD First Response: [WARN] Path without extension: lspdfr/
    [3/23/2019 11:32:38 AM.829] LSPD First Response: [WARN] Path without extension: lspdfr/
    [3/23/2019 11:32:38 AM.943] LSPD First Response: [TRACE] Key PURSUIT_MENU already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key PURSUIT_MENU already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key PURSUIT_MENU already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key PURSUIT_MENU already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key CRIME_REPORT already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key CRIME_REPORT already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key CRIME_REPORT already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key CRIME_REPORT already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key TOGGLE_DUTY already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key TOGGLE_DUTY already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key TOGGLE_DUTY already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key TOGGLE_DUTY already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key START_VEHICLE_SELECTION already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key START_VEHICLE_SELECTION already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key START_VEHICLE_SELECTION already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key START_VEHICLE_SELECTION already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key PERFORM_ARREST already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key PERFORM_ARREST already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key PERFORM_ARREST already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key PERFORM_ARREST already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key PERFORM_FRISK already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key PERFORM_FRISK already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key PERFORM_FRISK already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key PERFORM_FRISK already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key STOP_PEDS already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key STOP_PEDS already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key STOP_PEDS already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key STOP_PEDS already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key CHASE_ABORT_JOIN already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key CHASE_ABORT_JOIN already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key CHASE_ABORT_JOIN already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key CHASE_ABORT_JOIN already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key ACCEPT_CALLOUT already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key ACCEPT_CALLOUT already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key ACCEPT_CALLOUT already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key ACCEPT_CALLOUT already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key TRAFFICSTOP_START already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key TRAFFICSTOP_START already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key TRAFFICSTOP_START already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key TRAFFICSTOP_START already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key TRAFFICSTOP_INTERACT already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key TRAFFICSTOP_INTERACT already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key TRAFFICSTOP_INTERACT already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key TRAFFICSTOP_INTERACT already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key APARTMENT_SAVE_VEHICLE already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key APARTMENT_SAVE_VEHICLE already bound, rebinding
    [3/23/2019 11:32:38 AM.945] LSPD First Response: [TRACE] Key APARTMENT_SAVE_VEHICLE already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key APARTMENT_SAVE_VEHICLE already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key STATION_ENTER_GARAGE already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key STATION_ENTER_GARAGE already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key STATION_ENTER_GARAGE already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key STATION_ENTER_GARAGE already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key TOGGLE_POLICECOMPUTER already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key TOGGLE_POLICECOMPUTER already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key TOGGLE_POLICECOMPUTER already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key TOGGLE_POLICECOMPUTER already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key BACKUP_MENU already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key BACKUP_MENU already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key BACKUP_MENU already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key BACKUP_MENU already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key TOGGLE_SIREN_SOUND already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key TOGGLE_SIREN_SOUND already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key TOGGLE_SIREN_SOUND already bound, rebinding
    [3/23/2019 11:32:38 AM.946] LSPD First Response: [TRACE] Key TOGGLE_SIREN_SOUND already bound, rebinding
    [3/23/2019 11:32:41 AM.918] LSPD First Response: [TRACE] Thread CopManager #1 initialized
    [3/23/2019 11:32:58 AM.585] LSPD First Response: [TRACE] Game has stopped loading
    [3/23/2019 11:33:01 AM.214] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:01 AM.215] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:01 AM.672] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/outfits.xml
    [3/23/2019 11:33:01 AM.739] LSPD First Response: [WARN] No name for outfit variation at line 23
    [3/23/2019 11:33:01 AM.739] LSPD First Response: [WARN] No name for outfit variation at line 31
    [3/23/2019 11:33:01 AM.739] LSPD First Response: [WARN] No name for outfit variation at line 39
    [3/23/2019 11:33:01 AM.739] LSPD First Response: [WARN] No name for outfit variation at line 64
    [3/23/2019 11:33:01 AM.739] LSPD First Response: [WARN] No name for outfit variation at line 72
    [3/23/2019 11:33:01 AM.739] LSPD First Response: [WARN] No name for outfit variation at line 80
    [3/23/2019 11:33:01 AM.739] LSPD First Response: [WARN] No name for outfit variation at line 111
    [3/23/2019 11:33:01 AM.739] LSPD First Response: [WARN] No name for outfit variation at line 138
    [3/23/2019 11:33:01 AM.739] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/outfits_army_eup.xml
    [3/23/2019 11:33:01 AM.743] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/outfits_bcso_eup.xml
    [3/23/2019 11:33:01 AM.746] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/outfits_doa_eup.xml
    [3/23/2019 11:33:01 AM.748] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/outfits_fib_eup.xml
    [3/23/2019 11:33:01 AM.753] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/outfits_iaa_eup.xml
    [3/23/2019 11:33:01 AM.753] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/outfits_lsia_eup.xml
    [3/23/2019 11:33:01 AM.754] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/outfits_lspd_eup.xml
    [3/23/2019 11:33:01 AM.760] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/outfits_lssd_eup.xml
    [3/23/2019 11:33:01 AM.763] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/outfits_medics_eup.xml
    [3/23/2019 11:33:01 AM.764] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/outfits_noose_eup.xml
    [3/23/2019 11:33:01 AM.768] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/outfits_papd_eup.xml
    [3/23/2019 11:33:01 AM.768] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/outfits_sadcr_eup.xml
    [3/23/2019 11:33:01 AM.768] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/outfits_sahp_eup.xml
    [3/23/2019 11:33:01 AM.771] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/outfits_sasp_eup.xml
    [3/23/2019 11:33:01 AM.792] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:01 AM.792] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:01 AM.793] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/cop_presets_outfits.xml
    [3/23/2019 11:33:01 AM.793] LSPD First Response: [WARN] No gender specified for outfit variation Officer at line 11, defaulting to male
    [3/23/2019 11:33:01 AM.793] LSPD First Response: [WARN] No name for outfit variation at line 23
    [3/23/2019 11:33:01 AM.793] LSPD First Response: [WARN] No gender specified for outfit variation Officer III+1 at line 23, defaulting to male
    [3/23/2019 11:33:01 AM.793] LSPD First Response: [WARN] No name for outfit variation at line 30
    [3/23/2019 11:33:01 AM.793] LSPD First Response: [WARN] No gender specified for outfit variation Detective at line 30, defaulting to male
    [3/23/2019 11:33:01 AM.793] LSPD First Response: [WARN] No name for outfit variation at line 37
    [3/23/2019 11:33:01 AM.793] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer at line 37, defaulting to male
    [3/23/2019 11:33:01 AM.793] LSPD First Response: [WARN] No name for outfit variation at line 45
    [3/23/2019 11:33:01 AM.793] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer III+1 at line 45, defaulting to male
    [3/23/2019 11:33:01 AM.793] LSPD First Response: [WARN] No name for outfit variation at line 54
    [3/23/2019 11:33:01 AM.793] LSPD First Response: [WARN] No gender specified for outfit variation Armored Detective at line 54, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Officer at line 69, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 81
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Officer III at line 81, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 88
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer at line 88, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 96
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer III at line 96, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Officer at line 111, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 123
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Officer III+1 at line 123, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 130
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Detective at line 130, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 137
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer at line 137, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 145
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer III+1 at line 145, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 154
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Armored Detective at line 154, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Officer at line 169, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 181
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Officer III at line 181, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 188
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer at line 188, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 196
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer III at line 196, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Officer at line 211, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 223
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Officer III+1 at line 223, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 230
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Detective at line 230, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 237
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer at line 237, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 245
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer III+1 at line 245, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 254
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Armored Detective at line 254, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Officer at line 269, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 281
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Officer III at line 281, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 288
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer at line 288, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No name for outfit variation at line 296
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer III at line 296, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Officer at line 383, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Officer III at line 395, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Detective I at line 403, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation SAHP Class A at line 417, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation LSPD Class A at line 436, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation LSSD Class A at line 454, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation LSPD Class A at line 473, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation BCSO Class A at line 491, defaulting to male
    [3/23/2019 11:33:01 AM.794] LSPD First Response: [WARN] No gender specified for outfit variation Deputy at line 510, defaulting to male
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 521
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No gender specified for outfit variation Armored Deputy at line 521, defaulting to male
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No gender specified for outfit variation Deputy at line 534, defaulting to male
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 545
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No gender specified for outfit variation Armored Deputy at line 545, defaulting to male
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No gender specified for outfit variation Deputy at line 558, defaulting to male
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 569
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No gender specified for outfit variation Armored Deputy at line 569, defaulting to male
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No gender specified for outfit variation Deputy at line 582, defaulting to male
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 593
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No gender specified for outfit variation Armored Deputy at line 593, defaulting to male
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No gender specified for outfit variation Deputy at line 606, defaulting to male
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 617
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No gender specified for outfit variation Armored Deputy at line 617, defaulting to male
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No gender specified for outfit variation Deputy at line 630, defaulting to male
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 641
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No gender specified for outfit variation Armored Deputy at line 641, defaulting to male
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 739
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 767
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 795
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 823
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 938
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 963
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 989
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 1015
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 1041
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 1112
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 1137
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 1162
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 1187
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 1212
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 1237
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 1264
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 1293
    [3/23/2019 11:33:01 AM.795] LSPD First Response: [WARN] No name for outfit variation at line 1322
    [3/23/2019 11:33:01 AM.796] LSPD First Response: [WARN] No name for outfit variation at line 1351
    [3/23/2019 11:33:01 AM.796] LSPD First Response: [TRACE] Loaded 89 freemode outfits and 58 preset outfits
    [3/23/2019 11:33:01 AM.799] LSPD First Response: [TRACE] Invalid base variation m_ofc_31 for m_senior
    [3/23/2019 11:33:01 AM.799] LSPD First Response: [TRACE] Invalid base variation m_ofc_31 for m_senior
    [3/23/2019 11:33:01 AM.800] LSPD First Response: [TRACE] Invalid base variation m_ofc_31 for m_senior
    [3/23/2019 11:33:01 AM.800] LSPD First Response: [TRACE] Invalid base variation m_ofc_31 for m_senior
    [3/23/2019 11:33:01 AM.800] LSPD First Response: [TRACE] Invalid base variation m_ofc_31 for m_senior
    [3/23/2019 11:33:01 AM.800] LSPD First Response: [TRACE] Invalid base variation m_ofc_31 for m_senior
    [3/23/2019 11:33:01 AM.800] LSPD First Response: [TRACE] Invalid base variation m_dept_3 for m_senior
    [3/23/2019 11:33:02 AM.408] LSPD First Response: [TRACE] Load HeadBlendData
    [3/23/2019 11:33:02 AM.424] LSPD First Response: [TRACE] Trying to get FSD
    [3/23/2019 11:33:02 AM.480] LSPD First Response: [TRACE] wanted info not exist
    [3/23/2019 11:33:02 AM.558] LSPD First Response: [TRACE] Adding Ben J. as character
    [3/23/2019 11:33:02 AM.570] LSPD First Response: [TRACE] Load HeadBlendData
    [3/23/2019 11:33:02 AM.570] LSPD First Response: [TRACE] Trying to get FSD
    [3/23/2019 11:33:02 AM.597] LSPD First Response: [TRACE] wanted info not exist
    [3/23/2019 11:33:02 AM.644] LSPD First Response: [TRACE] Adding Michelle Meto as character
    [3/23/2019 11:33:02 AM.645] LSPD First Response: [WARN] Path without extension: lspdfr/chars
    [3/23/2019 11:33:02 AM.645] LSPD First Response: [WARN] Path without extension: lspdfr/chars
    [3/23/2019 11:33:02 AM.660] LSPD First Response: [TRACE] Load HeadBlendData
    [3/23/2019 11:33:02 AM.660] LSPD First Response: [TRACE] Trying to get FSD
    [3/23/2019 11:33:02 AM.660] LSPD First Response: [TRACE] wanted info not exist
    [3/23/2019 11:33:02 AM.715] LSPD First Response: [TRACE] Load HeadBlendData
    [3/23/2019 11:33:02 AM.715] LSPD First Response: [TRACE] Trying to get FSD
    [3/23/2019 11:33:02 AM.715] LSPD First Response: [TRACE] wanted info not exist
    [3/23/2019 11:33:02 AM.755] LSPD First Response: [TRACE] Load HeadBlendData
    [3/23/2019 11:33:02 AM.755] LSPD First Response: [TRACE] Trying to get FSD
    [3/23/2019 11:33:02 AM.755] LSPD First Response: [TRACE] wanted info not exist
    [3/23/2019 11:33:02 AM.797] LSPD First Response: [TRACE] Load HeadBlendData
    [3/23/2019 11:33:02 AM.797] LSPD First Response: [TRACE] Trying to get FSD
    [3/23/2019 11:33:02 AM.799] LSPD First Response: [TRACE] wanted info not exist
    [3/23/2019 11:33:02 AM.827] LSPD First Response: [TRACE] Adding Mark Carlsberg as character
    [3/23/2019 11:33:02 AM.852] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:02 AM.852] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:02 AM.852] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/regions.xml
    [3/23/2019 11:33:02 AM.858] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:02 AM.858] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:02 AM.859] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/backup.xml
    [3/23/2019 11:33:02 AM.887] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:02 AM.887] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:02 AM.922] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/agency.xml
    [3/23/2019 11:33:02 AM.950] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/agency_eup.xml
    [3/23/2019 11:33:02 AM.961] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:02 AM.961] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:02 AM.984] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/inventory.xml
    [3/23/2019 11:33:02 AM.990] LSPD First Response: [TRACE] Failed to parse  as chance
    [3/23/2019 11:33:02 AM.991] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:D:/Steam/steamapps/common/Grand Theft Auto V/lspdfr/data/custom/inventory_eup.xml
    [3/23/2019 11:33:02 AM.994] LSPD First Response: [TRACE] Player was in vehicle: False
    [3/23/2019 11:33:02 AM.994] LSPD First Response: [TRACE] Last selected character was Mark Carlsberg
    [3/23/2019 11:33:02 AM.994] LSPD First Response: [TRACE] Loading last selected character Mark Carlsberg
    [3/23/2019 11:33:02 AM.995] LSPD First Response: [INFO] Changing current player character to Mark Carlsberg
    [3/23/2019 11:33:03 AM.021] LSPD First Response: [TRACE] Thread PedHistoryManager #1 initialized
    [3/23/2019 11:33:03 AM.021] LSPD First Response: [TRACE] Thread PlayerCharacterStatsManager #1 initialized
    [3/23/2019 11:33:03 AM.022] LSPD First Response: [TRACE] Thread GamePlayer #1 initialized
    [3/23/2019 11:33:03 AM.211] LSPD First Response: [TRACE] Cached 1036 decorators for index 3
    [3/23/2019 11:33:03 AM.231] s_m_y_cop_01_white_mini_02
    [3/23/2019 11:33:03 AM.232] LSPD First Response: [TRACE] CharacterSelected: 38
    [3/23/2019 11:33:03 AM.232] LSPD First Response: [TRACE] Character changed, creating new stats object
    [3/23/2019 11:33:04 AM.088] LSPD First Response: [TRACE] Initialized telemtry service
    [3/23/2019 11:33:04 AM.133] LSPD First Response: [TRACE] Started new menu thread MenuBase #1
    [3/23/2019 11:33:04 AM.134] LSPD First Response: [TRACE] Started new menu thread MenuBase #2
    [3/23/2019 11:33:04 AM.198] LSPD First Response: [TRACE] Thread DiscordRichPresence #1 initialized
    [3/23/2019 11:33:04 AM.219] LSPD First Response: [TRACE] New cop added without cop data!
    [3/23/2019 11:33:04 AM.219] LSPD First Response: [TRACE] They were already cop.
    [3/23/2019 11:33:04 AM.249] LSPD First Response: [TRACE] Franz Baner (S_M_Y_COP_01) was set as a cop
    [3/23/2019 11:33:04 AM.250] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:33:04 AM.250] LSPD First Response: [TRACE] New cop added without cop data!
    [3/23/2019 11:33:04 AM.250] LSPD First Response: [TRACE] They were already cop.
    [3/23/2019 11:33:04 AM.251] LSPD First Response: [TRACE] Amanda Valencia (S_F_Y_COP_01) was set as a cop
    [3/23/2019 11:33:04 AM.251] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:33:04 AM.747] LSPD First Response: [TRACE] Thread MenuManager #1 initialized
    [3/23/2019 11:33:05 AM.015] LSPD First Response: [TRACE] Started new menu thread MenuBase #3
    [3/23/2019 11:33:05 AM.019] LSPD First Response: [TRACE] Started new menu thread MenuBase #4
    [3/23/2019 11:33:05 AM.083] LSPD First Response: [TRACE] Set title to Mark Carlsberg for Vehicle Options
    [3/23/2019 11:33:05 AM.087] LSPD First Response: [TRACE] Started new menu thread MenuBase #5
    [3/23/2019 11:33:05 AM.088] LSPD First Response: [TRACE] Set title to Mark Carlsberg for Police Radio
    [3/23/2019 11:33:05 AM.091] LSPD First Response: [TRACE] Started new menu thread MenuBase #6
    [3/23/2019 11:33:05 AM.095] LSPD First Response: [TRACE] Set title to Mark Carlsberg for Interaction Menu
    [3/23/2019 11:33:05 AM.095] LSPD First Response: [TRACE] Started new menu thread MenuBase #7
    [3/23/2019 11:33:05 AM.096] LSPD First Response: [TRACE] Set title to Mark Carlsberg for Police Radio
    [3/23/2019 11:33:05 AM.098] LSPD First Response: [TRACE] Started new menu thread MenuBase #8
    [3/23/2019 11:33:05 AM.098] LSPD First Response: [TRACE] Set title to Mark Carlsberg for Vehicle Options
    [3/23/2019 11:33:05 AM.132] LSPD First Response: [TRACE] Requested Audio
    [3/23/2019 11:33:05 AM.537] LSPD First Response: [INFO] Connecting to LSPDFR Sync
    [3/23/2019 11:33:05 AM.794] LSPD First Response: [TRACE] 7FF628B41168
    [3/23/2019 11:33:05 AM.796] LSPD First Response: We have 2 appartments registered
    [3/23/2019 11:33:05 AM.797] Created: 2874 Hillcrest
    [3/23/2019 11:33:07 AM.921] LSPD First Response: [TRACE] Thread CharacterCreation #1 initialized
    [3/23/2019 11:33:07 AM.954] LSPD First Response: [TRACE] Initialised Apartment: 2874 Hillcrest, Interior is 207361
    [3/23/2019 11:33:07 AM.955] Created: 2044 North Conker
    [3/23/2019 11:33:09 AM.760] LSPD First Response: [TRACE] Thread SamTesting #1 initialized
    [3/23/2019 11:33:09 AM.760] LSPD First Response: [TRACE] Thread CrimeEventManager #1 initialized
    [3/23/2019 11:33:09 AM.760] LSPD First Response: [TRACE] Thread Crime Manager #1 initialized
    [3/23/2019 11:33:09 AM.761] LSPD First Response: [TRACE] Thread ChaseMe #1 initialized
    [3/23/2019 11:33:09 AM.763] LSPD First Response: [TRACE] Thread TrafficStopManager #1 initialized
    [3/23/2019 11:33:09 AM.765] LSPD First Response: [TRACE] Thread PlayerChaseManager #1 initialized
    [3/23/2019 11:33:09 AM.770] LSPD First Response: [TRACE] Thread ScenarioManager #1 initialized
    [3/23/2019 11:33:09 AM.771] LSPD First Response: [TRACE] Thread CheckpointManager #1 initialized
    [3/23/2019 11:33:09 AM.773] LSPD First Response: [TRACE] Thread PauseMenu #1 initialized
    [3/23/2019 11:33:09 AM.775] LSPD First Response: [TRACE] Thread ApartmentManager #1 initialized
    [3/23/2019 11:33:09 AM.776] LSPD First Response: [TRACE] Thread Apartment #1 initialized
    [3/23/2019 11:33:09 AM.782] LSPD First Response: [TRACE] Thread Marker #1 initialized
    [3/23/2019 11:33:09 AM.818] LSPD First Response: [TRACE] Initialised Apartment: 2044 North Conker, Interior is 206081
    [3/23/2019 11:33:09 AM.818] LSPD First Response: ApartmentManager initialized
    [3/23/2019 11:33:09 AM.830] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:09 AM.830] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:09 AM.830] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/stations.xml
    [3/23/2019 11:33:09 AM.850] LSPD First Response: [INFO] Vinewood Police Station
    [3/23/2019 11:33:09 AM.850] LSPD First Response: [INFO] Added new police station: Vinewood Police Station (LSPD) at X:638.5 Y:1.75 Z:82.8
    [3/23/2019 11:33:09 AM.850] LSPD First Response: [INFO] La Mesa SAHP Station
    [3/23/2019 11:33:09 AM.850] LSPD First Response: [INFO] Added new police station: La Mesa SAHP Station (SAHP) at X:826.8 Y:-1290 Z:28.24
    [3/23/2019 11:33:09 AM.850] LSPD First Response: [INFO] Rockford Hills Police Station
    [3/23/2019 11:33:09 AM.850] LSPD First Response: [INFO] Added new police station: Rockford Hills Police Station (LSPD) at X:-561.65 Y:-131.65 Z:38.21
    [3/23/2019 11:33:09 AM.850] LSPD First Response: [INFO] Vespucci Police Station
    [3/23/2019 11:33:09 AM.850] LSPD First Response: [INFO] Added new police station: Vespucci Police Station (LSPD) at X:-1108.18 Y:-845.18 Z:19.32
    [3/23/2019 11:33:09 AM.851] LSPD First Response: [INFO] Misson Row Police Station
    [3/23/2019 11:33:09 AM.851] LSPD First Response: [INFO] Added new police station: Misson Row Police Station (LSPD) at X:450.0654 Y:-993.0596 Z:30
    [3/23/2019 11:33:09 AM.851] LSPD First Response: [INFO] Davis Sheriff Station
    [3/23/2019 11:33:09 AM.851] LSPD First Response: [INFO] Added new police station: Davis Sheriff Station (LSSD) at X:360.97 Y:-1584.7 Z:29.29
    [3/23/2019 11:33:09 AM.851] LSPD First Response: [INFO] Sandy Shores Sheriff Station
    [3/23/2019 11:33:09 AM.851] LSPD First Response: [INFO] Added new police station: Sandy Shores Sheriff Station (LSSD) at X:1848.73 Y:3689.98 Z:34.27
    [3/23/2019 11:33:09 AM.851] LSPD First Response: [INFO] Paleto Bay Sheriff Station
    [3/23/2019 11:33:09 AM.851] LSPD First Response: [INFO] Added new police station: Paleto Bay Sheriff Station (LSSD) at X:-448.22 Y:6008.23 Z:31.72
    [3/23/2019 11:33:09 AM.851] LSPD First Response: [INFO] Beaver Bush Ranger Station
    [3/23/2019 11:33:09 AM.851] LSPD First Response: [INFO] Added new police station: Beaver Bush Ranger Station (SASP) at X:379.31 Y:792.06 Z:190.41
    [3/23/2019 11:33:09 AM.851] LSPD First Response: [INFO] Los Santos Intl. Airport Field Office
    [3/23/2019 11:33:09 AM.851] LSPD First Response: [INFO] Added new police station: Los Santos Intl. Airport Field Office (NOOSE) at X:-864.61 Y:-2408.92 Z:14.03
    [3/23/2019 11:33:09 AM.851] LSPD First Response: [INFO] Bolingbroke Penitentiary
    [3/23/2019 11:33:09 AM.851] LSPD First Response: [INFO] Added new police station: Bolingbroke Penitentiary (SADCR) at X:1846.49 Y:2585.95 Z:45.67
    [3/23/2019 11:33:09 AM.857] LSPD First Response: [TRACE] Auto started component Debug #1
    [3/23/2019 11:33:09 AM.858] LSPD First Response: [TRACE] Auto started component AmbientBlips #1
    [3/23/2019 11:33:09 AM.858] LSPD First Response: [TRACE] Auto started component AmbientChases #1
    [3/23/2019 11:33:09 AM.858] LSPD First Response: [TRACE] Auto started component AmbientCombatControl #1
    [3/23/2019 11:33:09 AM.858] LSPD First Response: [TRACE] Auto started component AmbientGameStats #1
    [3/23/2019 11:33:09 AM.859] LSPD First Response: [TRACE] Auto started component AmbientOffDuty #1
    [3/23/2019 11:33:09 AM.859] LSPD First Response: [TRACE] Auto started component AmbientPhotoCamera #1
    [3/23/2019 11:33:09 AM.859] LSPD First Response: [TRACE] Auto started component AmbientGameScripts #1
    [3/23/2019 11:33:09 AM.860] LSPD First Response: [TRACE] Auto started component AmbientSpawn #1
    [3/23/2019 11:33:09 AM.860] LSPD First Response: [TRACE] Auto started component AmbientSpawnScenarios #1
    [3/23/2019 11:33:09 AM.860] LSPD First Response: [TRACE] Auto started component GameStatsManager #1
    [3/23/2019 11:33:09 AM.862] LSPD First Response: [TRACE] Auto started component GameEventManager #1
    [3/23/2019 11:33:09 AM.865] LSPD First Response: [TRACE] Loading node data
    [3/23/2019 11:33:11 AM.306] LSPD First Response: [TRACE] Terminal server version: 0.2
    [3/23/2019 11:33:11 AM.306] LSPD First Response: [INFO] Connected to LSPDFR Sync via session 6de36eb2-caf0-49c4-b3e7-19431e662764. Enhanced features available.
    [3/23/2019 11:33:11 AM.307] LSPD First Response: [TRACE] Server has requested that we enable feature BaselineTelemetry
    [3/23/2019 11:33:11 AM.310] LSPD First Response: [TRACE] Server has requested that we enable feature LSPDFRSyncOnboarding
    [3/23/2019 11:33:13 AM.349] LSPD First Response: [TRACE] Done loading node data
    [3/23/2019 11:33:13 AM.349] LSPD First Response: [TRACE] Loading node data
    [3/23/2019 11:33:13 AM.349] LSPD First Response: [TRACE] Done loading node data
    [3/23/2019 11:33:13 AM.350] LSPD First Response: [TRACE] SwitchToCharacter: Mark Carlsberg
    [3/23/2019 11:33:13 AM.350] LSPD First Response: [TRACE] Switch mode is random
    [3/23/2019 11:33:13 AM.355] LSPD First Response: [TRACE] GamePlayer::ChangeCharacter: Same character
    [3/23/2019 11:33:13 AM.356] LSPD First Response: [TRACE] EnterApartmentSpawnTest
    [3/23/2019 11:33:13 AM.357] LSPD First Response: [TRACE] Entered apartment
    [3/23/2019 11:33:13 AM.619] LSPD First Response: [TRACE] Thread AmbientGameStats #1 initialized
    [3/23/2019 11:33:13 AM.621] LSPD First Response: [TRACE] Thread AmbientChases #1 initialized
    [3/23/2019 11:33:13 AM.622] LSPD First Response: [TRACE] Disabling ambient game police chases
    [3/23/2019 11:33:13 AM.629] LSPD First Response: [TRACE] Disabled ambient game police chases
    [3/23/2019 11:33:13 AM.629] LSPD First Response: [TRACE] Thread AmbientBlips #1 initialized
    [3/23/2019 11:33:13 AM.636] LSPD First Response: [TRACE] Thread AmbientOffDuty #1 initialized
    [3/23/2019 11:33:13 AM.646] LSPD First Response: [TRACE] Thread AmbientPhotoCamera #1 initialized
    [3/23/2019 11:33:13 AM.646] LSPD First Response: [TRACE] Thread AmbientGameScripts #1 initialized
    [3/23/2019 11:33:14 AM.827] LSPD First Response: [TRACE] Thread AmbientSpawnScenarios #1 initialized
    [3/23/2019 11:33:14 AM.827] LSPD First Response: [TRACE] Thread GameStatsManager #1 initialized
    [3/23/2019 11:33:14 AM.893] LSPD First Response: [TRACE] Thread Apartment #2 initialized
    [3/23/2019 11:33:14 AM.893] LSPD First Response: [TRACE] Thread Marker #2 initialized
    [3/23/2019 11:33:14 AM.949] Interior: 207361
    [3/23/2019 11:33:14 AM.951] LSPD First Response: [TRACE] Loaded Apartment: 2874 Hillcrest, Interior is 207361
    [3/23/2019 11:33:14 AM.961] LSPD First Response: [TRACE] Thread Duty #1 initialized
    [3/23/2019 11:33:14 AM.979] LSPD First Response: [TRACE] Thread PoliceStationManager #1 initialized
    [3/23/2019 11:33:14 AM.998] LSPD First Response: [TRACE] Thread PoliceStationInterior #1 initialized
    [3/23/2019 11:33:15 AM.001] LSPD First Response: [TRACE] Thread Marker #3 initialized
    [3/23/2019 11:33:15 AM.001] LSPD First Response: [TRACE] Thread Debug #1 initialized
    [3/23/2019 11:33:15 AM.005] LSPD First Response: [TRACE] Thread AmbientCombatControl #1 initialized
    [3/23/2019 11:33:15 AM.005] LSPD First Response: [TRACE] Thread AmbientSpawn #1 initialized
    [3/23/2019 11:33:15 AM.008] LSPD First Response: [TRACE] Thread GameEventManager #1 initialized
    [3/23/2019 11:33:15 AM.961] LSPD First Response: [TRACE] Loaded Apt Interior: Hillcrest
    [3/23/2019 11:33:15 AM.964] LSPD First Response: [TRACE] Wine: Prop Constructor Started
    [3/23/2019 11:33:15 AM.964] LSPD First Response: [TRACE] Wine: Prop Constructor Finished
    [3/23/2019 11:33:15 AM.979] LSPD First Response: [TRACE] Thread ApartmentProp #1 initialized
    [3/23/2019 11:33:16 AM.361] LSPD First Response: [TRACE] Closest Bottle Deleted
    [3/23/2019 11:33:16 AM.362] LSPD First Response: [TRACE] Closest Glass Deleted
    [3/23/2019 11:33:16 AM.526] LSPD First Response: [TRACE] Juice: Prop Constructor Started
    [3/23/2019 11:33:16 AM.526] LSPD First Response: [TRACE] Juice: Prop Constructor Finished
    [3/23/2019 11:33:16 AM.541] LSPD First Response: [TRACE] Thread ApartmentProp #2 initialized
    [3/23/2019 11:33:16 AM.721] LSPD First Response: [TRACE] Offset: X:-853.4756 Y:688.7891 Z:153.8136
    [3/23/2019 11:33:16 AM.721] LSPD First Response: [TRACE] Pos: X:-853.4756 Y:688.7891 Z:152.8136
    [3/23/2019 11:33:16 AM.723] LSPD First Response: [TRACE] Whisky: Prop Constructor Started
    [3/23/2019 11:33:16 AM.723] LSPD First Response: [TRACE] Whisky: Prop Constructor Finished
    [3/23/2019 11:33:16 AM.740] LSPD First Response: [TRACE] Thread ApartmentProp #3 initialized
    [3/23/2019 11:33:17 AM.176] LSPD First Response: [TRACE] Offset: X:-859.1567 Y:674.8228 Z:153.4489
    [3/23/2019 11:33:17 AM.177] LSPD First Response: [TRACE] Pos: X:-859.1567 Y:674.8228 Z:152.4489
    [3/23/2019 11:33:17 AM.181] LSPD First Response: [TRACE] Shower: Prop Constructor Started
    [3/23/2019 11:33:17 AM.181] LSPD First Response: [TRACE] Shower: Prop Constructor Finished
    [3/23/2019 11:33:17 AM.194] LSPD First Response: [TRACE] Bed: Prop Constructor Started
    [3/23/2019 11:33:17 AM.194] LSPD First Response: [TRACE] Bed: Prop Constructor Finished
    [3/23/2019 11:33:17 AM.195] LSPD First Response: [TRACE] Wardrobe: Prop Constructor Started
    [3/23/2019 11:33:17 AM.195] LSPD First Response: [TRACE] Wardrobe: Prop Constructor Finished
    [3/23/2019 11:33:17 AM.195] LSPD First Response: [TRACE] Started new menu thread MenuBase #9
    [3/23/2019 11:33:17 AM.200] LSPD First Response: [TRACE] Updating scaleform
    [3/23/2019 11:33:17 AM.209] LSPD First Response: [TRACE] Chair: Prop Constructor Started
    [3/23/2019 11:33:17 AM.209] LSPD First Response: [TRACE] Chair: Prop Constructor Finished
    [3/23/2019 11:33:17 AM.209] LSPD First Response: [TRACE] Chair: Prop Constructor Started
    [3/23/2019 11:33:17 AM.209] LSPD First Response: [TRACE] Chair: Prop Constructor Finished
    [3/23/2019 11:33:17 AM.210] LSPD First Response: [TRACE] Chair: Prop Constructor Started
    [3/23/2019 11:33:17 AM.210] LSPD First Response: [TRACE] Chair: Prop Constructor Finished
    [3/23/2019 11:33:17 AM.210] LSPD First Response: [TRACE] Chair: Prop Constructor Started
    [3/23/2019 11:33:17 AM.210] LSPD First Response: [TRACE] Chair: Prop Constructor Finished
    [3/23/2019 11:33:17 AM.210] LSPD First Response: [TRACE] Chair: Prop Constructor Started
    [3/23/2019 11:33:17 AM.210] LSPD First Response: [TRACE] Chair: Prop Constructor Finished
    [3/23/2019 11:33:17 AM.211] LSPD First Response: [TRACE] Radio: Prop Constructor Started
    [3/23/2019 11:33:17 AM.211] LSPD First Response: [TRACE] Radio: Prop Constructor Finished
    [3/23/2019 11:33:17 AM.211] LSPD First Response: [TRACE] Radio: Prop Constructor Started
    [3/23/2019 11:33:17 AM.211] LSPD First Response: [TRACE] Radio: Prop Constructor Finished
    [3/23/2019 11:33:17 AM.237] LSPD First Response: [TRACE] Thread ApartmentTV #1 initialized
    [3/23/2019 11:33:17 AM.245] LSPD First Response: [TRACE] Thread ApartmentProp #4 initialized
    [3/23/2019 11:33:17 AM.246] LSPD First Response: [TRACE] Thread ApartmentProp #5 initialized
    [3/23/2019 11:33:17 AM.246] LSPD First Response: [TRACE] Thread ApartmentProp #6 initialized
    [3/23/2019 11:33:17 AM.249] LSPD First Response: [TRACE] Thread ApartmentProp #12 initialized
    [3/23/2019 11:33:17 AM.249] LSPD First Response: [TRACE] Set scenepoint for radio based on prop_mp3_dock
    [3/23/2019 11:33:17 AM.250] LSPD First Response: [TRACE] Updating scaleform
    [3/23/2019 11:33:17 AM.251] LSPD First Response: [TRACE] Thread ApartmentProp #13 initialized
    [3/23/2019 11:33:17 AM.251] LSPD First Response: [TRACE] Set scenepoint for radio based on prop_mp3_dock
    [3/23/2019 11:33:17 AM.251] LSPD First Response: [TRACE] Updating scaleform
    [3/23/2019 11:33:17 AM.622] LSPD First Response: [TRACE] Starting player switch
    [3/23/2019 11:33:19 AM.181] LSPD First Response: [TRACE] Thread ApartmentProp #7 initialized
    [3/23/2019 11:33:19 AM.187] LSPD First Response: [TRACE] Thread ApartmentProp #8 initialized
    [3/23/2019 11:33:19 AM.187] LSPD First Response: [TRACE] Thread ApartmentProp #9 initialized
    [3/23/2019 11:33:19 AM.187] LSPD First Response: [TRACE] Thread ApartmentProp #10 initialized
    [3/23/2019 11:33:19 AM.187] LSPD First Response: [TRACE] Thread ApartmentProp #11 initialized
    [3/23/2019 11:33:20 AM.125] LSPD First Response: [TRACE] Player switch done
    [3/23/2019 11:33:25 AM.544] LSPD First Response: [TRACE] we're on the lspdfr page
    [3/23/2019 11:33:25 AM.544] LSPD First Response: [TRACE] 7FF628B40758
    [3/23/2019 11:33:25 AM.959] LSPD First Response: [TRACE] disableScriptedInput()
    [3/23/2019 11:33:25 AM.982] LSPD First Response: [TRACE] KILL stats page
    [3/23/2019 11:33:25 AM.982] LSPD First Response: [TRACE] request settings page
    [3/23/2019 11:33:25 AM.991] LSPD First Response: [TRACE] load settings gfx
    [3/23/2019 11:33:26 AM.122] LSPD First Response: [TRACE] lspdfr page finalizalation
    [3/23/2019 11:33:27 AM.290] LSPD First Response: [TRACE] Left btn down
    [3/23/2019 11:33:27 AM.406] LSPD First Response: [TRACE] left btn up
    [3/23/2019 11:33:27 AM.459] LSPD First Response: [TRACE] selected: -1 sub: -145
    [3/23/2019 11:33:27 AM.459] LSPD First Response: [TRACE] menu depth: 0
    [3/23/2019 11:33:28 AM.524] LSPD First Response: [TRACE] Left btn down
    [3/23/2019 11:33:28 AM.620] LSPD First Response: [TRACE] left btn up
    [3/23/2019 11:33:28 AM.676] LSPD First Response: [TRACE] selected: 145 sub: 1
    [3/23/2019 11:33:28 AM.676] LSPD First Response: [TRACE] menu depth: 1
    [3/23/2019 11:33:28 AM.676] LSPD First Response: [TRACE] currentsubitem: 1
    [3/23/2019 11:33:28 AM.679] LSPD First Response: [TRACE] currentsubitem: 1
    [3/23/2019 11:33:28 AM.679] LSPD First Response: [TRACE] yes: 0
    [3/23/2019 11:33:28 AM.679] LSPD First Response: [TRACE] selected: 145
    [3/23/2019 11:33:28 AM.756] LSPD First Response: [TRACE] Left btn down
    [3/23/2019 11:33:28 AM.856] LSPD First Response: [TRACE] left btn up
    [3/23/2019 11:33:28 AM.910] LSPD First Response: [TRACE] selected: -1 sub: -145
    [3/23/2019 11:33:28 AM.910] LSPD First Response: [TRACE] menu depth: 2
    [3/23/2019 11:33:29 AM.014] LSPD First Response: [TRACE] Left btn down
    [3/23/2019 11:33:29 AM.123] LSPD First Response: [TRACE] left btn up
    [3/23/2019 11:33:29 AM.175] LSPD First Response: [TRACE] selected: 145 sub: 1
    [3/23/2019 11:33:29 AM.175] LSPD First Response: [TRACE] menu depth: 2
    [3/23/2019 11:33:29 AM.680] LSPD First Response: [TRACE] SwitchToCharacter: Mark Carlsberg
    [3/23/2019 11:33:32 AM.306] LSPD First Response: [TRACE] Hiding help for: Chair
    [3/23/2019 11:33:32 AM.308] LSPD First Response: [TRACE] Unloaded Apartment: 2874 Hillcrest, Interior is 207361
    [3/23/2019 11:33:32 AM.309] LSPD First Response: [TRACE] Asked thread ApartmentProp #1 to abort: No reason specified
    [3/23/2019 11:33:32 AM.311] LSPD First Response: [TRACE] Reset wine positions
    [3/23/2019 11:33:32 AM.311] LSPD First Response: [TRACE] Ended Wine
    [3/23/2019 11:33:32 AM.314] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #1 Content Manager
    [3/23/2019 11:33:32 AM.314] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #1)
    [3/23/2019 11:33:32 AM.314] LSPD First Response: [TRACE] Asked thread ApartmentProp #2 to abort: No reason specified
    [3/23/2019 11:33:32 AM.314] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #2 Content Manager
    [3/23/2019 11:33:32 AM.314] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #2)
    [3/23/2019 11:33:32 AM.315] LSPD First Response: [TRACE] Ended Green Juice
    [3/23/2019 11:33:32 AM.315] LSPD First Response: [TRACE] Asked thread ApartmentProp #3 to abort: No reason specified
    [3/23/2019 11:33:32 AM.315] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #3 Content Manager
    [3/23/2019 11:33:32 AM.315] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #3)
    [3/23/2019 11:33:32 AM.316] LSPD First Response: [TRACE] Ended Whisky
    [3/23/2019 11:33:32 AM.316] LSPD First Response: [TRACE] Asked thread ApartmentTV #1 to abort: No reason specified
    [3/23/2019 11:33:32 AM.317] LSPD First Response: [TRACE] Released 0 entities from ApartmentTV #1 Content Manager
    [3/23/2019 11:33:32 AM.317] LSPD First Response: [TRACE] Instance cleaned (ApartmentTV #1)
    [3/23/2019 11:33:32 AM.325] LSPD First Response: [TRACE] Asked thread ApartmentProp #4 to abort: No reason specified
    [3/23/2019 11:33:32 AM.333] LSPD First Response: [TRACE] Reset shower positions
    [3/23/2019 11:33:32 AM.333] LSPD First Response: [TRACE] Reset shower positions
    [3/23/2019 11:33:32 AM.335] LSPD First Response: [TRACE] Ended Shower
    [3/23/2019 11:33:32 AM.335] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #4 Content Manager
    [3/23/2019 11:33:32 AM.335] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #4)
    [3/23/2019 11:33:32 AM.335] LSPD First Response: [TRACE] Asked thread ApartmentProp #5 to abort: No reason specified
    [3/23/2019 11:33:32 AM.336] LSPD First Response: [TRACE] Ended Bed
    [3/23/2019 11:33:32 AM.336] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #5 Content Manager
    [3/23/2019 11:33:32 AM.336] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #5)
    [3/23/2019 11:33:32 AM.336] LSPD First Response: [TRACE] Asked thread ApartmentProp #6 to abort: No reason specified
    [3/23/2019 11:33:32 AM.337] LSPD First Response: [TRACE] Updating scaleform
    [3/23/2019 11:33:32 AM.339] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #6 Content Manager
    [3/23/2019 11:33:32 AM.339] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #6)
    [3/23/2019 11:33:32 AM.339] LSPD First Response: [TRACE] Asked thread ApartmentProp #7 to abort: No reason specified
    [3/23/2019 11:33:32 AM.339] LSPD First Response: [TRACE] Ended Chair
    [3/23/2019 11:33:32 AM.339] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #7 Content Manager
    [3/23/2019 11:33:32 AM.339] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #7)
    [3/23/2019 11:33:32 AM.339] LSPD First Response: [TRACE] Asked thread ApartmentProp #8 to abort: No reason specified
    [3/23/2019 11:33:32 AM.339] LSPD First Response: [TRACE] Ended Chair
    [3/23/2019 11:33:32 AM.339] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #8 Content Manager
    [3/23/2019 11:33:32 AM.339] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #8)
    [3/23/2019 11:33:32 AM.339] LSPD First Response: [TRACE] Asked thread ApartmentProp #9 to abort: No reason specified
    [3/23/2019 11:33:32 AM.339] LSPD First Response: [TRACE] Ended Chair
    [3/23/2019 11:33:32 AM.339] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #9 Content Manager
    [3/23/2019 11:33:32 AM.339] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #9)
    [3/23/2019 11:33:32 AM.339] LSPD First Response: [TRACE] Asked thread ApartmentProp #10 to abort: No reason specified
    [3/23/2019 11:33:32 AM.341] LSPD First Response: [TRACE] Ended Chair
    [3/23/2019 11:33:32 AM.341] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #10 Content Manager
    [3/23/2019 11:33:32 AM.341] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #10)
    [3/23/2019 11:33:32 AM.341] LSPD First Response: [TRACE] Asked thread ApartmentProp #11 to abort: No reason specified
    [3/23/2019 11:33:32 AM.341] LSPD First Response: [TRACE] Ended Chair
    [3/23/2019 11:33:32 AM.341] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #11 Content Manager
    [3/23/2019 11:33:32 AM.341] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #11)
    [3/23/2019 11:33:32 AM.341] LSPD First Response: [TRACE] Asked thread ApartmentProp #12 to abort: No reason specified
    [3/23/2019 11:33:32 AM.342] LSPD First Response: [TRACE] Ended Radio
    [3/23/2019 11:33:32 AM.342] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #12 Content Manager
    [3/23/2019 11:33:32 AM.342] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #12)
    [3/23/2019 11:33:32 AM.342] LSPD First Response: [TRACE] Asked thread ApartmentProp #13 to abort: No reason specified
    [3/23/2019 11:33:32 AM.342] LSPD First Response: [TRACE] Ended Radio
    [3/23/2019 11:33:32 AM.342] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #13 Content Manager
    [3/23/2019 11:33:32 AM.342] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #13)
    [3/23/2019 11:33:32 AM.342] LSPD First Response: [TRACE] Unloaded Apt Interior: Hillcrest
    [3/23/2019 11:33:32 AM.343] LSPD First Response: [TRACE] Thread ApartmentProp #1 has been shut down
    [3/23/2019 11:33:32 AM.343] LSPD First Response: [TRACE] Thread ApartmentProp #2 has been shut down
    [3/23/2019 11:33:32 AM.343] LSPD First Response: [TRACE] Thread ApartmentProp #3 has been shut down
    [3/23/2019 11:33:32 AM.343] LSPD First Response: [TRACE] Thread ApartmentTV #1 has been shut down
    [3/23/2019 11:33:32 AM.344] LSPD First Response: [TRACE] Thread ApartmentProp #4 has been shut down
    [3/23/2019 11:33:32 AM.344] LSPD First Response: [TRACE] Thread ApartmentProp #5 has been shut down
    [3/23/2019 11:33:32 AM.344] LSPD First Response: [TRACE] Thread ApartmentProp #6 has been shut down
    [3/23/2019 11:33:32 AM.344] LSPD First Response: [TRACE] Thread ApartmentProp #7 has been shut down
    [3/23/2019 11:33:32 AM.344] LSPD First Response: [TRACE] Thread ApartmentProp #8 has been shut down
    [3/23/2019 11:33:32 AM.344] LSPD First Response: [TRACE] Thread ApartmentProp #9 has been shut down
    [3/23/2019 11:33:32 AM.344] LSPD First Response: [TRACE] Thread ApartmentProp #10 has been shut down
    [3/23/2019 11:33:32 AM.344] LSPD First Response: [TRACE] Thread ApartmentProp #11 has been shut down
    [3/23/2019 11:33:32 AM.344] LSPD First Response: [TRACE] Thread ApartmentProp #12 has been shut down
    [3/23/2019 11:33:32 AM.344] LSPD First Response: [TRACE] Thread ApartmentProp #13 has been shut down
    [3/23/2019 11:33:32 AM.749] LSPD First Response: [TRACE] Created police at X:-551.0397 Y:-144.0132 Z:38.65663
    [3/23/2019 11:33:32 AM.750] LSPD First Response: [TRACE] AmbientStationSpawn: Added POLICE at Rockford Hills Police Station
    [3/23/2019 11:33:32 AM.751] LSPD First Response: [TRACE] Created police2 at X:-557.7739 Y:-161.9565 Z:38.62593
    [3/23/2019 11:33:32 AM.751] LSPD First Response: [TRACE] AmbientStationSpawn: Added POLICE2 at Rockford Hills Police Station
    [3/23/2019 11:33:32 AM.751] LSPD First Response: [TRACE] Created police at X:-568.3508 Y:-166.3393 Z:38.54008
    [3/23/2019 11:33:32 AM.751] LSPD First Response: [TRACE] AmbientStationSpawn: Added POLICE at Rockford Hills Police Station
    [3/23/2019 11:33:32 AM.765] LSPD First Response: [TRACE] New ped created mp_m_freemode_01 (PedType: 6), Agency: Custom ()
    [3/23/2019 11:33:32 AM.793] s_m_y_cop_01_black_mini_02
    [3/23/2019 11:33:32 AM.793] LSPD First Response: [TRACE] Voice: s_m_y_cop_01_black_mini_02
    [3/23/2019 11:33:32 AM.793] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/23/2019 11:33:32 AM.795] LSPD First Response: [TRACE] Greg Dalton (MP_M_FREEMODE_01) was set as a cop
    [3/23/2019 11:33:32 AM.798] LSPD First Response: [TRACE] Set movement animations for cop: MP_M_FREEMODE_01
    [3/23/2019 11:33:32 AM.798] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/23/2019 11:33:32 AM.800] LSPD First Response: [TRACE] Assigned ped to PoliceStation #3 (Ambient)
    [3/23/2019 11:33:32 AM.807] LSPD First Response: [TRACE] New ped created mp_m_freemode_01 (PedType: 6), Agency: Custom ()
    [3/23/2019 11:33:32 AM.811] s_m_y_cop_01_black_mini_01
    [3/23/2019 11:33:32 AM.811] LSPD First Response: [TRACE] Voice: s_m_y_cop_01_black_mini_01
    [3/23/2019 11:33:32 AM.811] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/23/2019 11:33:32 AM.811] LSPD First Response: [TRACE] Gerardo Ortiz (MP_M_FREEMODE_01) was set as a cop
    [3/23/2019 11:33:32 AM.811] LSPD First Response: [TRACE] Set movement animations for cop: MP_M_FREEMODE_01
    [3/23/2019 11:33:32 AM.811] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/23/2019 11:33:32 AM.811] LSPD First Response: [TRACE] Assigned ped to PoliceStation #3 (Ambient)
    [3/23/2019 11:33:32 AM.826] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:33:32 AM.826] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:33:33 AM.218] LSPD First Response: [TRACE] Created police at X:-584.9279 Y:-156.5866 Z:38.31198
    [3/23/2019 11:33:33 AM.218] LSPD First Response: [TRACE] AmbientStationSpawn: Added POLICE at Rockford Hills Police Station
    [3/23/2019 11:33:33 AM.222] LSPD First Response: [TRACE] New ped created mp_m_freemode_01 (PedType: 6), Agency: Custom ()
    [3/23/2019 11:33:33 AM.225] s_m_y_cop_01_black_full_02
    [3/23/2019 11:33:33 AM.225] LSPD First Response: [TRACE] Voice: s_m_y_cop_01_black_full_02
    [3/23/2019 11:33:33 AM.225] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/23/2019 11:33:33 AM.226] LSPD First Response: [TRACE] John Carlton (MP_M_FREEMODE_01) was set as a cop
    [3/23/2019 11:33:33 AM.226] LSPD First Response: [TRACE] Set movement animations for cop: MP_M_FREEMODE_01
    [3/23/2019 11:33:33 AM.226] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/23/2019 11:33:33 AM.226] LSPD First Response: [TRACE] Assigned ped to PoliceStation #3 (Ambient)
    [3/23/2019 11:33:33 AM.331] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:33:34 AM.603] LSPD First Response: [TRACE] GetBackupTemplate for LocalPatrol in LosSantosCity in WVine using SpawnsAmbiently
    [3/23/2019 11:33:34 AM.744] LSPD First Response: [TRACE] New ped created mp_m_freemode_01 (PedType: 6), Agency: Custom ()
    [3/23/2019 11:33:34 AM.747] s_m_y_cop_01_white_mini_04
    [3/23/2019 11:33:34 AM.748] LSPD First Response: [TRACE] Voice: s_m_y_cop_01_white_mini_04
    [3/23/2019 11:33:34 AM.748] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/23/2019 11:33:34 AM.748] LSPD First Response: [TRACE] George Jhamis (MP_M_FREEMODE_01) was set as a cop
    [3/23/2019 11:33:34 AM.748] LSPD First Response: [TRACE] Set movement animations for cop: MP_M_FREEMODE_01
    [3/23/2019 11:33:34 AM.748] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/23/2019 11:33:34 AM.749] LSPD First Response: [TRACE] Assigned ped to PoliceStation #3 (Ambient)
    [3/23/2019 11:33:34 AM.753] LSPD First Response: [TRACE] New ped created mp_f_freemode_01 (PedType: 6), Agency: Custom ()
    [3/23/2019 11:33:34 AM.765] s_f_y_cop_01_black_full_01
    [3/23/2019 11:33:34 AM.765] LSPD First Response: [TRACE] Voice: s_f_y_cop_01_black_full_01
    [3/23/2019 11:33:34 AM.765] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/23/2019 11:33:34 AM.766] LSPD First Response: [TRACE] Sarah MacKay (MP_F_FREEMODE_01) was set as a cop
    [3/23/2019 11:33:34 AM.766] LSPD First Response: [TRACE] Set movement animations for cop: MP_F_FREEMODE_01
    [3/23/2019 11:33:34 AM.766] LSPD First Response: [TRACE] New ped creation finished, Gender: Female
    [3/23/2019 11:33:34 AM.766] LSPD First Response: [TRACE] Assigned ped to PoliceStation #3 (Ambient)
    [3/23/2019 11:33:34 AM.769] LSPD First Response: [TRACE] GamePlayer::ChangeCharacter: Same character
    [3/23/2019 11:33:34 AM.769] LSPD First Response: [TRACE] Starting player switch
    [3/23/2019 11:33:34 AM.774] LSPD First Response: [TRACE] New ped created mp_f_freemode_01 (PedType: 6), Agency: Custom ()
    [3/23/2019 11:33:34 AM.801] LSPD First Response: [TRACE] Cached 1047 decorators for index 4
    [3/23/2019 11:33:34 AM.805] s_f_y_cop_01_white_full_02
    [3/23/2019 11:33:34 AM.805] LSPD First Response: [TRACE] Voice: s_f_y_cop_01_white_full_02
    [3/23/2019 11:33:34 AM.805] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/23/2019 11:33:34 AM.806] LSPD First Response: [TRACE] Abbie Thompson (MP_F_FREEMODE_01) was set as a cop
    [3/23/2019 11:33:34 AM.806] LSPD First Response: [TRACE] Set movement animations for cop: MP_F_FREEMODE_01
    [3/23/2019 11:33:34 AM.806] LSPD First Response: [TRACE] New ped creation finished, Gender: Female
    [3/23/2019 11:33:34 AM.806] LSPD First Response: [TRACE] Assigned ped to PoliceStation #3 (Ambient)
    [3/23/2019 11:33:34 AM.811] LSPD First Response: [TRACE] New ped created mp_m_freemode_01 (PedType: 6), Agency: Custom ()
    [3/23/2019 11:33:34 AM.814] s_m_y_cop_01_black_mini_03
    [3/23/2019 11:33:34 AM.815] LSPD First Response: [TRACE] Voice: s_m_y_cop_01_black_mini_03
    [3/23/2019 11:33:34 AM.815] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/23/2019 11:33:34 AM.815] LSPD First Response: [TRACE] Jay West (MP_M_FREEMODE_01) was set as a cop
    [3/23/2019 11:33:34 AM.815] LSPD First Response: [TRACE] Set movement animations for cop: MP_M_FREEMODE_01
    [3/23/2019 11:33:34 AM.815] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/23/2019 11:33:34 AM.815] LSPD First Response: [TRACE] Assigned ped to PoliceStation #3 (Ambient)
    [3/23/2019 11:33:34 AM.820] LSPD First Response: [TRACE] New ped created mp_m_freemode_01 (PedType: 6), Agency: Custom ()
    [3/23/2019 11:33:34 AM.823] s_m_y_cop_01_white_mini_01
    [3/23/2019 11:33:34 AM.823] LSPD First Response: [TRACE] Voice: s_m_y_cop_01_white_mini_01
    [3/23/2019 11:33:34 AM.823] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/23/2019 11:33:34 AM.824] LSPD First Response: [TRACE] Carter Wolf (MP_M_FREEMODE_01) was set as a cop
    [3/23/2019 11:33:34 AM.824] LSPD First Response: [TRACE] Set movement animations for cop: MP_M_FREEMODE_01
    [3/23/2019 11:33:34 AM.824] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/23/2019 11:33:34 AM.824] LSPD First Response: [TRACE] Assigned ped to PoliceStation #3 (Ambient)
    [3/23/2019 11:33:34 AM.864] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:33:34 AM.864] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:33:34 AM.864] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:33:34 AM.864] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:33:34 AM.864] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:33:34 AM.867] LSPD First Response: [TRACE] Thread Marker #4 initialized
    [3/23/2019 11:33:35 AM.019] LSPD First Response: [TRACE] AmbientSpawn - spawned: police3
    [3/23/2019 11:33:37 AM.763] LSPD First Response: [TRACE] Player switch done
    [3/23/2019 11:33:37 AM.764] LSPD First Response: [TRACE] currentsubitem: 1
    [3/23/2019 11:33:37 AM.764] LSPD First Response: [TRACE] yes: 0
    [3/23/2019 11:33:37 AM.764] LSPD First Response: [TRACE] selected: 0
    [3/23/2019 11:33:45 AM.117] LSPD First Response: [TRACE] GetBackupTemplate for LocalPatrol in LosSantosCity in SKID using SpawnsAmbiently
    [3/23/2019 11:33:45 AM.123] LSPD First Response: [TRACE] New ped created mp_f_freemode_01 (PedType: 6), Agency: CityPolice ()
    [3/23/2019 11:33:45 AM.127] s_f_y_cop_01_white_full_02
    [3/23/2019 11:33:45 AM.128] LSPD First Response: [TRACE] Voice: s_f_y_cop_01_white_full_02
    [3/23/2019 11:33:45 AM.128] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/23/2019 11:33:45 AM.128] LSPD First Response: [TRACE] Jenifer Patton (MP_F_FREEMODE_01) was set as a cop
    [3/23/2019 11:33:45 AM.128] LSPD First Response: [TRACE] Set movement animations for cop: MP_F_FREEMODE_01
    [3/23/2019 11:33:45 AM.128] LSPD First Response: [TRACE] New ped creation finished, Gender: Female
    [3/23/2019 11:33:45 AM.132] LSPD First Response: [TRACE] New ped created mp_f_freemode_01 (PedType: 6), Agency: CityPolice ()
    [3/23/2019 11:33:45 AM.136] s_f_y_cop_01_black_full_02
    [3/23/2019 11:33:45 AM.136] LSPD First Response: [TRACE] Voice: s_f_y_cop_01_black_full_02
    [3/23/2019 11:33:45 AM.136] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/23/2019 11:33:45 AM.137] LSPD First Response: [TRACE] Kate Jefferson (MP_F_FREEMODE_01) was set as a cop
    [3/23/2019 11:33:45 AM.137] LSPD First Response: [TRACE] Set movement animations for cop: MP_F_FREEMODE_01
    [3/23/2019 11:33:45 AM.137] LSPD First Response: [TRACE] New ped creation finished, Gender: Female
    [3/23/2019 11:33:45 AM.138] LSPD First Response: [TRACE] AmbientSpawn - spawned: police3
    [3/23/2019 11:33:45 AM.522] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:33:45 AM.522] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:33:48 AM.515] LSPD First Response: [TRACE] Started new menu thread MenuBase #10
    [3/23/2019 11:33:48 AM.516] LSPD First Response: [TRACE] Started new menu thread MenuBase #11
    [3/23/2019 11:33:48 AM.540] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:48 AM.540] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:48 AM.540] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/duty_selection.xml
    [3/23/2019 11:33:48 AM.550] LSPD First Response: [TRACE] Started new menu thread MenuBase #12
    [3/23/2019 11:33:48 AM.552] LSPD First Response: [TRACE] Updating scaleform
    [3/23/2019 11:33:48 AM.601] LSPD First Response: [TRACE] Updating scaleform
    [3/23/2019 11:33:54 AM.158] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:54 AM.158] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/23/2019 11:33:54 AM.158] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/duty_selection.xml
    [3/23/2019 11:33:54 AM.167] LSPD First Response: [TRACE] Setting player to lspd from last agency
    [3/23/2019 11:33:54 AM.180] s_m_y_cop_01_white_mini_01
    [3/23/2019 11:33:54 AM.182] LSPD First Response: [TRACE] Initialising
    [3/23/2019 11:33:54 AM.189] LSPD First Response: Folder is D:\Steam\steamapps\common\Grand Theft Auto V\plugins\lspdfr
    [3/23/2019 11:33:54 AM.824] LSPD First Response: ALPRLite, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null
    [3/23/2019 11:33:54 AM.971] LSPD First Response: AssortedCallouts, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null
    [3/23/2019 11:33:54 AM.973] LSPD First Response: BeAPrisonGuard, Version=0.0.0.8, Culture=neutral, PublicKeyToken=null
    [3/23/2019 11:33:54 AM.985] LSPD First Response: ComputerPlus, Version=1.4.1.1, Culture=neutral, PublicKeyToken=null
    [3/23/2019 11:33:54 AM.991] LSPD First Response: EasyLoadoutContinued, Version=0.2.1.0, Culture=neutral, PublicKeyToken=null
    [3/23/2019 11:33:54 AM.992] LSPD First Response: Interaction+, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
    [3/23/2019 11:33:54 AM.992] LSPD First Response: PoliceSmartRadio, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null
    [3/23/2019 11:33:54 AM.993] LSPD First Response: SpeedRadarLite, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null
    [3/23/2019 11:33:54 AM.993] LSPD First Response: StopThePed, Version=4.5.3.1, Culture=neutral, PublicKeyToken=null
    [3/23/2019 11:33:54 AM.994] LSPD First Response: Traffic Policer, Version=6.15.0.0, Culture=neutral, PublicKeyToken=null
    [3/23/2019 11:33:54 AM.995] LSPD First Response: UltimateBackup, Version=1.5.1.0, Culture=neutral, PublicKeyToken=null
    [3/23/2019 11:33:54 AM.997] LSPD First Response: UnitedCallouts, Version=1.5.3.0, Culture=neutral, PublicKeyToken=null
    [3/23/2019 11:33:54 AM.997] LSPD First Response: Creating plugin: ALPRLite.Main
    [3/23/2019 11:33:54 AM.997] LSPD First Response: Creating plugin: AssortedCallouts.Main
    [3/23/2019 11:33:55 AM.039] LSPD First Response: Albo1125.Common verifying update entry for AssortedCallouts
    [3/23/2019 11:33:55 AM.066] LSPD First Response: Creating plugin: PrisonGuard.Main
    [3/23/2019 11:33:55 AM.067] LSPD First Response: Creating plugin: ComputerPlus.EntryPoint
    [3/23/2019 11:33:55 AM.068] LSPD First Response: Creating plugin: EasyLoadout_Continued.Main
    [3/23/2019 11:33:55 AM.068] LSPD First Response: Creating plugin: Interaction_.EntryPoint
    [3/23/2019 11:33:55 AM.068] LSPD First Response: Creating plugin: PoliceSmartRadio.Main
    [3/23/2019 11:33:55 AM.069] LSPD First Response: Albo1125.Common verifying update entry for Police SmartRadio
    [3/23/2019 11:33:55 AM.072] LSPD First Response: Creating plugin: SpeedRadarLite.Main
    [3/23/2019 11:33:55 AM.072] LSPD First Response: Creating plugin: StopThePed.Main
    [3/23/2019 11:33:55 AM.073] LSPD First Response: Creating plugin: Traffic_Policer.Main
    [3/23/2019 11:33:55 AM.073] LSPD First Response: Creating Traffic Policer.Main.
    [3/23/2019 11:33:55 AM.073] LSPD First Response: Albo1125.Common verifying update entry for Traffic Policer
    [3/23/2019 11:33:55 AM.074] LSPD First Response: Done with Traffic Policer.Main.
    [3/23/2019 11:33:55 AM.074] LSPD First Response: Creating plugin: UltimateBackup.Main
    [3/23/2019 11:33:55 AM.074] LSPD First Response: Creating plugin: UnitedCallouts.Main
    [3/23/2019 11:33:55 AM.074] LSPD First Response: Plugin ALPRLite v1.3.0.0 has been initialized.
    [3/23/2019 11:33:55 AM.074] LSPD First Response: Go on duty to fully load ALPRLite
    [3/23/2019 11:33:55 AM.075] LSPD First Response: Assorted Callouts 1.1.0.0, developed by Albo1125, has been initialised.
    [3/23/2019 11:33:55 AM.075] LSPD First Response: Go on duty to start Assorted Callouts.
    [3/23/2019 11:33:55 AM.080] LSPD First Response: PrisonGuard detected RAGEPluginHook version: 0.64
    [3/23/2019 11:33:58 AM.189] LSPD First Response: Plugin 'Be a Prison Guard' 0.0.0.8 has been initialised
    [3/23/2019 11:33:58 AM.218] LSPD First Response: C+ DEV: ComputerPlus detected RAGEPluginHook version: 0.64
    [3/23/2019 11:33:58 AM.218] LSPD First Response: Interaction+ v2.1.0b loaded, go on duty to fully load plugin.
    [3/23/2019 11:33:58 AM.219] PoliceSmartRadio 1.2.0.0, developed by Albo1125, loaded successfully!
    [3/23/2019 11:33:58 AM.219] Special thanks to FinKone for the inspiration and OfficerSquare for the default UI.
    [3/23/2019 11:33:58 AM.219] Please go on duty to start Police SmartRadio.
    [3/23/2019 11:33:58 AM.219] LSPD First Response: Plugin SpeedRadarLite v1.3.0.0 has been initialized.
    [3/23/2019 11:33:58 AM.219] LSPD First Response: Go on duty to fully load SpeedRadarLite
    [3/23/2019 11:33:58 AM.219] LSPD First Response: Plugin StopThePed v4.5.3.1 has been initialized.
    [3/23/2019 11:33:58 AM.219] LSPD First Response: Go on duty to fully load StopThePed
    [3/23/2019 11:33:58 AM.219] LSPD First Response: Traffic Policer 6.15.0.0, developed by Albo1125, has been initialised.
    [3/23/2019 11:33:58 AM.219] LSPD First Response: Go on duty to start Traffic Policer - Traffic Policer.Initialise done.
    [3/23/2019 11:33:58 AM.219] LSPD First Response: Plugin UltimateBackup v1.5.1.0 has been initialized.
    [3/23/2019 11:33:58 AM.219] LSPD First Response: Go on duty to fully load UltimateBackup
    [3/23/2019 11:33:58 AM.221] LSPD First Response: Battleye.Tracker detected RAGEPluginHook version: 0.64
    [3/23/2019 11:33:58 AM.221] LSPD First Response: UnitedCallouts plugin has loaded!
    [3/23/2019 11:33:58 AM.221] LSPD First Response: We have 2 callouts registered
    [3/23/2019 11:33:58 AM.221] LSPD First Response: CalloutManager initialized
    [3/23/2019 11:33:58 AM.222] LSPD First Response: [TRACE] WorldEventManager: Allowing up to 1 events
    [3/23/2019 11:33:58 AM.231] LSPD First Response: [TRACE] Created new evidence: CrimeEvidenceInPedPossession
    [3/23/2019 11:33:58 AM.233] LSPD First Response: [TRACE] Created new evidence: CrimeEvidenceInPedPossession
    [3/23/2019 11:33:58 AM.238] LSPD First Response: [INFO] Model preloading enabled
    [3/23/2019 11:33:58 AM.238] LSPD First Response: [TRACE] Preloading POLICE
    [3/23/2019 11:33:58 AM.238] LSPD First Response: [TRACE] Preloading POLICE2
    [3/23/2019 11:33:58 AM.238] LSPD First Response: [TRACE] Preloading POLICE3
    [3/23/2019 11:33:58 AM.238] LSPD First Response: [TRACE] Preloading POLICET
    [3/23/2019 11:33:58 AM.238] LSPD First Response: [TRACE] Preloading SHERIFF2
    [3/23/2019 11:33:58 AM.238] LSPD First Response: [TRACE] Preloading SHERIFF
    [3/23/2019 11:33:58 AM.238] LSPD First Response: [TRACE] Preloading POLICE4
    [3/23/2019 11:33:58 AM.238] LSPD First Response: [TRACE] Preloading POLICEB
    [3/23/2019 11:33:58 AM.239] LSPD First Response: [TRACE] Preloading FBI2
    [3/23/2019 11:33:58 AM.239] LSPD First Response: [TRACE] Preloading POLICEOLD1
    [3/23/2019 11:33:58 AM.239] LSPD First Response: [TRACE] Preloading POLICEOLD2
    [3/23/2019 11:33:58 AM.239] LSPD First Response: [TRACE] Preloading BUZZARD
    [3/23/2019 11:33:58 AM.239] LSPD First Response: [TRACE] Preloading POLMAV
    [3/23/2019 11:33:58 AM.239] LSPD First Response: [TRACE] Preloading FROGGER2
    [3/23/2019 11:33:58 AM.239] LSPD First Response: [TRACE] Preloading AMBULANCE
    [3/23/2019 11:33:58 AM.239] LSPD First Response: [TRACE] Preloading FIRETRUK
    [3/23/2019 11:33:58 AM.240] LSPD First Response: [TRACE] Preloading asset 453432689
    [3/23/2019 11:33:58 AM.240] LSPD First Response: [TRACE] Preloading asset 487013001
    [3/23/2019 11:33:58 AM.240] LSPD First Response: [TRACE] Preloading asset 101631238
    [3/23/2019 11:33:58 AM.240] LSPD First Response: [TRACE] Preloading asset 1737195953
    [3/23/2019 11:33:58 AM.240] LSPD First Response: [TRACE] Preloading asset 911657153
    [3/23/2019 11:33:58 AM.240] LSPD First Response: [TRACE] Preloading asset 2210333304
    [3/23/2019 11:33:58 AM.242] LSPD First Response: [TRACE] Auto started component PersonaSearch #1
    [3/23/2019 11:33:58 AM.245] LSPD First Response: [TRACE] Auto started component AmbientBehaviorPedOnStreet #1
    [3/23/2019 11:33:58 AM.245] LSPD First Response: [TRACE] Auto started component AmbientBehaviorShotsFired #1
    [3/23/2019 11:33:58 AM.245] LSPD First Response: [TRACE] Auto started component AmbientTrafficStop #1
    [3/23/2019 11:33:58 AM.248] LSPD First Response: In traffic policer duty event handler: True
    [3/23/2019 11:33:58 AM.250] LSPD First Response: Albo1125.Common 6.6.4.0, developed by Albo1125. Starting update checks.
    [3/23/2019 11:33:58 AM.264] LSPD First Response: Albo1125.Common 6.6.4.0, developed by Albo1125. Not checking for updates until 3/23/2019 5:29:37 PM
    [3/23/2019 11:33:58 AM.267] LSPD First Response: Albo1125.Common.dll 6.6.4.0 starting standard dependency check for Traffic Policer
    [3/23/2019 11:33:58 AM.268] LSPD First Response: SCID:/hzyoni/
    [3/23/2019 11:33:58 AM.270] LSPD First Response: GAME VERSION: 1.0.1604.1
    [3/23/2019 11:33:58 AM.352] LSPD First Response: Albo1125.Common detected RAGEPluginHook version: 0.64
    [3/23/2019 11:33:58 AM.352] LSPD First Response: Dependency check for Traffic Policer successful: True
    [3/23/2019 11:33:58 AM.367] LSPD First Response: Albo1125.Common 6.6.4.0, developed by Albo1125. Starting update checks.
    [3/23/2019 11:33:58 AM.367] LSPD First Response: Albo1125.Common 6.6.4.0, developed by Albo1125. Not checking for updates until 3/23/2019 5:29:37 PM
    [3/23/2019 11:33:58 AM.367] LSPD First Response: Albo1125.Common.dll 6.6.4.0 starting standard dependency check for AssortedCallouts
    [3/23/2019 11:33:58 AM.369] LSPD First Response: GAME VERSION: 1.0.1604.1
    [3/23/2019 11:33:58 AM.378] LSPD First Response: Albo1125.Common detected RAGEPluginHook version: 0.64
    [3/23/2019 11:33:58 AM.378] LSPD First Response: Dependency check for AssortedCallouts successful: True
    [3/23/2019 11:33:58 AM.379] LSPD First Response: Assorted Callouts is not in beta.
    [3/23/2019 11:33:58 AM.406] LSPD First Response: Adding unmarked police vehicle model:POLICE4
    [3/23/2019 11:33:58 AM.407] LSPD First Response: Registering callout AssortedCallouts.Callouts.PetrolTheft
    [3/23/2019 11:33:58 AM.407] LSPD First Response: Registering callout AssortedCallouts.Callouts.PetrolTheft
    [3/23/2019 11:33:58 AM.407] LSPD First Response: Registering callout AssortedCallouts.Callouts.BankHeist
    [3/23/2019 11:33:58 AM.407] LSPD First Response: Registering callout AssortedCallouts.Callouts.BankHeist
    [3/23/2019 11:33:58 AM.407] LSPD First Response: Registering callout AssortedCallouts.Callouts.TrafficStopBackup
    [3/23/2019 11:33:58 AM.407] LSPD First Response: Registering callout AssortedCallouts.Callouts.TrafficStopBackup
    [3/23/2019 11:33:58 AM.407] LSPD First Response: Registering callout AssortedCallouts.Callouts.StolenPoliceVehicle
    [3/23/2019 11:33:58 AM.407] LSPD First Response: Registering callout AssortedCallouts.Callouts.StolenPoliceVehicle
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.Solicitation.Solicitation
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.Solicitation.Solicitation
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.PersonWithKnife
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.PersonWithKnife
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.OrganisedStreetRace
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.OrganisedStreetRace
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.IllegalImmigrantsInTruck
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.IllegalImmigrantsInTruck
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.StoreRelated.StoreRobbery
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.StoreRelated.StoreRobbery
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.PrisonerTransportRequired
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.PrisonerTransportRequired
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.StoreRelated.Shoplifting
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.StoreRelated.Shoplifting
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.HotPursuit
    [3/23/2019 11:33:58 AM.441] LSPD First Response: Registering callout AssortedCallouts.Callouts.HotPursuit
    [3/23/2019 11:33:58 AM.448] LSPD First Response: Stores initialised
    [3/23/2019 11:33:58 AM.742] LSPD First Response: C+ DEV: Successfully loaded LSPDFR Computer+.
    [3/23/2019 11:33:58 AM.743] LSPD First Response: C+: Attempting to initialize the in-memory DB
    [3/23/2019 11:33:58 AM.747] LSPD First Response: C+ DEV: C+: ALPR+ Not Detected
    [3/23/2019 11:33:59 AM.066] LSPD First Response: [Easy Loadout Continued]: Plugin Version v0.2.1.0 loaded successfully
    [3/23/2019 11:33:59 AM.080] LSPD First Response: Albo1125.Common 6.6.4.0, developed by Albo1125. Starting update checks.
    [3/23/2019 11:33:59 AM.080] LSPD First Response: Albo1125.Common 6.6.4.0, developed by Albo1125. Not checking for updates until 3/23/2019 5:29:37 PM
    [3/23/2019 11:33:59 AM.080] LSPD First Response: Albo1125.Common.dll 6.6.4.0 starting standard dependency check for Police SmartRadio
    [3/23/2019 11:33:59 AM.082] LSPD First Response: GAME VERSION: 1.0.1604.1
    [3/23/2019 11:33:59 AM.093] LSPD First Response: Albo1125.Common detected RAGEPluginHook version: 0.64
    [3/23/2019 11:33:59 AM.093] LSPD First Response: Dependency check for Police SmartRadio successful: True
    [3/23/2019 11:33:59 AM.195] LSPD First Response: UB: DEFAULT REGIONS FILE IS SUCCESSFULLY LOADED
    [3/23/2019 11:33:59 AM.212] LSPD First Response: UB: CUSTOM REGIONS FILE IS SUCCESSFULLY LOADED
    [3/23/2019 11:33:59 AM.230] LSPD First Response: UB: SPECIAL UNITS FILE IS SUCCESSFULLY LOADED
    [3/23/2019 11:33:59 AM.235] LSPD First Response: Registering callout UnitedCallouts.Callouts.Mugging
    [3/23/2019 11:33:59 AM.235] LSPD First Response: Registering callout UnitedCallouts.Callouts.Burglary
    [3/23/2019 11:33:59 AM.235] LSPD First Response: Registering callout UnitedCallouts.Callouts.DrugDeal
    [3/23/2019 11:33:59 AM.235] LSPD First Response: Registering callout UnitedCallouts.Callouts.StolenTruck
    [3/23/2019 11:33:59 AM.235] LSPD First Response: Registering callout UnitedCallouts.Callouts.PlaneCarJacking
    [3/23/2019 11:33:59 AM.235] LSPD First Response: Registering callout UnitedCallouts.Callouts.StolenBus
    [3/23/2019 11:33:59 AM.235] LSPD First Response: Registering callout UnitedCallouts.Callouts.KillerClownWasSeen
    [3/23/2019 11:33:59 AM.235] LSPD First Response: Registering callout UnitedCallouts.Callouts.GangAttack
    [3/23/2019 11:33:59 AM.235] LSPD First Response: Registering callout UnitedCallouts.Callouts.MoneyTruckIsRobbed
    [3/23/2019 11:33:59 AM.235] LSPD First Response: Registering callout UnitedCallouts.Callouts.Fighting
    [3/23/2019 11:33:59 AM.235] LSPD First Response: Registering callout UnitedCallouts.Callouts.DrugDealer
    [3/23/2019 11:33:59 AM.235] LSPD First Response: Registering callout UnitedCallouts.Callouts.StolenEmergencyVehicle2
    [3/23/2019 11:33:59 AM.235] LSPD First Response: Registering callout UnitedCallouts.Callouts.PersonWithKnife
    [3/23/2019 11:33:59 AM.235] LSPD First Response: Registering callout UnitedCallouts.Callouts.StolenEmergencyVehicle
    [3/23/2019 11:33:59 AM.262] LSPD First Response: [TRACE] Thread AmbientTrafficStop #1 initialized
    [3/23/2019 11:33:59 AM.262] LSPD First Response: [TRACE] Thread AmbientBehaviorShotsFired #1 initialized
    [3/23/2019 11:33:59 AM.262] LSPD First Response: [TRACE] Thread AmbientBehaviorPedOnStreet #1 initialized
    [3/23/2019 11:33:59 AM.262] LSPD First Response: [TRACE] Thread PersonaSearch #1 initialized
    [3/23/2019 11:33:59 AM.273] LSPD First Response: [TRACE] Thread AgencySelector #1 initialized
    [3/23/2019 11:33:59 AM.275] LSPD First Response: [TRACE] Thread Ambient #1 initialized
    [3/23/2019 11:33:59 AM.284] LSPD First Response: [TRACE] Thread ArrestManager #1 initialized
    [3/23/2019 11:33:59 AM.286] LSPD First Response: [TRACE] Thread SuspectTransportManager #1 initialized
    [3/23/2019 11:33:59 AM.291] LSPD First Response: [TRACE] Thread WorldEventManager #1 initialized
    [3/23/2019 11:33:59 AM.293] LSPD First Response: [TRACE] Thread TrafficControl #1 initialized
    [3/23/2019 11:33:59 AM.299] LSPD First Response: [TRACE] Thread BoundlessInformant #1 initialized
    [3/23/2019 11:33:59 AM.299] LSPD First Response: Traffic Policer is not in beta.
    [3/23/2019 11:33:59 AM.304] LSPD First Response: Traffic Policer.Mainloop started
    [3/23/2019 11:33:59 AM.304] LSPD First Response: Loading Traffic Policer settings...
    [3/23/2019 11:33:59 AM.350] LSPD First Response: Registering callout Traffic_Policer.Callouts.OwnerWanted
    [3/23/2019 11:33:59 AM.350] LSPD First Response: Registering callout Traffic_Policer.Callouts.OwnerWanted
    [3/23/2019 11:33:59 AM.350] LSPD First Response: Registering callout Traffic_Policer.Callouts.OwnerWanted
    [3/23/2019 11:33:59 AM.350] LSPD First Response: Registering callout Traffic_Policer.Callouts.DrugsRunners
    [3/23/2019 11:33:59 AM.350] LSPD First Response: Registering callout Traffic_Policer.Callouts.DrugsRunners
    [3/23/2019 11:33:59 AM.350] LSPD First Response: Registering callout Traffic_Policer.Callouts.DriverUnderTheInfluence
    [3/23/2019 11:33:59 AM.350] LSPD First Response: Registering callout Traffic_Policer.Callouts.DriverUnderTheInfluence
    [3/23/2019 11:33:59 AM.352] LSPD First Response: Traffic Policer by Albo1125 has been loaded successfully!
    [3/23/2019 11:33:59 AM.352] LSPD First Response: Assorted Callouts, developed by Albo1125, has been loaded successfully!
    [3/23/2019 11:33:59 AM.567] LSPD First Response: PoliceSmartRadio, developed by Albo1125, has been loaded successfully!
    [3/23/2019 11:33:59 AM.568] LSPD First Response: Police SmartRadio queue created. Waiting...
    [3/23/2019 11:34:00 AM.010] LSPD First Response: Setting Display position to BottomRight
    [3/23/2019 11:34:00 AM.010] LSPD First Response: 1946:752
    [3/23/2019 11:34:00 AM.108] LSPD First Response: stoptheped/transport display image files don't exist for Police SmartRadio. Skipping.
    [3/23/2019 11:34:00 AM.109] LSPD First Response: stoptheped/coroner display image files don't exist for Police SmartRadio. Skipping.
    [3/23/2019 11:34:00 AM.109] LSPD First Response: stoptheped/tow display image files don't exist for Police SmartRadio. Skipping.
    [3/23/2019 11:34:00 AM.109] LSPD First Response: stoptheped/insurance display image files don't exist for Police SmartRadio. Skipping.
    [3/23/2019 11:34:00 AM.109] LSPD First Response: stoptheped/animal display image files don't exist for Police SmartRadio. Skipping.
    [3/23/2019 11:34:00 AM.270] LSPD First Response: Allbuttons ln: 29
    [3/23/2019 11:34:00 AM.283] LSPD First Response: stoptheped/transport display image files don't exist for Police SmartRadio. Skipping.
    [3/23/2019 11:34:00 AM.283] LSPD First Response: stoptheped/coroner display image files don't exist for Police SmartRadio. Skipping.
    [3/23/2019 11:34:00 AM.283] LSPD First Response: stoptheped/tow display image files don't exist for Police SmartRadio. Skipping.
    [3/23/2019 11:34:00 AM.283] LSPD First Response: stoptheped/insurance display image files don't exist for Police SmartRadio. Skipping.
    [3/23/2019 11:34:00 AM.283] LSPD First Response: stoptheped/animal display image files don't exist for Police SmartRadio. Skipping.
    [3/23/2019 11:34:00 AM.296] LSPD First Response: Allbuttons ln: 28
    [3/23/2019 11:34:00 AM.296] LSPD First Response: Police SmartRadio is done loading. Button actions ready to be added.
    [3/23/2019 11:34:00 AM.317] LSPD First Response: PoliceSmartRadio requesting a PoliceSmartRadio action to be added to pit
    [3/23/2019 11:34:00 AM.319] LSPD First Response: PoliceSmartRadio: Adding action for PoliceSmartRadio to pit successful.
    [3/23/2019 11:34:00 AM.319] LSPD First Response: PoliceSmartRadio requesting a PoliceSmartRadio action to be added to platecheck
    [3/23/2019 11:34:00 AM.319] LSPD First Response: PoliceSmartRadio: Adding action for PoliceSmartRadio to platecheck successful.
    [3/23/2019 11:34:00 AM.319] LSPD First Response: PoliceSmartRadio requesting a PoliceSmartRadio action to be added to panic
    [3/23/2019 11:34:00 AM.319] LSPD First Response: PoliceSmartRadio: Adding action for PoliceSmartRadio to panic successful.
    [3/23/2019 11:34:00 AM.319] LSPD First Response: PoliceSmartRadio requesting a PoliceSmartRadio action to be added to pedcheck
    [3/23/2019 11:34:00 AM.319] LSPD First Response: PoliceSmartRadio: Adding action for PoliceSmartRadio to pedcheck successful.
    [3/23/2019 11:34:00 AM.319] LSPD First Response: PoliceSmartRadio requesting a PoliceSmartRadio action to be added to endcall
    [3/23/2019 11:34:00 AM.319] LSPD First Response: PoliceSmartRadio: Adding action for PoliceSmartRadio to endcall successful.
    [3/23/2019 11:34:00 AM.319] LSPD First Response: All PoliceSmartRadio default buttons have been assigned actions.
    [3/23/2019 11:34:00 AM.376] LSPD First Response: [TRACE] Thread CrimesMenu #1 initialized
    [3/23/2019 11:34:00 AM.392] LSPD First Response: Traffic Policer Speed Checker started.
    [3/23/2019 11:34:00 AM.478] LSPD First Response: PoliceSmartRadio done loading. Dequeueing actions... (0)
    [3/23/2019 11:34:01 AM.777] LSPD First Response: [TRACE] Updating scaleform
    [3/23/2019 11:34:01 AM.778] LSPD First Response: [TRACE] Released 0 entities from MenuBase #10 Content Manager
    [3/23/2019 11:34:01 AM.778] LSPD First Response: [TRACE] Instance cleaned (MenuBase #10)
    [3/23/2019 11:34:01 AM.778] LSPD First Response: [TRACE] Released 0 entities from MenuBase #11 Content Manager
    [3/23/2019 11:34:01 AM.778] LSPD First Response: [TRACE] Instance cleaned (MenuBase #11)
    [3/23/2019 11:34:01 AM.778] LSPD First Response: [TRACE] Released 0 entities from MenuBase #12 Content Manager
    [3/23/2019 11:34:01 AM.778] LSPD First Response: [TRACE] Instance cleaned (MenuBase #12)
    [3/23/2019 11:34:03 AM.347] LSPD First Response: StopThePed requesting a PoliceSmartRadio action to be added to transport
    [3/23/2019 11:34:03 AM.347] LSPD First Response: PoliceSmartRadio: Adding action for StopThePed to transport successful.
    [3/23/2019 11:34:03 AM.347] LSPD First Response: StopThePed requesting a PoliceSmartRadio action to be added to coroner
    [3/23/2019 11:34:03 AM.347] LSPD First Response: PoliceSmartRadio: Adding action for StopThePed to coroner successful.
    [3/23/2019 11:34:03 AM.347] LSPD First Response: StopThePed requesting a PoliceSmartRadio action to be added to tow
    [3/23/2019 11:34:03 AM.347] LSPD First Response: PoliceSmartRadio: Adding action for StopThePed to tow successful.
    [3/23/2019 11:34:03 AM.347] LSPD First Response: StopThePed requesting a PoliceSmartRadio action to be added to insurance
    [3/23/2019 11:34:03 AM.347] LSPD First Response: PoliceSmartRadio: Adding action for StopThePed to insurance successful.
    [3/23/2019 11:34:03 AM.347] LSPD First Response: StopThePed requesting a PoliceSmartRadio action to be added to animal
    [3/23/2019 11:34:03 AM.347] LSPD First Response: PoliceSmartRadio: Adding action for StopThePed to animal successful.
    [3/23/2019 11:34:03 AM.371] LSPD First Response: UltimateBackup requesting a PoliceSmartRadio action to be added to trafficstop
    [3/23/2019 11:34:03 AM.371] LSPD First Response: PoliceSmartRadio: Adding action for UltimateBackup to trafficstop successful.
    [3/23/2019 11:34:03 AM.371] LSPD First Response: UltimateBackup requesting a PoliceSmartRadio action to be added to felonystop
    [3/23/2019 11:34:03 AM.371] LSPD First Response: PoliceSmartRadio: Adding action for UltimateBackup to felonystop successful.
    [3/23/2019 11:34:03 AM.371] LSPD First Response: UltimateBackup requesting a PoliceSmartRadio action to be added to k9backup
    [3/23/2019 11:34:03 AM.371] LSPD First Response: PoliceSmartRadio: Adding action for UltimateBackup to k9backup successful.
    [3/23/2019 11:34:03 AM.371] LSPD First Response: UltimateBackup requesting a PoliceSmartRadio action to be added to spikestrips
    [3/23/2019 11:34:03 AM.371] LSPD First Response: PoliceSmartRadio: Adding action for UltimateBackup to spikestrips successful.
    [3/23/2019 11:34:03 AM.371] LSPD First Response: UltimateBackup requesting a PoliceSmartRadio action to be added to roadblock
    [3/23/2019 11:34:03 AM.371] LSPD First Response: PoliceSmartRadio: Adding action for UltimateBackup to roadblock successful.
    [3/23/2019 11:34:03 AM.371] LSPD First Response: UltimateBackup requesting a PoliceSmartRadio action to be added to female
    [3/23/2019 11:34:03 AM.371] LSPD First Response: PoliceSmartRadio: Adding action for UltimateBackup to female successful.
    [3/23/2019 11:34:03 AM.371] LSPD First Response: UltimateBackup requesting a PoliceSmartRadio action to be added to panic
    [3/23/2019 11:34:03 AM.371] LSPD First Response: PoliceSmartRadio: Adding action for UltimateBackup to panic successful.
    [3/23/2019 11:34:03 AM.371] LSPD First Response: UltimateBackup requesting a PoliceSmartRadio action to be added to groupbackup
    [3/23/2019 11:34:03 AM.371] LSPD First Response: PoliceSmartRadio: Adding action for UltimateBackup to groupbackup successful.
    [3/23/2019 11:34:03 AM.371] LSPD First Response: UltimateBackup requesting a PoliceSmartRadio action to be added to ambulance
    [3/23/2019 11:34:03 AM.371] LSPD First Response: PoliceSmartRadio: Adding action for UltimateBackup to ambulance successful.
    [3/23/2019 11:34:03 AM.371] LSPD First Response: UltimateBackup requesting a PoliceSmartRadio action to be added to firedept
    [3/23/2019 11:34:03 AM.371] LSPD First Response: PoliceSmartRadio: Adding action for UltimateBackup to firedept successful.
    [3/23/2019 11:34:37 AM.897] LSPD First Response: [TRACE] Released 0 entities from Marker #4 Content Manager
    [3/23/2019 11:34:37 AM.897] LSPD First Response: [TRACE] Instance cleaned (Marker #4)
    [3/23/2019 11:34:37 AM.898] LSPD First Response: [TRACE] Thread Marker #4 has been shut down
    [3/23/2019 11:34:50 AM.429] LSPD First Response: [TRACE] Assigned ped to TrafficStop #1 (GameplayMandatory)
    [3/23/2019 11:34:50 AM.430] LSPD First Response: [TRACE] Assigned ped to TrafficStop #1 (GameplayMandatory)
    [3/23/2019 11:34:50 AM.432] LSPD First Response: [TRACE] Thread TrafficStop #1 initialized
    [3/23/2019 11:34:53 AM.471] LSPD First Response: [TRACE] Assigned parking task
    [3/23/2019 11:34:55 AM.626] LSPD First Response: Started parking: 12.41111 Angle: 0.3973993
    [3/23/2019 11:35:01 AM.955] LSPD First Response: [TRACE] Parking task ended. Result: True
    [3/23/2019 11:35:01 AM.966] LSPD First Response: [TRACE] Suspect has parked successfully
    [3/23/2019 11:35:06 AM.988] LSPD First Response: [TRACE] New cop added without cop data!
    [3/23/2019 11:35:06 AM.988] LSPD First Response: [TRACE] They were already cop.
    [3/23/2019 11:35:06 AM.989] LSPD First Response: [TRACE] Mcjadon Bennett (S_M_Y_SWAT_01) was set as a cop
    [3/23/2019 11:35:06 AM.989] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:35:10 AM.127] LSPD First Response: C+: Pause
    [3/23/2019 11:35:10 AM.128] LSPD First Response: C+: EnsurePaused forced
    [3/23/2019 11:35:10 AM.128] LSPD First Response: C+: Pause
    [3/23/2019 11:35:12 AM.181] LSPD First Response: C+: Adding Citation for ped hash=JamieNyan12/1/1977
    [3/23/2019 11:35:12 AM.191] LSPD First Response: C+: Adding Citation for ped hash=AntonioArmstrong7/3/2000
    [03/23/2019 11:35:13.508] LSPD First Response: C+: Arrest report for ped are null
    [03/23/2019 11:35:13.509] LSPD First Response: C+: Get Citation for ped hash=AntonioArmstrong07/03/2000
    [03/23/2019 11:35:13.509] LSPD First Response: C+: Citations for ped are null
    [03/23/2019 11:35:13.509] LSPD First Response: C+ DEV: Creating ComputerPedViewExtendedContainer
    [3/23/2019 11:35:13 AM.513] LSPD First Response: C+ DEV: Creating ComputerPedViewExtended
    [3/23/2019 11:35:13 AM.514] LSPD First Response: C+ DEV: Creating ComputerPedView
    [3/23/2019 11:35:13 AM.515] LSPD First Response: C+ DEV: InitializeLayout ComputerPedView
    [3/23/2019 11:35:13 AM.549] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/23/2019 11:35:13 AM.555] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/23/2019 11:35:17 AM.289] LSPD First Response: C+ DEV: Populating ALPR list
    [3/23/2019 11:35:17 AM.291] LSPD First Response: C+ DEV: Checking currently pulled over
    [03/23/2019 11:35:18.042] LSPD First Response: C+: Get Citation for ped hash=JamieNyan12/01/1977
    [3/23/2019 11:35:18 AM.052] LSPD First Response: C+: inside ComputerVehicleDetails.InitializeLayout()
    [3/23/2019 11:35:18 AM.059] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/23/2019 11:35:18 AM.059] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [03/23/2019 11:35:21.674] LSPD First Response: C+: Arrest report for ped are null
    [03/23/2019 11:35:21.675] LSPD First Response: C+: Get Citation for ped hash=JamieNyan12/01/1977
    [03/23/2019 11:35:21.675] LSPD First Response: C+: Citations for ped are null
    [03/23/2019 11:35:21.675] LSPD First Response: C+ DEV: Creating ComputerPedViewExtendedContainer
    [3/23/2019 11:35:21 AM.682] LSPD First Response: C+ DEV: Creating ComputerPedViewExtended
    [3/23/2019 11:35:21 AM.682] LSPD First Response: C+ DEV: Creating ComputerPedView
    [3/23/2019 11:35:21 AM.682] LSPD First Response: C+ DEV: InitializeLayout ComputerPedView
    [3/23/2019 11:35:21 AM.691] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/23/2019 11:35:21 AM.691] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/23/2019 11:35:24 AM.458] LSPD First Response: C+: Pause
    [3/23/2019 11:35:24 AM.497] LSPD First Response: C+ DEV: Freeing Persisted Entities: PEYOTE
    [3/23/2019 11:35:25 AM.968] LSPD First Response: [TRACE] Asked thread TrafficStop #1 to abort: Player asked to cancel
    [3/23/2019 11:35:25 AM.970] LSPD First Response: [TRACE] Removing ped from TrafficStop #1 (GameplayMandatory)
    [3/23/2019 11:35:25 AM.971] LSPD First Response: [TRACE] Removing ped from TrafficStop #1 (GameplayMandatory)
    [3/23/2019 11:35:25 AM.971] LSPD First Response: [TRACE] Released 0 entities from TrafficStop #1 Content Manager
    [3/23/2019 11:35:25 AM.971] LSPD First Response: [TRACE] Instance cleaned (TrafficStop #1)
    [3/23/2019 11:35:26 AM.001] LSPD First Response: [TRACE] Thread TrafficStop #1 has been shut down
    [3/23/2019 11:35:30 AM.942] LSPD First Response: [TRACE] GetBackupTemplate for StatePatrol in LosSantosCity in Burton using SpawnsAmbiently
    [3/23/2019 11:35:30 AM.947] LSPD First Response: [TRACE] New ped created mp_m_freemode_01 (PedType: 6), Agency: CityPolice ()
    [3/23/2019 11:35:30 AM.950] s_m_y_cop_01_white_full_01
    [3/23/2019 11:35:30 AM.950] LSPD First Response: [TRACE] Voice: s_m_y_cop_01_white_full_01
    [3/23/2019 11:35:30 AM.950] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/23/2019 11:35:30 AM.951] LSPD First Response: [TRACE] Camillo Augostino (MP_M_FREEMODE_01) was set as a cop
    [3/23/2019 11:35:30 AM.951] LSPD First Response: [TRACE] Set movement animations for cop: MP_M_FREEMODE_01
    [3/23/2019 11:35:30 AM.951] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/23/2019 11:35:30 AM.951] LSPD First Response: [TRACE] AmbientSpawn - spawned: police4
    [3/23/2019 11:35:31 AM.194] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:35:33 AM.390] LSPD First Response: [TRACE] Assigned ped to TrafficStop #2 (GameplayMandatory)
    [3/23/2019 11:35:33 AM.390] LSPD First Response: [TRACE] Thread TrafficStop #2 initialized
    [3/23/2019 11:35:35 AM.977] LSPD First Response: [TRACE] GetBackupTemplate for LocalPatrol in LosSantosCity in Vine using SpawnsAmbiently
    [3/23/2019 11:35:35 AM.977] LSPD First Response: [TRACE] GetBackupTemplate for StatePatrol in LosSantosCity in HIGHWAY using SpawnsAmbiently
    [3/23/2019 11:35:35 AM.978] LSPD First Response: [TRACE] No valid backup data found for area
    [3/23/2019 11:35:35 AM.978] LSPD First Response: [TRACE] TrySpawn: Failed to find loadout data
    [3/23/2019 11:35:36 AM.429] LSPD First Response: [TRACE] Assigned parking task
    [3/23/2019 11:35:44 AM.136] LSPD First Response: [TRACE] Removing ped from PoliceStation #3 (Ambient)
    [3/23/2019 11:35:44 AM.136] LSPD First Response: [TRACE] Removing ped from PoliceStation #3 (Ambient)
    [3/23/2019 11:35:44 AM.136] LSPD First Response: [TRACE] Removing ped from PoliceStation #3 (Ambient)
    [3/23/2019 11:35:44 AM.136] LSPD First Response: [TRACE] Removing ped from PoliceStation #3 (Ambient)
    [3/23/2019 11:35:44 AM.136] LSPD First Response: [TRACE] Removing ped from PoliceStation #3 (Ambient)
    [3/23/2019 11:35:44 AM.136] LSPD First Response: [TRACE] Removing ped from PoliceStation #3 (Ambient)
    [3/23/2019 11:35:44 AM.136] LSPD First Response: [TRACE] Removing ped from PoliceStation #3 (Ambient)
    [3/23/2019 11:35:44 AM.136] LSPD First Response: [TRACE] Removing ped from PoliceStation #3 (Ambient)
    [3/23/2019 11:35:44 AM.137] LSPD First Response: [TRACE] Released 0 entities from PoliceStation #3 Content Manager
    [3/23/2019 11:35:44 AM.137] LSPD First Response: [TRACE] Instance cleaned (PoliceStation #3)
    [3/23/2019 11:35:45 AM.997] LSPD First Response: [TRACE] GetBackupTemplate for LocalPatrol in LosSantosCity in Rockf using SpawnsAmbiently
    [3/23/2019 11:35:45 AM.998] LSPD First Response: [TRACE] GetBackupTemplate for StatePatrol in LosSantosCity in HIGHWAY using SpawnsAmbiently
    [3/23/2019 11:35:45 AM.998] LSPD First Response: [TRACE] No valid backup data found for area
    [3/23/2019 11:35:45 AM.998] LSPD First Response: [TRACE] TrySpawn: Failed to find loadout data
    [3/23/2019 11:35:46 AM.226] LSPD First Response: Started parking: 5.39518 Angle: 0.3998612
    [3/23/2019 11:35:49 AM.459] LSPD First Response: [TRACE] Parking task ended. Result: True
    [3/23/2019 11:35:49 AM.474] LSPD First Response: [TRACE] Suspect has parked successfully
    [3/23/2019 11:35:50 AM.994] LSPD First Response: [TRACE] GetBackupTemplate for LocalPatrol in LosSantosCity in Burton using SpawnsAmbiently
    [3/23/2019 11:35:50 AM.999] LSPD First Response: [TRACE] New ped created mp_m_freemode_01 (PedType: 6), Agency: CityPolice ()
    [3/23/2019 11:35:51 AM.002] s_m_y_cop_01_white_full_02
    [3/23/2019 11:35:51 AM.002] LSPD First Response: [TRACE] Voice: s_m_y_cop_01_white_full_02
    [3/23/2019 11:35:51 AM.002] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/23/2019 11:35:51 AM.003] LSPD First Response: [TRACE] Jeremiah Johnson (MP_M_FREEMODE_01) was set as a cop
    [3/23/2019 11:35:51 AM.003] LSPD First Response: [TRACE] Set movement animations for cop: MP_M_FREEMODE_01
    [3/23/2019 11:35:51 AM.003] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/23/2019 11:35:51 AM.006] LSPD First Response: [TRACE] New ped created mp_m_freemode_01 (PedType: 6), Agency: CityPolice ()
    [3/23/2019 11:35:51 AM.010] s_m_y_cop_01_white_full_01
    [3/23/2019 11:35:51 AM.010] LSPD First Response: [TRACE] Voice: s_m_y_cop_01_white_full_01
    [3/23/2019 11:35:51 AM.010] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/23/2019 11:35:51 AM.011] LSPD First Response: [TRACE] Lance Black (MP_M_FREEMODE_01) was set as a cop
    [3/23/2019 11:35:51 AM.011] LSPD First Response: [TRACE] Set movement animations for cop: MP_M_FREEMODE_01
    [3/23/2019 11:35:51 AM.011] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/23/2019 11:35:51 AM.011] LSPD First Response: [TRACE] AmbientSpawn - spawned: police2
    [3/23/2019 11:35:51 AM.492] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:35:51 AM.492] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/23/2019 11:35:51 AM.922] LSPD First Response: C+: Pause
    [3/23/2019 11:35:51 AM.922] LSPD First Response: C+: EnsurePaused forced
    [3/23/2019 11:35:51 AM.922] LSPD First Response: C+: Pause
    [3/23/2019 11:35:53 AM.700] LSPD First Response: C+: Adding Citation for ped hash=JohnYoung3/30/1997
    [03/23/2019 11:35:55.045] LSPD First Response: C+: Arrest report for ped are null
    [03/23/2019 11:35:55.045] LSPD First Response: C+: Get Citation for ped hash=JohnYoung03/30/1997
    [03/23/2019 11:35:55.045] LSPD First Response: C+: Citations for ped are null
    [03/23/2019 11:35:55.045] LSPD First Response: C+ DEV: Creating ComputerPedViewExtendedContainer
    [3/23/2019 11:35:55 AM.051] LSPD First Response: C+ DEV: Creating ComputerPedViewExtended
    [3/23/2019 11:35:55 AM.051] LSPD First Response: C+ DEV: Creating ComputerPedView
    [3/23/2019 11:35:55 AM.051] LSPD First Response: C+ DEV: InitializeLayout ComputerPedView
    [3/23/2019 11:35:55 AM.062] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/23/2019 11:35:55 AM.063] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/23/2019 11:35:58 AM.191] LSPD First Response: C+ DEV: Populating ALPR list
    [3/23/2019 11:35:58 AM.191] LSPD First Response: C+ DEV: Checking currently pulled over
    [03/23/2019 11:35:58.803] LSPD First Response: C+: Get Citation for ped hash=JohnYoung03/30/1997
    [3/23/2019 11:35:58 AM.809] LSPD First Response: C+: inside ComputerVehicleDetails.InitializeLayout()
    [3/23/2019 11:35:58 AM.822] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/23/2019 11:35:58 AM.823] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/23/2019 11:36:10 AM.215] LSPD First Response: C+: Citation time is 4/9/2017 3:35:53 PM
    [3/23/2019 11:36:10 AM.232] LSPD First Response: C+: Bind not needed Jamie
    [3/23/2019 11:36:32 AM.704] LSPD First Response: C+: Pause
    [3/23/2019 11:36:32 AM.738] LSPD First Response: C+ DEV: Freeing Persisted Entities: STANIER
    [3/23/2019 11:36:39 AM.186] LSPD First Response: [TRACE] Asked thread TrafficStop #2 to abort: Suspect out of range
    [3/23/2019 11:36:39 AM.186] LSPD First Response: [TRACE] Removing ped from TrafficStop #2 (GameplayMandatory)
    [3/23/2019 11:36:39 AM.186] LSPD First Response: [TRACE] Released 0 entities from TrafficStop #2 Content Manager
    [3/23/2019 11:36:39 AM.186] LSPD First Response: [TRACE] Instance cleaned (TrafficStop #2)
    [3/23/2019 11:36:39 AM.222] LSPD First Response: [TRACE] Thread TrafficStop #2 has been shut down
    [3/23/2019 11:36:42 AM.720] LSPD First Response: [TRACE] It has been 107 seconds since the last callout
    [3/23/2019 11:36:42 AM.722] LSPD First Response: Creating PetrolTheft from AssortedCallouts.Callouts.PetrolTheft, AssortedCallouts, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null
    [3/23/2019 11:36:42 AM.727] LSPD First Response: [TRACE] Callout created:  #1
    [3/23/2019 11:36:42 AM.744] LSPD First Response: Creating AssortedCallouts.PetrolTheft
    [3/23/2019 11:36:43 AM.303] LSPD First Response: GetAudioFileForAction: No file found for: STREET_GINGER_ST
    [3/23/2019 11:36:47 AM.708] LSPD First Response: [TRACE] A new world event should be started
    [3/23/2019 11:36:47 AM.709] LSPD First Response: [TRACE] Starting world event RunLights
    [3/23/2019 11:36:47 AM.710] LSPD First Response: [TRACE] Setting up world event: RunLights #1
    [3/23/2019 11:36:47 AM.718] LSPD First Response: [TRACE] Assigned ped to RunLights #1 (Ambient)
    [3/23/2019 11:36:49 AM.554] LSPD First Response: [TRACE] Assigned ped to TrafficStop #3 (GameplayMandatory)
    [3/23/2019 11:36:49 AM.555] LSPD First Response: [TRACE] Thread TrafficStop #3 initialized
    [3/23/2019 11:36:52 AM.567] LSPD First Response: [TRACE] Assigned parking task
    [3/23/2019 11:36:54 AM.668] LSPD First Response: Started parking: 5.95796 Angle: 0.08531031
    [3/23/2019 11:36:58 AM.375] LSPD First Response: [TRACE] Cleaning UI
    [3/23/2019 11:37:03 AM.234] LSPD First Response: [TRACE] Parking task ended. Result: True
    [3/23/2019 11:37:03 AM.247] LSPD First Response: [TRACE] Suspect has parked successfully
    [3/23/2019 11:37:05 AM.382] LSPD First Response: C+: Pause
    [3/23/2019 11:37:05 AM.382] LSPD First Response: C+: EnsurePaused forced
    [3/23/2019 11:37:05 AM.382] LSPD First Response: C+: Pause
    [3/23/2019 11:37:06 AM.652] LSPD First Response: C+: Adding Citation for ped hash=JenniferHickey7/29/1990
    [03/23/2019 11:37:07.543] LSPD First Response: C+: Arrest report for ped are null
    [03/23/2019 11:37:07.543] LSPD First Response: C+: Get Citation for ped hash=JenniferHickey07/29/1990
    [03/23/2019 11:37:07.543] LSPD First Response: C+: Citations for ped are null
    [03/23/2019 11:37:07.543] LSPD First Response: C+ DEV: Creating ComputerPedViewExtendedContainer
    [3/23/2019 11:37:07 AM.551] LSPD First Response: C+ DEV: Creating ComputerPedViewExtended
    [3/23/2019 11:37:07 AM.551] LSPD First Response: C+ DEV: Creating ComputerPedView
    [3/23/2019 11:37:07 AM.551] LSPD First Response: C+ DEV: InitializeLayout ComputerPedView
    [3/23/2019 11:37:07 AM.573] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/23/2019 11:37:07 AM.574] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/23/2019 11:37:20 AM.976] LSPD First Response: C+ DEV: Populating ALPR list
    [3/23/2019 11:37:20 AM.976] LSPD First Response: C+ DEV: Checking currently pulled over
    [03/23/2019 11:37:21.587] LSPD First Response: C+: Get Citation for ped hash=JenniferHickey07/29/1990
    [3/23/2019 11:37:21 AM.598] LSPD First Response: C+: inside ComputerVehicleDetails.InitializeLayout()
    [3/23/2019 11:37:21 AM.606] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/23/2019 11:37:21 AM.607] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/23/2019 11:37:25 AM.541] LSPD First Response: C+: Pause
    [3/23/2019 11:37:25 AM.580] LSPD First Response: C+ DEV: Freeing Persisted Entities: GAUNTLET
    [3/23/2019 11:37:26 AM.331] LSPD First Response: [TRACE] Asked thread TrafficStop #3 to abort: Player asked to cancel
    [3/23/2019 11:37:26 AM.331] LSPD First Response: [TRACE] Removing ped from TrafficStop #3 (GameplayMandatory)
    [3/23/2019 11:37:26 AM.331] LSPD First Response: [TRACE] Released 0 entities from TrafficStop #3 Content Manager
    [3/23/2019 11:37:26 AM.332] LSPD First Response: [TRACE] Instance cleaned (TrafficStop #3)
    [3/23/2019 11:37:26 AM.361] LSPD First Response: [TRACE] Thread TrafficStop #3 has been shut down
    [3/23/2019 11:37:43 AM.582] LSPD First Response: [TRACE] World event RunLights #1 reports that it can be freed
    [3/23/2019 11:37:43 AM.582] LSPD First Response: [TRACE] Removing ped from RunLights #1 (Ambient)
    [3/23/2019 11:37:43 AM.582] LSPD First Response: [TRACE] Released 0 entities from RunLights #1 Content Manager
    [3/23/2019 11:37:43 AM.582] LSPD First Response: [TRACE] Instance cleaned (RunLights #1)
    [3/23/2019 11:37:43 AM.583] LSPD First Response: [TRACE] World event RunLights #1 has ended
    [3/23/2019 11:37:44 AM.832] LSPD First Response: [TRACE] Assigned ped to TrafficStop #4 (GameplayMandatory)
    [3/23/2019 11:37:44 AM.832] LSPD First Response: [TRACE] Thread TrafficStop #4 initialized
    [3/23/2019 11:37:47 AM.864] LSPD First Response: [TRACE] Assigned parking task
    [3/23/2019 11:37:51 AM.976] LSPD First Response: Started parking: 5.243965 Angle: 0.3749146
    [3/23/2019 11:37:52 AM.945] LSPD First Response: [TRACE] A new world event should be started
    [3/23/2019 11:37:52 AM.945] LSPD First Response: [TRACE] Starting world event StealCar
    [3/23/2019 11:37:52 AM.946] LSPD First Response: [TRACE] Setting up world event: StealCar #1
    [3/23/2019 11:37:53 AM.222] LSPD First Response: [TRACE] Assigned ped to StealCar #1 (Ambient)
    [3/23/2019 11:37:56 AM.509] LSPD First Response: [TRACE] Parking task ended. Result: True
    [3/23/2019 11:37:56 AM.522] LSPD First Response: [TRACE] Suspect has parked successfully
    [3/23/2019 11:37:57 AM.840] LSPD First Response: [INFO] New Crime: Javier Marval (A_M_M_EASTSA_02) committed the crime PC 11 (GrandTheftAuto) against Entity 00017922 (FUSILADE)
    [3/23/2019 11:37:58 AM.060] LSPD First Response: C+: Pause
    [3/23/2019 11:37:58 AM.060] LSPD First Response: C+: EnsurePaused forced
    [3/23/2019 11:37:58 AM.060] LSPD First Response: C+: Pause
    [3/23/2019 11:37:59 AM.397] LSPD First Response: C+: Adding Citation for ped hash=DanielGenco6/26/1997
    [03/23/2019 11:38:00.479] LSPD First Response: C+: Arrest report for ped are null
    [03/23/2019 11:38:00.479] LSPD First Response: C+: Get Citation for ped hash=DanielGenco06/26/1997
    [03/23/2019 11:38:00.479] LSPD First Response: C+: Citations for ped are null
    [03/23/2019 11:38:00.479] LSPD First Response: C+ DEV: Creating ComputerPedViewExtendedContainer
    [3/23/2019 11:38:00 AM.486] LSPD First Response: C+ DEV: Creating ComputerPedViewExtended
    [3/23/2019 11:38:00 AM.486] LSPD First Response: C+ DEV: Creating ComputerPedView
    [3/23/2019 11:38:00 AM.486] LSPD First Response: C+ DEV: InitializeLayout ComputerPedView
    [3/23/2019 11:38:00 AM.495] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/23/2019 11:38:00 AM.495] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/23/2019 11:38:03 AM.563] LSPD First Response: C+ DEV: Populating ALPR list
    [3/23/2019 11:38:03 AM.563] LSPD First Response: C+ DEV: Checking currently pulled over
     



    There we go.... I removed so many plugins that I had and it still crashes by the 3rd-4th time I open it.
    Really annoying . It really might be a memory problem 

    Link to comment
    Share on other sites

    3 hours ago, Lockehart said:

    https://gyazo.com/b9b114cd2aa289dfa6dc3d0e85f0a958

    https://gyazo.com/56dc58afaad4d967215545b69c2f46c5

    https://gyazo.com/94849523a92451f0c821420b1677a95f

     

    And also you didn't post the full log file.  Just a small snippet of text from it which doesn't really help at all.

     

    Play the game until it crashes from Computer+ then immediately post the log file (the file itself, not just a small snippet of text) into a post and someone will be able to help figure out what's wrong.

     

    1. You dont need the Police Scanner folder anymore, it is outdated. Everything has been moved to audio>scanner. So drag and drop your Police Scanner contents into the scanner folder then delete the Police Scanner folder. Otherwise I'm not sure if your moreradiochatter is even working. I have it in the aforementioned directory and can confirm it works. 

    2. Just a question, why are you running arrest manager and  Stop The Ped? STP has just about every single feature already implemented in arrest manger, from vocal dispatch to assigning seperate police transport for multiple arrestees. I'm just curious as to why you're forfeiting some memory allocation as well as free keyboard keys. Is it so you can call a taxi for a pedestrian? lmao thats the only benefit to arrest manager I can think of.

    3. Looks good, no comment

    Link to comment
    Share on other sites

    2 hours ago, hzyoni said:
      Reveal hidden contents


     



    There we go.... I removed so many plugins that I had and it still crashes by the 3rd-4th time I open it.
    Really annoying . It really might be a memory problem 

     

    Yeah that's the first thing that everyone tries, including myself. When it comes to memory allocation, sometimes a plugin just requests too much at a specified interval. So whether you have 10 extra plugins or none, it's not stopping Computer+ from requesting a shit load of space when the Ped or Vehicle Databases are opened.

     

    The easy solution is to disable Computer+ and just use the LSPDFR+ computer lite which is quite intuitive, the difference being it runs on a NativeUI menu instead of a custom computer user interface. You can still hand out tickets and make arrest reports.

     

    The right solution (which takes gobs of time) is to go back to my comment and do what I said originally, dig into the gameconfig yourself and adjust memory allocations. Try to change the values for buildings, pedestrians and traffic SO LOW that the game is barely playable, then test your computer+. If it works, as it should if you have a decent CPU, then go back and increase the values for the aforementioned categories until it is more playable, and still stable.

     

    If you don't have the patience to learn how to edit your memory allocations, I'm afraid any large plugin is going to crash you. That's just how it works. Upgrade your CPU or wait until the plugin is refined and smaller. For the rest of us though, the computer is stable and almost never crashes, which is a testament to how stable to plugin can be.

     

     

    P.S. Try to disable all other plugins if you haven't already. Some, like Unit 21 referenced, aren't inside your your plugins>lspdfr folder. They can be inside your main directory, inside lspdfr>audio, or inside the main plugins folder. LSPersistenceD5, ELS, EUP, RageShowMyLocation, and Search Warrant all come to mind. 

    More than likely still wont fix your problem, but you never know and it's a quick thing to cross off.  Worked for Unit21

    Edited by Jakov
    Link to comment
    Share on other sites

    12 minutes ago, Jakov said:

     

    Yeah that's the first thing that everyone tries, including myself. When it comes to memory allocation, sometimes a plugin just requests too much at a specified interval. So whether you have 10 extra plugins or none, it's not stopping Computer+ from requesting a shit load of space when the Ped or Vehicle Databases are opened.

     

    The easy solution is to disable Computer+ and just use the LSPDFR+ computer lite which is quite intuitive, the difference being it runs on a NativeUI menu instead of a custom computer user interface. You can still hand out tickets and make arrest reports.

     

    The right solution (which takes gobs of time) is to go back to my comment and do what I said originally, dig into the gameconfig yourself and adjust memory allocations. Try to change the values for buildings, pedestrians and traffic SO LOW that the game is barely playable, then test your computer+. If it works, as it should if you have a decent CPU, then go back and increase the values for the aforementioned categories until it is more playable, and still stable.

     

    If you don't have the patience to learn how to edit your memory allocations, I'm afraid any large plugin is going to crash you. That's just how it works. Upgrade your CPU or wait until the plugin is refined and smaller. For the rest of us though, the computer is stable and almost never crashes, which is a testament to how stable to plugin can be.

     The funny thing is that I had the same amount of plugins and data before and computer + was just fine.

    idk why recently it started to have memory problems.

     

    my cpu is i7490k 

    is there a way for you to send me or post your edited gameconfig?

    maybe it will help me 

    Link to comment
    Share on other sites

    17 minutes ago, hzyoni said:

     The funny thing is that I had the same amount of plugins and data before and computer + was just fine.

    idk why recently it started to have memory problems.

     

    my cpu is i7490k 

    is there a way for you to send me or post your edited gameconfig?

    maybe it will help me 

     

    This is my current build, no guarantees it'll fit for you. 

     

    https://www.dropbox.com/s/rp1cklw20cnj6qj/gameconfig.xml?dl=0

     

    Happy to help you try it though

    Link to comment
    Share on other sites

    4 hours ago, Jakov said:

     

    This is my current build, no guarantees it'll fit for you. 

     

    https://www.dropbox.com/s/rp1cklw20cnj6qj/gameconfig.xml?dl=0

     

    Happy to help you try it though

    Thank you. Unfortunately with your file my GTA crashed before it even starts lol.

    However, I realized that Computer+ works well with no crashes when using Gameconfig 0,1x traffic 0,1x peds   But now the amount of traffic and peds are really really low. Looks almost empty 😞

    Edited by hzyoni
    Link to comment
    Share on other sites

    On 3/22/2019 at 2:44 PM, hzyoni said:

     

    Yeah same.

    i don’t know what to do anymore.

     

    computer+ is very essential for LSPDFR. Can’t play without it. 

    I should note that it only crashes for me in 0.4. In 0.3 I have no problems with it, I went back to 0.3 anyways.

    Link to comment
    Share on other sites

    LOL this is ridiculous!
    Even with a fresh install of GTA 5 and LSPDFR 0.4.1 and the only plugin is Computer+ with 0 Mods.... Computer+ crashes the moment I look for ped info.

    There must be a way to fix this.  Unbelievable. 

    Link to comment
    Share on other sites

    On 3/23/2019 at 5:04 PM, Jakov said:

     

    1. You dont need the Police Scanner folder anymore, it is outdated. Everything has been moved to audio>scanner. So drag and drop your Police Scanner contents into the scanner folder then delete the Police Scanner folder. Otherwise I'm not sure if your moreradiochatter is even working. I have it in the aforementioned directory and can confirm it works. 

    2. Just a question, why are you running arrest manager and  Stop The Ped? STP has just about every single feature already implemented in arrest manger, from vocal dispatch to assigning seperate police transport for multiple arrestees. I'm just curious as to why you're forfeiting some memory allocation as well as free keyboard keys. Is it so you can call a taxi for a pedestrian? lmao thats the only benefit to arrest manager I can think of.

    3. Looks good, no comment

    I have it for the additional jail locations.  Everything else i've turned the keys off of using.  I'm having no issues regardless so no need to harp on me about things.  Help the people actually having the issues.

    Link to comment
    Share on other sites

    So various mods kept crashing for me while looking up a ped or vehicle in Computer+

     

    The gameconfig.xml replacement seems to have fixed this for me so far. I am using the one from dilapidated.

     

    Many thanks. 

    Link to comment
    Share on other sites

    11 hours ago, waynieoaks said:

    So various mods kept crashing for me while looking up a ped or vehicle in Computer+

     

    The gameconfig.xml replacement seems to have fixed this for me so far. I am using the one from dilapidated.

     

    Many thanks. 

     Sadly, this is not the case for me. 

    Link to comment
    Share on other sites

    49 minutes ago, hzyoni said:

     Sadly, this is not the case for me. 

    You have still yet to post your log file for anyone to look at.  You just keep posting complaints.  Either let us help or don't complain anymore.

    Link to comment
    Share on other sites

    2 minutes ago, Lockehart said:

    You have still yet to post your log file for anyone to look at.  You just keep posting complaints.  Either let us help or don't complain anymore.

     I have in so many support places.. It all seems to be the memory issue 
    But here we go..


     

    Spoiler

    [3/24/2019 7:23:53 PM.671] Started new log on 3/24/2019 7:23:53 PM.671
    [3/24/2019 7:23:53 PM.677] ====================================================================================================
    [3/24/2019 7:23:53 PM.668] Log path: D:\Steam\steamapps\common\Grand Theft Auto V\RagePluginHook.log
    [3/24/2019 7:23:53 PM.677] Log verbosity: Trivial
    [3/24/2019 7:23:53 PM.679] Initializing input system
    [3/24/2019 7:23:53 PM.683] Initializing game console
    [3/24/2019 7:23:53 PM.693] Console key has been set to F4 (key code: 115)
    [3/24/2019 7:23:53 PM.797] Initializing console variable "ConsoleScrollAmount".
    [3/24/2019 7:23:53 PM.797] Type: System.Int32, Reading section: "Miscellaneous", key: ConsoleScrollAmount
    [3/24/2019 7:23:53 PM.800] Read value: <null>
    [3/24/2019 7:23:53 PM.800] Initializing console variable "DisableRenderVersionText".
    [3/24/2019 7:23:53 PM.800] Type: System.Boolean, Reading section: "Miscellaneous", key: DisableRenderVersionText
    [3/24/2019 7:23:53 PM.804] Read value: True
    [3/24/2019 7:23:53 PM.804] Setting value of console variable "DisableRenderVersionText" to stored value.
    [3/24/2019 7:23:53 PM.805] Initializing console variable "ConsoleKey".
    [3/24/2019 7:23:53 PM.805] Type: System.Windows.Forms.Keys, Reading section: "Miscellaneous", key: ConsoleKey
    [3/24/2019 7:23:53 PM.806] Read value: F4
    [3/24/2019 7:23:53 PM.806] Setting value of console variable "ConsoleKey" to stored value.
    [3/24/2019 7:23:53 PM.806] Console key has been set to F4 (key code: 115)
    [3/24/2019 7:23:53 PM.806] Initializing console variable "PluginTimeoutThreshold".
    [3/24/2019 7:23:53 PM.806] Type: System.Int32, Reading section: "Miscellaneous", key: PluginTimeoutThreshold
    [3/24/2019 7:23:53 PM.806] Read value: 10000
    [3/24/2019 7:23:53 PM.806] Setting value of console variable "PluginTimeoutThreshold" to stored value.
    [3/24/2019 7:23:53 PM.806] Initializing console variable "AlwaysShowConsoleOutput".
    [3/24/2019 7:23:53 PM.806] Type: System.Boolean, Reading section: "Miscellaneous", key: AlwaysShowConsoleOutput
    [3/24/2019 7:23:53 PM.807] Read value: <null>
    [3/24/2019 7:23:53 PM.807] Initializing console variable "ShowConsoleCommandInfoOnPluginLoad".
    [3/24/2019 7:23:53 PM.807] Type: System.Boolean, Reading section: "Miscellaneous", key: ShowConsoleCommandInfoOnPluginLoad
    [3/24/2019 7:23:53 PM.807] Read value: False
    [3/24/2019 7:23:53 PM.807] Setting value of console variable "ShowConsoleCommandInfoOnPluginLoad" to stored value.
    [3/24/2019 7:23:53 PM.807] Initializing console variable "ShowOnScreenWarnings".
    [3/24/2019 7:23:53 PM.807] Type: System.Boolean, Reading section: "Miscellaneous", key: ShowOnScreenWarnings
    [3/24/2019 7:23:53 PM.807] Read value: <null>
    [3/24/2019 7:23:53 PM.807] Console initialized
    [3/24/2019 7:23:53 PM.807] Initializing forms manager
    [3/24/2019 7:23:53 PM.812] Cleaning temp folder
    [3/24/2019 7:23:53 PM.878] Version: RAGE Plugin Hook v0.65.1237.15477 PUBLIC ALPHA for Grand Theft Auto V
    [3/24/2019 7:23:53 PM.886] ================ RAGE Plugin Hook ================
    [3/24/2019 7:23:53 PM.891] Command line option -disableCustomLoadingScreen is specified; disabling custom loading screen rendering.
    [3/24/2019 7:23:53 PM.896] Detected Windows 10 Home (64-bit) (10.0.17763.0)!
    [3/24/2019 7:23:53 PM.896] Checking game support
    [3/24/2019 7:23:54 PM.082] Product name: Grand Theft Auto V
    [3/24/2019 7:23:54 PM.082] Product version: 1.0.1604.1
    [3/24/2019 7:23:54 PM.082] Is steam version: True
    [3/24/2019 7:23:54 PM.083] Initializing DirectX
    [3/24/2019 7:23:54 PM.085] Initializing Direct3D
    [3/24/2019 7:23:54 PM.085] Loading C:\Windows\system32\d3d11.dll
    [3/24/2019 7:23:54 PM.086] Loaded at 0x7FFB7CD30000
    [3/24/2019 7:23:54 PM.086] D3D11CreateDeviceAndSwapChain at 0x7FFB7CD46B00
    [3/24/2019 7:23:54 PM.086] Creating Direct3D 11 device and swap chain
    [3/24/2019 7:23:54 PM.125] Swap Chain created: 0x23412DB0E90
    [3/24/2019 7:23:54 PM.125] Swap Chain VTable: 0x23412DB0E90
    [3/24/2019 7:23:54 PM.125] Swap Chain VTable_2: 0x7FFB7E8F4568
    [3/24/2019 7:23:54 PM.126] 0x7489480210C6B5E9;0x8D48564157552024;0x170EC814890246C
    [3/24/2019 7:23:54 PM.126] D3D11Present: 0x7FFB7E884910
    [3/24/2019 7:23:54 PM.126] D3D11ResizeBuffers: 0x7FFB7E89EE40
    [3/24/2019 7:23:54 PM.126] D3D11ResizeTarget: 0x7FFB7E8E4B60
    [3/24/2019 7:23:54 PM.126] D3D11SetFullscreenState: 0x7FFB7E89EB90
    [3/24/2019 7:23:54 PM.126] Getting device
    [3/24/2019 7:23:54 PM.126] Retrieved device
    [3/24/2019 7:23:54 PM.126] Creating wrapper
    [3/24/2019 7:23:54 PM.146] Direct3D initialized
    [3/24/2019 7:23:54 PM.147] Initialized DirectX
    [3/24/2019 7:23:54 PM.147] Direct3D watcher thread spawned
    [3/24/2019 7:23:54 PM.261] Wrapper created
    [3/24/2019 7:23:54 PM.270] Effect created
    [3/24/2019 7:23:54 PM.270] Creating buffer
    [3/24/2019 7:23:54 PM.270] Created buffer
    [3/24/2019 7:23:54 PM.270] Creating blend state
    [3/24/2019 7:23:54 PM.270] Created blend state
    [3/24/2019 7:23:54 PM.270] Done with creation
    [3/24/2019 7:23:54 PM.346] Initializing texture system.
    [3/24/2019 7:23:54 PM.346] Initializing texture system; phase 1
    [3/24/2019 7:23:54 PM.346] Initializing texture system; phase 2
    [3/24/2019 7:23:54 PM.361] Initializing texture system; phase 3
    [3/24/2019 7:23:54 PM.362] Initializing texture system; phase 4
    [3/24/2019 7:23:54 PM.378] Initializing texture system; phase 5
    [3/24/2019 7:23:54 PM.380] Initializing texture system; phase 6
    [3/24/2019 7:23:54 PM.382] Initializing texture system; phase 7
    [3/24/2019 7:23:54 PM.385] Initializing texture system; phase 8
    [3/24/2019 7:23:54 PM.386] Initializing texture system; phase 9
    [3/24/2019 7:23:54 PM.388] Initializing texture system; phase 10
    [3/24/2019 7:23:54 PM.393] Initializing texture system; phase 11
    [3/24/2019 7:23:54 PM.393] Initializing texture system; phase 12
    [3/24/2019 7:23:54 PM.396] Initializing texture system; phase 13
    [3/24/2019 7:23:54 PM.396] Initializing texture system; phase 14
    [3/24/2019 7:23:59 PM.148] Direct3D watcher thread ended
    [3/24/2019 7:24:28 PM.952] LoadingScreenMsg: Initializing game support
    [3/24/2019 7:24:29 PM.203] Initializing game support
    [3/24/2019 7:24:29 PM.703] LoadingScreenMsg: Velocity limit removed
    [3/24/2019 7:24:30 PM.007] Compatibility level: 0
    [3/24/2019 7:24:30 PM.007] Supported version detected
    [3/24/2019 7:24:30 PM.007] ==================================================
    [3/24/2019 7:24:30 PM.007] LoadingScreenMsg: Patching code
    [3/24/2019 7:24:30 PM.258] LoadingScreenMsg: Waiting for game initialization
    [3/24/2019 7:24:30 PM.508] Waiting for game initialization
    [3/24/2019 7:24:30 PM.609] LoadingScreenMsg: Initializing core
    [3/24/2019 7:24:30 PM.860] Initializing hook
    [3/24/2019 7:24:35 PM.866] LoadingScreenMsg: Completing interoperability
    [3/24/2019 7:24:36 PM.117] Completing interoperability
    [3/24/2019 7:24:36 PM.117] Initialization code 1.
    [3/24/2019 7:24:36 PM.117] Initialization code 2.
    [3/24/2019 7:24:36 PM.117] Initialization code 3.
    [3/24/2019 7:24:36 PM.123] 1 Address: 0x00007FF6FD59D374
    [3/24/2019 7:24:36 PM.123] Calling func 1
    [3/24/2019 7:24:36 PM.137] 2 Address: 0x00007FF6FE0FD01A
    [3/24/2019 7:24:36 PM.137] 3 Address: 0x00007FF6FCB95CC2
    [3/24/2019 7:24:36 PM.160] Address: 0x00007FF6FE0FCFC4
    [3/24/2019 7:24:36 PM.160] Unknown var: 0x00007FF6FF114B80
    [3/24/2019 7:24:36 PM.160] Initialization code 4.
    [3/24/2019 7:24:36 PM.160] Initialization code 5.
    [3/24/2019 7:24:36 PM.160] Completing interoperability, phase 1
    [3/24/2019 7:24:36 PM.160] Completing interoperability, phase 2
    [3/24/2019 7:24:36 PM.160] Completing interoperability, phase 3
    [3/24/2019 7:24:36 PM.160] Completing interoperability, phase 4
    [3/24/2019 7:24:36 PM.160] Completing interoperability, phase 5
    [3/24/2019 7:24:36 PM.160] Completing interoperability, phase 6
    [3/24/2019 7:24:36 PM.160] Completing interoperability, phase 7
    [3/24/2019 7:24:36 PM.160] LoadingScreenMsg: 
    [3/24/2019 7:24:36 PM.411] LoadingScreenMsg: Loading Story Mode
    [3/24/2019 7:24:53 PM.533] LoadingScreenMsg: Loading and Populating Game World
    [3/24/2019 7:24:53 PM.784] LoadingScreenMsg: 
    [3/24/2019 7:25:09 PM.575] Initializing console variable "IsDeveloperModeEnabled".
    [3/24/2019 7:25:09 PM.575] Type: System.Boolean, Reading section: "Miscellaneous", key: IsDeveloperModeEnabled
    [3/24/2019 7:25:09 PM.576] Read value: <null>
    [3/24/2019 7:25:09 PM.576] Initializing console variable "TimeScale".
    [3/24/2019 7:25:09 PM.576] Type: System.Single, Reading section: "Miscellaneous", key: TimeScale
    [3/24/2019 7:25:09 PM.576] Read value: <null>
    [3/24/2019 7:25:11 PM.353] <UNLOADED PLUGIN>: Initializing input system
    [3/24/2019 7:25:11 PM.354] <UNLOADED PLUGIN>: Initializing game console
    [3/24/2019 7:25:11 PM.358] <UNLOADED PLUGIN>: Initializing forms manager
    [3/24/2019 7:25:11 PM.839] LSPD First Response: [TRACE] Started loading LSPDFR
    [3/24/2019 7:25:12 PM.008] LSPD First Response: [TRACE] Key PURSUIT_MENU already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key PURSUIT_MENU already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key PURSUIT_MENU already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key PURSUIT_MENU already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key CRIME_REPORT already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key CRIME_REPORT already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key CRIME_REPORT already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key CRIME_REPORT already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key TOGGLE_DUTY already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key TOGGLE_DUTY already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key TOGGLE_DUTY already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key TOGGLE_DUTY already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key START_VEHICLE_SELECTION already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key START_VEHICLE_SELECTION already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key START_VEHICLE_SELECTION already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key START_VEHICLE_SELECTION already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key PERFORM_ARREST already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key PERFORM_ARREST already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key PERFORM_ARREST already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key PERFORM_ARREST already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key PERFORM_FRISK already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key PERFORM_FRISK already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key PERFORM_FRISK already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key PERFORM_FRISK already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key STOP_PEDS already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key STOP_PEDS already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key STOP_PEDS already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key STOP_PEDS already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key CHASE_ABORT_JOIN already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key CHASE_ABORT_JOIN already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key CHASE_ABORT_JOIN already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key CHASE_ABORT_JOIN already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key ACCEPT_CALLOUT already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key ACCEPT_CALLOUT already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key ACCEPT_CALLOUT already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key ACCEPT_CALLOUT already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key TRAFFICSTOP_START already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key TRAFFICSTOP_START already bound, rebinding
    [3/24/2019 7:25:12 PM.011] LSPD First Response: [TRACE] Key TRAFFICSTOP_START already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key TRAFFICSTOP_START already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key TRAFFICSTOP_INTERACT already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key TRAFFICSTOP_INTERACT already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key TRAFFICSTOP_INTERACT already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key TRAFFICSTOP_INTERACT already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key APARTMENT_SAVE_VEHICLE already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key APARTMENT_SAVE_VEHICLE already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key APARTMENT_SAVE_VEHICLE already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key APARTMENT_SAVE_VEHICLE already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key STATION_ENTER_GARAGE already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key STATION_ENTER_GARAGE already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key STATION_ENTER_GARAGE already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key STATION_ENTER_GARAGE already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key TOGGLE_POLICECOMPUTER already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key TOGGLE_POLICECOMPUTER already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key TOGGLE_POLICECOMPUTER already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key TOGGLE_POLICECOMPUTER already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key BACKUP_MENU already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key BACKUP_MENU already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key BACKUP_MENU already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key BACKUP_MENU already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key TOGGLE_SIREN_SOUND already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key TOGGLE_SIREN_SOUND already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key TOGGLE_SIREN_SOUND already bound, rebinding
    [3/24/2019 7:25:12 PM.012] LSPD First Response: [TRACE] Key TOGGLE_SIREN_SOUND already bound, rebinding
    [3/24/2019 7:25:15 PM.952] LSPD First Response: [TRACE] Thread CopManager #1 initialized
    [3/24/2019 7:25:31 PM.661] LSPD First Response: [TRACE] Game has stopped loading
    [3/24/2019 7:25:34 PM.312] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:25:34 PM.319] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:25:34 PM.324] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/outfits.xml
    [3/24/2019 7:25:34 PM.420] LSPD First Response: [WARN] No name for outfit variation at line 23
    [3/24/2019 7:25:34 PM.420] LSPD First Response: [WARN] No name for outfit variation at line 31
    [3/24/2019 7:25:34 PM.420] LSPD First Response: [WARN] No name for outfit variation at line 39
    [3/24/2019 7:25:34 PM.420] LSPD First Response: [WARN] No name for outfit variation at line 64
    [3/24/2019 7:25:34 PM.420] LSPD First Response: [WARN] No name for outfit variation at line 72
    [3/24/2019 7:25:34 PM.421] LSPD First Response: [WARN] No name for outfit variation at line 80
    [3/24/2019 7:25:34 PM.421] LSPD First Response: [WARN] No name for outfit variation at line 111
    [3/24/2019 7:25:34 PM.421] LSPD First Response: [WARN] No name for outfit variation at line 138
    [3/24/2019 7:25:34 PM.438] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:25:34 PM.438] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:25:34 PM.438] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/cop_presets_outfits.xml
    [3/24/2019 7:25:34 PM.442] LSPD First Response: [WARN] No gender specified for outfit variation Officer at line 11, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 25
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Officer III+1 at line 25, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 32
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Detective at line 32, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 39
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer at line 39, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 47
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer III+1 at line 47, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 56
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Armored Detective at line 56, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Officer at line 71, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 85
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Officer III at line 85, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 92
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer at line 92, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 100
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer III at line 100, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Officer at line 115, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 129
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Officer III+1 at line 129, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 136
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Detective at line 136, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 143
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer at line 143, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 151
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer III+1 at line 151, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 160
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Armored Detective at line 160, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Officer at line 175, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 189
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Officer III at line 189, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 196
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer at line 196, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 204
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer III at line 204, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Officer at line 219, defaulting to male
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No name for outfit variation at line 233
    [3/24/2019 7:25:34 PM.443] LSPD First Response: [WARN] No gender specified for outfit variation Officer III+1 at line 233, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No name for outfit variation at line 240
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Detective at line 240, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No name for outfit variation at line 247
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer at line 247, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No name for outfit variation at line 255
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer III+1 at line 255, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No name for outfit variation at line 264
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Armored Detective at line 264, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Officer at line 279, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No name for outfit variation at line 293
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Officer III at line 293, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No name for outfit variation at line 300
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer at line 300, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No name for outfit variation at line 308
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Armored Officer III at line 308, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Officer at line 403, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Detective at line 418, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Commander at line 426, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Motor Patrol at line 440, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Motor Patrol at line 461, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Deputy at line 481, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No name for outfit variation at line 494
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Armored Deputy at line 494, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Deputy at line 507, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No name for outfit variation at line 520
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Armored Deputy at line 520, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Deputy at line 533, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No name for outfit variation at line 546
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Armored Deputy at line 546, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Deputy at line 559, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No name for outfit variation at line 572
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Armored Deputy at line 572, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Deputy at line 585, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No name for outfit variation at line 598
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Armored Deputy at line 598, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Deputy at line 611, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No name for outfit variation at line 624
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No gender specified for outfit variation Armored Deputy at line 624, defaulting to male
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No name for outfit variation at line 732
    [3/24/2019 7:25:34 PM.444] LSPD First Response: [WARN] No name for outfit variation at line 764
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 796
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 828
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 951
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 976
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 1002
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 1028
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 1054
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 1133
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 1160
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 1187
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 1214
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 1241
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 1268
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 1297
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 1330
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 1363
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [WARN] No name for outfit variation at line 1396
    [3/24/2019 7:25:34 PM.445] LSPD First Response: [TRACE] Loaded 2 freemode outfits and 55 preset outfits
    [3/24/2019 7:25:35 PM.183] LSPD First Response: [TRACE] Load HeadBlendData
    [3/24/2019 7:25:35 PM.208] LSPD First Response: [TRACE] Trying to get FSD
    [3/24/2019 7:25:35 PM.272] LSPD First Response: [TRACE] wanted info not exist
    [3/24/2019 7:25:35 PM.410] LSPD First Response: [TRACE] Adding Ben J. as character
    [3/24/2019 7:25:35 PM.426] LSPD First Response: [TRACE] Load HeadBlendData
    [3/24/2019 7:25:35 PM.426] LSPD First Response: [TRACE] Trying to get FSD
    [3/24/2019 7:25:35 PM.453] LSPD First Response: [TRACE] wanted info not exist
    [3/24/2019 7:25:35 PM.547] LSPD First Response: [TRACE] Adding Michelle Meto as character
    [3/24/2019 7:25:35 PM.548] LSPD First Response: [WARN] Path without extension: lspdfr/chars
    [3/24/2019 7:25:35 PM.548] LSPD First Response: [WARN] Path without extension: lspdfr/chars
    [3/24/2019 7:25:35 PM.584] LSPD First Response: [TRACE] Load HeadBlendData
    [3/24/2019 7:25:35 PM.584] LSPD First Response: [TRACE] Trying to get FSD
    [3/24/2019 7:25:35 PM.584] LSPD First Response: [TRACE] wanted info not exist
    [3/24/2019 7:25:35 PM.625] LSPD First Response: [TRACE] Load HeadBlendData
    [3/24/2019 7:25:35 PM.625] LSPD First Response: [TRACE] Trying to get FSD
    [3/24/2019 7:25:35 PM.625] LSPD First Response: [TRACE] wanted info not exist
    [3/24/2019 7:25:35 PM.670] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:25:35 PM.670] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:25:35 PM.670] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/regions.xml
    [3/24/2019 7:25:35 PM.686] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:25:35 PM.686] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:25:35 PM.686] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/backup.xml
    [3/24/2019 7:25:35 PM.718] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:25:35 PM.718] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:25:35 PM.718] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/agency.xml
    [3/24/2019 7:25:35 PM.753] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:25:35 PM.753] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:25:35 PM.753] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/inventory.xml
    [3/24/2019 7:25:35 PM.760] LSPD First Response: [TRACE] Failed to parse  as chance
    [3/24/2019 7:25:35 PM.764] LSPD First Response: [TRACE] Player was in vehicle: False
    [3/24/2019 7:25:35 PM.765] LSPD First Response: [TRACE] Is first run
    [3/24/2019 7:25:35 PM.765] LSPD First Response: [TRACE] Loading dummy character
    [3/24/2019 7:25:35 PM.767] LSPD First Response: [INFO] Changing current player character to Ben J.
    [3/24/2019 7:25:35 PM.781] LSPD First Response: [TRACE] Thread PedHistoryManager #1 initialized
    [3/24/2019 7:25:35 PM.781] LSPD First Response: [TRACE] Thread PlayerCharacterStatsManager #1 initialized
    [3/24/2019 7:25:35 PM.781] LSPD First Response: [TRACE] Thread GamePlayer #1 initialized
    [3/24/2019 7:25:36 PM.093] s_m_y_cop_01_white_mini_04
    [3/24/2019 7:25:36 PM.094] LSPD First Response: [TRACE] CharacterSelected: 1
    [3/24/2019 7:25:36 PM.094] LSPD First Response: [TRACE] Character changed, creating new stats object
    [3/24/2019 7:25:36 PM.103] LSPD First Response: [TRACE] Initialized telemtry service
    [3/24/2019 7:25:36 PM.147] LSPD First Response: [TRACE] Started new menu thread MenuBase #1
    [3/24/2019 7:25:36 PM.148] LSPD First Response: [TRACE] Started new menu thread MenuBase #2
    [3/24/2019 7:25:36 PM.158] LSPD First Response: [TRACE] Thread DiscordRichPresence #1 initialized
    [3/24/2019 7:25:36 PM.201] LSPD First Response: [TRACE] Thread MenuManager #1 initialized
    [3/24/2019 7:25:37 PM.089] LSPD First Response: [TRACE] Started new menu thread MenuBase #3
    [3/24/2019 7:25:37 PM.094] LSPD First Response: [TRACE] Started new menu thread MenuBase #4
    [3/24/2019 7:25:37 PM.173] LSPD First Response: [TRACE] Set title to Ben J. for Interaction Menu
    [3/24/2019 7:25:37 PM.173] LSPD First Response: [TRACE] Started new menu thread MenuBase #5
    [3/24/2019 7:25:37 PM.175] LSPD First Response: [TRACE] Set title to Ben J. for Police Radio
    [3/24/2019 7:25:37 PM.177] LSPD First Response: [TRACE] Started new menu thread MenuBase #6
    [3/24/2019 7:25:37 PM.179] LSPD First Response: [TRACE] Set title to Ben J. for Vehicle Options
    [3/24/2019 7:25:37 PM.215] LSPD First Response: [TRACE] Requested Audio
    [3/24/2019 7:25:37 PM.727] LSPD First Response: [TRACE] Thread CharacterCreation #1 initialized
    [3/24/2019 7:25:38 PM.238] LSPD First Response: [INFO] Connecting to LSPDFR Sync
    [3/24/2019 7:25:40 PM.500] LSPD First Response: [TRACE] 7FF6FEC01168
    [3/24/2019 7:25:40 PM.506] LSPD First Response: We have 2 appartments registered
    [3/24/2019 7:25:40 PM.508] Created: 2874 Hillcrest
    [3/24/2019 7:25:43 PM.462] LSPD First Response: [TRACE] Initialised Apartment: 2874 Hillcrest, Interior is 207361
    [3/24/2019 7:25:43 PM.463] Created: 2044 North Conker
    [3/24/2019 7:25:45 PM.880] LSPD First Response: [TRACE] Thread PauseMenu #1 initialized
    [3/24/2019 7:25:45 PM.881] LSPD First Response: [TRACE] Thread SamTesting #1 initialized
    [3/24/2019 7:25:45 PM.881] LSPD First Response: [TRACE] Thread CrimeEventManager #1 initialized
    [3/24/2019 7:25:45 PM.881] LSPD First Response: [TRACE] Thread Crime Manager #1 initialized
    [3/24/2019 7:25:45 PM.881] LSPD First Response: [TRACE] Thread ChaseMe #1 initialized
    [3/24/2019 7:25:45 PM.881] LSPD First Response: [TRACE] Thread TrafficStopManager #1 initialized
    [3/24/2019 7:25:45 PM.885] LSPD First Response: [TRACE] Thread PlayerChaseManager #1 initialized
    [3/24/2019 7:25:45 PM.889] LSPD First Response: [TRACE] Thread ScenarioManager #1 initialized
    [3/24/2019 7:25:45 PM.890] LSPD First Response: [TRACE] Thread CheckpointManager #1 initialized
    [3/24/2019 7:25:45 PM.892] LSPD First Response: [TRACE] Thread ApartmentManager #1 initialized
    [3/24/2019 7:25:45 PM.893] LSPD First Response: [TRACE] Thread Apartment #1 initialized
    [3/24/2019 7:25:45 PM.895] LSPD First Response: [TRACE] Thread Marker #1 initialized
    [3/24/2019 7:25:45 PM.912] LSPD First Response: [TRACE] Initialised Apartment: 2044 North Conker, Interior is 206081
    [3/24/2019 7:25:45 PM.912] LSPD First Response: ApartmentManager initialized
    [3/24/2019 7:25:45 PM.948] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:25:45 PM.949] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:25:45 PM.949] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/stations.xml
    [3/24/2019 7:25:45 PM.968] LSPD First Response: [INFO] Vinewood Police Station
    [3/24/2019 7:25:45 PM.968] LSPD First Response: [INFO] Added new police station: Vinewood Police Station (LSPD) at X:638.5 Y:1.75 Z:82.8
    [3/24/2019 7:25:45 PM.968] LSPD First Response: [INFO] La Mesa Police Station
    [3/24/2019 7:25:45 PM.968] LSPD First Response: [INFO] Added new police station: La Mesa Police Station (LSPD) at X:826.8 Y:-1290 Z:28.24
    [3/24/2019 7:25:45 PM.968] LSPD First Response: [INFO] Rockford Hills Police Station
    [3/24/2019 7:25:45 PM.968] LSPD First Response: [INFO] Added new police station: Rockford Hills Police Station (LSPD) at X:-561.65 Y:-131.65 Z:38.21
    [3/24/2019 7:25:45 PM.968] LSPD First Response: [INFO] Vespucci Police Station
    [3/24/2019 7:25:45 PM.968] LSPD First Response: [INFO] Added new police station: Vespucci Police Station (LSPD) at X:-1108.18 Y:-845.18 Z:19.32
    [3/24/2019 7:25:45 PM.968] LSPD First Response: [INFO] Downtown Police Station
    [3/24/2019 7:25:45 PM.968] LSPD First Response: [INFO] Added new police station: Downtown Police Station (LSPD) at X:450.0654 Y:-993.0596 Z:30
    [3/24/2019 7:25:45 PM.969] LSPD First Response: [INFO] Davis Sheriff Station
    [3/24/2019 7:25:45 PM.969] LSPD First Response: [INFO] Added new police station: Davis Sheriff Station (LSSD) at X:360.97 Y:-1584.7 Z:29.29
    [3/24/2019 7:25:45 PM.969] LSPD First Response: [INFO] Sandy Shores Sheriff Station
    [3/24/2019 7:25:45 PM.969] LSPD First Response: [INFO] Added new police station: Sandy Shores Sheriff Station (LSSD) at X:1848.73 Y:3689.98 Z:34.27
    [3/24/2019 7:25:45 PM.969] LSPD First Response: [INFO] Paleto Bay Sheriff Station
    [3/24/2019 7:25:45 PM.969] LSPD First Response: [INFO] Added new police station: Paleto Bay Sheriff Station (LSSD) at X:-448.22 Y:6008.23 Z:31.72
    [3/24/2019 7:25:45 PM.969] LSPD First Response: [INFO] Beaver Bush Ranger Station
    [3/24/2019 7:25:45 PM.969] LSPD First Response: [INFO] Added new police station: Beaver Bush Ranger Station (SAPR) at X:379.31 Y:792.06 Z:190.41
    [3/24/2019 7:25:45 PM.969] LSPD First Response: [INFO] Los Santos Intl. Airport Field Office
    [3/24/2019 7:25:45 PM.969] LSPD First Response: [INFO] Added new police station: Los Santos Intl. Airport Field Office (NOOSE) at X:-864.61 Y:-2408.92 Z:14.03
    [3/24/2019 7:25:45 PM.969] LSPD First Response: [INFO] Bolingbroke Penitentiary
    [3/24/2019 7:25:45 PM.969] LSPD First Response: [INFO] Added new police station: Bolingbroke Penitentiary (SASPA) at X:1846.49 Y:2585.95 Z:45.67
    [3/24/2019 7:25:45 PM.975] LSPD First Response: [TRACE] Auto started component Debug #1
    [3/24/2019 7:25:45 PM.976] LSPD First Response: [TRACE] Auto started component AmbientBlips #1
    [3/24/2019 7:25:45 PM.976] LSPD First Response: [TRACE] Auto started component AmbientChases #1
    [3/24/2019 7:25:45 PM.977] LSPD First Response: [TRACE] Auto started component AmbientCombatControl #1
    [3/24/2019 7:25:45 PM.977] LSPD First Response: [TRACE] Auto started component AmbientGameStats #1
    [3/24/2019 7:25:45 PM.977] LSPD First Response: [TRACE] Auto started component AmbientOffDuty #1
    [3/24/2019 7:25:45 PM.977] LSPD First Response: [TRACE] Auto started component AmbientPhotoCamera #1
    [3/24/2019 7:25:45 PM.977] LSPD First Response: [TRACE] Auto started component AmbientGameScripts #1
    [3/24/2019 7:25:45 PM.978] LSPD First Response: [TRACE] Auto started component AmbientSpawn #1
    [3/24/2019 7:25:45 PM.978] LSPD First Response: [TRACE] Auto started component AmbientSpawnScenarios #1
    [3/24/2019 7:25:45 PM.979] LSPD First Response: [TRACE] Auto started component GameStatsManager #1
    [3/24/2019 7:25:45 PM.980] LSPD First Response: [TRACE] Auto started component GameEventManager #1
    [3/24/2019 7:25:45 PM.984] LSPD First Response: [TRACE] Loading node data
    [3/24/2019 7:25:50 PM.022] LSPD First Response: [TRACE] Done loading node data
    [3/24/2019 7:25:50 PM.023] LSPD First Response: [TRACE] Loading node data
    [3/24/2019 7:25:50 PM.023] LSPD First Response: [TRACE] Done loading node data
    [3/24/2019 7:25:50 PM.024] LSPD First Response: [TRACE] Thread AmbientChases #1 initialized
    [3/24/2019 7:25:50 PM.025] LSPD First Response: [TRACE] Disabling ambient game police chases
    [3/24/2019 7:25:50 PM.032] LSPD First Response: [TRACE] Disabled ambient game police chases
    [3/24/2019 7:25:50 PM.032] LSPD First Response: [TRACE] Thread AmbientBlips #1 initialized
    [3/24/2019 7:25:50 PM.038] LSPD First Response: [TRACE] Thread AmbientGameStats #1 initialized
    [3/24/2019 7:25:50 PM.040] LSPD First Response: [TRACE] Thread AmbientOffDuty #1 initialized
    [3/24/2019 7:25:50 PM.042] LSPD First Response: [TRACE] Thread AmbientPhotoCamera #1 initialized
    [3/24/2019 7:25:50 PM.042] LSPD First Response: [TRACE] Thread AmbientGameScripts #1 initialized
    [3/24/2019 7:25:50 PM.860] LSPD First Response: [INFO] Machine successfully (re)provisioned
    [3/24/2019 7:25:50 PM.891] LSPD First Response: [TRACE] Terminal server version: 0.2
    [3/24/2019 7:25:50 PM.891] LSPD First Response: [INFO] Connected to LSPDFR Sync via session 7d904037-f2bb-43c5-96b6-4b6d6c99831b. Enhanced features available.
    [3/24/2019 7:25:50 PM.891] LSPD First Response: [TRACE] Server has requested that we enable feature BaselineTelemetry
    [3/24/2019 7:25:50 PM.895] LSPD First Response: [TRACE] Server has requested that we enable feature LSPDFRSyncOnboarding
    [3/24/2019 7:25:51 PM.268] LSPD First Response: [TRACE] Thread AmbientSpawnScenarios #1 initialized
    [3/24/2019 7:25:51 PM.268] LSPD First Response: [TRACE] Thread GameStatsManager #1 initialized
    [3/24/2019 7:25:51 PM.270] LSPD First Response: [TRACE] Thread Apartment #2 initialized
    [3/24/2019 7:25:51 PM.270] LSPD First Response: [TRACE] Thread Marker #2 initialized
    [3/24/2019 7:25:51 PM.306] LSPD First Response: [TRACE] Thread Duty #1 initialized
    [3/24/2019 7:25:51 PM.307] LSPD First Response: [TRACE] Thread PoliceStationManager #1 initialized
    [3/24/2019 7:25:51 PM.330] LSPD First Response: [TRACE] Thread PoliceStationInterior #1 initialized
    [3/24/2019 7:25:51 PM.334] LSPD First Response: [TRACE] Thread Marker #3 initialized
    [3/24/2019 7:25:51 PM.334] LSPD First Response: [TRACE] Thread Debug #1 initialized
    [3/24/2019 7:25:51 PM.337] LSPD First Response: [TRACE] Thread AmbientCombatControl #1 initialized
    [3/24/2019 7:25:51 PM.338] LSPD First Response: [TRACE] Thread AmbientSpawn #1 initialized
    [3/24/2019 7:25:51 PM.342] LSPD First Response: [TRACE] Thread GameEventManager #1 initialized
    [3/24/2019 7:25:59 PM.847] LSPD First Response: [TRACE] we're on the lspdfr page
    [3/24/2019 7:25:59 PM.847] LSPD First Response: [TRACE] 7FF6FEC00758
    [3/24/2019 7:26:00 PM.262] LSPD First Response: [TRACE] disableScriptedInput()
    [3/24/2019 7:26:00 PM.285] LSPD First Response: [TRACE] KILL stats page
    [3/24/2019 7:26:00 PM.285] LSPD First Response: [TRACE] request settings page
    [3/24/2019 7:26:00 PM.315] LSPD First Response: [TRACE] load settings gfx
    [3/24/2019 7:26:00 PM.457] LSPD First Response: [TRACE] lspdfr page finalizalation
    [3/24/2019 7:26:01 PM.245] LSPD First Response: [TRACE] Left btn down
    [3/24/2019 7:26:01 PM.361] LSPD First Response: [TRACE] left btn up
    [3/24/2019 7:26:01 PM.412] LSPD First Response: [TRACE] selected: -1 sub: -145
    [3/24/2019 7:26:01 PM.412] LSPD First Response: [TRACE] menu depth: 0
    [3/24/2019 7:26:02 PM.525] LSPD First Response: [TRACE] Left btn down
    [3/24/2019 7:26:02 PM.641] LSPD First Response: [TRACE] left btn up
    [3/24/2019 7:26:02 PM.692] LSPD First Response: [TRACE] selected: 145 sub: 1
    [3/24/2019 7:26:02 PM.692] LSPD First Response: [TRACE] menu depth: 1
    [3/24/2019 7:26:02 PM.693] LSPD First Response: [TRACE] currentsubitem: 1
    [3/24/2019 7:26:02 PM.695] LSPD First Response: [TRACE] currentsubitem: 1
    [3/24/2019 7:26:02 PM.696] LSPD First Response: [TRACE] yes: 0
    [3/24/2019 7:26:02 PM.696] LSPD First Response: [TRACE] selected: 145
    [3/24/2019 7:26:02 PM.740] LSPD First Response: [TRACE] Left btn down
    [3/24/2019 7:26:02 PM.876] LSPD First Response: [TRACE] left btn up
    [3/24/2019 7:26:02 PM.931] LSPD First Response: [TRACE] selected: -1 sub: -145
    [3/24/2019 7:26:02 PM.931] LSPD First Response: [TRACE] menu depth: 2
    [3/24/2019 7:26:05 PM.749] LSPD First Response: [TRACE] Left btn down
    [3/24/2019 7:26:05 PM.858] LSPD First Response: [TRACE] left btn up
    [3/24/2019 7:26:05 PM.913] LSPD First Response: [TRACE] selected: 145 sub: 1
    [3/24/2019 7:26:05 PM.913] LSPD First Response: [TRACE] menu depth: 2
    [3/24/2019 7:26:06 PM.418] LSPD First Response: [TRACE] SwitchToCharacter: Ben J.
    [3/24/2019 7:26:08 PM.833] LSPD First Response: [TRACE] Preloading SHERIFF
    [3/24/2019 7:26:08 PM.836] LSPD First Response: [TRACE] Created sheriff at X:392.7548 Y:-1608.376 Z:29.21355
    [3/24/2019 7:26:08 PM.836] LSPD First Response: [TRACE] AmbientStationSpawn: Added SHERIFF at Davis Sheriff Station
    [3/24/2019 7:26:08 PM.868] LSPD First Response: [TRACE] Thread Marker #4 initialized
    [3/24/2019 7:26:09 PM.589] LSPD First Response: [TRACE] GamePlayer::ChangeCharacter: Same character
    [3/24/2019 7:26:09 PM.593] LSPD First Response: [TRACE] Starting player switch
    [3/24/2019 7:26:13 PM.964] LSPD First Response: [TRACE] Player switch done
    [3/24/2019 7:26:13 PM.966] LSPD First Response: [TRACE] currentsubitem: 1
    [3/24/2019 7:26:13 PM.967] LSPD First Response: [TRACE] yes: 0
    [3/24/2019 7:26:13 PM.967] LSPD First Response: [TRACE] selected: 0
    [3/24/2019 7:26:15 PM.187] LSPD First Response: [TRACE] GetBackupTemplate for LocalPatrol in LosSantosCity in RANCHO using SpawnsAmbiently
    [3/24/2019 7:26:15 PM.201] LSPD First Response: [TRACE] Preloading POLICE3
    [3/24/2019 7:26:15 PM.611] LSPD First Response: [TRACE] Preloading MP_F_FREEMODE_01
    [3/24/2019 7:26:15 PM.617] LSPD First Response: [TRACE] New ped created mp_f_freemode_01 (PedType: 6), Agency: CityPolice ()
    [3/24/2019 7:26:16 PM.024] s_f_y_cop_01_white_full_01
    [3/24/2019 7:26:16 PM.024] LSPD First Response: [TRACE] Voice: s_f_y_cop_01_white_full_01
    [3/24/2019 7:26:16 PM.027] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/24/2019 7:26:16 PM.033] LSPD First Response: [TRACE] Sarah LeJeune (MP_F_FREEMODE_01) was set as a cop
    [3/24/2019 7:26:16 PM.091] LSPD First Response: [TRACE] Set movement animations for cop: MP_F_FREEMODE_01
    [3/24/2019 7:26:16 PM.091] LSPD First Response: [TRACE] New ped creation finished, Gender: Female
    [3/24/2019 7:26:16 PM.093] LSPD First Response: [TRACE] Preloading MP_F_FREEMODE_01
    [3/24/2019 7:26:16 PM.096] LSPD First Response: [TRACE] New ped created mp_f_freemode_01 (PedType: 6), Agency: CityPolice ()
    [3/24/2019 7:26:16 PM.215] s_f_y_cop_01_white_full_01
    [3/24/2019 7:26:16 PM.216] LSPD First Response: [TRACE] Voice: s_f_y_cop_01_white_full_01
    [3/24/2019 7:26:16 PM.216] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/24/2019 7:26:16 PM.216] LSPD First Response: [TRACE] Jasmine Rivera (MP_F_FREEMODE_01) was set as a cop
    [3/24/2019 7:26:16 PM.216] LSPD First Response: [TRACE] Set movement animations for cop: MP_F_FREEMODE_01
    [3/24/2019 7:26:16 PM.216] LSPD First Response: [TRACE] New ped creation finished, Gender: Female
    [3/24/2019 7:26:16 PM.225] LSPD First Response: [TRACE] AmbientSpawn - spawned: police3
    [3/24/2019 7:26:16 PM.310] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/24/2019 7:26:28 PM.067] LSPD First Response: [TRACE] navigated away later on after load
    [3/24/2019 7:26:29 PM.946] LSPD First Response: [TRACE] we're on the lspdfr page
    [3/24/2019 7:26:29 PM.946] LSPD First Response: [TRACE] 7FF6FEC00758
    [3/24/2019 7:26:30 PM.364] LSPD First Response: [TRACE] disableScriptedInput()
    [3/24/2019 7:26:30 PM.385] LSPD First Response: [TRACE] KILL stats page
    [3/24/2019 7:26:30 PM.385] LSPD First Response: [TRACE] request settings page
    [3/24/2019 7:26:30 PM.385] LSPD First Response: [TRACE] load settings gfx
    [3/24/2019 7:26:30 PM.525] LSPD First Response: [TRACE] lspdfr page finalizalation
    [3/24/2019 7:26:30 PM.526] LSPD First Response: [TRACE] Left btn down
    [3/24/2019 7:26:30 PM.539] LSPD First Response: [TRACE] left btn up
    [3/24/2019 7:26:30 PM.594] LSPD First Response: [TRACE] selected: -1 sub: -145
    [3/24/2019 7:26:30 PM.594] LSPD First Response: [TRACE] menu depth: 0
    [3/24/2019 7:26:33 PM.141] LSPD First Response: [TRACE] Left btn down
    [3/24/2019 7:26:33 PM.251] LSPD First Response: [TRACE] left btn up
    [3/24/2019 7:26:33 PM.305] LSPD First Response: [TRACE] selected: 0 sub: -144
    [3/24/2019 7:26:33 PM.305] LSPD First Response: [TRACE] menu depth: 1
    [3/24/2019 7:26:33 PM.306] LSPD First Response: [TRACE] currentsubitem: 0
    [3/24/2019 7:26:33 PM.306] LSPD First Response: [TRACE] yes: 0
    [3/24/2019 7:26:33 PM.306] LSPD First Response: [TRACE] selected: 0
    [3/24/2019 7:26:33 PM.544] LSPD First Response: [TRACE] Left btn down
    [3/24/2019 7:26:33 PM.683] LSPD First Response: [TRACE] left btn up
    [3/24/2019 7:26:33 PM.736] LSPD First Response: [TRACE] selected: 144 sub: 0
    [3/24/2019 7:26:33 PM.736] LSPD First Response: [TRACE] menu depth: 2
    [3/24/2019 7:26:34 PM.771] LSPD First Response: [TRACE] Released 0 entities from PoliceStation #6 Content Manager
    [3/24/2019 7:26:34 PM.771] LSPD First Response: [TRACE] Instance cleaned (PoliceStation #6)
    [3/24/2019 7:26:34 PM.772] LSPD First Response: [TRACE] Released 0 entities from Marker #4 Content Manager
    [3/24/2019 7:26:34 PM.772] LSPD First Response: [TRACE] Instance cleaned (Marker #4)
    [3/24/2019 7:26:34 PM.773] LSPD First Response: [TRACE] Thread Marker #4 has been shut down
    [3/24/2019 7:26:36 PM.713] LSPD First Response: [TRACE] Preloading POLICE
    [3/24/2019 7:26:36 PM.714] LSPD First Response: [TRACE] Created police at X:434.9848 Y:-1027.103 Z:29.12844
    [3/24/2019 7:26:36 PM.714] LSPD First Response: [TRACE] AmbientStationSpawn: Added POLICE at Downtown Police Station
    [3/24/2019 7:26:37 PM.064] LSPD First Response: [TRACE] Preloading POLICE
    [3/24/2019 7:26:37 PM.065] LSPD First Response: [TRACE] Created police at X:407.9486 Y:-1008.231 Z:28.26636
    [3/24/2019 7:26:37 PM.065] LSPD First Response: [TRACE] AmbientStationSpawn: Added POLICE at Downtown Police Station
    [3/24/2019 7:26:37 PM.065] LSPD First Response: [TRACE] Preloading MP_M_FREEMODE_01
    [3/24/2019 7:26:37 PM.069] LSPD First Response: [TRACE] New ped created mp_m_freemode_01 (PedType: 6), Agency: Custom ()
    [3/24/2019 7:26:37 PM.076] s_m_y_cop_01_black_mini_04
    [3/24/2019 7:26:37 PM.076] LSPD First Response: [TRACE] Voice: s_m_y_cop_01_black_mini_04
    [3/24/2019 7:26:37 PM.076] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/24/2019 7:26:37 PM.076] LSPD First Response: [TRACE] Acer White (MP_M_FREEMODE_01) was set as a cop
    [3/24/2019 7:26:37 PM.076] LSPD First Response: [TRACE] Set movement animations for cop: MP_M_FREEMODE_01
    [3/24/2019 7:26:37 PM.077] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/24/2019 7:26:37 PM.077] LSPD First Response: [TRACE] Assigned ped to PoliceStation #5 (Ambient)
    [3/24/2019 7:26:37 PM.081] LSPD First Response: [TRACE] Preloading MP_F_FREEMODE_01
    [3/24/2019 7:26:37 PM.086] LSPD First Response: [TRACE] New ped created mp_f_freemode_01 (PedType: 6), Agency: Custom ()
    [3/24/2019 7:26:37 PM.118] LSPD First Response: [TRACE] Cached 1047 decorators for index 4
    [3/24/2019 7:26:37 PM.121] s_f_y_cop_01_white_full_02
    [3/24/2019 7:26:37 PM.121] LSPD First Response: [TRACE] Voice: s_f_y_cop_01_white_full_02
    [3/24/2019 7:26:37 PM.121] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/24/2019 7:26:37 PM.122] LSPD First Response: [TRACE] Rose Hammer (MP_F_FREEMODE_01) was set as a cop
    [3/24/2019 7:26:37 PM.122] LSPD First Response: [TRACE] Set movement animations for cop: MP_F_FREEMODE_01
    [3/24/2019 7:26:37 PM.122] LSPD First Response: [TRACE] New ped creation finished, Gender: Female
    [3/24/2019 7:26:37 PM.122] LSPD First Response: [TRACE] Assigned ped to PoliceStation #5 (Ambient)
    [3/24/2019 7:26:37 PM.426] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/24/2019 7:26:37 PM.426] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/24/2019 7:26:37 PM.555] LSPD First Response: [TRACE] currentsubitem: 0
    [3/24/2019 7:26:37 PM.569] LSPD First Response: [TRACE] yes: 0
    [3/24/2019 7:26:37 PM.570] LSPD First Response: [TRACE] selected: 0
    [3/24/2019 7:26:37 PM.646] Sequence Opened:91
    [3/24/2019 7:26:37 PM.646] Sequence Closed:91
    [3/24/2019 7:26:41 PM.982] LSPD First Response: [TRACE] GetBackupTemplate for LocalPatrol in LosSantosCity in TEXTI using SpawnsAmbiently
    [3/24/2019 7:26:41 PM.983] LSPD First Response: [TRACE] Preloading POLICE2
    [3/24/2019 7:26:41 PM.984] LSPD First Response: [TRACE] Preloading MP_F_FREEMODE_01
    [3/24/2019 7:26:41 PM.987] LSPD First Response: [TRACE] New ped created mp_f_freemode_01 (PedType: 6), Agency: CityPolice ()
    [3/24/2019 7:26:41 PM.988] LSPD First Response: [WARN] GetOutfitVariation: Failed to find outfit lspd_cop
    [3/24/2019 7:26:41 PM.989] LSPD First Response: [WARN] GetOutfitVariation: Failed to find outfit lspd_cop
    [3/24/2019 7:26:41 PM.992] s_f_y_cop_01_white_full_02
    [3/24/2019 7:26:41 PM.992] LSPD First Response: [TRACE] Voice: s_f_y_cop_01_white_full_02
    [3/24/2019 7:26:41 PM.992] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/24/2019 7:26:41 PM.993] LSPD First Response: [TRACE] Jane West (MP_F_FREEMODE_01) was set as a cop
    [3/24/2019 7:26:41 PM.993] LSPD First Response: [TRACE] Set movement animations for cop: MP_F_FREEMODE_01
    [3/24/2019 7:26:41 PM.993] LSPD First Response: [TRACE] New ped creation finished, Gender: Female
    [3/24/2019 7:26:41 PM.993] LSPD First Response: [TRACE] Preloading MP_F_FREEMODE_01
    [3/24/2019 7:26:41 PM.997] LSPD First Response: [TRACE] New ped created mp_f_freemode_01 (PedType: 6), Agency: CityPolice ()
    [3/24/2019 7:26:41 PM.998] LSPD First Response: [WARN] GetOutfitVariation: Failed to find outfit lspd_cop
    [3/24/2019 7:26:41 PM.998] LSPD First Response: [WARN] GetOutfitVariation: Failed to find outfit lspd_cop
    [3/24/2019 7:26:42 PM.000] s_f_y_cop_01_white_full_02
    [3/24/2019 7:26:42 PM.000] LSPD First Response: [TRACE] Voice: s_f_y_cop_01_white_full_02
    [3/24/2019 7:26:42 PM.000] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/24/2019 7:26:42 PM.001] LSPD First Response: [TRACE] Jackie Powick (MP_F_FREEMODE_01) was set as a cop
    [3/24/2019 7:26:42 PM.001] LSPD First Response: [TRACE] Set movement animations for cop: MP_F_FREEMODE_01
    [3/24/2019 7:26:42 PM.001] LSPD First Response: [TRACE] New ped creation finished, Gender: Female
    [3/24/2019 7:26:42 PM.001] LSPD First Response: [TRACE] AmbientSpawn - spawned: police2
    [3/24/2019 7:26:42 PM.009] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/24/2019 7:26:42 PM.009] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/24/2019 7:26:43 PM.657] go to create
    [3/24/2019 7:26:43 PM.695] LSPD First Response: [TRACE] Male
    [3/24/2019 7:26:43 PM.722] LSPD First Response: [TRACE] Cached 1036 decorators for index 3
    [3/24/2019 7:26:43 PM.742] LSPD First Response: [TRACE] Thread CharacterMenu #1 initialized
    [3/24/2019 7:26:46 PM.656] LSPD First Response: [TRACE] Female
    [3/24/2019 7:26:46 PM.658] LSPD First Response: [TRACE] OnCharacterUpdate
    [3/24/2019 7:26:46 PM.658] Sequence Opened:105
    [3/24/2019 7:26:46 PM.658] Sequence Closed:105
    [3/24/2019 7:26:48 PM.486] LSPD First Response: [TRACE] Male
    [3/24/2019 7:26:48 PM.487] LSPD First Response: [TRACE] OnCharacterUpdate
    [3/24/2019 7:26:48 PM.487] Sequence Opened:106
    [3/24/2019 7:26:48 PM.487] Sequence Closed:106
    [3/24/2019 7:26:49 PM.986] LSPD First Response: [TRACE] Female
    [3/24/2019 7:26:49 PM.987] LSPD First Response: [TRACE] OnCharacterUpdate
    [3/24/2019 7:26:49 PM.987] Sequence Opened:107
    [3/24/2019 7:26:49 PM.987] Sequence Closed:107
    [3/24/2019 7:26:50 PM.562] LSPD First Response: [TRACE] Male
    [3/24/2019 7:26:50 PM.563] LSPD First Response: [TRACE] OnCharacterUpdate
    [3/24/2019 7:26:50 PM.563] Sequence Opened:108
    [3/24/2019 7:26:50 PM.563] Sequence Closed:108
    [3/24/2019 7:26:51 PM.455] LSPD First Response: [TRACE] Female
    [3/24/2019 7:26:51 PM.456] LSPD First Response: [TRACE] OnCharacterUpdate
    [3/24/2019 7:26:51 PM.456] Sequence Opened:109
    [3/24/2019 7:26:51 PM.456] Sequence Closed:109
    [3/24/2019 7:26:51 PM.756] LSPD First Response: [TRACE] Male
    [3/24/2019 7:26:51 PM.757] LSPD First Response: [TRACE] OnCharacterUpdate
    [3/24/2019 7:26:51 PM.757] Sequence Opened:110
    [3/24/2019 7:26:51 PM.757] Sequence Closed:110
    [3/24/2019 7:26:53 PM.513] LSPD First Response: [TRACE] Female
    [3/24/2019 7:26:53 PM.514] LSPD First Response: [TRACE] OnCharacterUpdate
    [3/24/2019 7:26:53 PM.514] Sequence Opened:111
    [3/24/2019 7:26:53 PM.514] Sequence Closed:111
    [3/24/2019 7:26:53 PM.776] LSPD First Response: [TRACE] Male
    [3/24/2019 7:26:53 PM.777] LSPD First Response: [TRACE] OnCharacterUpdate
    [3/24/2019 7:26:53 PM.777] Sequence Opened:112
    [3/24/2019 7:26:53 PM.777] Sequence Closed:112
    [3/24/2019 7:26:54 PM.888] LSPD First Response: [TRACE] Female
    [3/24/2019 7:26:54 PM.889] LSPD First Response: [TRACE] OnCharacterUpdate
    [3/24/2019 7:26:54 PM.889] Sequence Opened:114
    [3/24/2019 7:26:54 PM.889] Sequence Closed:114
    [3/24/2019 7:26:55 PM.114] LSPD First Response: [TRACE] Male
    [3/24/2019 7:26:55 PM.115] LSPD First Response: [TRACE] OnCharacterUpdate
    [3/24/2019 7:26:55 PM.115] Sequence Opened:115
    [3/24/2019 7:26:55 PM.115] Sequence Closed:115
    [3/24/2019 7:26:56 PM.049] LSPD First Response: [TRACE] Female
    [3/24/2019 7:26:56 PM.050] LSPD First Response: [TRACE] OnCharacterUpdate
    [3/24/2019 7:26:56 PM.050] Sequence Opened:116
    [3/24/2019 7:26:56 PM.050] Sequence Closed:116
    [3/24/2019 7:26:56 PM.302] LSPD First Response: [TRACE] Male
    [3/24/2019 7:26:56 PM.303] LSPD First Response: [TRACE] OnCharacterUpdate
    [3/24/2019 7:26:56 PM.303] Sequence Opened:117
    [3/24/2019 7:26:56 PM.303] Sequence Closed:117
    [3/24/2019 7:27:00 PM.070] LSPD First Response: [TRACE] Character menu result: SaveCharacter
    [3/24/2019 7:27:01 PM.980] LSPD First Response: [TRACE] Asked thread CharacterMenu #1 to abort: No reason specified
    [3/24/2019 7:27:01 PM.980] LSPD First Response: [TRACE] Released 0 entities from CharacterMenu #1 Content Manager
    [3/24/2019 7:27:01 PM.980] LSPD First Response: [TRACE] Instance cleaned (CharacterMenu #1)
    [3/24/2019 7:27:02 PM.085] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:27:02 PM.085] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:27:02 PM.085] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/cop_presets.xml
    [3/24/2019 7:27:02 PM.101] s_m_y_hwaycop_01_white_full_01
    [3/24/2019 7:27:02 PM.102] LSPD First Response: [TRACE] OnCharacterUpdate
    [3/24/2019 7:27:02 PM.102] Sequence Opened:118
    [3/24/2019 7:27:02 PM.102] Sequence Closed:118
    [3/24/2019 7:27:02 PM.110] s_m_y_cop_01_white_mini_01
    [3/24/2019 7:27:02 PM.110] LSPD First Response: [TRACE] OnCharacterUpdate
    [3/24/2019 7:27:02 PM.110] Sequence Opened:119
    [3/24/2019 7:27:02 PM.110] Sequence Closed:119
    [3/24/2019 7:27:02 PM.126] LSPD First Response: [TRACE] Changing visible ped in selection
    [3/24/2019 7:27:02 PM.126] LSPD First Response: [TRACE] OnCharacterUpdate
    [3/24/2019 7:27:02 PM.129] LSPD First Response: [TRACE] Thread CharacterMenu #1 has been shut down
    [3/24/2019 7:27:02 PM.141] LSPD First Response: [TRACE] Thread CharacterPicker #1 initialized
    [3/24/2019 7:27:06 PM.039] LSPD First Response: [TRACE] Character
    [3/24/2019 7:27:06 PM.040] LSPD First Response: [TRACE] bye hiding k
    [3/24/2019 7:27:06 PM.040] LSPD First Response: [TRACE] picked char
    [3/24/2019 7:27:06 PM.535] LSPD First Response: [TRACE] SwitchToCharacter: Danilo Costa
    [3/24/2019 7:27:06 PM.536] LSPD First Response: [INFO] Changing current player character to Danilo Costa
    [3/24/2019 7:27:06 PM.563] s_m_y_cop_01_white_mini_04
    [3/24/2019 7:27:06 PM.563] LSPD First Response: [TRACE] CharacterSelected: 1
    [3/24/2019 7:27:06 PM.563] LSPD First Response: [TRACE] Character changed, creating new stats object
    [3/24/2019 7:27:06 PM.564] LSPD First Response: [TRACE] Released 0 entities from MenuBase #4 Content Manager
    [3/24/2019 7:27:06 PM.564] LSPD First Response: [TRACE] Instance cleaned (MenuBase #4)
    [3/24/2019 7:27:06 PM.564] LSPD First Response: [TRACE] Released 0 entities from MenuBase #6 Content Manager
    [3/24/2019 7:27:06 PM.564] LSPD First Response: [TRACE] Instance cleaned (MenuBase #6)
    [3/24/2019 7:27:06 PM.564] LSPD First Response: [TRACE] Released 0 entities from MenuBase #5 Content Manager
    [3/24/2019 7:27:06 PM.564] LSPD First Response: [TRACE] Instance cleaned (MenuBase #5)
    [3/24/2019 7:27:06 PM.565] LSPD First Response: [TRACE] Started new menu thread MenuBase #7
    [3/24/2019 7:27:06 PM.565] LSPD First Response: [TRACE] Set title to Danilo Costa for Interaction Menu
    [3/24/2019 7:27:06 PM.565] LSPD First Response: [TRACE] Started new menu thread MenuBase #8
    [3/24/2019 7:27:06 PM.565] LSPD First Response: [TRACE] Set title to Danilo Costa for Police Radio
    [3/24/2019 7:27:06 PM.567] LSPD First Response: [TRACE] Started new menu thread MenuBase #9
    [3/24/2019 7:27:06 PM.567] LSPD First Response: [TRACE] Set title to Danilo Costa for Vehicle Options
    [3/24/2019 7:27:06 PM.624] LSPD First Response: [TRACE] EnterApartmentSpawnTest
    [3/24/2019 7:27:06 PM.625] LSPD First Response: [TRACE] Entered apartment
    [3/24/2019 7:27:07 PM.399] Interior: 207361
    [3/24/2019 7:27:07 PM.401] LSPD First Response: [TRACE] Loaded Apartment: 2874 Hillcrest, Interior is 207361
    [3/24/2019 7:27:07 PM.410] LSPD First Response: [TRACE] Unloaded Apartment: 2874 Hillcrest, Interior is 207361
    [3/24/2019 7:27:07 PM.412] LSPD First Response: [TRACE] Unloaded Apt Interior: Hillcrest
    [3/24/2019 7:27:08 PM.404] LSPD First Response: [TRACE] Starting player switch
    [3/24/2019 7:27:12 PM.884] LSPD First Response: [TRACE] Player switch done
    [3/24/2019 7:27:12 PM.884] LSPD First Response: [TRACE] abort thread
    [3/24/2019 7:27:12 PM.884] LSPD First Response: [TRACE] Asked thread CharacterPicker #1 to abort: No reason specified
    [3/24/2019 7:27:12 PM.884] LSPD First Response: [TRACE] Released 0 entities from CharacterPicker #1 Content Manager
    [3/24/2019 7:27:12 PM.884] LSPD First Response: [TRACE] Instance cleaned (CharacterPicker #1)
    [3/24/2019 7:27:12 PM.884] LSPD First Response: [TRACE] post-thread abort
    [3/24/2019 7:27:12 PM.886] Interior: 207361
    [3/24/2019 7:27:12 PM.886] LSPD First Response: [TRACE] Loaded Apartment: 2874 Hillcrest, Interior is 207361
    [3/24/2019 7:27:12 PM.892] LSPD First Response: [TRACE] GetBackupTemplate for LocalPatrol in LosSantosCounty in CHIL using SpawnsAmbiently
    [3/24/2019 7:27:12 PM.892] LSPD First Response: [TRACE] Preloading SHERIFF
    [3/24/2019 7:27:12 PM.894] LSPD First Response: [TRACE] Preloading S_M_Y_SHERIFF_01
    [3/24/2019 7:27:12 PM.896] LSPD First Response: [TRACE] New ped created s_m_y_sheriff_01 (PedType: 6), Agency: CityPolice ()
    [3/24/2019 7:27:12 PM.899] s_m_y_sheriff_01_white_full_01
    [3/24/2019 7:27:12 PM.899] LSPD First Response: [TRACE] Voice: s_m_y_sheriff_01_white_full_01
    [3/24/2019 7:27:12 PM.899] LSPD First Response: [TRACE] They were already cop.
    [3/24/2019 7:27:12 PM.900] LSPD First Response: [TRACE] Lawrence Sawyer (S_M_Y_SHERIFF_01) was set as a cop
    [3/24/2019 7:27:12 PM.900] LSPD First Response: [TRACE] Set movement animations for cop: S_M_Y_SHERIFF_01
    [3/24/2019 7:27:12 PM.900] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/24/2019 7:27:12 PM.900] LSPD First Response: [TRACE] Preloading S_M_Y_SHERIFF_01
    [3/24/2019 7:27:12 PM.901] LSPD First Response: [TRACE] New ped created s_m_y_sheriff_01 (PedType: 6), Agency: CityPolice ()
    [3/24/2019 7:27:12 PM.902] s_m_y_sheriff_01_white_full_02
    [3/24/2019 7:27:12 PM.902] LSPD First Response: [TRACE] Voice: s_m_y_sheriff_01_white_full_02
    [3/24/2019 7:27:12 PM.902] LSPD First Response: [TRACE] They were already cop.
    [3/24/2019 7:27:12 PM.902] LSPD First Response: [TRACE] James Crow (S_M_Y_SHERIFF_01) was set as a cop
    [3/24/2019 7:27:12 PM.902] LSPD First Response: [TRACE] Set movement animations for cop: S_M_Y_SHERIFF_01
    [3/24/2019 7:27:12 PM.902] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/24/2019 7:27:12 PM.903] LSPD First Response: [TRACE] AmbientSpawn - spawned: sheriff
    [3/24/2019 7:27:12 PM.903] LSPD First Response: [TRACE] Thread CharacterPicker #1 has been shut down
    [3/24/2019 7:27:12 PM.915] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/24/2019 7:27:12 PM.916] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/24/2019 7:27:13 PM.899] LSPD First Response: [TRACE] Loaded Apt Interior: Hillcrest
    [3/24/2019 7:27:13 PM.902] LSPD First Response: [TRACE] Wine: Prop Constructor Started
    [3/24/2019 7:27:13 PM.902] LSPD First Response: [TRACE] Wine: Prop Constructor Finished
    [3/24/2019 7:27:13 PM.911] LSPD First Response: [TRACE] Thread ApartmentProp #1 initialized
    [3/24/2019 7:27:13 PM.983] LSPD First Response: [TRACE] Closest Bottle Deleted
    [3/24/2019 7:27:13 PM.983] LSPD First Response: [TRACE] Closest Glass Deleted
    [3/24/2019 7:27:14 PM.064] LSPD First Response: [TRACE] Juice: Prop Constructor Started
    [3/24/2019 7:27:14 PM.064] LSPD First Response: [TRACE] Juice: Prop Constructor Finished
    [3/24/2019 7:27:14 PM.071] LSPD First Response: [TRACE] Thread ApartmentProp #2 initialized
    [3/24/2019 7:27:14 PM.109] LSPD First Response: [TRACE] navigated away later on after load
    [3/24/2019 7:27:14 PM.111] LSPD First Response: [TRACE] Offset: X:-853.4756 Y:688.7891 Z:153.8136
    [3/24/2019 7:27:14 PM.111] LSPD First Response: [TRACE] Pos: X:-853.4756 Y:688.7891 Z:152.8136
    [3/24/2019 7:27:14 PM.113] LSPD First Response: [TRACE] Whisky: Prop Constructor Started
    [3/24/2019 7:27:14 PM.113] LSPD First Response: [TRACE] Whisky: Prop Constructor Finished
    [3/24/2019 7:27:14 PM.118] LSPD First Response: [TRACE] Thread ApartmentProp #3 initialized
    [3/24/2019 7:27:14 PM.149] LSPD First Response: [TRACE] Offset: X:-859.1567 Y:674.8228 Z:153.4489
    [3/24/2019 7:27:14 PM.149] LSPD First Response: [TRACE] Pos: X:-859.1567 Y:674.8228 Z:152.4489
    [3/24/2019 7:27:14 PM.152] LSPD First Response: [TRACE] Shower: Prop Constructor Started
    [3/24/2019 7:27:14 PM.152] LSPD First Response: [TRACE] Shower: Prop Constructor Finished
    [3/24/2019 7:27:14 PM.161] LSPD First Response: [TRACE] Bed: Prop Constructor Started
    [3/24/2019 7:27:14 PM.161] LSPD First Response: [TRACE] Bed: Prop Constructor Finished
    [3/24/2019 7:27:14 PM.161] LSPD First Response: [TRACE] Wardrobe: Prop Constructor Started
    [3/24/2019 7:27:14 PM.161] LSPD First Response: [TRACE] Wardrobe: Prop Constructor Finished
    [3/24/2019 7:27:14 PM.162] LSPD First Response: [TRACE] Chair: Prop Constructor Started
    [3/24/2019 7:27:14 PM.162] LSPD First Response: [TRACE] Chair: Prop Constructor Finished
    [3/24/2019 7:27:14 PM.162] LSPD First Response: [TRACE] Chair: Prop Constructor Started
    [3/24/2019 7:27:14 PM.162] LSPD First Response: [TRACE] Chair: Prop Constructor Finished
    [3/24/2019 7:27:14 PM.162] LSPD First Response: [TRACE] Chair: Prop Constructor Started
    [3/24/2019 7:27:14 PM.162] LSPD First Response: [TRACE] Chair: Prop Constructor Finished
    [3/24/2019 7:27:14 PM.162] LSPD First Response: [TRACE] Chair: Prop Constructor Started
    [3/24/2019 7:27:14 PM.162] LSPD First Response: [TRACE] Chair: Prop Constructor Finished
    [3/24/2019 7:27:14 PM.163] LSPD First Response: [TRACE] Chair: Prop Constructor Started
    [3/24/2019 7:27:14 PM.163] LSPD First Response: [TRACE] Chair: Prop Constructor Finished
    [3/24/2019 7:27:14 PM.163] LSPD First Response: [TRACE] Radio: Prop Constructor Started
    [3/24/2019 7:27:14 PM.163] LSPD First Response: [TRACE] Radio: Prop Constructor Finished
    [3/24/2019 7:27:14 PM.163] LSPD First Response: [TRACE] Radio: Prop Constructor Started
    [3/24/2019 7:27:14 PM.164] LSPD First Response: [TRACE] Radio: Prop Constructor Finished
    [3/24/2019 7:27:14 PM.173] LSPD First Response: [TRACE] Thread ApartmentTV #1 initialized
    [3/24/2019 7:27:14 PM.184] LSPD First Response: [TRACE] Thread ApartmentProp #4 initialized
    [3/24/2019 7:27:14 PM.185] LSPD First Response: [TRACE] Thread ApartmentProp #5 initialized
    [3/24/2019 7:27:14 PM.186] LSPD First Response: [TRACE] Thread ApartmentProp #6 initialized
    [3/24/2019 7:27:14 PM.186] LSPD First Response: [TRACE] Started new menu thread MenuBase #10
    [3/24/2019 7:27:14 PM.191] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:14 PM.194] LSPD First Response: [TRACE] Thread ApartmentProp #12 initialized
    [3/24/2019 7:27:14 PM.195] LSPD First Response: [TRACE] Set scenepoint for radio based on prop_mp3_dock
    [3/24/2019 7:27:14 PM.196] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:14 PM.196] LSPD First Response: [TRACE] Thread ApartmentProp #13 initialized
    [3/24/2019 7:27:14 PM.196] LSPD First Response: [TRACE] Set scenepoint for radio based on prop_mp3_dock
    [3/24/2019 7:27:14 PM.196] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:14 PM.567] LSPD First Response: [TRACE] Thread ApartmentProp #7 initialized
    [3/24/2019 7:27:14 PM.573] LSPD First Response: [TRACE] Thread ApartmentProp #8 initialized
    [3/24/2019 7:27:14 PM.573] LSPD First Response: [TRACE] Thread ApartmentProp #9 initialized
    [3/24/2019 7:27:14 PM.573] LSPD First Response: [TRACE] Thread ApartmentProp #10 initialized
    [3/24/2019 7:27:14 PM.573] LSPD First Response: [TRACE] Thread ApartmentProp #11 initialized
    [3/24/2019 7:27:15 PM.498] LSPD First Response: [TRACE] we're on the lspdfr page
    [3/24/2019 7:27:15 PM.498] LSPD First Response: [TRACE] 7FF6FEC00758
    [3/24/2019 7:27:15 PM.907] LSPD First Response: [TRACE] disableScriptedInput()
    [3/24/2019 7:27:15 PM.931] LSPD First Response: [TRACE] KILL stats page
    [3/24/2019 7:27:15 PM.931] LSPD First Response: [TRACE] request settings page
    [3/24/2019 7:27:15 PM.931] LSPD First Response: [TRACE] load settings gfx
    [3/24/2019 7:27:16 PM.072] LSPD First Response: [TRACE] lspdfr page finalizalation
    [3/24/2019 7:27:16 PM.080] LSPD First Response: [TRACE] Left btn down
    [3/24/2019 7:27:16 PM.180] LSPD First Response: [TRACE] left btn up
    [3/24/2019 7:27:16 PM.233] LSPD First Response: [TRACE] selected: -1 sub: -145
    [3/24/2019 7:27:16 PM.233] LSPD First Response: [TRACE] menu depth: 0
    [3/24/2019 7:27:16 PM.794] LSPD First Response: [TRACE] Left btn down
    [3/24/2019 7:27:16 PM.889] LSPD First Response: [TRACE] left btn up
    [3/24/2019 7:27:16 PM.948] LSPD First Response: [TRACE] selected: 145 sub: 1
    [3/24/2019 7:27:16 PM.948] LSPD First Response: [TRACE] menu depth: 1
    [3/24/2019 7:27:16 PM.949] LSPD First Response: [TRACE] currentsubitem: 1
    [3/24/2019 7:27:16 PM.950] LSPD First Response: [TRACE] currentsubitem: 1
    [3/24/2019 7:27:16 PM.950] LSPD First Response: [TRACE] yes: 0
    [3/24/2019 7:27:16 PM.950] LSPD First Response: [TRACE] selected: 145
    [3/24/2019 7:27:16 PM.985] LSPD First Response: [TRACE] Left btn down
    [3/24/2019 7:27:17 PM.064] LSPD First Response: [TRACE] left btn up
    [3/24/2019 7:27:17 PM.119] LSPD First Response: [TRACE] selected: -1 sub: -145
    [3/24/2019 7:27:17 PM.119] LSPD First Response: [TRACE] menu depth: 2
    [3/24/2019 7:27:17 PM.149] LSPD First Response: [TRACE] Left btn down
    [3/24/2019 7:27:17 PM.225] LSPD First Response: [TRACE] left btn up
    [3/24/2019 7:27:17 PM.281] LSPD First Response: [TRACE] selected: -1 sub: -145
    [3/24/2019 7:27:17 PM.281] LSPD First Response: [TRACE] menu depth: 2
    [3/24/2019 7:27:17 PM.301] LSPD First Response: [TRACE] Left btn down
    [3/24/2019 7:27:17 PM.386] LSPD First Response: [TRACE] left btn up
    [3/24/2019 7:27:17 PM.439] LSPD First Response: [TRACE] selected: 145 sub: 1
    [3/24/2019 7:27:17 PM.439] LSPD First Response: [TRACE] menu depth: 2
    [3/24/2019 7:27:17 PM.957] LSPD First Response: [TRACE] SwitchToCharacter: Danilo Costa
    [3/24/2019 7:27:20 PM.574] LSPD First Response: [TRACE] Thread Marker #5 initialized
    [3/24/2019 7:27:20 PM.592] LSPD First Response: [TRACE] Unloaded Apartment: 2874 Hillcrest, Interior is 207361
    [3/24/2019 7:27:20 PM.592] LSPD First Response: [TRACE] Asked thread ApartmentProp #1 to abort: No reason specified
    [3/24/2019 7:27:20 PM.594] LSPD First Response: [TRACE] Reset wine positions
    [3/24/2019 7:27:20 PM.594] LSPD First Response: [TRACE] Ended Wine
    [3/24/2019 7:27:20 PM.595] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #1 Content Manager
    [3/24/2019 7:27:20 PM.595] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #1)
    [3/24/2019 7:27:20 PM.595] LSPD First Response: [TRACE] Asked thread ApartmentProp #2 to abort: No reason specified
    [3/24/2019 7:27:20 PM.595] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #2 Content Manager
    [3/24/2019 7:27:20 PM.595] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #2)
    [3/24/2019 7:27:20 PM.596] LSPD First Response: [TRACE] Ended Green Juice
    [3/24/2019 7:27:20 PM.596] LSPD First Response: [TRACE] Asked thread ApartmentProp #3 to abort: No reason specified
    [3/24/2019 7:27:20 PM.596] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #3 Content Manager
    [3/24/2019 7:27:20 PM.596] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #3)
    [3/24/2019 7:27:20 PM.597] LSPD First Response: [TRACE] Ended Whisky
    [3/24/2019 7:27:20 PM.597] LSPD First Response: [TRACE] Asked thread ApartmentTV #1 to abort: No reason specified
    [3/24/2019 7:27:20 PM.598] LSPD First Response: [TRACE] Released 0 entities from ApartmentTV #1 Content Manager
    [3/24/2019 7:27:20 PM.598] LSPD First Response: [TRACE] Instance cleaned (ApartmentTV #1)
    [3/24/2019 7:27:20 PM.605] LSPD First Response: [TRACE] Asked thread ApartmentProp #4 to abort: No reason specified
    [3/24/2019 7:27:20 PM.616] LSPD First Response: [TRACE] Reset shower positions
    [3/24/2019 7:27:20 PM.617] LSPD First Response: [TRACE] Reset shower positions
    [3/24/2019 7:27:20 PM.619] LSPD First Response: [TRACE] Ended Shower
    [3/24/2019 7:27:20 PM.619] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #4 Content Manager
    [3/24/2019 7:27:20 PM.619] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #4)
    [3/24/2019 7:27:20 PM.619] LSPD First Response: [TRACE] Asked thread ApartmentProp #5 to abort: No reason specified
    [3/24/2019 7:27:20 PM.620] LSPD First Response: [TRACE] Ended Bed
    [3/24/2019 7:27:20 PM.620] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #5 Content Manager
    [3/24/2019 7:27:20 PM.620] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #5)
    [3/24/2019 7:27:20 PM.620] LSPD First Response: [TRACE] Asked thread ApartmentProp #6 to abort: No reason specified
    [3/24/2019 7:27:20 PM.621] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:20 PM.622] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #6 Content Manager
    [3/24/2019 7:27:20 PM.622] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #6)
    [3/24/2019 7:27:20 PM.622] LSPD First Response: [TRACE] Asked thread ApartmentProp #7 to abort: No reason specified
    [3/24/2019 7:27:20 PM.623] LSPD First Response: [TRACE] Ended Chair
    [3/24/2019 7:27:20 PM.623] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #7 Content Manager
    [3/24/2019 7:27:20 PM.623] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #7)
    [3/24/2019 7:27:20 PM.623] LSPD First Response: [TRACE] Asked thread ApartmentProp #8 to abort: No reason specified
    [3/24/2019 7:27:20 PM.623] LSPD First Response: [TRACE] Ended Chair
    [3/24/2019 7:27:20 PM.623] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #8 Content Manager
    [3/24/2019 7:27:20 PM.623] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #8)
    [3/24/2019 7:27:20 PM.623] LSPD First Response: [TRACE] Asked thread ApartmentProp #9 to abort: No reason specified
    [3/24/2019 7:27:20 PM.624] LSPD First Response: [TRACE] Ended Chair
    [3/24/2019 7:27:20 PM.624] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #9 Content Manager
    [3/24/2019 7:27:20 PM.624] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #9)
    [3/24/2019 7:27:20 PM.624] LSPD First Response: [TRACE] Asked thread ApartmentProp #10 to abort: No reason specified
    [3/24/2019 7:27:20 PM.624] LSPD First Response: [TRACE] Ended Chair
    [3/24/2019 7:27:20 PM.624] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #10 Content Manager
    [3/24/2019 7:27:20 PM.624] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #10)
    [3/24/2019 7:27:20 PM.624] LSPD First Response: [TRACE] Asked thread ApartmentProp #11 to abort: No reason specified
    [3/24/2019 7:27:20 PM.624] LSPD First Response: [TRACE] Ended Chair
    [3/24/2019 7:27:20 PM.624] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #11 Content Manager
    [3/24/2019 7:27:20 PM.624] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #11)
    [3/24/2019 7:27:20 PM.624] LSPD First Response: [TRACE] Asked thread ApartmentProp #12 to abort: No reason specified
    [3/24/2019 7:27:20 PM.625] LSPD First Response: [TRACE] Ended Radio
    [3/24/2019 7:27:20 PM.625] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #12 Content Manager
    [3/24/2019 7:27:20 PM.625] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #12)
    [3/24/2019 7:27:20 PM.625] LSPD First Response: [TRACE] Asked thread ApartmentProp #13 to abort: No reason specified
    [3/24/2019 7:27:20 PM.625] LSPD First Response: [TRACE] Ended Radio
    [3/24/2019 7:27:20 PM.625] LSPD First Response: [TRACE] Released 0 entities from ApartmentProp #13 Content Manager
    [3/24/2019 7:27:20 PM.625] LSPD First Response: [TRACE] Instance cleaned (ApartmentProp #13)
    [3/24/2019 7:27:20 PM.625] LSPD First Response: [TRACE] Unloaded Apt Interior: Hillcrest
    [3/24/2019 7:27:20 PM.625] LSPD First Response: [TRACE] Thread ApartmentProp #1 has been shut down
    [3/24/2019 7:27:20 PM.626] LSPD First Response: [TRACE] Thread ApartmentProp #2 has been shut down
    [3/24/2019 7:27:20 PM.626] LSPD First Response: [TRACE] Thread ApartmentProp #3 has been shut down
    [3/24/2019 7:27:20 PM.626] LSPD First Response: [TRACE] Thread ApartmentTV #1 has been shut down
    [3/24/2019 7:27:20 PM.626] LSPD First Response: [TRACE] Thread ApartmentProp #4 has been shut down
    [3/24/2019 7:27:20 PM.626] LSPD First Response: [TRACE] Thread ApartmentProp #5 has been shut down
    [3/24/2019 7:27:20 PM.626] LSPD First Response: [TRACE] Thread ApartmentProp #6 has been shut down
    [3/24/2019 7:27:20 PM.626] LSPD First Response: [TRACE] Thread ApartmentProp #7 has been shut down
    [3/24/2019 7:27:20 PM.626] LSPD First Response: [TRACE] Thread ApartmentProp #8 has been shut down
    [3/24/2019 7:27:20 PM.626] LSPD First Response: [TRACE] Thread ApartmentProp #9 has been shut down
    [3/24/2019 7:27:20 PM.626] LSPD First Response: [TRACE] Thread ApartmentProp #10 has been shut down
    [3/24/2019 7:27:20 PM.626] LSPD First Response: [TRACE] Thread ApartmentProp #11 has been shut down
    [3/24/2019 7:27:20 PM.626] LSPD First Response: [TRACE] Thread ApartmentProp #12 has been shut down
    [3/24/2019 7:27:20 PM.626] LSPD First Response: [TRACE] Thread ApartmentProp #13 has been shut down
    [3/24/2019 7:27:21 PM.558] LSPD First Response: [TRACE] GamePlayer::ChangeCharacter: Same character
    [3/24/2019 7:27:21 PM.559] LSPD First Response: [TRACE] Starting player switch
    [3/24/2019 7:27:24 PM.376] LSPD First Response: [TRACE] Player switch done
    [3/24/2019 7:27:24 PM.377] LSPD First Response: [TRACE] currentsubitem: 1
    [3/24/2019 7:27:24 PM.378] LSPD First Response: [TRACE] yes: 0
    [3/24/2019 7:27:24 PM.378] LSPD First Response: [TRACE] selected: 0
    [3/24/2019 7:27:28 PM.351] LSPD First Response: [TRACE] GetBackupTemplate for LocalPatrol in LosSantosCity in SKID using SpawnsAmbiently
    [3/24/2019 7:27:28 PM.352] LSPD First Response: [TRACE] Preloading POLICE3
    [3/24/2019 7:27:28 PM.352] LSPD First Response: [TRACE] Preloading MP_M_FREEMODE_01
    [3/24/2019 7:27:28 PM.356] LSPD First Response: [TRACE] New ped created mp_m_freemode_01 (PedType: 6), Agency: CityPolice ()
    [3/24/2019 7:27:28 PM.360] s_m_y_cop_01_black_mini_01
    [3/24/2019 7:27:28 PM.360] LSPD First Response: [TRACE] Voice: s_m_y_cop_01_black_mini_01
    [3/24/2019 7:27:28 PM.360] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/24/2019 7:27:28 PM.361] LSPD First Response: [TRACE] Antonioh Machado (MP_M_FREEMODE_01) was set as a cop
    [3/24/2019 7:27:28 PM.361] LSPD First Response: [TRACE] Set movement animations for cop: MP_M_FREEMODE_01
    [3/24/2019 7:27:28 PM.361] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/24/2019 7:27:28 PM.361] LSPD First Response: [TRACE] Preloading MP_M_FREEMODE_01
    [3/24/2019 7:27:28 PM.365] LSPD First Response: [TRACE] New ped created mp_m_freemode_01 (PedType: 6), Agency: CityPolice ()
    [3/24/2019 7:27:28 PM.369] s_m_y_cop_01_black_mini_02
    [3/24/2019 7:27:28 PM.369] LSPD First Response: [TRACE] Voice: s_m_y_cop_01_black_mini_02
    [3/24/2019 7:27:28 PM.369] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/24/2019 7:27:28 PM.369] LSPD First Response: [TRACE] Mike Lake (MP_M_FREEMODE_01) was set as a cop
    [3/24/2019 7:27:28 PM.369] LSPD First Response: [TRACE] Set movement animations for cop: MP_M_FREEMODE_01
    [3/24/2019 7:27:28 PM.369] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/24/2019 7:27:28 PM.370] LSPD First Response: [TRACE] AmbientSpawn - spawned: police3
    [3/24/2019 7:27:28 PM.652] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/24/2019 7:27:28 PM.652] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/24/2019 7:27:33 PM.716] LSPD First Response: [TRACE] Started new menu thread MenuBase #11
    [3/24/2019 7:27:33 PM.716] LSPD First Response: [TRACE] Started new menu thread MenuBase #12
    [3/24/2019 7:27:33 PM.728] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:27:33 PM.729] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:27:33 PM.729] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/duty_selection.xml
    [3/24/2019 7:27:33 PM.738] LSPD First Response: [TRACE] Started new menu thread MenuBase #13
    [3/24/2019 7:27:33 PM.740] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:33 PM.797] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:38 PM.439] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:27:38 PM.439] LSPD First Response: [WARN] Path without extension: lspdfr/data/custom
    [3/24/2019 7:27:38 PM.439] LSPD First Response: [TRACE] ExpandableFileParser::Parse: Reading content from file:lspdfr/data/duty_selection.xml
    [3/24/2019 7:27:38 PM.470] LSPD First Response: [TRACE] Thread AgencySelector #1 initialized
    [3/24/2019 7:27:38 PM.593] s_m_y_cop_01_white_mini_02
    [3/24/2019 7:27:38 PM.594] LSPD First Response: [TRACE] Initialising
    [3/24/2019 7:27:38 PM.600] LSPD First Response: Folder is D:\Steam\steamapps\common\Grand Theft Auto V\plugins\lspdfr
    [3/24/2019 7:27:38 PM.702] LSPD First Response: ComputerPlus, Version=1.4.1.1, Culture=neutral, PublicKeyToken=null
    [3/24/2019 7:27:38 PM.948] LSPD First Response: Creating plugin: ComputerPlus.EntryPoint
    [3/24/2019 7:27:39 PM.030] LSPD First Response: C+ DEV: ComputerPlus detected RAGEPluginHook version: 0.65
    [3/24/2019 7:27:39 PM.030] LSPD First Response: We have 2 callouts registered
    [3/24/2019 7:27:39 PM.031] LSPD First Response: CalloutManager initialized
    [3/24/2019 7:27:39 PM.031] LSPD First Response: [TRACE] WorldEventManager: Allowing up to 1 events
    [3/24/2019 7:27:39 PM.038] LSPD First Response: [TRACE] Created new evidence: CrimeEvidenceInPedPossession
    [3/24/2019 7:27:39 PM.040] LSPD First Response: [TRACE] Created new evidence: CrimeEvidenceInPedPossession
    [3/24/2019 7:27:39 PM.043] LSPD First Response: [INFO] Model preloading enabled
    [3/24/2019 7:27:39 PM.043] LSPD First Response: [TRACE] Preloading POLICE
    [3/24/2019 7:27:39 PM.043] LSPD First Response: [TRACE] Preloading POLICE2
    [3/24/2019 7:27:39 PM.043] LSPD First Response: [TRACE] Preloading POLICE3
    [3/24/2019 7:27:39 PM.043] LSPD First Response: [TRACE] Preloading POLICET
    [3/24/2019 7:27:39 PM.043] LSPD First Response: [TRACE] Preloading SHERIFF2
    [3/24/2019 7:27:39 PM.043] LSPD First Response: [TRACE] Preloading SHERIFF
    [3/24/2019 7:27:39 PM.044] LSPD First Response: [TRACE] Preloading POLICE4
    [3/24/2019 7:27:39 PM.044] LSPD First Response: [TRACE] Preloading POLICEB
    [3/24/2019 7:27:39 PM.044] LSPD First Response: [TRACE] Preloading FBI2
    [3/24/2019 7:27:39 PM.044] LSPD First Response: [TRACE] Preloading POLICEOLD1
    [3/24/2019 7:27:39 PM.044] LSPD First Response: [TRACE] Preloading POLICEOLD2
    [3/24/2019 7:27:39 PM.044] LSPD First Response: [TRACE] Preloading BUZZARD
    [3/24/2019 7:27:39 PM.044] LSPD First Response: [TRACE] Preloading POLMAV
    [3/24/2019 7:27:39 PM.044] LSPD First Response: [TRACE] Preloading FROGGER2
    [3/24/2019 7:27:39 PM.044] LSPD First Response: [TRACE] Preloading AMBULANCE
    [3/24/2019 7:27:39 PM.044] LSPD First Response: [TRACE] Preloading FIRETRUK
    [3/24/2019 7:27:39 PM.044] LSPD First Response: [TRACE] Preloading asset 1B06D571
    [3/24/2019 7:27:39 PM.044] LSPD First Response: [TRACE] Preloading asset 1D073A89
    [3/24/2019 7:27:39 PM.045] LSPD First Response: [TRACE] Preloading asset 60EC506
    [3/24/2019 7:27:39 PM.045] LSPD First Response: [TRACE] Preloading asset 678B81B1
    [3/24/2019 7:27:39 PM.045] LSPD First Response: [TRACE] Preloading asset 3656C8C1
    [3/24/2019 7:27:39 PM.045] LSPD First Response: [TRACE] Preloading asset 83BF0278
    [3/24/2019 7:27:39 PM.046] LSPD First Response: [TRACE] Auto started component PersonaSearch #1
    [3/24/2019 7:27:39 PM.048] LSPD First Response: [TRACE] Auto started component AmbientBehaviorPedOnStreet #1
    [3/24/2019 7:27:39 PM.048] LSPD First Response: [TRACE] Auto started component AmbientBehaviorShotsFired #1
    [3/24/2019 7:27:39 PM.048] LSPD First Response: [TRACE] Auto started component AmbientTrafficStop #1
    [3/24/2019 7:27:39 PM.353] LSPD First Response: C+ DEV: Successfully loaded LSPDFR Computer+.
    [3/24/2019 7:27:39 PM.354] LSPD First Response: C+: Attempting to initialize the in-memory DB
    [3/24/2019 7:27:39 PM.358] LSPD First Response: C+ DEV: C+: ALPR+ Not Detected
    [3/24/2019 7:27:39 PM.371] LSPD First Response: [TRACE] Thread AmbientTrafficStop #1 initialized
    [3/24/2019 7:27:39 PM.371] LSPD First Response: [TRACE] Thread AmbientBehaviorShotsFired #1 initialized
    [3/24/2019 7:27:39 PM.371] LSPD First Response: [TRACE] Thread AmbientBehaviorPedOnStreet #1 initialized
    [3/24/2019 7:27:39 PM.371] LSPD First Response: [TRACE] Thread PersonaSearch #1 initialized
    [3/24/2019 7:27:39 PM.383] LSPD First Response: [TRACE] Thread Ambient #1 initialized
    [3/24/2019 7:27:39 PM.393] LSPD First Response: [TRACE] Thread ArrestManager #1 initialized
    [3/24/2019 7:27:39 PM.396] LSPD First Response: [TRACE] Thread SuspectTransportManager #1 initialized
    [3/24/2019 7:27:39 PM.401] LSPD First Response: [TRACE] Thread WorldEventManager #1 initialized
    [3/24/2019 7:27:39 PM.410] LSPD First Response: [TRACE] Thread BoundlessInformant #1 initialized
    [3/24/2019 7:27:39 PM.431] LSPD First Response: [TRACE] Thread CrimesMenu #1 initialized
    [3/24/2019 7:27:41 PM.513] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:41 PM.519] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:43 PM.320] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:43 PM.321] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:47 PM.484] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:47 PM.485] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:47 PM.650] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:47 PM.651] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:47 PM.796] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:47 PM.797] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:47 PM.978] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:47 PM.979] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:48 PM.464] s_m_y_cop_01_white_mini_02
    [3/24/2019 7:27:48 PM.466] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:48 PM.477] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:49 PM.815] LSPD First Response: [TRACE] Updating scaleform
    [3/24/2019 7:27:49 PM.815] LSPD First Response: [TRACE] Released 0 entities from MenuBase #11 Content Manager
    [3/24/2019 7:27:49 PM.815] LSPD First Response: [TRACE] Instance cleaned (MenuBase #11)
    [3/24/2019 7:27:49 PM.815] LSPD First Response: [TRACE] Released 0 entities from MenuBase #12 Content Manager
    [3/24/2019 7:27:49 PM.815] LSPD First Response: [TRACE] Instance cleaned (MenuBase #12)
    [3/24/2019 7:27:49 PM.815] LSPD First Response: [TRACE] Released 0 entities from MenuBase #13 Content Manager
    [3/24/2019 7:27:49 PM.815] LSPD First Response: [TRACE] Instance cleaned (MenuBase #13)
    [3/24/2019 7:27:59 PM.138] LSPD First Response: [TRACE] GetBackupTemplate for LocalPatrol in LosSantosCity in Burton using SpawnsAmbiently
    [3/24/2019 7:27:59 PM.139] LSPD First Response: [TRACE] Preloading POLICE2
    [3/24/2019 7:27:59 PM.139] LSPD First Response: [TRACE] Preloading MP_F_FREEMODE_01
    [3/24/2019 7:27:59 PM.143] LSPD First Response: [TRACE] New ped created mp_f_freemode_01 (PedType: 6), Agency: CityPolice ()
    [3/24/2019 7:27:59 PM.144] LSPD First Response: [WARN] GetOutfitVariation: Failed to find outfit lspd_cop
    [3/24/2019 7:27:59 PM.144] LSPD First Response: [WARN] GetOutfitVariation: Failed to find outfit lspd_cop
    [3/24/2019 7:27:59 PM.147] s_f_y_cop_01_white_full_02
    [3/24/2019 7:27:59 PM.147] LSPD First Response: [TRACE] Voice: s_f_y_cop_01_white_full_02
    [3/24/2019 7:27:59 PM.147] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/24/2019 7:27:59 PM.150] LSPD First Response: [TRACE] Lauren Gardiner (MP_F_FREEMODE_01) was set as a cop
    [3/24/2019 7:27:59 PM.150] LSPD First Response: [TRACE] Set movement animations for cop: MP_F_FREEMODE_01
    [3/24/2019 7:27:59 PM.150] LSPD First Response: [TRACE] New ped creation finished, Gender: Female
    [3/24/2019 7:27:59 PM.150] LSPD First Response: [TRACE] Preloading MP_F_FREEMODE_01
    [3/24/2019 7:27:59 PM.154] LSPD First Response: [TRACE] New ped created mp_f_freemode_01 (PedType: 6), Agency: CityPolice ()
    [3/24/2019 7:27:59 PM.155] LSPD First Response: [WARN] GetOutfitVariation: Failed to find outfit lspd_cop
    [3/24/2019 7:27:59 PM.155] LSPD First Response: [WARN] GetOutfitVariation: Failed to find outfit lspd_cop
    [3/24/2019 7:27:59 PM.158] s_f_y_cop_01_white_full_02
    [3/24/2019 7:27:59 PM.158] LSPD First Response: [TRACE] Voice: s_f_y_cop_01_white_full_02
    [3/24/2019 7:27:59 PM.158] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/24/2019 7:27:59 PM.158] LSPD First Response: [TRACE] Patricia Campbell (MP_F_FREEMODE_01) was set as a cop
    [3/24/2019 7:27:59 PM.158] LSPD First Response: [TRACE] Set movement animations for cop: MP_F_FREEMODE_01
    [3/24/2019 7:27:59 PM.158] LSPD First Response: [TRACE] New ped creation finished, Gender: Female
    [3/24/2019 7:27:59 PM.159] LSPD First Response: [TRACE] AmbientSpawn - spawned: police2
    [3/24/2019 7:27:59 PM.174] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/24/2019 7:27:59 PM.174] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/24/2019 7:28:27 PM.569] LSPD First Response: [TRACE] Assigned ped to TrafficStop #1 (GameplayMandatory)
    [3/24/2019 7:28:27 PM.571] LSPD First Response: [TRACE] Thread TrafficStop #1 initialized
    [3/24/2019 7:28:30 PM.621] LSPD First Response: [TRACE] Assigned parking task
    [3/24/2019 7:28:33 PM.652] LSPD First Response: [TRACE] GetBackupTemplate for LocalPatrol in LosSantosCity in Rockf using SpawnsAmbiently
    [3/24/2019 7:28:33 PM.653] LSPD First Response: [TRACE] Preloading POLICE
    [3/24/2019 7:28:33 PM.653] LSPD First Response: [TRACE] Preloading MP_M_FREEMODE_01
    [3/24/2019 7:28:33 PM.657] LSPD First Response: [TRACE] New ped created mp_m_freemode_01 (PedType: 6), Agency: CityPolice ()
    [3/24/2019 7:28:33 PM.660] s_m_y_cop_01_white_mini_02
    [3/24/2019 7:28:33 PM.661] LSPD First Response: [TRACE] Voice: s_m_y_cop_01_white_mini_02
    [3/24/2019 7:28:33 PM.661] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/24/2019 7:28:33 PM.661] LSPD First Response: [TRACE] Josue Ortega (MP_M_FREEMODE_01) was set as a cop
    [3/24/2019 7:28:33 PM.661] LSPD First Response: [TRACE] Set movement animations for cop: MP_M_FREEMODE_01
    [3/24/2019 7:28:33 PM.661] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/24/2019 7:28:33 PM.661] LSPD First Response: [TRACE] Preloading MP_M_FREEMODE_01
    [3/24/2019 7:28:33 PM.665] LSPD First Response: [TRACE] New ped created mp_m_freemode_01 (PedType: 6), Agency: CityPolice ()
    [3/24/2019 7:28:33 PM.669] s_m_y_cop_01_white_mini_01
    [3/24/2019 7:28:33 PM.669] LSPD First Response: [TRACE] Voice: s_m_y_cop_01_white_mini_01
    [3/24/2019 7:28:33 PM.669] LSPD First Response: [TRACE] Set them as cop, original was: FADE4843
    [3/24/2019 7:28:33 PM.669] LSPD First Response: [TRACE] Karl Ahern (MP_M_FREEMODE_01) was set as a cop
    [3/24/2019 7:28:33 PM.669] LSPD First Response: [TRACE] Set movement animations for cop: MP_M_FREEMODE_01
    [3/24/2019 7:28:33 PM.669] LSPD First Response: [TRACE] New ped creation finished, Gender: Male
    [3/24/2019 7:28:33 PM.670] LSPD First Response: [TRACE] AmbientSpawn - spawned: police
    [3/24/2019 7:28:33 PM.684] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/24/2019 7:28:33 PM.684] LSPD First Response: [TRACE] PoolWatcher: Found new ped and set them as cop: null
    [3/24/2019 7:28:40 PM.024] LSPD First Response: C+: Pause
    [3/24/2019 7:28:40 PM.026] LSPD First Response: C+: EnsurePaused forced
    [3/24/2019 7:28:40 PM.026] LSPD First Response: C+: Pause
    [3/24/2019 7:28:43 PM.706] LSPD First Response: C+: Found arrest report for ped
    [3/24/2019 7:28:43 PM.706] LSPD First Response: C+: Get Citation for ped hash=MasonSkyward9/14/1997
    [3/24/2019 7:28:43 PM.706] LSPD First Response: C+: Citations for ped are null
    [3/24/2019 7:28:43 PM.706] LSPD First Response: C+ DEV: Creating ComputerPedViewExtendedContainer
    [3/24/2019 7:28:43 PM.708] LSPD First Response: C+ DEV: Creating ComputerPedViewExtended
    [3/24/2019 7:28:43 PM.708] LSPD First Response: C+ DEV: Creating ComputerPedView
    [3/24/2019 7:28:43 PM.710] LSPD First Response: C+ DEV: InitializeLayout ComputerPedView
    [3/24/2019 7:28:43 PM.717] LSPD First Response: C+ DEV: Loading image for model from Plugins\LSPDFR\ComputerPlus\no_ped_image.jpg
    [3/24/2019 7:28:43 PM.759] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/24/2019 7:28:43 PM.763] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/24/2019 7:28:46 PM.631] LSPD First Response: C+: LogPositionAndSize : W 200 H 20 X 467 Y 0
    [3/24/2019 7:28:47 PM.883] LSPD First Response: [TRACE] A new world event should be started
    [3/24/2019 7:28:47 PM.883] LSPD First Response: [TRACE] Starting world event RunLights
    [3/24/2019 7:28:47 PM.884] LSPD First Response: [TRACE] Setting up world event: RunLights #1
    [3/24/2019 7:28:47 PM.892] LSPD First Response: [TRACE] Requesting control failed for RunLights #1 (Ambient); current is TrafficStop #1 (GameplayMandatory)
    [3/24/2019 7:28:49 PM.252] LSPD First Response: C+ DEV: Populating ALPR list
    [3/24/2019 7:28:49 PM.254] LSPD First Response: C+ DEV: Checking currently pulled over

     

    Link to comment
    Share on other sites

    Would be nice if I could make a single set of defined crimes between this and LSPDFR+ - I feel like anyone making content for these two mods have to do double the work. If possible - perhaps pull crime definitions directly from LSPDFR+'s court system? This would require work but be much cleaner process and insure that more work doesn't need to be done in Computer+ to support more types of crimes or updates to the crime system. (also, easier to make content!)

     

    Anyone else getting flickering when the background is up? I just turn it off, but it feels like performance could be improved, here.

    Link to comment
    Share on other sites

    i have a quick question. everytime i do do anything with the citations in the computer. LSPDFR crashes. i cant do citations at all. and the Ped Images and car images dont display even when the ini file says true. please help and thank you in advanced. 

    Link to comment
    Share on other sites

    On 3/25/2019 at 5:52 PM, waynieoaks said:

    So various mods kept crashing for me while looking up a ped or vehicle in Computer+

     

    The gameconfig.xml replacement seems to have fixed this for me so far. I am using the one from dilapidated.

     

    Many thanks. 

     

    I stand corrected - I still have issues. 

    Will try a fresh install  this weekend with no extra mods and see what happens, and post logs here

    Link to comment
    Share on other sites

    3 hours ago, waynieoaks said:

     

    I stand corrected - I still have issues. 

    Will try a fresh install  this weekend with no extra mods and see what happens, and post logs here

    Give this a try === > https://forums.gta5-mods.com/topic/19337/fix-for-game-memory-error-may-2018-by-police18651/2
    now with that I get very rare crashes .. I am still testing mine .... See if this works for you and report back.

    I also changed "Shader Cache" to OFF in the Nividia control panel under 3d settings  with in the global settings

    Link to comment
    Share on other sites

    On ‎3‎/‎25‎/‎2019 at 1:52 PM, waynieoaks said:

    So various mods kept crashing for me while looking up a ped or vehicle in Computer+

     

    The gameconfig.xml replacement seems to have fixed this for me so far. I am using the one from dilapidated.

     

    Many thanks. 

    I am having problems with looking up a vehicle information when I do it the game crashes I need to know how to fix it

    Link to comment
    Share on other sites


    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    ×
    ×
    • Create New...