Giter VIP home page Giter VIP logo

ulib's People

Contributors

60percentcaffeine avatar achohbee avatar andreblue avatar brandonsturgeon avatar deyvan avatar fptje avatar joshpiper avatar karlend avatar kekalainen avatar mstruntze avatar nayruden avatar no-brain avatar sticklyman avatar wardenpotato avatar wrefgtzweve avatar yupi2 avatar zenbre4ker avatar zpetty33 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ulib's Issues

Possible race condition between two users unbanning a player

[ERROR] addons/ulx/lua/ulx/xgui/bans.lua:21: Tried to use invalid object (type Panel) (Object was NULL or not of the right type)

  1. GetValue - [C]:-1
    1. DoClick - addons/ulx/lua/ulx/xgui/bans.lua:21
    2. OnMouseReleased - lua/vgui/dlabel.lua:218
      1. unknown - lua/vgui/dmenuoption.lua:116

I tried unbanning a nil user.

Random NULL entity error

Error(s) in server console, if any

L 03/30/2016 - 01:34:18: "Daedelus<162><STEAM_0:0:50157625><>" entered the game
L 03/30/2016 - 01:34:18: "Daedelus<162><STEAM_0:0:50157625><>" disconnected (reason "Disconnect by user.")
L 03/30/2016 - 01:34:18: Lua Error:
[ERROR] addons/ulib/lua/ulib/shared/hook.lua:110: addons/ulib/lua/ulib/server/ucl.lua:653: Tried to use a NULL entity!

  1. fn - [C]:-1
    1. unknown - addons/ulib/lua/ulib/shared/hook.lua:110

Error(s) in player's console, if any

Version

I'll grab the version when I get home, although I believe it's up to date, at least the ucl file is.

ULib's groups is not registered clientside in CAMI

Steps to reproduce

Call CAMI.GetUsergourps() (can with PrintTable) on both sides (client/server)

Expected behavior

Tables are same

Actual behavior

On client it have only three groups, on serverside it is have all groups registered in ULib

Error(s) in server console, if any

None

Error(s) in player's console, if any

None

Version

ULib v2.61d
ULX v3.71d

PrintTable(CAMI.GetUsergroups())

[Server]
admin:
        Inherits    =   user
        Name    =   admin
knownuser:
        Inherits    =   user
        Name    =   knownuser
operator:
        Inherits    =   respected
        Name    =   operator
regular:
        Inherits    =   knownuser
        Name    =   regular
respected:
        Inherits    =   regular
        Name    =   respected
superadmin:
        Inherits    =   admin
        Name    =   superadmin
user:
        Inherits    =   user
        Name    =   user

[STEAM_0:1:58586770 (Dr. DBot)]
admin:
        Inherits    =   user
        Name    =   admin
superadmin:
        Inherits    =   admin
        Name    =   superadmin
user:
        Inherits    =   user
        Name    =   user

Problem perma unban

Steps to reproduce

  1. ulx unban "STEAMID" (user with permanent ban)
  2. ban is deleted from sv.bd
  3. banned_user.cfg is not updated and ban is not removed

Version

last version (Ulib - ulx)

Bypass immunity

Every admin can bypass immunity with banid. Banid isnt checking immunity

ULib.execFile problems

Steps to reproduce

Create for example a server.cfg
Execute it with (in this case) "ulx exec server.cfg" (This command is using ULib.execFile)
Have fun.
Expected behavior

A config should get executed.

Actual behavior

The log got spammed.

Error(s) in server console, if any

http://hastebin.com/taqozogeyi.txt (it can also happen if there are other commands)

Version

ULib v2.61
ULX v3.71d (07/02/16)

With this I generated a 2 Gigabyte log on a test server.

ULib.getUsers needs SteamName() check

Steps to reproduce

  1. We can try to do something with player`s steam name

Expected behavior

Find him

Actual behavior

No target found or target has immunity!

Error(s) in server console, if any

Error(s) in player's console, if any

Version

ULib v2.63d
ULX v3.73d

How to add

lua/ulib/shared/player.lua
245 string
if player:Nick():lower():find( piece:lower(), 1, true ) or player:SteamName():lower():find( piece:lower(), 1, true ) then

Nutscript 1.1 Extreame Lagg

Steps to reproduce

1.Run the server as normal
2.Wait for the serve to populate
3. Extream lagg that affects everyone to the point that people cant move

Expected behavior

Extreme lagg to the point that people cant move or drive

Actual behavior

Please find the enclosed screenshot

Error(s) in server console, if any

Error(s) in player's console, if any

Version

Run "ulx version" in console and paste the result
nutscript

HTTP failed - ISteamHTTP isn't available!

Steps to reproduce

  1. Have the ulib addon installed on a server.
  2. Start the server normally.

Expected behavior

No errors should be in the server console.

Actual behavior

I haven't noticed anything out of the ordinary. However, it is a nuisance when trying to debug other addons.

Error(s) in server console, if any

HTTP failed - ISteamHTTP isn't available!

Version

v3.73d

Performance problems caused by file IO

I've had performance problems on my server for a longer period of time. My server hung for around 3 seconds when a player joined. I tracked this down to ULib and its file IO.

The user file on my server had accumulated to .5MB and after deleting it, the problems disappeared. My current workaround is to delete it once in a while, but there must be an actual solution.

I suppose there are better ways to store and sync data than reading and overwriting the storage files completely. First thing that comes to mind is the SQLite DB.

How to fix this

I would like to know how to fix this

Error(s) in server console, if any

n - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call method 'DrawLaser' (a nil value)
stack traceback:
lua/tfa/modules/tfa_vm_blur.lua:145: in function 'fn'
addons/ulib-master/lua/ulib/shared/hook.lua:109: in function <addons/ulib-master/lua/ulib/shared/hook.lua:92>
[C]: in function '‌‎​‬‪‭'

[ERROR]

  1. unknown - [C]:-1

Error in hook PostDrawViewModel: lua/tfa/modules/tfa_vm_blur.lua:145: attempt to call

ULib users.txt Issue

The Problem

ULib has somehow added two entries for the same player inside of the "users.txt" file, one with their SteamID and the other with their IP. Both entries have a different rank variable and the rank of the user always locks to the IP's variable. Running "ulx adduser" doesn't do anything not even sending an error to the console. Changing the rank variable doesn't do anything as it always changes back to it's previous value. Deleting both entries doesn't do anything either as they always return when the player rejoins.

Error(s) in server console, if any

None

Error(s) in player's console, if any

None

Version

ULib v2.63d (05/12/18)
ULX v3.73d (05/20/18)

Extra Information

My server is running UTime and APromote if that's at all useful

Active vulnerability: arbitrary Lua execution in config files

Apparently this is enough of a problem for someone to release a "hotfix" for it on the DarkRP forums:

http://forum.darkrp.com/threads/ulx-ulib-exploit-fix.9250

The gist of the problem is as follows: ULib simply executes all lines that don't start with exec using game.ConsoleCommand. (See here). Combined with ulx luarun. For malicious addons and superadmins, this is a beautiful feature of persistency for when the addon is uninstalled and the superadmin is demoted.

Reproducing steps

Addon case:

  1. Be malicious code in an addon
  2. Get installed
  3. Write ulx luarun with a RunString and a http.Fetch in the ULX config
  4. Have the server owner figure out their mistake and uninstall the addon
  5. Malcious code persists until server owner uses programming knowledge and debugging skills to figure out what the fuck's going on

Superadmin case:

  1. Be superadmin
  2. Run this script, or probably something that doesn't advertise what it's doing so much
  3. Act like a massive knob and get demoted
  4. Actually you're not demoted because of that persistent Lua code you've put in the config file that no one ever reads.

Now of course all the server owners should have full programming knowledge to debug their problems, know by some force of magic to look into ULib's config files, and they shouldn't make people superadmin if turn out to be non-trustworthy in hindsight. My point is simple:

Config files shouldn't just be read and executed like they're command macros or even Lua files. The fact that they are is being abused.

Solution

With full backwards compatibility, of course.

It looks like ULib.execFile was originially just designed for files in cfg/, which neither superadmins nor malicious addons can write to. The mistake is to use it for ULX' main config, data/ulx/config.txt and its map and gamemode counterparts. Oddly, it appears to be the only file that you execute that way. All other config files seem to be already interpreted normally.

The solution is simple: make a different function for that which just interprets whitelisted commands. Preferably no ulx adduser or ulx luarun. I'd recommend a whitelist because other addons also have persistent concommands (add money to SteamID, pointshop points probably, etc.)

Some weird errors

Steps to reproduce

1.Seems like it will show up when player completely join the server(after connecting)

Expected behavior

No idea

Actual behavior

No idea

Error(s) in server console, if any

[ERROR] lua/includes/modules/hook.lua:120: attempt to index local 'gm' (a number
value)

  1. Call - lua/includes/modules/hook.lua:120
  2. fn - addons/ulib/lua/ulib/cl_init.lua:58
    3. func - addons/ulib/lua/ulib/client/cl_util.lua:22
    4. unknown - lua/includes/extensions/net.lua:32

Error(s) in player's console, if any

Version

ULib v2.63
ULX v3.73

ban length on disconnect message show an hour as 59 minutes

Steps to reproduce

  1. ban a player for an hour.

Expected behavior

ban length on disconnect message should show 60 minutes or 1 hour.

Actual behavior

ban length on disconnect message shows 59 minutes

Version

ULib v2.52d (01/09/16)
ULX v3.62d (01/01/16)

Extra

Code causing it:

if minutes >= 60 then minutes = 59 end

The converted time is only used as a string on the disconnect message, therefore I don't see why.

Random errors

Steps to reproduce

Unknown

Expected behavior

There shouldnt be an error

Actual behavior

There was an error in the server console (maybe a missing IsValid check?)

Error(s) in server console, if any

[ERROR] addons/ulib/lua/ulib/server/player.lua:244: attempt to call method 'SetClip1' (a nil value)

  1. doWeapons - addons/ulib/lua/ulib/server/player.lua:244
  2. unknown - addons/ulib/lua/ulib/server/player.lua:278

Happened once in 6 years...

Error(s) in player's console, if any

None

Version

newest

ulx removeuser in console doesn't call ULibUserRemoved or ULibUserGroupChange hooks

Steps to reproduce

  1. Make a user something other than user.
  2. Make a hook for either ULibUserRemoved and ULibUserGroupChange and make it just print something.
  3. Run ulx removeuser on that user in the console.
  4. Hook shows nothing.

Expected behavior

The hook runs after the command is called in the console, just like removing the user in the UI.

Actual behavior

Neither hook is called when command is ran from console, while removing them from the UI is just fine.

Error(s) in server console, if any

N/A

Error(s) in player's console, if any

N/A

Version

Run "ulx version" in console and paste the result
ULib v2.63
ULX v3.73

Some extra media because i'm nice:

https://upload.livaco.dev/u/7NGbJqYT6V.png
https://upload.livaco.dev/u/EkeXgjKBdW.png (nothing being printed)
https://upload.livaco.dev/u/8YLDoSfIjO.png (b is printed because the hook is called - this is me removing myself from the GUI)

[ULib] RunConsoleCommand: Command is blocked! (exec)

Steps to reproduce

  1. Create a cfg file in garrysmod/cfg (i.e. ttt.cfg)
  2. In a Lua script, run the code RunConsoleCommand("exec", "ttt.cfg")
  3. Error appears in console (see "Error(s) in server console" section)

Expected behavior

The console command exec ttt.cfg should execute without Ulib interference

Actual behavior

Execution is blocked

Error(s) in server console, if any

[ULib] RunConsoleCommand: Command is blocked! (exec)

  1. fn - addons/ttt_playercount_settings/lua/autorun/server/choose_config.lua:4
   2. unknown - lua/ulib/shared/hook.lua:109

Error(s) in player's console, if any

n/a

Version

ULib v2.63w
ULX v3.73w

IsWorldClicker error

Steps to reproduce

  1. Join friends p2p server
  2. Hold C to try using the context menu (GB radial does a similar error too when trying to open its options menu with right click while its open)
  3. profit??

Expected behavior

Tell us what should happen
Context menu should open (GB Radial settings should open)

Actual behavior

Tell us what happens instead
Error Happens the entire time the context menu when hovering over anything in the world, right clicking on anything does not work (With GB Radial, the settings menu does not open)

Error(s) in server console, if any

No errors in friends console

Error(s) in player's console, if any

[ULib] lua/includes/modules/properties.lua:214: attempt to call method 'IsWorldClicker' (a nil value)

  1. fn - lua/includes/modules/properties.lua:214
  2. unknown - lua/ulib/shared/hook.lua:109

##GB Radial Error
[ULib] lua/includes/modules/properties.lua:199: attempt to call method 'IsWorldClicker' (a nil value)

  1. fn - lua/includes/modules/properties.lua:199
  2. unknown - lua/ulib/shared/hook.lua:109

Version

ULib v2.63w
ULX v3.73w

error in console and in cs error

Steps to reproduce

1.let someone join server
2.and when they spawn they get it
3.

Expected behavior

Tell us what should happen
no lua error and no luas when spawning

Actual behavior

Tell us what happens instead
when people are joining there is a lua and i have seen more people are timming out

Error(s) in server console, if any

[ERROR] lua/includes/extensions/table.lua:50: bad argument #1 to 'pairs' (table expected, got nil)

  1. pairs - [C]:-1
    1. Empty - lua/includes/extensions/table.lua:50
    2. fn - addons/ulx/lua/ulx/modules/cl/xgui_client.lua:464
      1. func - addons/ulib/lua/ulib/client/cl_util.lua:22
      2. unknown - lua/includes/extensions/net.lua:32

Error(s) in player's console, if any

[ERROR] lua/includes/extensions/table.lua:50: bad argument #1 to 'pairs' (table expected, got nil)

  1. pairs - [C]:-1
    1. Empty - lua/includes/extensions/table.lua:50
    2. fn - addons/ulx/lua/ulx/modules/cl/xgui_client.lua:464
      1. func - addons/ulib/lua/ulib/client/cl_util.lua:22
      2. unknown - lua/includes/extensions/net.lua:32

        Version

        Run "ulx version" in console and paste the result
        ] ulx version
        ULib v2.61d (06/12/16)
        ULX v3.71d (07/02/16)

Parsing player/players argument sometimes fails when ply is NULL

Steps to reproduce

  1. Create a command with a cmds.PlayerArg or cmds.PlayersArg as an cmds.optional argument.
-- lua/ulib/modules/test.lua
local test = ULib.cmds.TranslateCommand( "test", print )
test:addParam{ type=ULib.cmds.PlayerArg, ULib.cmds.optional }
test:defaultAccess( ULib.ACCESS_ALL )
  1. Call the command from the server console without arguments.

Expected behavior

The command executes.

Actual behavior

The following error gets thrown:

[ERROR] addons/ulib/lua/ulib/shared/player.lua:121: Tried to use a NULL entity!
  1. indexFn - [C]:-1
   2. getUniqueIDForPlayer - addons/ulib/lua/ulib/shared/player.lua:121
    3. parseAndValidate - addons/ulib/lua/ulib/shared/commands.lua:515
     4. __fn - addons/ulib/lua/ulib/shared/commands.lua:916
      5. execute - addons/ulib/lua/ulib/shared/commands.lua:1323
       6. unknown - addons/ulib/lua/ulib/shared/commands.lua:1351
        7. unknown - lua/includes/modules/concommand.lua:54

Version

ULib v2.63d (03/21/17)
ULX v3.73d (03/21/17)

lua error when editing a ban

Steps to reproduce

1.ban someone
2.go to ban in GUI
3.then edit the ban

Expected behavior

Tell us what should happen
Should change the ban without making luas

Actual behavior

Tell us what happens instead
Made luas

Error(s) in server console, if any

[ERROR] addons/ulib/lua/ulib/server/player.lua:167: attempt to call method 'Kick' (a nil value)

  1. kick - addons/ulib/lua/ulib/server/player.lua:167
  2. banfunc - addons/ulib/lua/ulib/server/player.lua:275
  3. addBan - addons/ulx/lua/ulx/xgui/server/sv_bans.lua:244
  4. unknown - addons/ulx/lua/ulx/xgui/server/sv_bans.lua:84
  5. unknown - addons/ulx/lua/ulx/modules/xgui_server.lua:65
  6. unknown - lua/includes/modules/concommand.lua:54

Error(s) in player's console, if any

Nope

Version

Run "ulx version" in console and paste the result
I will get you that asap (on phone)

CAMI Privileges not being handled correctly

Steps to reproduce

  1. Register a privilege using CAMI.RegisterPrivilege, set MinAccess to user
  2. Remove privilege from group user using something such as ulx menu
  3. Call CAMI.PlayerHasAccess on a player that has the rank user and pass the registered privilege

Expected behavior

The callback should be called with false

Actual behavior

The callback is called with true

Version

Latest

To give the detail behind this look here, this is what prevents the default CAMI function from handling the check. The reason this falls on it's ass is because ULib.ucl.query returns nil when it assumes a players group doesn't have access (as noted here). Because of the above the default CAMI handler function is used, and because of the MinAccess group, it calls the callback with true.

I'm guessing a real fix to this would be to use ulx in any case instead of the default CAMI handler, or return false instead of nil in ULib.ucl.query. Considering I'm not sure I'll leave this for you to fix

Weird Error when player's getting hit

Steps to reproduce

  1. Be on the server
  2. Get hit

Expected behavior

There should be no error and every EntityTakeDamage hook should apply normaly

Actual behavior

I've got the following erros and some hooks seems to be stopped

Error(s) in server console, if any

image

image

image

(I've put different ones, just in case it's usefull for you guys)

Error(s) in player's console, if any

[ERROR] addons/adminmenu/lua/autorun/client/staff_cl.lua:155: attempt to concatenate a nil value

  1. fn - addons/adminmenu/lua/autorun/client/staff_cl.lua:155
  2. unknown - addons/ulib/lua/ulib/shared/hook.lua:109

Version

ULib v2.63d (05/12/18)
ULX v3.73 (05/21/18)

PS : Thanks for your time, and sorry if it's stupid or already solved somewhere, I really searched hard by myself...

Flooding server with bots disconnects clients

Steps to reproduce

  1. Completely vanilla server with only latest ULib installed
  2. lua_run for i = 1, 100 do RunConsoleCommand("bot") end
  3. See all clients disconnect

Expected behavior

Server should fill with bots without disconnecting any clients. Before I added ULib I was able to do this no problem.

Actual behavior

Clients disconnect with the reason "Client 0 overflowed reliable channel."

Error(s) in server console, if any

No actual errors

Error(s) in player's console, if any

Just the kick message

Version

ULib v2.63
Did not have ULX installed when I reproduced this.

Unauthed player

Steps to reproduce

  1. Load a multiplayer game (I used a dedicated server)
  2. Spawn several bots

Expected behavior

Nothing unusual.

Actual behavior

I got a clientside error from ULX. Seems to pop up randomly sometimes when a player joins.

Reverting commit 180d737 seems to fix the issue (I spawned 30 bots and everything is running smoothly).

Error(s) in server console, if any

-nothing, just clientside errors-

Error(s) in player's console, if any

[ERROR] Unauthed player
  1. query - [C]:-1
   2. fn - addons/ulx/lua/ulx/xgui/bans.lua:519
    3. fn - addons/ulib/lua/ulib/shared/hook.lua:109
     4. func - addons/ulib/lua/ulib/client/cl_util.lua:22
      5. unknown - lua/includes/extensions/net.lua:32

Version

ULib v2.61d (08/27/16)
ULX v3.71d (07/02/16)

No way to prevent ULib.refreshBans call

If a larger part of the ban system has been replaced, and banid'ing all banned steamids is no longer wished, it's impossible to prevent it without modifying ULib.
I have my bans stored in a database and they are loaded from a database. I do not wish that all those bans are being banid'ed since there's no point in doing more than removing the from the ULib.bans upon unban.
Overwriting the refreshBans function isn't an option since it's called right after definition. Could there be some way to prevent this function from running?

serverside console flood

  1. We need to type "_u text" in console as client
  2. We have "Unknown command: text" in server console

Lua error when banning

Steps to reproduce

1.ban someone for a week
2.
3.

Expected behavior

Tell us what should happen
Should ban with no luas made

Actual behavior

Tell us what happens instead
Made lua in console and doesnt show in gui bans

Error(s) in server console, if any

ULib queue error: addons/ulib/lua/ulib/server/player.lua:167: attempt to call method 'Kick' (a nil value)

Error(s) in player's console, if any

Version

Run "ulx version" in console and paste the result
Get it asap (on phone)

Need new method of resetting groups/users to defaults

Historically, to reset groups back to defaults we would simply delete the groups.txt and change maps. With CAMI, it seems that DarkRP makes some change to the groups just as the server is changing maps. Thus, everything is written out again.

Updates available for

Everytime a player joins, then it displays this message for the player:
"Updates available for"

ULib.execFile can cause errors

Steps to reproduce

  1. Create for example a server.cfg
  2. Execute it with (in this case) "ulx exec server.cfg" (This command is using ULib.execFile)
  3. Have fun.

Expected behavior

A config should get executed.

Actual behavior

The log got spammed.

Error(s) in server console, if any

http://hastebin.com/taqozogeyi.txt (it can also happen if there are other commands)

Version

ULib v2.61
ULX v3.71d (07/02/16)

With this I generated a 2 Gigabyte log on a test server.

Workshop Version: umsg error

Warning: Usermessage was larger than 256 bytes. This will cause problems.
Error sending usermessage - too large (ulib_repChangeC)Warning: Unhandled usermessage ''

I am assuming it is about ulib_repChangeCvar:

umsg.Start( "ulib_repChangeCvar", ply )
umsg.Entity( ply )
umsg.String( repcvars[ sv_cvar ].cl_cvar )
umsg.String( oldvalue )
umsg.String( oldvalue ) -- No change
umsg.End()

Why does ULib still use user messages is beyond me.

This error happens with only ulib and ulx enabled.

Unknown Issue, probably my fault. If so, sorry!

2016-01-17 11:55:40.8941|INFO|thread: 1|DashboardViewModel|Received request to clone: 'https://github.com/TeamUlysses/ulib'
2016-01-17 11:53:33.3615|INFO|thread: 1|CommandLineToolsExtractor|Portable Git and Git LFS are already extracted
2016-01-17 11:53:33.3615|INFO|thread: 1|GitClient|Installing git lfs filters
2016-01-17 11:53:33.3772|INFO|thread: 1|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:33.3772|INFO|thread: 1|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:33.3772|INFO|thread: 1|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'lfs install --force ', Working Directory: C:\Users\Shane\AppData\Local\Temp
2016-01-17 11:53:33.4553|INFO|thread: 1|ReactiveScreen|Activating GitHub.ViewModels.ShellViewModel.
2016-01-17 11:53:33.4553|INFO|thread: 1|ReactiveScreen|Activating GitHub.ViewModels.DashboardViewModel.
2016-01-17 11:53:34.5972|INFO|thread: 1|PortablePackageManager|Already extracted gitignore.7z, returning 100%
2016-01-17 11:53:34.8678|WARN|thread: 8|LoginCache|Could not get login for host 'GitHub.HostAddress'
System.Collections.Generic.KeyNotFoundException: The given key 'login:null' was not present in the cache.
2016-01-17 11:53:35.4928|INFO|thread: 1|RepositoryHost|Log in from cache for login 'ChibbyHD' to host 'https://api.github.com/' SUCCEEDED
2016-01-17 11:53:35.5084|INFO|thread:27|ApplicationShellInitializer|Running post login tasks. ~/.gitconfig is set up with user.name = 'ChibbyHD' and user.email = '[email protected]'
2016-01-17 11:53:35.5241|INFO|thread:17|SSHProcessManager|Starting ssh-agent.exe
2016-01-17 11:53:35.5241|INFO|thread:17|PortablePackageManager|Already extracted lfs-amd64.7z, returning 100%
2016-01-17 11:53:35.5397|ERROR|thread:17|RemoteSSHKeyChain|Failed to set up SSH Agent
System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: The system cannot find the file specified
at GitHub.PortableGit.Helpers.SSHProcessManager.CreateSshAgentProcess(String fileName, String arguments, String currentDirectory)
at GitHub.PortableGit.Helpers.SSHProcessManager.<>c__DisplayClass1.b__0(Unit )
at System.Reactive.Linq.ObservableImpl.Select2._.OnNext(TSource value) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at GitHub.PortableGit.Helpers.SSHKeyHelper.<>c__DisplayClasse.<StartSshAgent>b__b() at System.Reactive.Linq.QueryLanguage.<>c__DisplayClass13b.<>c__DisplayClass13d.<ToAsync>b__13a() ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified at GitHub.PortableGit.Helpers.SSHProcessManager.CreateSshAgentProcess(String fileName, String arguments, String currentDirectory) at GitHub.PortableGit.Helpers.SSHProcessManager.<>c__DisplayClass1.<StartSshAgent>b__0(Unit _) at System.Reactive.Linq.ObservableImpl.Select2.
.OnNext(TSource value)<---

2016-01-17 11:53:35.5553|INFO|thread:17|SSHKeyHelper|Found existing SSH key pair
2016-01-17 11:53:35.8991|INFO|thread:15|DashboardViewModel|Selected repository 'TeamUlysses/utime'
2016-01-17 11:53:35.9147|INFO|thread:15|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 1 at GitClient.cs:628
2016-01-17 11:53:35.9147|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 1 at GitClient.cs:628 after waiting 0.0012213s
2016-01-17 11:53:35.9147|INFO|thread:15|AsyncReaderWriterLock|Acquiring exclusive scheduler for operation 2 at GitClient.cs:606
2016-01-17 11:53:35.9303|INFO|thread:14|AsyncReaderWriterLock|Released concurrent scheduler for operation: 1 at GitClient.cs:628 after blocking 0.0172642s
2016-01-17 11:53:35.9303|INFO|thread:17|AsyncReaderWriterLock|Acquired exclusive scheduler for operation: 2 at GitClient.cs:606 after waiting 0.0164772s
2016-01-17 11:53:36.3209|INFO|thread:17|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 3 at GitClient.cs:623
2016-01-17 11:53:36.3834|INFO|thread:17|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 4 at GitClient.cs:224
2016-01-17 11:53:36.3834|INFO|thread:17|DashboardViewModel|Took 484ms to Create RepositoryViewModel for location C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:53:36.3834|INFO|thread:17|AsyncReaderWriterLock|Released exclusive scheduler for operation: 2 at GitClient.cs:606 after blocking 0.4600342s
2016-01-17 11:53:36.3991|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 3 at GitClient.cs:623 after waiting 0.0718372s
2016-01-17 11:53:36.3991|INFO|thread:13|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 4 at GitClient.cs:224 after waiting 0.0016997s
2016-01-17 11:53:36.3991|INFO|thread:13|GitClient|Loading commits for repo: C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:53:36.4147|INFO|thread:17|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 5 at RepositoryViewModel.cs:336
2016-01-17 11:53:36.4147|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 5 at RepositoryViewModel.cs:336 after waiting 0.0007543s
2016-01-17 11:53:36.4147|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 3 at GitClient.cs:623 after blocking 0.0252706s
2016-01-17 11:53:36.5397|INFO|thread:13|ConcurrentRepositoryConnection|Loaded '5' commits for repo: C:\GMOD\DarkRP\garrysmod\addons\utime.
2016-01-17 11:53:36.5553|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 4 at GitClient.cs:224 after blocking 0.1615049s
2016-01-17 11:53:36.5710|INFO|thread:18|AsyncReaderWriterLock|Released concurrent scheduler for operation: 5 at RepositoryViewModel.cs:336 after blocking 0.1477894s
2016-01-17 11:53:36.6178|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 6 at GitClient.cs:201
2016-01-17 11:53:36.6178|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 6 at GitClient.cs:201 after waiting 4.47E-05s
2016-01-17 11:53:36.6178|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 7 at RepositoryModel.cs:596
2016-01-17 11:53:36.6178|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 7 at RepositoryModel.cs:596 after waiting 4.06E-05s
2016-01-17 11:53:36.6334|INFO|thread:18|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 8 at RepositoryModel.cs:596
2016-01-17 11:53:36.6334|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 8 at RepositoryModel.cs:596 after waiting 2.05E-05s
2016-01-17 11:53:36.6334|INFO|thread:17|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 9 at GitClient.cs:290
2016-01-17 11:53:36.6334|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 9 at GitClient.cs:290 after waiting 4.32E-05s
2016-01-17 11:53:36.6334|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 6 at GitClient.cs:201 after blocking 0.0147151s
2016-01-17 11:53:36.6491|INFO|thread:18|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:36.6491|INFO|thread:18|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:36.6491|INFO|thread:18|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'status --untracked-files=all --porcelain -z ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:53:36.6491|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 7 at RepositoryModel.cs:596 after blocking 0.0194595s
2016-01-17 11:53:36.6491|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 8 at RepositoryModel.cs:596 after blocking 0.0070745s
2016-01-17 11:53:36.7428|INFO|thread:17|ConcurrentRepositoryConnection|Took 98ms to git status
2016-01-17 11:53:36.7428|INFO|thread:17|ConcurrentRepositoryConnection|Took 99ms to git status and parse output
2016-01-17 11:53:36.7584|INFO|thread:17|NewCommitViewModel|Took 116ms to load files for C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:53:36.7584|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 9 at GitClient.cs:290 after blocking 0.1162806s
2016-01-17 11:53:36.8522|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 10 at GitClient.cs:611
2016-01-17 11:53:36.8522|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 10 at GitClient.cs:611 after waiting 2.56E-05s
2016-01-17 11:53:36.8522|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 10 at GitClient.cs:611 after blocking 0.0014794s
2016-01-17 11:53:37.0241|INFO|thread: 8|BackgroundFetcher|Got a refresh period for C:\GMOD\DarkRP\garrysmod\addons\utime.git of 300 seconds
2016-01-17 11:53:37.0241|INFO|thread: 8|BackgroundFetcher|Added a delay for C:\GMOD\DarkRP\garrysmod\addons\utime.git of 23828 milliseconds
2016-01-17 11:53:37.1959|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 11 at BranchesViewModel.cs:535
2016-01-17 11:53:37.1959|INFO|thread: 5|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 11 at BranchesViewModel.cs:535 after waiting 5.64E-05s
2016-01-17 11:53:37.1959|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 12 at RepositoryViewModel.cs:336
2016-01-17 11:53:37.1959|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 12 at RepositoryViewModel.cs:336 after waiting 2.23E-05s
2016-01-17 11:53:37.1959|INFO|thread:14|AsyncReaderWriterLock|Released concurrent scheduler for operation: 11 at BranchesViewModel.cs:535 after blocking 0.0076724s
2016-01-17 11:53:37.2272|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 13 at GitClient.cs:623
2016-01-17 11:53:37.2272|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 13 at GitClient.cs:623 after waiting 3.62E-05s
2016-01-17 11:53:37.2272|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 12 at RepositoryViewModel.cs:336 after blocking 0.0414831s
2016-01-17 11:53:37.2272|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 13 at GitClient.cs:623 after blocking 0.0047755s
2016-01-17 11:53:37.2428|INFO|thread: 1|NewCommitViewModel|Took 483ms to render file list for C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:53:37.2428|INFO|thread: 1|NewPullRequestViewModel|No matching pull request found, clearing selection...
2016-01-17 11:53:37.2428|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 14 at RepositoryViewModel.cs:336
2016-01-17 11:53:37.2428|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 14 at RepositoryViewModel.cs:336 after waiting 3.95E-05s
2016-01-17 11:53:37.2428|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 14 at RepositoryViewModel.cs:336 after blocking 2.1E-06s
2016-01-17 11:53:37.2428|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 15 at RepositoryViewModel.cs:336
2016-01-17 11:53:37.2428|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 15 at RepositoryViewModel.cs:336 after waiting 4E-06s
2016-01-17 11:53:37.2553|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 15 at RepositoryViewModel.cs:336 after blocking 0.0063876s
2016-01-17 11:53:40.6463|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 16 at GitClient.cs:404
2016-01-17 11:53:40.6463|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 16 at GitClient.cs:404 after waiting 8.54E-05s
2016-01-17 11:53:40.6463|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 17 at GitClient.cs:404
2016-01-17 11:53:40.6463|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 17 at GitClient.cs:404 after waiting 1.31E-05s
2016-01-17 11:53:40.6463|INFO|thread:13|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:40.6463|INFO|thread:13|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:40.6463|INFO|thread:17|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:40.6463|INFO|thread:17|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:40.6463|INFO|thread:13|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --name-status 7ad6118a93cf4250c148e131ab9cbc28b6cf9b3b ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:53:40.6463|INFO|thread:17|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --name-status 7ad6118a93cf4250c148e131ab9cbc28b6cf9b3b ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:53:40.6563|INFO|thread:13|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:40.6563|INFO|thread:13|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:40.6563|INFO|thread:13|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --numstat 7ad6118a93cf4250c148e131ab9cbc28b6cf9b3b ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:53:40.6563|INFO|thread:17|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:40.6563|INFO|thread:17|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:40.6563|INFO|thread:17|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --numstat 7ad6118a93cf4250c148e131ab9cbc28b6cf9b3b ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:53:40.7253|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 16 at GitClient.cs:404 after blocking 0.0784928s
2016-01-17 11:53:40.7253|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 17 at GitClient.cs:404 after blocking 0.0769518s
2016-01-17 11:53:40.7944|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 18 at ICommittedFileForklift.cs:59
2016-01-17 11:53:40.7944|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 18 at ICommittedFileForklift.cs:59 after waiting 0.00085s
2016-01-17 11:53:40.7944|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 19 at ICommittedFileForklift.cs:59
2016-01-17 11:53:40.7944|INFO|thread: 5|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 19 at ICommittedFileForklift.cs:59 after waiting 2.27E-05s
2016-01-17 11:53:40.7944|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 20 at ICommittedFileForklift.cs:59
2016-01-17 11:53:40.7944|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 20 at ICommittedFileForklift.cs:59 after waiting 1.17E-05s
2016-01-17 11:53:40.7944|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 21 at ICommittedFileForklift.cs:59
2016-01-17 11:53:40.7944|INFO|thread:18|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 21 at ICommittedFileForklift.cs:59 after waiting 1.24E-05s
2016-01-17 11:53:40.7944|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 22 at ICommittedFileForklift.cs:59
2016-01-17 11:53:40.7944|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 23 at ICommittedFileForklift.cs:59
2016-01-17 11:53:40.8124|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 24 at ICommittedFileForklift.cs:59
2016-01-17 11:53:40.8124|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 25 at ICommittedFileForklift.cs:59
2016-01-17 11:53:40.8124|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 26 at ICommittedFileForklift.cs:59
2016-01-17 11:53:40.8124|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 27 at ICommittedFileForklift.cs:59
2016-01-17 11:53:40.8124|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 28 at ICommittedFileForklift.cs:59
2016-01-17 11:53:40.8124|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 29 at ICommittedFileForklift.cs:59
2016-01-17 11:53:40.8124|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 30 at ICommittedFileForklift.cs:59
2016-01-17 11:53:40.8274|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 31 at ICommittedFileForklift.cs:59
2016-01-17 11:53:40.8274|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 32 at ICommittedFileForklift.cs:59
2016-01-17 11:53:40.8804|INFO|thread:14|AsyncReaderWriterLock|Released concurrent scheduler for operation: 18 at ICommittedFileForklift.cs:59 after blocking 0.0854644s
2016-01-17 11:53:40.8804|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 22 at ICommittedFileForklift.cs:59 after waiting 0.073049s
2016-01-17 11:53:40.8804|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 20 at ICommittedFileForklift.cs:59 after blocking 0.0782835s
2016-01-17 11:53:40.8804|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 23 at ICommittedFileForklift.cs:59 after waiting 0.071269s
2016-01-17 11:53:40.8804|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 21 at ICommittedFileForklift.cs:59 after blocking 0.0760273s
2016-01-17 11:53:40.8804|INFO|thread:18|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 24 at ICommittedFileForklift.cs:59 after waiting 0.0689274s
2016-01-17 11:53:40.8804|INFO|thread:13|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 25 at ICommittedFileForklift.cs:59 after waiting 0.0668545s
2016-01-17 11:53:40.8804|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 19 at ICommittedFileForklift.cs:59 after blocking 0.080808s
2016-01-17 11:53:40.8804|INFO|thread: 5|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 26 at ICommittedFileForklift.cs:59 after waiting 0.0646024s
2016-01-17 11:53:40.8804|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 27 at ICommittedFileForklift.cs:59 after waiting 0.062866s
2016-01-17 11:53:40.8804|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 28 at ICommittedFileForklift.cs:59 after waiting 0.06138s
2016-01-17 11:53:40.8804|INFO|thread:14|AsyncReaderWriterLock|Released concurrent scheduler for operation: 22 at ICommittedFileForklift.cs:59 after blocking 0.0029544s
2016-01-17 11:53:40.8804|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 29 at ICommittedFileForklift.cs:59 after waiting 0.0606846s
2016-01-17 11:53:40.8804|INFO|thread:14|AsyncReaderWriterLock|Released concurrent scheduler for operation: 23 at ICommittedFileForklift.cs:59 after blocking 0.0045101s
2016-01-17 11:53:40.8804|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 30 at ICommittedFileForklift.cs:59 after waiting 0.0604896s
2016-01-17 11:53:40.8804|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 31 at ICommittedFileForklift.cs:59 after waiting 0.0593745s
2016-01-17 11:53:41.5528|INFO|thread: 1|SelectedCommitViewModel|Took 910ms to load files for commit 7ad6118 in repo C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:53:41.5528|INFO|thread: 1|SelectedCommitViewModel|Took 904ms to load files for commit 7ad6118 in repo C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:53:41.6449|INFO|thread: 4|AsyncReaderWriterLock|Released concurrent scheduler for operation: 24 at ICommittedFileForklift.cs:59 after blocking 0.7633192s
2016-01-17 11:53:41.6449|INFO|thread:18|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 32 at ICommittedFileForklift.cs:59 after waiting 0.8150803s
2016-01-17 11:53:41.6449|INFO|thread: 4|AsyncReaderWriterLock|Released concurrent scheduler for operation: 25 at ICommittedFileForklift.cs:59 after blocking 0.7653096s
2016-01-17 11:53:41.6449|INFO|thread: 4|AsyncReaderWriterLock|Released concurrent scheduler for operation: 26 at ICommittedFileForklift.cs:59 after blocking 0.7704451s
2016-01-17 11:53:41.6449|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 27 at ICommittedFileForklift.cs:59 after blocking 0.7710477s
2016-01-17 11:53:41.6540|INFO|thread: 4|AsyncReaderWriterLock|Released concurrent scheduler for operation: 28 at ICommittedFileForklift.cs:59 after blocking 0.7717438s
2016-01-17 11:53:41.6540|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 30 at ICommittedFileForklift.cs:59 after blocking 0.7690459s
2016-01-17 11:53:41.6540|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 29 at ICommittedFileForklift.cs:59 after blocking 0.771036s
2016-01-17 11:53:41.6540|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 31 at ICommittedFileForklift.cs:59 after blocking 0.7690459s
2016-01-17 11:53:41.6540|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 32 at ICommittedFileForklift.cs:59 after blocking 0.012176s
2016-01-17 11:53:41.6540|INFO|thread:36|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 33 at GitClient.cs:497
2016-01-17 11:53:41.6540|INFO|thread: 4|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 34 at GitClient.cs:497
2016-01-17 11:53:41.6540|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 33 at GitClient.cs:497 after waiting 9.86E-05s
2016-01-17 11:53:41.6540|INFO|thread:13|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 34 at GitClient.cs:497 after waiting 0.0001085s
2016-01-17 11:53:41.7257|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 33 at GitClient.cs:497 after blocking 0.0675231s
2016-01-17 11:53:41.7257|INFO|thread: 4|AsyncReaderWriterLock|Released concurrent scheduler for operation: 34 at GitClient.cs:497 after blocking 0.0674898s
2016-01-17 11:53:42.1244|INFO|thread:28|SoftwareUpdateViewModel|Checking for new version
2016-01-17 11:53:47.1466|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 35 at GitClient.cs:201
2016-01-17 11:53:47.1466|INFO|thread: 5|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 35 at GitClient.cs:201 after waiting 2.63E-05s
2016-01-17 11:53:47.1466|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 36 at RepositoryModel.cs:596
2016-01-17 11:53:47.1466|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 36 at RepositoryModel.cs:596 after waiting 1.94E-05s
2016-01-17 11:53:47.1622|INFO|thread: 4|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 37 at GitClient.cs:290
2016-01-17 11:53:47.1622|INFO|thread:36|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 37 at GitClient.cs:290 after waiting 2.23E-05s
2016-01-17 11:53:47.1622|INFO|thread:13|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:47.1622|INFO|thread:13|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:47.1622|INFO|thread:13|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'status --untracked-files=all --porcelain -z ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:53:47.1622|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 35 at GitClient.cs:201 after blocking 0.0072798s
2016-01-17 11:53:47.1622|INFO|thread: 4|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 38 at BranchSynchronizer.cs:126
2016-01-17 11:53:47.1622|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 38 at BranchSynchronizer.cs:126 after waiting 0.0009226s
2016-01-17 11:53:47.1622|INFO|thread: 4|AsyncReaderWriterLock|Released concurrent scheduler for operation: 36 at RepositoryModel.cs:596 after blocking 0.0132097s
2016-01-17 11:53:47.1778|INFO|thread:16|ConcurrentRepositoryConnection|branch stats: ahead 0, behind 0 on master
2016-01-17 11:53:47.1778|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 38 at BranchSynchronizer.cs:126 after blocking 0.0169071s
2016-01-17 11:53:47.1934|INFO|thread:17|ConcurrentRepositoryConnection|Took 31ms to git status
2016-01-17 11:53:47.1934|INFO|thread:17|ConcurrentRepositoryConnection|Took 31ms to git status and parse output
2016-01-17 11:53:47.1934|INFO|thread:17|NewCommitViewModel|Took 35ms to load files for C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:53:47.1934|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 37 at GitClient.cs:290 after blocking 0.0359195s
2016-01-17 11:53:47.1934|INFO|thread: 1|NewCommitViewModel|Took 0ms to render file list for C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:53:47.1934|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 39 at RepositoryViewModel.cs:336
2016-01-17 11:53:47.1934|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 39 at RepositoryViewModel.cs:336 after waiting 1.17E-05s
2016-01-17 11:53:47.1934|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 39 at RepositoryViewModel.cs:336 after blocking 0.0056431s
2016-01-17 11:53:51.4312|INFO|thread:15|DashboardViewModel|Selected repository 'FPtje/DarkRP'
2016-01-17 11:53:51.4312|INFO|thread:15|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 40 at GitClient.cs:628
2016-01-17 11:53:51.4312|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 40 at GitClient.cs:628 after waiting 4.47E-05s
2016-01-17 11:53:51.4312|INFO|thread:15|AsyncReaderWriterLock|Acquiring exclusive scheduler for operation 41 at GitClient.cs:606
2016-01-17 11:53:51.4312|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 40 at GitClient.cs:628 after blocking 0.0033327s
2016-01-17 11:53:51.4312|INFO|thread:17|AsyncReaderWriterLock|Acquired exclusive scheduler for operation: 41 at GitClient.cs:606 after waiting 0.0033228s
2016-01-17 11:53:51.5088|INFO|thread:17|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 42 at GitClient.cs:623
2016-01-17 11:53:51.5228|INFO|thread:17|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 43 at GitClient.cs:224
2016-01-17 11:53:51.5228|INFO|thread:17|DashboardViewModel|Took 91ms to Create RepositoryViewModel for location C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:51.5228|INFO|thread:17|AsyncReaderWriterLock|Released exclusive scheduler for operation: 41 at GitClient.cs:606 after blocking 0.0881916s
2016-01-17 11:53:51.5228|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 42 at GitClient.cs:623 after waiting 0.0147675s
2016-01-17 11:53:51.5228|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 43 at GitClient.cs:224 after waiting 0.0002855s
2016-01-17 11:53:51.5228|INFO|thread:28|GitClient|Loading commits for repo: C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:51.5228|INFO|thread:17|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 44 at RepositoryViewModel.cs:336
2016-01-17 11:53:51.5228|INFO|thread:36|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 44 at RepositoryViewModel.cs:336 after waiting 2.19E-05s
2016-01-17 11:53:51.5228|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 42 at GitClient.cs:623 after blocking 0.0020168s
2016-01-17 11:53:51.5795|INFO|thread: 8|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 45 at GitClient.cs:201
2016-01-17 11:53:51.5795|INFO|thread:18|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 45 at GitClient.cs:201 after waiting 9.8E-06s
2016-01-17 11:53:51.5795|INFO|thread: 8|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 46 at RepositoryModel.cs:596
2016-01-17 11:53:51.5795|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 46 at RepositoryModel.cs:596 after waiting 8E-06s
2016-01-17 11:53:51.5795|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 47 at RepositoryModel.cs:596
2016-01-17 11:53:51.5795|INFO|thread: 5|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 47 at RepositoryModel.cs:596 after waiting 1.2E-05s
2016-01-17 11:53:51.6235|INFO|thread:28|ConcurrentRepositoryConnection|Loaded '5' commits for repo: C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP.
2016-01-17 11:53:51.6235|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 43 at GitClient.cs:224 after blocking 0.100615s
2016-01-17 11:53:51.6235|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 44 at RepositoryViewModel.cs:336 after blocking 0.0986202s
2016-01-17 11:53:51.6235|INFO|thread:13|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 48 at GitClient.cs:290
2016-01-17 11:53:51.6235|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 48 at GitClient.cs:290 after waiting 1.9E-05s
2016-01-17 11:53:51.6235|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 46 at RepositoryModel.cs:596 after blocking 0.045369s
2016-01-17 11:53:51.6235|INFO|thread:14|AsyncReaderWriterLock|Released concurrent scheduler for operation: 47 at RepositoryModel.cs:596 after blocking 0.0444596s
2016-01-17 11:53:51.6640|INFO|thread:28|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:51.6640|INFO|thread:28|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:51.6640|INFO|thread:28|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'status --untracked-files=all --porcelain -z ', Working Directory: C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:51.6760|INFO|thread: 4|AsyncReaderWriterLock|Released concurrent scheduler for operation: 45 at GitClient.cs:201 after blocking 0.0961994s
2016-01-17 11:53:51.6920|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 49 at GitClient.cs:611
2016-01-17 11:53:51.6920|INFO|thread: 5|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 49 at GitClient.cs:611 after waiting 6.34E-05s
2016-01-17 11:53:51.6920|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 49 at GitClient.cs:611 after blocking 0.0013089s
2016-01-17 11:53:51.7261|INFO|thread:36|ConcurrentRepositoryConnection|Took 59ms to git status
2016-01-17 11:53:51.7261|INFO|thread:36|ConcurrentRepositoryConnection|Took 59ms to git status and parse output
2016-01-17 11:53:51.7261|INFO|thread:36|NewCommitViewModel|Took 101ms to load files for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:51.7261|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 48 at GitClient.cs:290 after blocking 0.1011058s
2016-01-17 11:53:51.7941|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 50 at BranchesViewModel.cs:535
2016-01-17 11:53:51.7941|INFO|thread:18|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 50 at BranchesViewModel.cs:535 after waiting 4.87E-05s
2016-01-17 11:53:51.7941|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 51 at RepositoryViewModel.cs:336
2016-01-17 11:53:51.7941|INFO|thread: 4|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 51 at RepositoryViewModel.cs:336 after waiting 3.22E-05s
2016-01-17 11:53:51.8001|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 50 at BranchesViewModel.cs:535 after blocking 0.0056109s
2016-01-17 11:53:51.8001|INFO|thread: 1|NewCommitViewModel|Took 77ms to render file list for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:51.8001|INFO|thread: 1|AsyncReaderWriterLock|Released concurrent scheduler for operation: 51 at RepositoryViewModel.cs:336 after blocking 0.0096115s
2016-01-17 11:53:51.8001|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 52 at RepositoryViewModel.cs:336
2016-01-17 11:53:51.8001|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 52 at RepositoryViewModel.cs:336 after waiting 2.71E-05s
2016-01-17 11:53:51.8636|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 52 at RepositoryViewModel.cs:336 after blocking 0.0591377s
2016-01-17 11:53:52.0628|INFO|thread:28|BackgroundFetcher|Got a refresh period for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP.git of 300 seconds
2016-01-17 11:53:52.0628|INFO|thread:28|BackgroundFetcher|Added a delay for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP.git of 2340 milliseconds
2016-01-17 11:53:52.0628|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 53 at GitClient.cs:623
2016-01-17 11:53:52.0628|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 53 at GitClient.cs:623 after waiting 1.9E-05s
2016-01-17 11:53:52.0628|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 53 at GitClient.cs:623 after blocking 0.0027253s
2016-01-17 11:53:52.0859|INFO|thread: 1|NewPullRequestViewModel|No matching pull request found, clearing selection...
2016-01-17 11:53:52.0859|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 54 at RepositoryViewModel.cs:336
2016-01-17 11:53:52.0859|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 54 at RepositoryViewModel.cs:336 after waiting 1.5E-05s
2016-01-17 11:53:52.1189|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 54 at RepositoryViewModel.cs:336 after blocking 0.033149s
2016-01-17 11:53:52.5443|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 55 at GitClient.cs:404
2016-01-17 11:53:52.5443|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 55 at GitClient.cs:404 after waiting 2.71E-05s
2016-01-17 11:53:52.5443|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 56 at GitClient.cs:404
2016-01-17 11:53:52.5443|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 56 at GitClient.cs:404 after waiting 1.94E-05s
2016-01-17 11:53:52.5443|INFO|thread:14|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:52.5443|INFO|thread:14|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:52.5443|INFO|thread:14|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --name-status 890f6537a00e66cec520b3890ed4a64c743d0df2 ', Working Directory: C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:52.5443|INFO|thread: 5|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:52.5443|INFO|thread: 5|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:52.5443|INFO|thread: 5|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --name-status 890f6537a00e66cec520b3890ed4a64c743d0df2 ', Working Directory: C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:52.5443|INFO|thread:14|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:52.5443|INFO|thread:14|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:52.5443|INFO|thread:14|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --numstat 890f6537a00e66cec520b3890ed4a64c743d0df2 ', Working Directory: C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:52.5443|INFO|thread: 5|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:52.5443|INFO|thread: 5|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:52.5443|INFO|thread: 5|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --numstat 890f6537a00e66cec520b3890ed4a64c743d0df2 ', Working Directory: C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:52.6473|INFO|thread:14|AsyncReaderWriterLock|Released concurrent scheduler for operation: 55 at GitClient.cs:404 after blocking 0.1025904s
2016-01-17 11:53:52.6473|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 56 at GitClient.cs:404 after blocking 0.1013833s
2016-01-17 11:53:52.8295|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 57 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8295|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 57 at ICommittedFileForklift.cs:59 after waiting 3E-05s
2016-01-17 11:53:52.8295|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 58 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8295|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 58 at ICommittedFileForklift.cs:59 after waiting 3.99E-05s
2016-01-17 11:53:52.8295|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 59 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8295|INFO|thread: 4|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 59 at ICommittedFileForklift.cs:59 after waiting 3.59E-05s
2016-01-17 11:53:52.8295|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 60 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8295|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 60 at ICommittedFileForklift.cs:59 after waiting 1.72E-05s
2016-01-17 11:53:52.8295|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 61 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8415|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 62 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8415|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 63 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8415|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 64 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8415|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 65 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8415|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 66 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8415|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 67 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8415|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 68 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8415|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 69 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8585|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 70 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8585|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 71 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8585|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 72 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8585|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 73 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8585|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 74 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8585|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 75 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8585|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 76 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8725|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 77 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8725|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 78 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8725|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 79 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8725|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 80 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8725|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 81 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8725|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 82 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8725|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 83 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.8725|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 84 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9005|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 58 at ICommittedFileForklift.cs:59 after blocking 0.0682372s
2016-01-17 11:53:52.9005|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 62 at ICommittedFileForklift.cs:59 after waiting 0.0591777s
2016-01-17 11:53:52.9005|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 59 at ICommittedFileForklift.cs:59 after blocking 0.0659898s
2016-01-17 11:53:52.9005|INFO|thread: 4|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 63 at ICommittedFileForklift.cs:59 after waiting 0.0571576s
2016-01-17 11:53:52.9005|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 61 at ICommittedFileForklift.cs:59 after waiting 0.0615203s
2016-01-17 11:53:52.9005|INFO|thread: 5|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 64 at ICommittedFileForklift.cs:59 after waiting 0.0550685s
2016-01-17 11:53:52.9005|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 60 at ICommittedFileForklift.cs:59 after blocking 0.0637747s
2016-01-17 11:53:52.9005|INFO|thread:18|AsyncReaderWriterLock|Released concurrent scheduler for operation: 57 at ICommittedFileForklift.cs:59 after blocking 0.0713709s
2016-01-17 11:53:52.9005|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 65 at ICommittedFileForklift.cs:59 after waiting 0.0530019s
2016-01-17 11:53:52.9005|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 66 at ICommittedFileForklift.cs:59 after waiting 0.0510877s
2016-01-17 11:53:52.9005|INFO|thread:18|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 67 at ICommittedFileForklift.cs:59 after waiting 0.0493847s
2016-01-17 11:53:52.9005|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 85 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9045|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 61 at ICommittedFileForklift.cs:59 after blocking 0.003615s
2016-01-17 11:53:52.9045|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 68 at ICommittedFileForklift.cs:59 after waiting 0.0502058s
2016-01-17 11:53:52.9045|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 86 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9045|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 87 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9045|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 62 at ICommittedFileForklift.cs:59 after blocking 0.006627s
2016-01-17 11:53:52.9045|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 69 at ICommittedFileForklift.cs:59 after waiting 0.0510807s
2016-01-17 11:53:52.9045|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 70 at ICommittedFileForklift.cs:59 after waiting 0.0492681s
2016-01-17 11:53:52.9045|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 88 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9045|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 89 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9045|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 90 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9045|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 91 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9045|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 92 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9195|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 93 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9195|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 94 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9195|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 95 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9195|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 96 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9195|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 97 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9195|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 98 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9195|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 99 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9195|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 100 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9366|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 101 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9366|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 102 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9366|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 103 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9366|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 104 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9366|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 105 at ICommittedFileForklift.cs:59
2016-01-17 11:53:52.9366|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 106 at ICommittedFileForklift.cs:59
2016-01-17 11:53:53.0265|INFO|thread: 1|SelectedCommitViewModel|Took 480ms to load files for commit 890f653 in repo C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:53.0265|INFO|thread: 1|SelectedCommitViewModel|Took 482ms to load files for commit 890f653 in repo C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:53.7321|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 63 at ICommittedFileForklift.cs:59 after blocking 0.8316612s
2016-01-17 11:53:53.7321|INFO|thread: 4|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 71 at ICommittedFileForklift.cs:59 after waiting 0.872011s
2016-01-17 11:53:53.7321|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 64 at ICommittedFileForklift.cs:59 after blocking 0.8347733s
2016-01-17 11:53:53.7321|INFO|thread: 5|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 72 at ICommittedFileForklift.cs:59 after waiting 0.8730564s
2016-01-17 11:53:53.7321|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 65 at ICommittedFileForklift.cs:59 after blocking 0.8382399s
2016-01-17 11:53:53.7321|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 73 at ICommittedFileForklift.cs:59 after waiting 0.8743965s
2016-01-17 11:53:53.7321|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 66 at ICommittedFileForklift.cs:59 after blocking 0.8412504s
2016-01-17 11:53:53.7321|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 74 at ICommittedFileForklift.cs:59 after waiting 0.8753885s
2016-01-17 11:53:53.7321|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 67 at ICommittedFileForklift.cs:59 after blocking 0.8444596s
2016-01-17 11:53:53.7321|INFO|thread:18|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 75 at ICommittedFileForklift.cs:59 after waiting 0.8768206s
2016-01-17 11:53:53.7491|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 68 at ICommittedFileForklift.cs:59 after blocking 0.845151s
2016-01-17 11:53:53.7491|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 76 at ICommittedFileForklift.cs:59 after waiting 0.8784463s
2016-01-17 11:53:53.7491|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 69 at ICommittedFileForklift.cs:59 after blocking 0.8453222s
2016-01-17 11:53:53.7491|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 77 at ICommittedFileForklift.cs:59 after waiting 0.879539s
2016-01-17 11:53:53.7491|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 70 at ICommittedFileForklift.cs:59 after blocking 0.8491245s
2016-01-17 11:53:53.7491|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 78 at ICommittedFileForklift.cs:59 after waiting 0.8815357s
2016-01-17 11:53:53.7687|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 71 at ICommittedFileForklift.cs:59 after blocking 0.0365609s
2016-01-17 11:53:53.7687|INFO|thread: 4|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 79 at ICommittedFileForklift.cs:59 after waiting 0.8917047s
2016-01-17 11:53:53.7687|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 72 at ICommittedFileForklift.cs:59 after blocking 0.0375448s
2016-01-17 11:53:53.7687|INFO|thread: 5|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 80 at ICommittedFileForklift.cs:59 after waiting 0.8937307s
2016-01-17 11:53:53.8968|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 73 at ICommittedFileForklift.cs:59 after blocking 0.1581557s
2016-01-17 11:53:53.8968|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 81 at ICommittedFileForklift.cs:59 after waiting 1.0157895s
2016-01-17 11:53:53.8968|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 74 at ICommittedFileForklift.cs:59 after blocking 0.1586388s
2016-01-17 11:53:53.8968|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 82 at ICommittedFileForklift.cs:59 after waiting 1.0173191s
2016-01-17 11:53:53.9048|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 75 at ICommittedFileForklift.cs:59 after blocking 0.1588573s
2016-01-17 11:53:53.9048|INFO|thread:18|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 83 at ICommittedFileForklift.cs:59 after waiting 1.0189536s
2016-01-17 11:53:53.9048|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 76 at ICommittedFileForklift.cs:59 after blocking 0.1585757s
2016-01-17 11:53:53.9048|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 84 at ICommittedFileForklift.cs:59 after waiting 1.0202751s
2016-01-17 11:53:53.9048|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 77 at ICommittedFileForklift.cs:59 after blocking 0.1585387s
2016-01-17 11:53:53.9048|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 85 at ICommittedFileForklift.cs:59 after waiting 1.0092002s
2016-01-17 11:53:53.9048|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 78 at ICommittedFileForklift.cs:59 after blocking 0.1577429s
2016-01-17 11:53:53.9048|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 86 at ICommittedFileForklift.cs:59 after waiting 1.0100455s
2016-01-17 11:53:53.9048|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 79 at ICommittedFileForklift.cs:59 after blocking 0.1486522s
2016-01-17 11:53:53.9048|INFO|thread: 4|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 87 at ICommittedFileForklift.cs:59 after waiting 1.0110407s
2016-01-17 11:53:53.9208|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 80 at ICommittedFileForklift.cs:59 after blocking 0.1483344s
2016-01-17 11:53:53.9208|INFO|thread: 5|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 88 at ICommittedFileForklift.cs:59 after waiting 1.0127188s
2016-01-17 11:53:53.9208|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 81 at ICommittedFileForklift.cs:59 after blocking 0.0272932s
2016-01-17 11:53:53.9208|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 89 at ICommittedFileForklift.cs:59 after waiting 1.0138728s
2016-01-17 11:53:53.9208|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 82 at ICommittedFileForklift.cs:59 after blocking 0.0267181s
2016-01-17 11:53:53.9208|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 90 at ICommittedFileForklift.cs:59 after waiting 1.0147708s
2016-01-17 11:53:53.9208|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 83 at ICommittedFileForklift.cs:59 after blocking 0.0263438s
2016-01-17 11:53:53.9208|INFO|thread:18|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 91 at ICommittedFileForklift.cs:59 after waiting 1.0156432s
2016-01-17 11:53:53.9208|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 84 at ICommittedFileForklift.cs:59 after blocking 0.0264894s
2016-01-17 11:53:53.9208|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 92 at ICommittedFileForklift.cs:59 after waiting 1.0171329s
2016-01-17 11:53:53.9388|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 85 at ICommittedFileForklift.cs:59 after blocking 0.0275168s
2016-01-17 11:53:53.9388|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 93 at ICommittedFileForklift.cs:59 after waiting 1.0191721s
2016-01-17 11:53:53.9388|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 86 at ICommittedFileForklift.cs:59 after blocking 0.0275231s
2016-01-17 11:53:53.9388|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 94 at ICommittedFileForklift.cs:59 after waiting 1.0203708s
2016-01-17 11:53:53.9388|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 87 at ICommittedFileForklift.cs:59 after blocking 0.0274424s
2016-01-17 11:53:53.9388|INFO|thread: 4|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 95 at ICommittedFileForklift.cs:59 after waiting 1.0213689s
2016-01-17 11:53:53.9388|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 88 at ICommittedFileForklift.cs:59 after blocking 0.0268479s
2016-01-17 11:53:53.9388|INFO|thread: 5|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 96 at ICommittedFileForklift.cs:59 after waiting 1.0225371s
2016-01-17 11:53:53.9508|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 89 at ICommittedFileForklift.cs:59 after blocking 0.0268079s
2016-01-17 11:53:53.9508|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 97 at ICommittedFileForklift.cs:59 after waiting 1.0237332s
2016-01-17 11:53:53.9508|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 90 at ICommittedFileForklift.cs:59 after blocking 0.0275982s
2016-01-17 11:53:53.9508|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 98 at ICommittedFileForklift.cs:59 after waiting 1.0253343s
2016-01-17 11:53:53.9508|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 91 at ICommittedFileForklift.cs:59 after blocking 0.0275824s
2016-01-17 11:53:53.9508|INFO|thread:18|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 99 at ICommittedFileForklift.cs:59 after waiting 1.0263046s
2016-01-17 11:53:53.9777|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 92 at ICommittedFileForklift.cs:59 after blocking 0.0432404s
2016-01-17 11:53:53.9777|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 100 at ICommittedFileForklift.cs:59 after waiting 1.0434875s
2016-01-17 11:53:53.9777|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 93 at ICommittedFileForklift.cs:59 after blocking 0.0426598s
2016-01-17 11:53:53.9777|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 101 at ICommittedFileForklift.cs:59 after waiting 1.0449786s
2016-01-17 11:53:53.9847|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 94 at ICommittedFileForklift.cs:59 after blocking 0.0426546s
2016-01-17 11:53:53.9847|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 102 at ICommittedFileForklift.cs:59 after waiting 1.0461644s
2016-01-17 11:53:53.9847|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 95 at ICommittedFileForklift.cs:59 after blocking 0.0434977s
2016-01-17 11:53:53.9847|INFO|thread: 4|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 103 at ICommittedFileForklift.cs:59 after waiting 1.0480544s
2016-01-17 11:53:53.9847|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 96 at ICommittedFileForklift.cs:59 after blocking 0.043696s
2016-01-17 11:53:53.9847|INFO|thread: 5|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 104 at ICommittedFileForklift.cs:59 after waiting 1.0493902s
2016-01-17 11:53:53.9847|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 97 at ICommittedFileForklift.cs:59 after blocking 0.0436575s
2016-01-17 11:53:53.9847|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 105 at ICommittedFileForklift.cs:59 after waiting 1.0505657s
2016-01-17 11:53:53.9987|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 98 at ICommittedFileForklift.cs:59 after blocking 0.0432474s
2016-01-17 11:53:53.9987|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 106 at ICommittedFileForklift.cs:59 after waiting 1.051878s
2016-01-17 11:53:53.9987|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 99 at ICommittedFileForklift.cs:59 after blocking 0.0434336s
2016-01-17 11:53:53.9987|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 100 at ICommittedFileForklift.cs:59 after blocking 0.0279989s
2016-01-17 11:53:53.9987|INFO|thread:18|AsyncReaderWriterLock|Released concurrent scheduler for operation: 101 at ICommittedFileForklift.cs:59 after blocking 0.0247654s
2016-01-17 11:53:53.9987|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 102 at ICommittedFileForklift.cs:59 after blocking 0.0247794s
2016-01-17 11:53:53.9987|INFO|thread:16|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 107 at GitClient.cs:497
2016-01-17 11:53:53.9987|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 107 at GitClient.cs:497 after waiting 3.77E-05s
2016-01-17 11:53:53.9987|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 103 at ICommittedFileForklift.cs:59 after blocking 0.0214008s
2016-01-17 11:53:53.9987|INFO|thread: 4|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 108 at GitClient.cs:497
2016-01-17 11:53:53.9987|INFO|thread: 4|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 108 at GitClient.cs:497 after waiting 5.02E-05s
2016-01-17 11:53:53.9987|INFO|thread:18|AsyncReaderWriterLock|Released concurrent scheduler for operation: 105 at ICommittedFileForklift.cs:59 after blocking 0.0153302s
2016-01-17 11:53:53.9987|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 104 at ICommittedFileForklift.cs:59 after blocking 0.0187575s
2016-01-17 11:53:54.0217|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 106 at ICommittedFileForklift.cs:59 after blocking 0.0237743s
2016-01-17 11:53:54.0217|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 107 at GitClient.cs:497 after blocking 0.0172257s
2016-01-17 11:53:54.0217|INFO|thread: 4|AsyncReaderWriterLock|Released concurrent scheduler for operation: 108 at GitClient.cs:497 after blocking 0.0172337s
2016-01-17 11:53:54.3735|INFO|thread: 1|RepositoryHost|Log in from cache for login 'ChibbyHD' to host 'https://api.github.com/' SUCCEEDED
2016-01-17 11:53:54.3735|INFO|thread: 1|AsyncReaderWriterLock|Acquiring exclusive scheduler for operation 109 at BranchSynchronizer.cs:238
2016-01-17 11:53:54.3735|INFO|thread:16|AsyncReaderWriterLock|Acquired exclusive scheduler for operation: 109 at BranchSynchronizer.cs:238 after waiting 7.51E-05s
2016-01-17 11:53:54.3935|INFO|thread:18|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:54.3935|INFO|thread:18|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:54.3935|INFO|thread:18|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'pull --progress --rebase --prune origin master ', Working Directory: C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:54.6001|INFO|thread:26|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 110 at RepositoryModel.cs:596
2016-01-17 11:53:54.6001|INFO|thread:38|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 111 at GitClient.cs:290
2016-01-17 11:53:54.6001|INFO|thread: 5|AsyncReaderWriterLock|Released exclusive scheduler for operation: 109 at BranchSynchronizer.cs:238 after blocking 0.2218684s
2016-01-17 11:53:54.6001|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 111 at GitClient.cs:290 after waiting 0.0005809s
2016-01-17 11:53:54.6001|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 110 at RepositoryModel.cs:596 after waiting 0.0006799s
2016-01-17 11:53:54.6001|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 110 at RepositoryModel.cs:596 after blocking 0.0032682s
2016-01-17 11:53:54.6001|INFO|thread:28|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:54.6001|INFO|thread:28|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:54.6001|INFO|thread:28|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'status --untracked-files=all --porcelain -z ', Working Directory: C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:54.6301|WARN|thread: 1|StandardUserErrors|Showing user error You might need to open a shell and debug the state of this repo.
GitHub.IO.ProcessException
2016-01-17 11:53:54.6381|INFO|thread: 5|ConcurrentRepositoryConnection|Took 31ms to git status
2016-01-17 11:53:54.6381|INFO|thread: 5|ConcurrentRepositoryConnection|Took 31ms to git status and parse output
2016-01-17 11:53:54.6381|INFO|thread: 5|NewCommitViewModel|Took 38ms to load files for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:54.6381|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 111 at GitClient.cs:290 after blocking 0.0378007s
2016-01-17 11:53:54.6731|INFO|thread: 1|NewCommitViewModel|Took 34ms to render file list for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:55.9659|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 112 at GitClient.cs:290
2016-01-17 11:53:55.9659|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 112 at GitClient.cs:290 after waiting 2.85E-05s
2016-01-17 11:53:55.9699|INFO|thread:14|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:55.9699|INFO|thread:14|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:55.9699|INFO|thread:14|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'status --untracked-files=all --porcelain -z ', Working Directory: C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:56.0060|INFO|thread: 5|ConcurrentRepositoryConnection|Took 34ms to git status
2016-01-17 11:53:56.0060|INFO|thread: 5|ConcurrentRepositoryConnection|Took 34ms to git status and parse output
2016-01-17 11:53:56.0060|INFO|thread: 5|NewCommitViewModel|Took 40ms to load files for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:56.0060|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 112 at GitClient.cs:290 after blocking 0.0408365s
2016-01-17 11:53:56.0060|INFO|thread: 1|NewCommitViewModel|Took 0ms to render file list for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:56.0060|INFO|thread: 1|BranchSynchronizer|Completing sync for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP - master
2016-01-17 11:53:56.0060|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 113 at RepositoryViewModel.cs:336
2016-01-17 11:53:56.0060|INFO|thread:13|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 113 at RepositoryViewModel.cs:336 after waiting 1.35E-05s
2016-01-17 11:53:56.0060|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 114 at GitClient.cs:201
2016-01-17 11:53:56.0060|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 114 at GitClient.cs:201 after waiting 1.57E-05s
2016-01-17 11:53:56.0060|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 115 at RepositoryModel.cs:596
2016-01-17 11:53:56.0060|INFO|thread:18|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 115 at RepositoryModel.cs:596 after waiting 8E-06s
2016-01-17 11:53:56.0060|INFO|thread: 1|BranchSynchronizer|Took 1631ms to sync repository C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP - master
2016-01-17 11:53:56.0240|INFO|thread: 8|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 116 at GitClient.cs:290
2016-01-17 11:53:56.0240|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 116 at GitClient.cs:290 after waiting 2.56E-05s
2016-01-17 11:53:56.0240|INFO|thread: 8|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 117 at BranchSynchronizer.cs:126
2016-01-17 11:53:56.0240|INFO|thread:43|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 117 at BranchSynchronizer.cs:126 after waiting 0.000155s
2016-01-17 11:53:56.0240|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 115 at RepositoryModel.cs:596 after blocking 0.0151469s
2016-01-17 11:53:56.0240|INFO|thread:44|ConcurrentRepositoryConnection|branch stats: ahead 0, behind 0 on master
2016-01-17 11:53:56.0240|INFO|thread:44|AsyncReaderWriterLock|Released concurrent scheduler for operation: 117 at BranchSynchronizer.cs:126 after blocking 0.0031791s
2016-01-17 11:53:56.0240|INFO|thread: 5|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:53:56.0240|INFO|thread: 5|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:53:56.0240|INFO|thread: 5|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'status --untracked-files=all --porcelain -z ', Working Directory: C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:56.0400|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 114 at GitClient.cs:201 after blocking 0.0313906s
2016-01-17 11:53:56.0640|INFO|thread: 8|ConcurrentRepositoryConnection|Took 35ms to git status
2016-01-17 11:53:56.0640|INFO|thread: 8|ConcurrentRepositoryConnection|Took 35ms to git status and parse output
2016-01-17 11:53:56.0640|INFO|thread: 8|NewCommitViewModel|Took 52ms to load files for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:56.0640|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 116 at GitClient.cs:290 after blocking 0.0412892s
2016-01-17 11:53:56.0640|INFO|thread: 1|NewCommitViewModel|Took 1ms to render file list for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:53:56.0640|INFO|thread:14|AsyncReaderWriterLock|Released concurrent scheduler for operation: 113 at RepositoryViewModel.cs:336 after blocking 0.0602707s
2016-01-17 11:54:01.6115|INFO|thread: 1|RepositoryHost|Log in from cache for login 'ChibbyHD' to host 'https://api.github.com/' SUCCEEDED
2016-01-17 11:54:01.6115|INFO|thread: 1|AsyncReaderWriterLock|Acquiring exclusive scheduler for operation 118 at BranchSynchronizer.cs:238
2016-01-17 11:54:01.6115|INFO|thread:17|AsyncReaderWriterLock|Acquired exclusive scheduler for operation: 118 at BranchSynchronizer.cs:238 after waiting 2.23E-05s
2016-01-17 11:54:01.6115|INFO|thread:28|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:54:01.6115|INFO|thread:28|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:54:01.6115|INFO|thread:28|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'pull --progress --rebase --prune origin master ', Working Directory: C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:54:01.6468|INFO|thread:26|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 119 at RepositoryModel.cs:596
2016-01-17 11:54:01.6468|INFO|thread:38|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 120 at GitClient.cs:290
2016-01-17 11:54:01.6468|INFO|thread:49|AsyncReaderWriterLock|Released exclusive scheduler for operation: 118 at BranchSynchronizer.cs:238 after blocking 0.0335944s
2016-01-17 11:54:01.6468|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 119 at RepositoryModel.cs:596 after waiting 0.0003676s
2016-01-17 11:54:01.6468|INFO|thread:48|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 120 at GitClient.cs:290 after waiting 1.13E-05s
2016-01-17 11:54:01.6468|WARN|thread: 1|StandardUserErrors|Showing user error You might need to open a shell and debug the state of this repo.
GitHub.IO.ProcessException
2016-01-17 11:54:01.6468|INFO|thread: 8|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:54:01.6468|INFO|thread: 8|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:54:01.6468|INFO|thread: 8|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'status --untracked-files=all --porcelain -z ', Working Directory: C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:54:01.6468|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 119 at RepositoryModel.cs:596 after blocking 0.0038279s
2016-01-17 11:54:01.6822|INFO|thread: 5|ConcurrentRepositoryConnection|Took 29ms to git status
2016-01-17 11:54:01.6822|INFO|thread: 5|ConcurrentRepositoryConnection|Took 29ms to git status and parse output
2016-01-17 11:54:01.6822|INFO|thread: 5|NewCommitViewModel|Took 35ms to load files for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:54:01.6822|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 120 at GitClient.cs:290 after blocking 0.0358066s
2016-01-17 11:54:01.7344|INFO|thread: 1|NewCommitViewModel|Took 51ms to render file list for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:54:07.8862|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 121 at GitClient.cs:290
2016-01-17 11:54:07.8862|INFO|thread: 5|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 121 at GitClient.cs:290 after waiting 4.03E-05s
2016-01-17 11:54:07.8892|INFO|thread:48|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:54:07.8892|INFO|thread:48|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:54:07.8892|INFO|thread:48|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'status --untracked-files=all --porcelain -z ', Working Directory: C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:54:07.9212|INFO|thread:42|ConcurrentRepositoryConnection|Took 30ms to git status
2016-01-17 11:54:07.9212|INFO|thread:42|ConcurrentRepositoryConnection|Took 30ms to git status and parse output
2016-01-17 11:54:07.9212|INFO|thread:42|NewCommitViewModel|Took 35ms to load files for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:54:07.9212|INFO|thread:42|AsyncReaderWriterLock|Released concurrent scheduler for operation: 121 at GitClient.cs:290 after blocking 0.0349759s
2016-01-17 11:54:07.9212|INFO|thread: 1|NewCommitViewModel|Took 0ms to render file list for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:54:07.9212|INFO|thread: 1|BranchSynchronizer|Completing sync for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP - master
2016-01-17 11:54:07.9212|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 122 at RepositoryViewModel.cs:336
2016-01-17 11:54:07.9212|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 122 at RepositoryViewModel.cs:336 after waiting 1.42E-05s
2016-01-17 11:54:07.9212|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 123 at GitClient.cs:201
2016-01-17 11:54:07.9212|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 123 at GitClient.cs:201 after waiting 1.24E-05s
2016-01-17 11:54:07.9212|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 124 at RepositoryModel.cs:596
2016-01-17 11:54:07.9212|INFO|thread: 4|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 124 at RepositoryModel.cs:596 after waiting 1.28E-05s
2016-01-17 11:54:07.9212|INFO|thread: 1|BranchSynchronizer|Took 6309ms to sync repository C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP - master
2016-01-17 11:54:07.9212|INFO|thread:16|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 125 at GitClient.cs:290
2016-01-17 11:54:07.9212|INFO|thread:45|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 125 at GitClient.cs:290 after waiting 2.67E-05s
2016-01-17 11:54:07.9212|INFO|thread:16|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 126 at BranchSynchronizer.cs:126
2016-01-17 11:54:07.9212|INFO|thread:41|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 126 at BranchSynchronizer.cs:126 after waiting 9.8E-06s
2016-01-17 11:54:07.9212|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 124 at RepositoryModel.cs:596 after blocking 0.0035559s
2016-01-17 11:54:07.9212|INFO|thread: 5|ConcurrentRepositoryConnection|branch stats: ahead 0, behind 0 on master
2016-01-17 11:54:07.9212|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 126 at BranchSynchronizer.cs:126 after blocking 0.0022851s
2016-01-17 11:54:07.9212|INFO|thread:49|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:54:07.9212|INFO|thread:49|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:54:07.9212|INFO|thread:49|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'status --untracked-files=all --porcelain -z ', Working Directory: C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:54:07.9503|INFO|thread:46|AsyncReaderWriterLock|Released concurrent scheduler for operation: 123 at GitClient.cs:201 after blocking 0.0281788s
2016-01-17 11:54:07.9623|INFO|thread:44|AsyncReaderWriterLock|Released concurrent scheduler for operation: 122 at RepositoryViewModel.cs:336 after blocking 0.0402625s
2016-01-17 11:54:07.9673|INFO|thread:48|ConcurrentRepositoryConnection|Took 36ms to git status
2016-01-17 11:54:07.9673|INFO|thread:48|ConcurrentRepositoryConnection|Took 36ms to git status and parse output
2016-01-17 11:54:07.9673|INFO|thread:48|NewCommitViewModel|Took 41ms to load files for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:54:07.9673|INFO|thread:48|AsyncReaderWriterLock|Released concurrent scheduler for operation: 125 at GitClient.cs:290 after blocking 0.0415176s
2016-01-17 11:54:07.9673|INFO|thread: 1|NewCommitViewModel|Took 0ms to render file list for C:\GMOD\DarkRP\garrysmod\gamemodes\DarkRP
2016-01-17 11:54:10.5233|INFO|thread:15|DashboardViewModel|Selected repository 'TeamUlysses/ulib'
2016-01-17 11:54:10.5233|INFO|thread:15|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 127 at GitClient.cs:628
2016-01-17 11:54:10.5233|INFO|thread:36|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 127 at GitClient.cs:628 after waiting 2.49E-05s
2016-01-17 11:54:10.5233|INFO|thread:15|AsyncReaderWriterLock|Acquiring exclusive scheduler for operation 128 at GitClient.cs:606
2016-01-17 11:54:10.5233|INFO|thread:14|AsyncReaderWriterLock|Released concurrent scheduler for operation: 127 at GitClient.cs:628 after blocking 0.0039357s
2016-01-17 11:54:10.5233|INFO|thread:36|AsyncReaderWriterLock|Acquired exclusive scheduler for operation: 128 at GitClient.cs:606 after waiting 0.003965s
2016-01-17 11:54:10.6024|INFO|thread:36|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 129 at GitClient.cs:623
2016-01-17 11:54:10.6274|INFO|thread:36|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 130 at GitClient.cs:224
2016-01-17 11:54:10.6274|INFO|thread:36|DashboardViewModel|Took 103ms to Create RepositoryViewModel for location C:\GMOD\DarkRP\garrysmod\addons\ulib
2016-01-17 11:54:10.6274|INFO|thread:36|AsyncReaderWriterLock|Released exclusive scheduler for operation: 128 at GitClient.cs:606 after blocking 0.0996191s
2016-01-17 11:54:10.6274|INFO|thread:36|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 129 at GitClient.cs:623 after waiting 0.0250609s
2016-01-17 11:54:10.6274|INFO|thread:45|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 130 at GitClient.cs:224 after waiting 0.0003211s
2016-01-17 11:54:10.6274|INFO|thread:45|GitClient|Loading commits for repo: C:\GMOD\DarkRP\garrysmod\addons\ulib
2016-01-17 11:54:10.6274|INFO|thread:36|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 131 at RepositoryViewModel.cs:336
2016-01-17 11:54:10.6274|INFO|thread:46|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 131 at RepositoryViewModel.cs:336 after waiting 2.3E-05s
2016-01-17 11:54:10.6274|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 129 at GitClient.cs:623 after blocking 0.0023137s
2016-01-17 11:54:10.6873|INFO|thread: 4|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 132 at GitClient.cs:201
2016-01-17 11:54:10.6873|INFO|thread:41|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 132 at GitClient.cs:201 after waiting 9.5E-06s
2016-01-17 11:54:10.6873|INFO|thread: 4|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 133 at RepositoryModel.cs:596
2016-01-17 11:54:10.6873|INFO|thread:42|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 133 at RepositoryModel.cs:596 after waiting 3.18E-05s
2016-01-17 11:54:10.6873|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 134 at RepositoryModel.cs:596
2016-01-17 11:54:10.6873|INFO|thread:18|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 134 at RepositoryModel.cs:596 after waiting 1.9E-05s
2016-01-17 11:54:10.7083|INFO|thread:45|ConcurrentRepositoryConnection|Loaded '5' commits for repo: C:\GMOD\DarkRP\garrysmod\addons\ulib.
2016-01-17 11:54:10.7083|INFO|thread:45|AsyncReaderWriterLock|Released concurrent scheduler for operation: 130 at GitClient.cs:224 after blocking 0.0811368s
2016-01-17 11:54:10.7083|INFO|thread:44|AsyncReaderWriterLock|Released concurrent scheduler for operation: 131 at RepositoryViewModel.cs:336 after blocking 0.0788648s
2016-01-17 11:54:10.7083|INFO|thread: 8|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 135 at GitClient.cs:290
2016-01-17 11:54:10.7083|INFO|thread: 4|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 135 at GitClient.cs:290 after waiting 1.75E-05s
2016-01-17 11:54:10.7083|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 133 at RepositoryModel.cs:596 after blocking 0.0223344s
2016-01-17 11:54:10.7083|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 134 at RepositoryModel.cs:596 after blocking 0.0211845s
2016-01-17 11:54:10.7243|INFO|thread:43|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:54:10.7243|INFO|thread:43|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:54:10.7243|INFO|thread:43|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'status --untracked-files=all --porcelain -z ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\ulib
2016-01-17 11:54:10.7243|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 132 at GitClient.cs:201 after blocking 0.0414208s
2016-01-17 11:54:10.7874|INFO|thread:16|ConcurrentRepositoryConnection|Took 61ms to git status
2016-01-17 11:54:10.7874|INFO|thread:16|ConcurrentRepositoryConnection|Took 61ms to git status and parse output
2016-01-17 11:54:10.7874|INFO|thread:16|NewCommitViewModel|Took 77ms to load files for C:\GMOD\DarkRP\garrysmod\addons\ulib
2016-01-17 11:54:10.7874|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 135 at GitClient.cs:290 after blocking 0.0779415s
2016-01-17 11:54:10.7874|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 136 at GitClient.cs:611
2016-01-17 11:54:10.7874|INFO|thread: 5|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 136 at GitClient.cs:611 after waiting 1.46E-05s
2016-01-17 11:54:10.7874|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 136 at GitClient.cs:611 after blocking 0.0015494s
2016-01-17 11:54:10.8844|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 137 at BranchesViewModel.cs:535
2016-01-17 11:54:10.8844|INFO|thread:44|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 137 at BranchesViewModel.cs:535 after waiting 3.81E-05s
2016-01-17 11:54:10.8844|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 138 at RepositoryViewModel.cs:336
2016-01-17 11:54:10.8844|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 138 at RepositoryViewModel.cs:336 after waiting 1.61E-05s
2016-01-17 11:54:10.8904|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 137 at BranchesViewModel.cs:535 after blocking 0.0065364s
2016-01-17 11:54:10.9122|INFO|thread: 1|NewCommitViewModel|Took 124ms to render file list for C:\GMOD\DarkRP\garrysmod\addons\ulib
2016-01-17 11:54:10.9122|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 138 at RepositoryViewModel.cs:336 after blocking 0.028979s
2016-01-17 11:54:10.9122|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 139 at RepositoryViewModel.cs:336
2016-01-17 11:54:10.9122|INFO|thread:46|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 139 at RepositoryViewModel.cs:336 after waiting 4.87E-05s
2016-01-17 11:54:10.9253|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 139 at RepositoryViewModel.cs:336 after blocking 0.0111195s
2016-01-17 11:54:11.0263|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 140 at GitClient.cs:623
2016-01-17 11:54:11.0263|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 140 at GitClient.cs:623 after waiting 3.44E-05s
2016-01-17 11:54:11.0263|INFO|thread:14|AsyncReaderWriterLock|Released concurrent scheduler for operation: 140 at GitClient.cs:623 after blocking 0.002567s
2016-01-17 11:54:11.0343|INFO|thread:45|BackgroundFetcher|Got a refresh period for C:\GMOD\DarkRP\garrysmod\addons\ulib.git of 300 seconds
2016-01-17 11:54:11.0343|INFO|thread:45|BackgroundFetcher|Added a delay for C:\GMOD\DarkRP\garrysmod\addons\ulib.git of 17065 milliseconds
2016-01-17 11:54:11.0343|INFO|thread: 1|NewPullRequestViewModel|No matching pull request found, clearing selection...
2016-01-17 11:54:11.0343|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 141 at RepositoryViewModel.cs:336
2016-01-17 11:54:11.0343|INFO|thread:13|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 141 at RepositoryViewModel.cs:336 after waiting 3.48E-05s
2016-01-17 11:54:11.0514|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 141 at RepositoryViewModel.cs:336 after blocking 0.0144219s
2016-01-17 11:54:11.2515|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 142 at GitClient.cs:404
2016-01-17 11:54:11.2515|INFO|thread:49|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 142 at GitClient.cs:404 after waiting 2.19E-05s
2016-01-17 11:54:11.2515|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 143 at GitClient.cs:404
2016-01-17 11:54:11.2515|INFO|thread:42|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 143 at GitClient.cs:404 after waiting 3.4E-05s
2016-01-17 11:54:11.2515|INFO|thread:13|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:54:11.2515|INFO|thread:13|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:54:11.2515|INFO|thread:13|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --name-status 8f81fec ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\ulib
2016-01-17 11:54:11.2515|INFO|thread:16|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:54:11.2515|INFO|thread:16|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:54:11.2515|INFO|thread:16|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --name-status 8f81fec ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\ulib
2016-01-17 11:54:11.2515|INFO|thread:13|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:54:11.2515|INFO|thread:13|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:54:11.2515|INFO|thread:13|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --numstat 8f81fec ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\ulib
2016-01-17 11:54:11.2635|INFO|thread:16|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:54:11.2635|INFO|thread:16|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:54:11.2635|INFO|thread:16|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --numstat 8f81fec ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\ulib
2016-01-17 11:54:11.3105|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 143 at GitClient.cs:404 after blocking 0.0578005s
2016-01-17 11:54:11.3105|INFO|thread:45|AsyncReaderWriterLock|Released concurrent scheduler for operation: 142 at GitClient.cs:404 after blocking 0.0591802s
2016-01-17 11:54:11.5885|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 144 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.5885|INFO|thread:45|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 144 at ICommittedFileForklift.cs:59 after waiting 1.72E-05s
2016-01-17 11:54:11.5915|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 144 at ICommittedFileForklift.cs:59 after blocking 0.0022448s
2016-01-17 11:54:11.5915|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 145 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.5915|INFO|thread:47|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 145 at ICommittedFileForklift.cs:59 after waiting 1.35E-05s
2016-01-17 11:54:11.5915|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 145 at ICommittedFileForklift.cs:59 after blocking 0.0029863s
2016-01-17 11:54:11.5915|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 146 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.5915|INFO|thread:43|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 146 at ICommittedFileForklift.cs:59 after waiting 1.42E-05s
2016-01-17 11:54:11.5915|INFO|thread:49|AsyncReaderWriterLock|Released concurrent scheduler for operation: 146 at ICommittedFileForklift.cs:59 after blocking 0.0020168s
2016-01-17 11:54:11.5915|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 147 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.5915|INFO|thread:18|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 147 at ICommittedFileForklift.cs:59 after waiting 1.57E-05s
2016-01-17 11:54:11.5915|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 147 at ICommittedFileForklift.cs:59 after blocking 0.0021711s
2016-01-17 11:54:11.5915|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 148 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.5915|INFO|thread:47|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 148 at ICommittedFileForklift.cs:59 after waiting 3.7E-05s
2016-01-17 11:54:11.5915|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 148 at ICommittedFileForklift.cs:59 after blocking 0.0021795s
2016-01-17 11:54:11.5915|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 149 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.5915|INFO|thread:48|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 149 at ICommittedFileForklift.cs:59 after waiting 3.11E-05s
2016-01-17 11:54:11.5915|INFO|thread:49|AsyncReaderWriterLock|Released concurrent scheduler for operation: 149 at ICommittedFileForklift.cs:59 after blocking 0.0019893s
2016-01-17 11:54:11.5915|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 150 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.5915|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 150 at ICommittedFileForklift.cs:59 after waiting 2.23E-05s
2016-01-17 11:54:11.6076|INFO|thread:18|AsyncReaderWriterLock|Released concurrent scheduler for operation: 150 at ICommittedFileForklift.cs:59 after blocking 0.0019427s
2016-01-17 11:54:11.6076|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 151 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6076|INFO|thread:47|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 151 at ICommittedFileForklift.cs:59 after waiting 1.06E-05s
2016-01-17 11:54:11.6076|INFO|thread:43|AsyncReaderWriterLock|Released concurrent scheduler for operation: 151 at ICommittedFileForklift.cs:59 after blocking 0.0019266s
2016-01-17 11:54:11.6076|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 152 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6076|INFO|thread:13|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 152 at ICommittedFileForklift.cs:59 after waiting 1.39E-05s
2016-01-17 11:54:11.6076|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 153 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6076|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 153 at ICommittedFileForklift.cs:59 after waiting 2.12E-05s
2016-01-17 11:54:11.6076|INFO|thread:42|AsyncReaderWriterLock|Released concurrent scheduler for operation: 152 at ICommittedFileForklift.cs:59 after blocking 0.0022363s
2016-01-17 11:54:11.6076|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 153 at ICommittedFileForklift.cs:59 after blocking 0.0020769s
2016-01-17 11:54:11.6076|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 154 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6076|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 154 at ICommittedFileForklift.cs:59 after waiting 2.08E-05s
2016-01-17 11:54:11.6076|INFO|thread:47|AsyncReaderWriterLock|Released concurrent scheduler for operation: 154 at ICommittedFileForklift.cs:59 after blocking 0.0028404s
2016-01-17 11:54:11.6076|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 155 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6076|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 155 at ICommittedFileForklift.cs:59 after waiting 1.61E-05s
2016-01-17 11:54:11.6076|INFO|thread:46|AsyncReaderWriterLock|Released concurrent scheduler for operation: 155 at ICommittedFileForklift.cs:59 after blocking 0.0020728s
2016-01-17 11:54:11.6076|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 156 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6076|INFO|thread:36|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 156 at ICommittedFileForklift.cs:59 after waiting 2.49E-05s
2016-01-17 11:54:11.6226|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 156 at ICommittedFileForklift.cs:59 after blocking 0.0019497s
2016-01-17 11:54:11.6226|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 157 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6226|INFO|thread:47|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 157 at ICommittedFileForklift.cs:59 after waiting 1.35E-05s
2016-01-17 11:54:11.6226|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 157 at ICommittedFileForklift.cs:59 after blocking 0.0019068s
2016-01-17 11:54:11.6226|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 158 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6226|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 158 at ICommittedFileForklift.cs:59 after waiting 1.28E-05s
2016-01-17 11:54:11.6226|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 158 at ICommittedFileForklift.cs:59 after blocking 0.0018551s
2016-01-17 11:54:11.6226|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 159 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6226|INFO|thread:36|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 159 at ICommittedFileForklift.cs:59 after waiting 9.8E-06s
2016-01-17 11:54:11.6226|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 159 at ICommittedFileForklift.cs:59 after blocking 0.0029801s
2016-01-17 11:54:11.6226|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 160 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6226|INFO|thread:41|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 160 at ICommittedFileForklift.cs:59 after waiting 3.18E-05s
2016-01-17 11:54:11.6226|INFO|thread:47|AsyncReaderWriterLock|Released concurrent scheduler for operation: 160 at ICommittedFileForklift.cs:59 after blocking 0.0021839s
2016-01-17 11:54:11.6226|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 161 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6226|INFO|thread:48|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 161 at ICommittedFileForklift.cs:59 after waiting 3.95E-05s
2016-01-17 11:54:11.6226|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 161 at ICommittedFileForklift.cs:59 after blocking 0.002104s
2016-01-17 11:54:11.6226|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 162 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6226|INFO|thread:49|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 162 at ICommittedFileForklift.cs:59 after waiting 3.77E-05s
2016-01-17 11:54:11.6506|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 162 at ICommittedFileForklift.cs:59 after blocking 0.0138013s
2016-01-17 11:54:11.6506|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 163 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6506|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 163 at ICommittedFileForklift.cs:59 after waiting 4.03E-05s
2016-01-17 11:54:11.6506|INFO|thread:45|AsyncReaderWriterLock|Released concurrent scheduler for operation: 163 at ICommittedFileForklift.cs:59 after blocking 0.0027935s
2016-01-17 11:54:11.6546|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 164 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6546|INFO|thread:48|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 164 at ICommittedFileForklift.cs:59 after waiting 2.85E-05s
2016-01-17 11:54:11.6546|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 164 at ICommittedFileForklift.cs:59 after blocking 0.0021403s
2016-01-17 11:54:11.6546|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 165 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6546|INFO|thread:42|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 165 at ICommittedFileForklift.cs:59 after waiting 2.45E-05s
2016-01-17 11:54:11.6546|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 165 at ICommittedFileForklift.cs:59 after blocking 0.0020135s
2016-01-17 11:54:11.6546|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 166 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6546|INFO|thread:36|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 166 at ICommittedFileForklift.cs:59 after waiting 2.6E-05s
2016-01-17 11:54:11.6546|INFO|thread:45|AsyncReaderWriterLock|Released concurrent scheduler for operation: 166 at ICommittedFileForklift.cs:59 after blocking 0.0019614s
2016-01-17 11:54:11.6546|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 167 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6546|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 167 at ICommittedFileForklift.cs:59 after waiting 2.6E-05s
2016-01-17 11:54:11.6546|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 167 at ICommittedFileForklift.cs:59 after blocking 0.0020494s
2016-01-17 11:54:11.6546|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 168 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6546|INFO|thread:43|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 168 at ICommittedFileForklift.cs:59 after waiting 2.71E-05s
2016-01-17 11:54:11.6546|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 168 at ICommittedFileForklift.cs:59 after blocking 0.0020377s
2016-01-17 11:54:11.6546|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 169 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6546|INFO|thread:42|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 169 at ICommittedFileForklift.cs:59 after waiting 2.71E-05s
2016-01-17 11:54:11.6546|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 170 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6546|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 170 at ICommittedFileForklift.cs:59 after waiting 3.11E-05s
2016-01-17 11:54:11.6546|INFO|thread:48|AsyncReaderWriterLock|Released concurrent scheduler for operation: 169 at ICommittedFileForklift.cs:59 after blocking 0.0026571s
2016-01-17 11:54:11.6716|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 170 at ICommittedFileForklift.cs:59 after blocking 0.0025655s
2016-01-17 11:54:11.6716|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 171 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6716|INFO|thread:42|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 171 at ICommittedFileForklift.cs:59 after waiting 3.33E-05s
2016-01-17 11:54:11.6716|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 171 at ICommittedFileForklift.cs:59 after blocking 0.0020538s
2016-01-17 11:54:11.6716|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 172 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6716|INFO|thread:43|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 172 at ICommittedFileForklift.cs:59 after waiting 2.27E-05s
2016-01-17 11:54:11.6716|INFO|thread:48|AsyncReaderWriterLock|Released concurrent scheduler for operation: 172 at ICommittedFileForklift.cs:59 after blocking 0.0021047s
2016-01-17 11:54:11.6716|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 173 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6716|INFO|thread:42|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 173 at ICommittedFileForklift.cs:59 after waiting 8.7E-06s
2016-01-17 11:54:11.6716|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 173 at ICommittedFileForklift.cs:59 after blocking 0.0021465s
2016-01-17 11:54:11.6716|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 174 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6716|INFO|thread:43|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 174 at ICommittedFileForklift.cs:59 after waiting 8E-06s
2016-01-17 11:54:11.6716|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 174 at ICommittedFileForklift.cs:59 after blocking 0.0031252s
2016-01-17 11:54:11.6716|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 175 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6716|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 175 at ICommittedFileForklift.cs:59 after waiting 2.74E-05s
2016-01-17 11:54:11.6716|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 176 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6716|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 176 at ICommittedFileForklift.cs:59 after waiting 1.42E-05s
2016-01-17 11:54:11.6856|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 175 at ICommittedFileForklift.cs:59 after blocking 0.0030545s
2016-01-17 11:54:11.6856|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 177 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6856|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 177 at ICommittedFileForklift.cs:59 after waiting 1.75E-05s
2016-01-17 11:54:11.6856|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 178 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6856|INFO|thread:48|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 178 at ICommittedFileForklift.cs:59 after waiting 2.63E-05s
2016-01-17 11:54:11.6856|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 179 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6856|INFO|thread:45|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 179 at ICommittedFileForklift.cs:59 after waiting 8.7E-06s
2016-01-17 11:54:11.6856|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 180 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6856|INFO|thread:42|AsyncReaderWriterLock|Released concurrent scheduler for operation: 179 at ICommittedFileForklift.cs:59 after blocking 0.0026744s
2016-01-17 11:54:11.6856|INFO|thread:45|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 180 at ICommittedFileForklift.cs:59 after waiting 0.0005509s
2016-01-17 11:54:11.6856|INFO|thread:43|AsyncReaderWriterLock|Released concurrent scheduler for operation: 178 at ICommittedFileForklift.cs:59 after blocking 0.0050273s
2016-01-17 11:54:11.6856|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 177 at ICommittedFileForklift.cs:59 after blocking 0.0072743s
2016-01-17 11:54:11.6856|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 176 at ICommittedFileForklift.cs:59 after blocking 0.0096969s
2016-01-17 11:54:11.6856|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 181 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6856|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 181 at ICommittedFileForklift.cs:59 after waiting 3.07E-05s
2016-01-17 11:54:11.6856|INFO|thread:48|AsyncReaderWriterLock|Released concurrent scheduler for operation: 180 at ICommittedFileForklift.cs:59 after blocking 0.0029815s
2016-01-17 11:54:11.6856|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 181 at ICommittedFileForklift.cs:59 after blocking 0.00235s
2016-01-17 11:54:11.6856|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 182 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.6856|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 182 at ICommittedFileForklift.cs:59 after waiting 1.53E-05s
2016-01-17 11:54:11.7026|INFO|thread:45|AsyncReaderWriterLock|Released concurrent scheduler for operation: 182 at ICommittedFileForklift.cs:59 after blocking 0.0033272s
2016-01-17 11:54:11.7026|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 183 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.7026|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 183 at ICommittedFileForklift.cs:59 after waiting 1.79E-05s
2016-01-17 11:54:11.7166|INFO|thread:42|AsyncReaderWriterLock|Released concurrent scheduler for operation: 183 at ICommittedFileForklift.cs:59 after blocking 0.0037645s
2016-01-17 11:54:11.7166|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 184 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.7166|INFO|thread:43|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 184 at ICommittedFileForklift.cs:59 after waiting 3.51E-05s
2016-01-17 11:54:11.7166|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 184 at ICommittedFileForklift.cs:59 after blocking 0.0027895s
2016-01-17 11:54:11.7166|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 185 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.7166|INFO|thread:42|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 185 at ICommittedFileForklift.cs:59 after waiting 3.95E-05s
2016-01-17 11:54:11.7166|INFO|thread:48|AsyncReaderWriterLock|Released concurrent scheduler for operation: 185 at ICommittedFileForklift.cs:59 after blocking 0.0020791s
2016-01-17 11:54:11.7166|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 186 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.7166|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 186 at ICommittedFileForklift.cs:59 after waiting 3.26E-05s
2016-01-17 11:54:11.7166|INFO|thread:45|AsyncReaderWriterLock|Released concurrent scheduler for operation: 186 at ICommittedFileForklift.cs:59 after blocking 0.0020146s
2016-01-17 11:54:11.7166|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 187 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.7166|INFO|thread:48|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 187 at ICommittedFileForklift.cs:59 after waiting 2.23E-05s
2016-01-17 11:54:11.7166|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 187 at ICommittedFileForklift.cs:59 after blocking 0.0020076s
2016-01-17 11:54:11.7166|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 188 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.7166|INFO|thread:45|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 188 at ICommittedFileForklift.cs:59 after waiting 3.59E-05s
2016-01-17 11:54:11.7166|INFO|thread:43|AsyncReaderWriterLock|Released concurrent scheduler for operation: 188 at ICommittedFileForklift.cs:59 after blocking 0.0019783s
2016-01-17 11:54:11.7166|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 189 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.7166|INFO|thread:42|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 189 at ICommittedFileForklift.cs:59 after waiting 2.52E-05s
2016-01-17 11:54:11.7166|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 189 at ICommittedFileForklift.cs:59 after blocking 0.0021945s
2016-01-17 11:54:11.7166|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 190 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.7166|INFO|thread:48|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 190 at ICommittedFileForklift.cs:59 after waiting 2.71E-05s
2016-01-17 11:54:11.7346|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 190 at ICommittedFileForklift.cs:59 after blocking 0.0022506s
2016-01-17 11:54:11.7346|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 191 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.7346|INFO|thread:45|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 191 at ICommittedFileForklift.cs:59 after waiting 2.38E-05s
2016-01-17 11:54:11.7346|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 191 at ICommittedFileForklift.cs:59 after blocking 0.0021385s
2016-01-17 11:54:11.7346|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 192 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.7346|INFO|thread:42|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 192 at ICommittedFileForklift.cs:59 after waiting 2.49E-05s
2016-01-17 11:54:11.7346|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 192 at ICommittedFileForklift.cs:59 after blocking 0.0019856s
2016-01-17 11:54:11.7346|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 193 at ICommittedFileForklift.cs:59
2016-01-17 11:54:11.7346|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 193 at ICommittedFileForklift.cs:59 after waiting 2.52E-05s
2016-01-17 11:54:11.7346|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 193 at ICommittedFileForklift.cs:59 after blocking 0.0019288s
2016-01-17 11:54:11.8829|INFO|thread: 1|SelectedCommitViewModel|Took 630ms to load files for commit 8f81fec in repo C:\GMOD\DarkRP\garrysmod\addons\ulib
2016-01-17 11:54:11.8829|INFO|thread: 1|SelectedCommitViewModel|Took 632ms to load files for commit 8f81fec in repo C:\GMOD\DarkRP\garrysmod\addons\ulib
2016-01-17 11:54:18.8268|INFO|thread:15|DashboardViewModel|Selected repository 'TeamUlysses/ulx'
2016-01-17 11:54:18.8268|INFO|thread:15|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 194 at GitClient.cs:628
2016-01-17 11:54:18.8268|INFO|thread:42|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 194 at GitClient.cs:628 after waiting 1.02E-05s
2016-01-17 11:54:18.8268|INFO|thread:15|AsyncReaderWriterLock|Acquiring exclusive scheduler for operation 195 at GitClient.cs:606
2016-01-17 11:54:18.8268|INFO|thread:43|AsyncReaderWriterLock|Released concurrent scheduler for operation: 194 at GitClient.cs:628 after blocking 0.0034108s
2016-01-17 11:54:18.8268|INFO|thread:42|AsyncReaderWriterLock|Acquired exclusive scheduler for operation: 195 at GitClient.cs:606 after waiting 0.0033796s
2016-01-17 11:54:18.9108|INFO|thread:42|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 196 at GitClient.cs:623
2016-01-17 11:54:18.9247|INFO|thread:42|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 197 at GitClient.cs:224
2016-01-17 11:54:18.9247|INFO|thread:42|DashboardViewModel|Took 90ms to Create RepositoryViewModel for location C:\GMOD\DarkRP\garrysmod\addons\ulx
2016-01-17 11:54:18.9247|INFO|thread:42|AsyncReaderWriterLock|Released exclusive scheduler for operation: 195 at GitClient.cs:606 after blocking 0.0866817s
2016-01-17 11:54:18.9247|INFO|thread:42|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 196 at GitClient.cs:623 after waiting 0.0145538s
2016-01-17 11:54:18.9247|INFO|thread:48|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 197 at GitClient.cs:224 after waiting 0.000295s
2016-01-17 11:54:18.9247|INFO|thread:48|GitClient|Loading commits for repo: C:\GMOD\DarkRP\garrysmod\addons\ulx
2016-01-17 11:54:18.9247|INFO|thread:42|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 198 at RepositoryViewModel.cs:336
2016-01-17 11:54:18.9247|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 198 at RepositoryViewModel.cs:336 after waiting 3.15E-05s
2016-01-17 11:54:18.9247|INFO|thread:42|AsyncReaderWriterLock|Released concurrent scheduler for operation: 196 at GitClient.cs:623 after blocking 0.0022004s
2016-01-17 11:54:18.9958|INFO|thread:43|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 199 at GitClient.cs:201
2016-01-17 11:54:18.9958|INFO|thread:36|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 199 at GitClient.cs:201 after waiting 8.4E-06s
2016-01-17 11:54:18.9958|INFO|thread:43|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 200 at RepositoryModel.cs:596
2016-01-17 11:54:18.9958|INFO|thread:45|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 200 at RepositoryModel.cs:596 after waiting 8.7E-06s
2016-01-17 11:54:18.9958|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 201 at RepositoryModel.cs:596
2016-01-17 11:54:18.9958|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 201 at RepositoryModel.cs:596 after waiting 5.8E-06s
2016-01-17 11:54:19.0208|INFO|thread:48|ConcurrentRepositoryConnection|Loaded '5' commits for repo: C:\GMOD\DarkRP\garrysmod\addons\ulx.
2016-01-17 11:54:19.0208|INFO|thread:48|AsyncReaderWriterLock|Released concurrent scheduler for operation: 197 at GitClient.cs:224 after blocking 0.0956419s
2016-01-17 11:54:19.0208|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 198 at RepositoryViewModel.cs:336 after blocking 0.0936419s
2016-01-17 11:54:19.0208|INFO|thread:43|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 202 at GitClient.cs:290
2016-01-17 11:54:19.0208|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 202 at GitClient.cs:290 after waiting 1.83E-05s
2016-01-17 11:54:19.0208|INFO|thread:43|AsyncReaderWriterLock|Released concurrent scheduler for operation: 201 at RepositoryModel.cs:596 after blocking 0.0256162s
2016-01-17 11:54:19.0208|INFO|thread:42|AsyncReaderWriterLock|Released concurrent scheduler for operation: 200 at RepositoryModel.cs:596 after blocking 0.0262515s
2016-01-17 11:54:19.0208|INFO|thread:48|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:54:19.0208|INFO|thread:48|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:54:19.0208|INFO|thread:48|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'status --untracked-files=all --porcelain -z ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\ulx
2016-01-17 11:54:19.0498|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 199 at GitClient.cs:201 after blocking 0.0541103s
2016-01-17 11:54:19.0769|INFO|thread:43|ConcurrentRepositoryConnection|Took 49ms to git status
2016-01-17 11:54:19.0769|INFO|thread:43|ConcurrentRepositoryConnection|Took 49ms to git status and parse output
2016-01-17 11:54:19.0769|INFO|thread:43|NewCommitViewModel|Took 55ms to load files for C:\GMOD\DarkRP\garrysmod\addons\ulx
2016-01-17 11:54:19.0769|INFO|thread:43|AsyncReaderWriterLock|Released concurrent scheduler for operation: 202 at GitClient.cs:290 after blocking 0.0553966s
2016-01-17 11:54:19.1019|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 203 at GitClient.cs:611
2016-01-17 11:54:19.1019|INFO|thread:45|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 203 at GitClient.cs:611 after waiting 3.92E-05s
2016-01-17 11:54:19.1019|INFO|thread:18|AsyncReaderWriterLock|Released concurrent scheduler for operation: 203 at GitClient.cs:611 after blocking 0.0014915s
2016-01-17 11:54:19.1870|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 204 at BranchesViewModel.cs:535
2016-01-17 11:54:19.1870|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 204 at BranchesViewModel.cs:535 after waiting 4.39E-05s
2016-01-17 11:54:19.1870|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 205 at RepositoryViewModel.cs:336
2016-01-17 11:54:19.1870|INFO|thread: 5|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 205 at RepositoryViewModel.cs:336 after waiting 2.3E-05s
2016-01-17 11:54:19.1870|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 204 at BranchesViewModel.cs:535 after blocking 0.0059972s
2016-01-17 11:54:19.1870|INFO|thread: 1|NewCommitViewModel|Took 117ms to render file list for C:\GMOD\DarkRP\garrysmod\addons\ulx
2016-01-17 11:54:19.1870|INFO|thread: 1|AsyncReaderWriterLock|Released concurrent scheduler for operation: 205 at RepositoryViewModel.cs:336 after blocking 0.0087384s
2016-01-17 11:54:19.1870|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 206 at RepositoryViewModel.cs:336
2016-01-17 11:54:19.1870|INFO|thread:42|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 206 at RepositoryViewModel.cs:336 after waiting 2.16E-05s
2016-01-17 11:54:19.2230|INFO|thread:45|AsyncReaderWriterLock|Released concurrent scheduler for operation: 206 at RepositoryViewModel.cs:336 after blocking 0.0267005s
2016-01-17 11:54:19.3347|INFO|thread: 1|NewPullRequestViewModel|No matching pull request found, clearing selection...
2016-01-17 11:54:19.3347|INFO|thread:14|BackgroundFetcher|Got a refresh period for C:\GMOD\DarkRP\garrysmod\addons\ulx.git of 300 seconds
2016-01-17 11:54:19.3347|INFO|thread:14|BackgroundFetcher|Added a delay for C:\GMOD\DarkRP\garrysmod\addons\ulx.git of 24231 milliseconds
2016-01-17 11:54:19.3497|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 207 at GitClient.cs:623
2016-01-17 11:54:19.3497|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 207 at GitClient.cs:623 after waiting 3.33E-05s
2016-01-17 11:54:19.3497|INFO|thread: 4|AsyncReaderWriterLock|Released concurrent scheduler for operation: 207 at GitClient.cs:623 after blocking 0.0023584s
2016-01-17 11:54:19.3497|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 208 at RepositoryViewModel.cs:336
2016-01-17 11:54:19.3497|INFO|thread:46|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 208 at RepositoryViewModel.cs:336 after waiting 2.27E-05s
2016-01-17 11:54:19.4327|INFO|thread:42|AsyncReaderWriterLock|Released concurrent scheduler for operation: 208 at RepositoryViewModel.cs:336 after blocking 0.0807306s
2016-01-17 11:54:19.5018|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 209 at GitClient.cs:404
2016-01-17 11:54:19.5018|INFO|thread:43|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 209 at GitClient.cs:404 after waiting 2.85E-05s
2016-01-17 11:54:19.5018|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 210 at GitClient.cs:404
2016-01-17 11:54:19.5018|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 210 at GitClient.cs:404 after waiting 1.75E-05s
2016-01-17 11:54:19.5018|INFO|thread:17|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:54:19.5018|INFO|thread:17|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:54:19.5018|INFO|thread:17|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --name-status 6e6569f6e520a0b1e74f8e13a28bf57ee8fa7c2e ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\ulx
2016-01-17 11:54:19.5018|INFO|thread:36|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:54:19.5018|INFO|thread:36|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:54:19.5018|INFO|thread:36|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --name-status 6e6569f6e520a0b1e74f8e13a28bf57ee8fa7c2e ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\ulx
2016-01-17 11:54:19.5018|INFO|thread:17|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:54:19.5018|INFO|thread:17|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:54:19.5018|INFO|thread:17|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --numstat 6e6569f6e520a0b1e74f8e13a28bf57ee8fa7c2e ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\ulx
2016-01-17 11:54:19.5018|INFO|thread:36|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:54:19.5018|INFO|thread:36|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:54:19.5018|INFO|thread:36|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'diff-tree --root -m -r -z --numstat 6e6569f6e520a0b1e74f8e13a28bf57ee8fa7c2e ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\ulx
2016-01-17 11:54:19.6569|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 210 at GitClient.cs:404 after blocking 0.1542738s
2016-01-17 11:54:19.6569|INFO|thread:44|AsyncReaderWriterLock|Released concurrent scheduler for operation: 209 at GitClient.cs:404 after blocking 0.1549255s
2016-01-17 11:54:19.8150|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 211 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8150|INFO|thread:46|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 211 at ICommittedFileForklift.cs:59 after waiting 3.4E-05s
2016-01-17 11:54:19.8150|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 212 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8150|INFO|thread: 4|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 212 at ICommittedFileForklift.cs:59 after waiting 2.27E-05s
2016-01-17 11:54:19.8150|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 213 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8150|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 213 at ICommittedFileForklift.cs:59 after waiting 4.06E-05s
2016-01-17 11:54:19.8150|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 214 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8150|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 214 at ICommittedFileForklift.cs:59 after waiting 1.46E-05s
2016-01-17 11:54:19.8260|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 215 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8260|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 215 at ICommittedFileForklift.cs:59 after waiting 2.93E-05s
2016-01-17 11:54:19.8260|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 216 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8260|INFO|thread:47|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 216 at ICommittedFileForklift.cs:59 after waiting 3.11E-05s
2016-01-17 11:54:19.8260|INFO|thread:44|AsyncReaderWriterLock|Released concurrent scheduler for operation: 211 at ICommittedFileForklift.cs:59 after blocking 0.0149944s
2016-01-17 11:54:19.8260|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 217 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8260|INFO|thread:49|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 217 at ICommittedFileForklift.cs:59 after waiting 2.82E-05s
2016-01-17 11:54:19.8260|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 218 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8260|INFO|thread:44|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 218 at ICommittedFileForklift.cs:59 after waiting 1.64E-05s
2016-01-17 11:54:19.8260|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 219 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8260|INFO|thread:46|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 219 at ICommittedFileForklift.cs:59 after waiting 2.41E-05s
2016-01-17 11:54:19.8260|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 220 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8260|INFO|thread:18|AsyncReaderWriterLock|Released concurrent scheduler for operation: 213 at ICommittedFileForklift.cs:59 after blocking 0.0188107s
2016-01-17 11:54:19.8260|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 220 at ICommittedFileForklift.cs:59 after waiting 0.0005315s
2016-01-17 11:54:19.8260|INFO|thread:41|AsyncReaderWriterLock|Released concurrent scheduler for operation: 212 at ICommittedFileForklift.cs:59 after blocking 0.021179s
2016-01-17 11:54:19.8260|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 221 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8260|INFO|thread:42|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 221 at ICommittedFileForklift.cs:59 after waiting 1.64E-05s
2016-01-17 11:54:19.8430|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 222 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8430|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 223 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8430|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 224 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8430|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 225 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8430|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 214 at ICommittedFileForklift.cs:59 after blocking 0.0279266s
2016-01-17 11:54:19.8430|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 222 at ICommittedFileForklift.cs:59 after waiting 0.0073953s
2016-01-17 11:54:19.8430|INFO|thread:43|AsyncReaderWriterLock|Released concurrent scheduler for operation: 219 at ICommittedFileForklift.cs:59 after blocking 0.0142177s
2016-01-17 11:54:19.8430|INFO|thread:45|AsyncReaderWriterLock|Released concurrent scheduler for operation: 217 at ICommittedFileForklift.cs:59 after blocking 0.0187858s
2016-01-17 11:54:19.8430|INFO|thread:14|AsyncReaderWriterLock|Released concurrent scheduler for operation: 220 at ICommittedFileForklift.cs:59 after blocking 0.0114205s
2016-01-17 11:54:19.8430|INFO|thread:46|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 223 at ICommittedFileForklift.cs:59 after waiting 0.0053429s
2016-01-17 11:54:19.8430|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 224 at ICommittedFileForklift.cs:59 after waiting 0.003119s
2016-01-17 11:54:19.8430|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 221 at ICommittedFileForklift.cs:59 after blocking 0.0097508s
2016-01-17 11:54:19.8430|INFO|thread:48|AsyncReaderWriterLock|Released concurrent scheduler for operation: 218 at ICommittedFileForklift.cs:59 after blocking 0.0165831s
2016-01-17 11:54:19.8430|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 215 at ICommittedFileForklift.cs:59 after blocking 0.0247955s
2016-01-17 11:54:19.8430|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 225 at ICommittedFileForklift.cs:59 after waiting 0.0008727s
2016-01-17 11:54:19.8430|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 216 at ICommittedFileForklift.cs:59 after blocking 0.022859s
2016-01-17 11:54:19.8430|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 226 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8430|INFO|thread:41|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 226 at ICommittedFileForklift.cs:59 after waiting 1.86E-05s
2016-01-17 11:54:19.8430|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 225 at ICommittedFileForklift.cs:59 after blocking 0.0029401s
2016-01-17 11:54:19.8430|INFO|thread:46|AsyncReaderWriterLock|Released concurrent scheduler for operation: 223 at ICommittedFileForklift.cs:59 after blocking 0.0032015s
2016-01-17 11:54:19.8430|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 222 at ICommittedFileForklift.cs:59 after blocking 0.0033591s
2016-01-17 11:54:19.8430|INFO|thread:14|AsyncReaderWriterLock|Released concurrent scheduler for operation: 224 at ICommittedFileForklift.cs:59 after blocking 0.0032807s
2016-01-17 11:54:19.8430|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 226 at ICommittedFileForklift.cs:59 after blocking 0.0033411s
2016-01-17 11:54:19.8571|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 227 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8571|INFO|thread:43|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 227 at ICommittedFileForklift.cs:59 after waiting 2.74E-05s
2016-01-17 11:54:19.8571|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 227 at ICommittedFileForklift.cs:59 after blocking 0.0027766s
2016-01-17 11:54:19.8571|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 228 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8571|INFO|thread:44|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 228 at ICommittedFileForklift.cs:59 after waiting 3.84E-05s
2016-01-17 11:54:19.8571|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 229 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8571|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 228 at ICommittedFileForklift.cs:59 after blocking 0.0026047s
2016-01-17 11:54:19.8571|INFO|thread:44|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 229 at ICommittedFileForklift.cs:59 after waiting 1.2E-05s
2016-01-17 11:54:19.8571|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 230 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8571|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 230 at ICommittedFileForklift.cs:59 after waiting 2.3E-05s
2016-01-17 11:54:19.8571|INFO|thread:14|AsyncReaderWriterLock|Released concurrent scheduler for operation: 229 at ICommittedFileForklift.cs:59 after blocking 0.0037986s
2016-01-17 11:54:19.8571|INFO|thread:47|AsyncReaderWriterLock|Released concurrent scheduler for operation: 230 at ICommittedFileForklift.cs:59 after blocking 0.0024834s
2016-01-17 11:54:19.8571|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 231 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8571|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 231 at ICommittedFileForklift.cs:59 after waiting 2.63E-05s
2016-01-17 11:54:19.8571|INFO|thread: 4|AsyncReaderWriterLock|Released concurrent scheduler for operation: 231 at ICommittedFileForklift.cs:59 after blocking 0.0020552s
2016-01-17 11:54:19.8571|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 232 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8571|INFO|thread:41|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 232 at ICommittedFileForklift.cs:59 after waiting 2.12E-05s
2016-01-17 11:54:19.8731|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 233 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8731|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 233 at ICommittedFileForklift.cs:59 after waiting 2.74E-05s
2016-01-17 11:54:19.8731|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 234 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8731|INFO|thread:51|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 234 at ICommittedFileForklift.cs:59 after waiting 2.56E-05s
2016-01-17 11:54:19.8731|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 235 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8731|INFO|thread:46|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 235 at ICommittedFileForklift.cs:59 after waiting 2.27E-05s
2016-01-17 11:54:19.8731|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 236 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8731|INFO|thread:17|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 236 at ICommittedFileForklift.cs:59 after waiting 2.23E-05s
2016-01-17 11:54:19.8731|INFO|thread:16|AsyncReaderWriterLock|Released concurrent scheduler for operation: 232 at ICommittedFileForklift.cs:59 after blocking 0.0128259s
2016-01-17 11:54:19.8731|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 233 at ICommittedFileForklift.cs:59 after blocking 0.0104377s
2016-01-17 11:54:19.8731|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 237 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8731|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 237 at ICommittedFileForklift.cs:59 after waiting 2.45E-05s
2016-01-17 11:54:19.8731|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 238 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8731|INFO|thread:13|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 238 at ICommittedFileForklift.cs:59 after waiting 1.83E-05s
2016-01-17 11:54:19.8891|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 239 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8891|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 239 at ICommittedFileForklift.cs:59 after waiting 2.82E-05s
2016-01-17 11:54:19.8891|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 240 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8891|INFO|thread:41|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 240 at ICommittedFileForklift.cs:59 after waiting 2.16E-05s
2016-01-17 11:54:19.8891|INFO|thread:42|AsyncReaderWriterLock|Released concurrent scheduler for operation: 238 at ICommittedFileForklift.cs:59 after blocking 0.0071647s
2016-01-17 11:54:19.8891|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 239 at ICommittedFileForklift.cs:59 after blocking 0.0045717s
2016-01-17 11:54:19.8891|INFO|thread:43|AsyncReaderWriterLock|Released concurrent scheduler for operation: 236 at ICommittedFileForklift.cs:59 after blocking 0.0130095s
2016-01-17 11:54:19.8891|INFO|thread:28|AsyncReaderWriterLock|Released concurrent scheduler for operation: 240 at ICommittedFileForklift.cs:59 after blocking 0.0022473s
2016-01-17 11:54:19.8891|INFO|thread:48|AsyncReaderWriterLock|Released concurrent scheduler for operation: 237 at ICommittedFileForklift.cs:59 after blocking 0.0094982s
2016-01-17 11:54:19.8891|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 235 at ICommittedFileForklift.cs:59 after blocking 0.0157862s
2016-01-17 11:54:19.8891|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 241 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8891|INFO|thread:44|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 241 at ICommittedFileForklift.cs:59 after waiting 3.15E-05s
2016-01-17 11:54:19.8891|INFO|thread:49|AsyncReaderWriterLock|Released concurrent scheduler for operation: 234 at ICommittedFileForklift.cs:59 after blocking 0.0191739s
2016-01-17 11:54:19.8891|INFO|thread: 4|AsyncReaderWriterLock|Released concurrent scheduler for operation: 241 at ICommittedFileForklift.cs:59 after blocking 0.0027176s
2016-01-17 11:54:19.8891|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 242 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8891|INFO|thread: 8|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 242 at ICommittedFileForklift.cs:59 after waiting 2.12E-05s
2016-01-17 11:54:19.8891|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 242 at ICommittedFileForklift.cs:59 after blocking 0.0024706s
2016-01-17 11:54:19.8891|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 243 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8891|INFO|thread:36|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 243 at ICommittedFileForklift.cs:59 after waiting 1.46E-05s
2016-01-17 11:54:19.8891|INFO|thread:46|AsyncReaderWriterLock|Released concurrent scheduler for operation: 243 at ICommittedFileForklift.cs:59 after blocking 0.0021575s
2016-01-17 11:54:19.8891|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 244 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.8891|INFO|thread:51|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 244 at ICommittedFileForklift.cs:59 after waiting 1.39E-05s
2016-01-17 11:54:19.9051|INFO|thread:14|AsyncReaderWriterLock|Released concurrent scheduler for operation: 244 at ICommittedFileForklift.cs:59 after blocking 0.0025538s
2016-01-17 11:54:19.9051|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 245 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9051|INFO|thread:42|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 245 at ICommittedFileForklift.cs:59 after waiting 3.4E-05s
2016-01-17 11:54:19.9051|INFO|thread:43|AsyncReaderWriterLock|Released concurrent scheduler for operation: 245 at ICommittedFileForklift.cs:59 after blocking 0.002163s
2016-01-17 11:54:19.9051|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 246 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9051|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 246 at ICommittedFileForklift.cs:59 after waiting 1.72E-05s
2016-01-17 11:54:19.9231|INFO|thread:48|AsyncReaderWriterLock|Released concurrent scheduler for operation: 246 at ICommittedFileForklift.cs:59 after blocking 0.0157917s
2016-01-17 11:54:19.9231|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 247 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9231|INFO|thread:13|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 247 at ICommittedFileForklift.cs:59 after waiting 1.83E-05s
2016-01-17 11:54:19.9231|INFO|thread:17|AsyncReaderWriterLock|Released concurrent scheduler for operation: 247 at ICommittedFileForklift.cs:59 after blocking 0.0024189s
2016-01-17 11:54:19.9231|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 248 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9231|INFO|thread:47|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 248 at ICommittedFileForklift.cs:59 after waiting 1.9E-05s
2016-01-17 11:54:19.9231|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 249 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9231|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 249 at ICommittedFileForklift.cs:59 after waiting 2.49E-05s
2016-01-17 11:54:19.9231|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 248 at ICommittedFileForklift.cs:59 after blocking 0.0029859s
2016-01-17 11:54:19.9231|INFO|thread: 4|AsyncReaderWriterLock|Released concurrent scheduler for operation: 249 at ICommittedFileForklift.cs:59 after blocking 0.0023983s
2016-01-17 11:54:19.9231|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 250 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9231|INFO|thread:41|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 250 at ICommittedFileForklift.cs:59 after waiting 3.88E-05s
2016-01-17 11:54:19.9351|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 251 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9351|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 250 at ICommittedFileForklift.cs:59 after blocking 0.0023239s
2016-01-17 11:54:19.9351|INFO|thread:49|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 251 at ICommittedFileForklift.cs:59 after waiting 2.05E-05s
2016-01-17 11:54:19.9351|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 252 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9351|INFO|thread:47|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 252 at ICommittedFileForklift.cs:59 after waiting 2.16E-05s
2016-01-17 11:54:19.9351|INFO|thread:51|AsyncReaderWriterLock|Released concurrent scheduler for operation: 251 at ICommittedFileForklift.cs:59 after blocking 0.002505s
2016-01-17 11:54:19.9351|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 253 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9351|INFO|thread:42|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 253 at ICommittedFileForklift.cs:59 after waiting 2.6E-05s
2016-01-17 11:54:19.9351|INFO|thread:36|AsyncReaderWriterLock|Released concurrent scheduler for operation: 252 at ICommittedFileForklift.cs:59 after blocking 0.0034713s
2016-01-17 11:54:19.9351|INFO|thread:44|AsyncReaderWriterLock|Released concurrent scheduler for operation: 253 at ICommittedFileForklift.cs:59 after blocking 0.002284s
2016-01-17 11:54:19.9351|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 254 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9351|INFO|thread:44|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 254 at ICommittedFileForklift.cs:59 after waiting 9.1E-06s
2016-01-17 11:54:19.9351|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 255 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9351|INFO|thread:49|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 255 at ICommittedFileForklift.cs:59 after waiting 1.97E-05s
2016-01-17 11:54:19.9351|INFO|thread:18|AsyncReaderWriterLock|Released concurrent scheduler for operation: 254 at ICommittedFileForklift.cs:59 after blocking 0.0026143s
2016-01-17 11:54:19.9351|INFO|thread:51|AsyncReaderWriterLock|Released concurrent scheduler for operation: 255 at ICommittedFileForklift.cs:59 after blocking 0.0023236s
2016-01-17 11:54:19.9351|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 256 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9351|INFO|thread:36|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 256 at ICommittedFileForklift.cs:59 after waiting 2.34E-05s
2016-01-17 11:54:19.9351|INFO|thread:41|AsyncReaderWriterLock|Released concurrent scheduler for operation: 256 at ICommittedFileForklift.cs:59 after blocking 0.0022437s
2016-01-17 11:54:19.9351|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 257 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9351|INFO|thread:48|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 257 at ICommittedFileForklift.cs:59 after waiting 8.7E-06s
2016-01-17 11:54:19.9541|INFO|thread: 5|AsyncReaderWriterLock|Released concurrent scheduler for operation: 257 at ICommittedFileForklift.cs:59 after blocking 0.003369s
2016-01-17 11:54:19.9541|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 258 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9541|INFO|thread:51|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 258 at ICommittedFileForklift.cs:59 after waiting 1.68E-05s
2016-01-17 11:54:19.9541|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 258 at ICommittedFileForklift.cs:59 after blocking 0.0021095s
2016-01-17 11:54:19.9541|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 259 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9541|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 259 at ICommittedFileForklift.cs:59 after waiting 1.42E-05s
2016-01-17 11:54:19.9541|INFO|thread:41|AsyncReaderWriterLock|Released concurrent scheduler for operation: 259 at ICommittedFileForklift.cs:59 after blocking 0.0019262s
2016-01-17 11:54:19.9541|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 260 at ICommittedFileForklift.cs:59
2016-01-17 11:54:19.9541|INFO|thread: 4|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 260 at ICommittedFileForklift.cs:59 after waiting 1.17E-05s
2016-01-17 11:54:19.9541|INFO|thread:43|AsyncReaderWriterLock|Released concurrent scheduler for operation: 260 at ICommittedFileForklift.cs:59 after blocking 0.0023877s
2016-01-17 11:54:20.1296|INFO|thread: 1|SelectedCommitViewModel|Took 627ms to load files for commit 6e6569f in repo C:\GMOD\DarkRP\garrysmod\addons\ulx
2016-01-17 11:54:20.1296|INFO|thread: 1|SelectedCommitViewModel|Took 627ms to load files for commit 6e6569f in repo C:\GMOD\DarkRP\garrysmod\addons\ulx
2016-01-17 11:54:21.6184|INFO|thread:15|DashboardViewModel|Selected repository 'TeamUlysses/utime'
2016-01-17 11:54:21.6184|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 261 at GitClient.cs:201
2016-01-17 11:54:21.6184|INFO|thread:16|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 261 at GitClient.cs:201 after waiting 3.88E-05s
2016-01-17 11:54:21.6184|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 262 at RepositoryModel.cs:596
2016-01-17 11:54:21.6184|INFO|thread:51|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 262 at RepositoryModel.cs:596 after waiting 2.82E-05s
2016-01-17 11:54:21.6234|INFO|thread:13|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 263 at GitClient.cs:290
2016-01-17 11:54:21.6234|INFO|thread:36|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 263 at GitClient.cs:290 after waiting 2.49E-05s
2016-01-17 11:54:21.6234|INFO|thread:13|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 264 at BranchSynchronizer.cs:126
2016-01-17 11:54:21.6234|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 264 at BranchSynchronizer.cs:126 after waiting 1.17E-05s
2016-01-17 11:54:21.6234|INFO|thread:13|AsyncReaderWriterLock|Released concurrent scheduler for operation: 262 at RepositoryModel.cs:596 after blocking 0.0032711s
2016-01-17 11:54:21.6234|INFO|thread:18|ConcurrentRepositoryConnection|branch stats: ahead 0, behind 0 on master
2016-01-17 11:54:21.6234|INFO|thread:18|AsyncReaderWriterLock|Released concurrent scheduler for operation: 264 at BranchSynchronizer.cs:126 after blocking 0.0022799s
2016-01-17 11:54:21.6234|INFO|thread:44|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:54:21.6234|INFO|thread:44|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:54:21.6234|INFO|thread:44|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'status --untracked-files=all --porcelain -z ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:54:21.6234|INFO|thread:45|AsyncReaderWriterLock|Released concurrent scheduler for operation: 261 at GitClient.cs:201 after blocking 0.0064921s
2016-01-17 11:54:21.6565|INFO|thread: 8|ConcurrentRepositoryConnection|Took 28ms to git status
2016-01-17 11:54:21.6565|INFO|thread: 8|ConcurrentRepositoryConnection|Took 28ms to git status and parse output
2016-01-17 11:54:21.6565|INFO|thread: 8|NewCommitViewModel|Took 33ms to load files for C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:54:21.6565|INFO|thread: 8|AsyncReaderWriterLock|Released concurrent scheduler for operation: 263 at GitClient.cs:290 after blocking 0.0332161s
2016-01-17 11:54:21.7775|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 265 at BranchSynchronizer.cs:126
2016-01-17 11:54:21.7775|INFO|thread:45|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 265 at BranchSynchronizer.cs:126 after waiting 4.8E-05s
2016-01-17 11:54:21.7775|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 266 at GitClient.cs:611
2016-01-17 11:54:21.7775|INFO|thread:28|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 266 at GitClient.cs:611 after waiting 3.22E-05s
2016-01-17 11:54:21.7805|INFO|thread:41|AsyncReaderWriterLock|Released concurrent scheduler for operation: 266 at GitClient.cs:611 after blocking 0.0014292s
2016-01-17 11:54:21.7805|INFO|thread:47|ConcurrentRepositoryConnection|branch stats: ahead 0, behind 0 on master
2016-01-17 11:54:21.7805|INFO|thread:47|AsyncReaderWriterLock|Released concurrent scheduler for operation: 265 at BranchSynchronizer.cs:126 after blocking 0.0026414s
2016-01-17 11:54:21.9216|INFO|thread: 1|NewCommitViewModel|Took 264ms to render file list for C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:54:21.9216|INFO|thread: 1|AsyncReaderWriterLock|Acquiring concurrent scheduler for operation 267 at RepositoryViewModel.cs:336
2016-01-17 11:54:21.9216|INFO|thread:14|AsyncReaderWriterLock|Acquired concurrent scheduler for operation: 267 at RepositoryViewModel.cs:336 after waiting 3.66E-05s
2016-01-17 11:54:21.9216|INFO|thread: 4|AsyncReaderWriterLock|Released concurrent scheduler for operation: 267 at RepositoryViewModel.cs:336 after blocking 0.0055156s
2016-01-17 11:55:29.4848|INFO|thread: 7|CrossProcessMessageBus|Another instance started and signaled us.
2016-01-17 11:55:29.5267|INFO|thread: 7|CommandLineHandler|Another app instance has asked us to clone this repo: 'https://github.com/TeamUlysses/utime'
2016-01-17 11:55:29.5287|INFO|thread: 1|DashboardViewModel|Received request to clone: 'https://github.com/TeamUlysses/utime'
2016-01-17 11:55:35.5175|INFO|thread: 1|RepositoryModel|Cloning repo https://github.com/TeamUlysses/utime.git
2016-01-17 11:55:35.5175|INFO|thread: 1|GitLfsSmudgeTail|Setting Git LFS smudge progress environment variable
2016-01-17 11:55:35.5295|INFO|thread: 1|RepositoryModel|Cloning 'https://github.com/TeamUlysses/utime.git' to 'utime' in directory 'C:\GMOD\DarkRP\garrysmod\addons
2016-01-17 11:55:35.5295|INFO|thread: 1|GitEnvironment|Process set up with this SSH Agent info: (null):(null)
2016-01-17 11:55:35.5295|INFO|thread: 1|GitEnvironment|PATH is C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\bin;C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\usr\share\git-tfs;C:\Users\Shane\AppData\Local\Apps\2.0\9DEDE68L.JTB\PL0L0ZZT.0AH\gith..tion_317444273a93ac29_0003.0000_328216539257acd4;C:\Users\Shane\AppData\Local\GitHub\lfs-amd64_1.1.0;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\System32
2016-01-17 11:55:35.5295|INFO|thread: 1|ProcessWrapper|Starting: Process - FileName: 'C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe', Args: 'clone --progress --recursive -- "https://github.com/TeamUlysses/utime.git" "utime" ', Working Directory: C:\GMOD\DarkRP\garrysmod\addons
2016-01-17 11:55:35.5295|INFO|thread:15|DashboardViewModel|Selected repository 'TeamUlysses/utime'
2016-01-17 11:55:35.6496|INFO|thread:15|DashboardViewModel|Took 0ms to Create RepositoryViewModel for location C:\GMOD\DarkRP\garrysmod\addons\utime
2016-01-17 11:55:36.0484|INFO|thread:43|BackgroundFetcher|Got a refresh period for TeamUlysses/utime of 300 seconds
2016-01-17 11:55:36.0484|INFO|thread:43|BackgroundFetcher|Added a delay for TeamUlysses/utime of 10904 milliseconds
2016-01-17 11:55:36.1998|ERROR|thread:20|ComparisonGraph|JavaScript Alert from the comparison graph: http://github-app/: TypeError: Cannot read property 'selectCommit' of null
2016-01-17 11:55:37.9943|INFO|thread:48|GitLfsSmudgeTail|Cleaning up Git LFS smudge progress environment variable
2016-01-17 11:55:38.0063|WARN|thread: 1|StandardUserErrors|Showing user error Please check your log file for more details, or email support if you are still having problems.
GitHub.IO.ProcessException: 11:55:35.554599 git.c:348 trace: built-in: git 'clone' '--progress' '--recursive' '--' 'https://github.com/TeamUlysses/utime.git' 'utime'
11:55:35.681689 run-command.c:335 trace: run_command: 'git-remote-https' 'origin' 'https://github.com/TeamUlysses/utime.git'
Cloning into 'utime'...
11:55:37.023252 run-command.c:335 trace: run_command: 'fetch-pack' '--stateless-rpc' '--stdin' '--lock-pack' '--thin' '--check-self-contained-and-connected' '--cloning' 'https://github.com/TeamUlysses/utime.git/'

  • Couldn't find host github.com in the _netrc file; using defaults
  • timeout on name lookup is not supported
  • Trying 192.30.252.128...
  • Connected to github.com (192.30.252.128) port 443 (#0)
  • ALPN, offering http/1.1
  • Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@strength
  • successfully set certificate verify locations:
  • CAfile: C:\Users\Shane\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\mingw32/ssl/certs/ca-bundle-ghfw.crt
    CApath: none
  • SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
  • ALPN, server accepted to use http/1.1
  • Server certificate:
  • subject: businessCategory=Private Organization; jurisdictionC=US; jurisdictionST=Delaware; serialNumber=5157550; street=548 4th Street; postalCode=94107; C=US; ST=California; L=San Francisco; O=GitHub, Inc.; CN=github.com
  • start date: Apr 8 00:00:00 2014 GMT
  • expire date: Apr 12 12:00:00 2016 GMT
  • subjectAltName: github.com matched
  • issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 Extended Validation Server CA
  • SSL certificate verify ok.

GET /TeamUlysses/utime.git/info/refs?service=git-upload-pack HTTP/1.1
Host: github.com
User-Agent: git/2.5.3.windows.1
Accept: /
Accept-Encoding: gzip
Pragma: no-cache

< HTTP/1.1 200 OK
< Server: GitHub Babel 2.0
< Content-Type: application/x-git-upload-pack-advertisement
< Transfer-Encoding: chunked
< Expires: Fri, 01 Jan 1980 00:00:00 GMT
< Pragma: no-cache
< Cache-Control: no-cache, max-age=0, must-revalidate
< Vary: Accept-Encoding
< X-GitHub-Request-Id: 4C69E934:2F2C:4D37955:569BF1BA
<

  • Connection #0 to host github.com left intact
    11:55:37.031851 git.c:348 trace: built-in: git 'fetch-pack' '--stateless-rpc' '--stdin' '--lock-pack' '--thin' '--check-self-contained-and-connected' '--cloning' 'https://github.com/TeamUlysses/utime.git/'
    11:55:37.180359 run-command.c:335 trace: run_command: 'index-pack' '--stdin' '-v' '--fix-thin' '--keep=fetch-pack 2888 on DESKTOP-D0CPIUS' '--check-self-contained-and-connected' '--pack_header=2,2460'
    remote: Counting objects: 2460, done.
    11:55:37.189353 git.c:348 trace: built-in: git 'index-pack' '--stdin' '-v' '--fix-thin' '--keep=fetch-pack 2888 on DESKTOP-D0CPIUS' '--check-self-contained-and-connected' '--pack_header=2,2460'
    Receiving objects: 0% (1/2460)
    Receiving objects: 1% (25/2460)
    Receiving objects: 2% (50/2460)
    Receiving objects: 3% (74/2460)
    Receiving objects: 4% (99/2460)
    Receiving objects: 5% (123/2460)
    Receiving objects: 6% (148/2460)
    Receiving objects: 7% (173/2460)
    Receiving objects: 8% (197/2460)
    Receiving objects: 9% (222/2460)
    Receiving objects: 10% (246/2460)
    Receiving objects: 11% (271/2460)
    Receiving objects: 12% (296/2460)
    Receiving objects: 13% (320/2460)
    Receiving objects: 14% (345/2460)
    Receiving objects: 15% (369/2460)
    Receiving objects: 16% (394/2460)
    Receiving objects: 17% (419/2460)
    Receiving objects: 18% (443/2460)
    Receiving objects: 19% (468/2460)
    Receiving objects: 20% (492/2460)
    Receiving objects: 21% (517/2460)
    Receiving objects: 22% (542/2460)
    Receiving objects: 23% (566/2460)
    Receiving objects: 24% (591/2460)
    Receiving objects: 25% (615/2460)
    Receiving objects: 26% (640/2460)
    Receiving objects: 27% (665/2460)
    Receiving objects: 28% (689/2460)
    Receiving objects: 29% (714/2460)
    Receiving objects: 30% (738/2460)
    Receiving objects: 31% (763/2460)
    Receiving objects: 32% (788/2460)
    Receiving objects: 33% (812/2460)
    Receiving objects: 34% (837/2460)
    Receiving objects: 35% (861/2460)
    Receiving objects: 36% (886/2460)
    Receiving objects: 37% (911/2460)
    Receiving objects: 38% (935/2460)
    Receiving objects: 39% (960/2460)
    Receiving objects: 40% (984/2460)
    Receiving objects: 41% (1009/2460)
    Receiving objects: 42% (1034/2460)
    Receiving objects: 43% (1058/2460)
    Receiving objects: 44% (1083/2460)
    Receiving objects: 45% (1107/2460)
    Receiving objects: 46% (1132/2460)
    Receiving objects: 47% (1157/2460)
    Receiving objects: 48% (1181/2460)
    Receiving objects: 49% (1206/2460)
    Receiving objects: 50% (1230/2460)
    Receiving objects: 51% (1255/2460)
    Receiving objects: 52% (1280/2460)
    Receiving objects: 53% (1304/2460)
    Receiving objects: 54% (1329/2460)
    Receiving objects: 55% (1353/2460)
    Receiving objects: 56% (1378/2460)
    Receiving objects: 57% (1403/2460)
    Receiving objects: 58% (1427/2460)
    Receiving objects: 59% (1452/2460)
    Receiving objects: 60% (1476/2460)
    Receiving objects: 61% (1501/2460)
    Receiving objects: 62% (1526/2460)
    Receiving objects: 63% (1550/2460)
    Receiving objects: 64% (1575/2460)
    Receiving objects: 65% (1599/2460)
    Receiving objects: 66% (1624/2460)
    Receiving objects: 67% (1649/2460)
    Receiving objects: 68% (1673/2460)
    Receiving objects: 69% (1698/2460)
    Receiving objects: 70% (1722/2460)
    Receiving objects: 71% (1747/2460)
    Receiving objects: 72% (1772/2460)
    Receiving objects: 73% (1796/2460)
    Receiving objects: 74% (1821/2460)
    Receiving objects: 75% (1845/2460)
    Receiving objects: 76% (1870/2460)
    Receiving objects: 77% (1895/2460)
    Receiving objects: 78% (1919/2460)
    Receiving objects: 79% (1944/2460)
    Receiving objects: 80% (1968/2460)
    Receiving objects: 81% (1993/2460)
    Receiving objects: 82% (2018/2460)
    Receiving objects: 83% (2042/2460)
    Receiving objects: 84% (2067/2460)
    Receiving objects: 85% (2091/2460)
    Receiving objects: 86% (2116/2460)
    Receiving objects: 87% (2141/2460)
    Receiving objects: 88% (2165/2460)
    Receiving objects: 89% (2190/2460)
    Receiving objects: 90% (2214/2460)
    Receiving objects: 91% (2239/2460)
    Receiving objects: 92% (2264/2460)
    Receiving objects: 93% (2288/2460)
    Receiving objects: 94% (2313/2460)
    Receiving objects: 95% (2337/2460)
    Receiving objects: 96% (2362/2460)
    Receiving objects: 97% (2387/2460)
    Receiving objects: 98% (2411/2460)
    Receiving objects: 99% (2436/2460), 583.96 KiB | 1.13 MiB/s
    Receiving objects: 100% (2460/2460), 583.96 KiB | 1.13 MiB/s
    Receiving objects: 100% (2460/2460), 583.96 KiB | 1.13 MiB/s, done.
    Resolving deltas: 0% (0/1489)
    Resolving deltas: 1% (15/1489)
    Resolving deltas: 2% (30/1489)
    Resolving deltas: 3% (55/1489)
    Resolving deltas: 4% (64/1489)
    Resolving deltas: 5% (75/1489)
    Resolving deltas: 7% (105/1489)
    Resolving deltas: 8% (128/1489)
    Resolving deltas: 9% (139/1489)
    Resolving deltas: 10% (153/1489)
    Resolving deltas: 11% (170/1489)
    Resolving deltas: 12% (182/1489)
    Resolving deltas: 13% (194/1489)
    Resolving deltas: 14% (210/1489)
    Resolving deltas: 15% (232/1489)
    Resolving deltas: 16% (248/1489)
    Resolving deltas: 19% (285/1489)
    Resolving deltas: 20% (303/1489)
    Resolving deltas: 21% (323/1489)
    Resolving deltas: 22% (330/1489)
    Resolving deltas: 23% (343/1489)
    Resolving deltas: 24% (359/1489)
    Resolving deltas: 25% (377/1489)
    Resolving deltas: 26% (401/1489)
    Resolving deltas: 27% (409/1489)
    Resolving deltas: 28% (421/1489)
    Resolving deltas: 29% (432/1489)
    Resolving deltas: 30% (461/1489)
    Resolving deltas: 31% (462/1489)
    Resolving deltas: 32% (478/1489)
    Resolving deltas: 33% (494/1489)
    Resolving deltas: 34% (509/1489)
    Resolving deltas: 36% (539/1489)
    Resolving deltas: 37% (551/1489)
    Resolving deltas: 38% (570/1489)
    Resolving deltas: 46% (697/1489)
    Resolving deltas: 48% (725/1489)
    Resolving deltas: 49% (731/1489)
    Resolving deltas: 50% (745/1489)
    Resolving deltas: 51% (761/1489)
    Resolving deltas: 52% (777/1489)
    Resolving deltas: 53% (792/1489)
    Resolving deltas: 54% (810/1489)
    Resolving deltas: 57% (849/1489)
    Resolving deltas: 58% (872/1489)
    Resolving deltas: 59% (891/1489)
    Resolving deltas: 60% (900/1489)
    Resolving deltas: 62% (925/1489)
    Resolving deltas: 63% (940/1489)
    Resolving deltas: 65% (972/1489)
    Resolving deltas: 66% (983/1489)
    Resolving deltas: 67% (1001/1489)
    Resolving deltas: 68% (1019/1489)
    Resolving deltas: 70% (1050/1489)
    Resolving deltas: 71% (1060/1489)
    Resolving deltas: 72% (1080/1489)
    Resolving deltas: 73% (1101/1489)
    Resolving deltas: 74% (1102/1489)
    Resolving deltas: 75% (1120/1489)
    Resolving deltas: 76% (1136/1489)
    Resolving deltas: 78% (1165/1489)
    Resolving deltas: 80% (1203/1489)
    Resolving deltas: 82% (1230/1489)
    Resolving deltas: 83% (1236/1489)
    Resolving deltas: 85% (1267/1489)
    Resolving deltas: 86% (1282/1489)
    Resolving deltas: 87% (1299/1489)
    Resolving deltas: 88% (1314/1489)
    Resolving deltas: 89% (1329/1489)
    Resolving deltas: 90% (1347/1489)
    Resolving deltas: 91% (1369/1489)
    Resolving deltas: 92% (1370/1489)
    Resolving deltas: 93% (1388/1489)
    Resolving deltas: 94% (1403/1489)
    Resolving deltas: 95% (1419/1489)
    Resolving deltas: 96% (1430/1489)
    Resolving deltas: 97% (1445/1489)
    Resolving deltas: 98% (1460/1489)
    Resolving deltas: 99% (1476/1489)
    Resolving deltas: 100% (1489/1489)
    Resolving deltas: 100% (1489/1489), done.
    remote: Total 2460 (delta 0), reused 0 (delta 0), pack-reused 2460
    11:55:37.887673 run-command.c:335 trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all'
    Checking connectivity... 11:55:37.895235 git.c:348 trace: built-in: git 'rev-list' '--objects' '--stdin' '--not' '--all'

  • Couldn't find host github.com in the _netrc file; using defaults

  • Found bundle for host github.com: 0x296ca48

  • Re-using existing connection! (#0) with host github.com

  • Connected to github.com (192.30.252.128) port 443 (#0)

    POST /TeamUlysses/utime.git/git-upload-pack HTTP/1.1
    Host: github.com
    User-Agent: git/2.5.3.windows.1
    Accept-Encoding: gzip
    Content-Type: application/x-git-upload-pack-request
    Accept: application/x-git-upload-pack-result
    Content-Length: 350

  • upload completely sent off: 350 out of 350 bytes
    < HTTP/1.1 200 OK
    < Server: GitHub Babel 2.0
    < Content-Type: application/x-git-upload-pack-result
    < Transfer-Encoding: chunked
    < Expires: Fri, 01 Jan 1980 00:00:00 GMT
    < Pragma: no-cache
    < Cache-Control: no-cache, max-age=0, must-revalidate
    < Vary: Accept-Encoding
    < X-GitHub-Request-Id: 4C69E934:2F2C:4D379E1:569BF1BB
    <

  • Connection #0 to host github.com left intact
    11:55:37.945019 run-command.c:335 trace: run_command: 'submodule' 'update' '--init' '--recursive'
    done.
    11:55:37.952553 git.c:558 trace: exec: 'git-submodule' 'update' '--init' '--recursive'
    11:55:37.953548 run-command.c:335 trace: run_command: 'git-submodule' 'update' '--init' '--recursive'
    2016-01-17 11:55:40.8941|INFO|thread: 7|CrossProcessMessageBus|Another instance started and signaled us.
    2016-01-17 11:55:40.8941|INFO|thread: 7|CommandLineHandler|Another app instance has asked us to clone this repo: 'https://github.com/TeamUlysses/ulib'

Overridden commands do not respect hide_say

Steps to reproduce

  1. Use ULib.HOOK_COMMAND_CALLED to override a command that has hide_say set to true (e.g.: ulx psay).
-- lua/ulib/modules/server/psayoverride.lua
local function pSayOverride( ply, cmd )
  if cmd == "ulx psay" then
    return false -- Disallow
  end
end
hook.Add( ULib.HOOK_COMMAND_CALLED, "pSayOverride", pSayOverride )
  1. Use the chat command to call the command.

Expected behavior

The chat message should be suppressed.

Actual behavior

The chat message appears in the chat box.

Version

ULib v2.63d (03/21/17)
ULX v3.73d (03/21/17)

errors

Steps to reproduce

Expected behavior

Conflict with fin 2

Actual behavior

No idea don't cause problems it seems

Error(s) in server console, if any

Didn't find any

Error(s) in player's console, if any

[ERROR] lua/includes/extensions/math.lua:54: attempt to perform arithmetic on local 'high' (a nil value)

  1. Rand - lua/includes/extensions/math.lua:54
    1. fn - lua/autorun/server/sv_fin.lua:25
    2. unknown - lua/ulib/shared/hook.lua:110

Version

Run "ulx version" in console and paste the result
I just updated it.

Lag with large number of bans (6k+)

Way ahead:

  1. Divorce ourselves of the Source Engine's ban mechanism altogether, as we can do it entirely in-house now with the "CheckPassword" hook.
  2. Move data to SQLite.

Error upon join for all players

After updating to the latest version (retried as of today - same error), this error seems to occur when joining:
Image of error

I don't know what information to provide you, so let me know.
Running DarkRP.

The ULibUserRemoved Event Passes the Wrong ID to the Callback

This issue just needs the documentation updated to say that it returns a ulib id, or update the functionality to return the user steam id. It only took a bit of digging to find out I needed to use ULib.getPlyByID(id):SteamID64() to get the Steam ID I needed, but to save others the trouble, I wanted to point this out.

Steps to reproduce

  1. Run a function on the hook ULibUserAccessChange and print out the ID as such:
hook.Add('ULibUserRemoved', 'MistyMeadowsUserRemoved', function(id, userInfo)
    print(id)
end)

Expected behavior

I was expecting it to pass the user steamid to the callback since that's what the documentation says it does. http://ulyssesmod.net/docs/files/lua/ulib/shared/defines-lua.html#ULibUserRemoved

Actual behavior

It passes a ulib specific ID.

Error(s) in server console, if any

N/A

Error(s) in player's console, if any

N/A

Version

ULib v2.63w
ULX v3.73w

Error

[ERROR] lua/includes/extensions/math.lua:46: attempt to compare nil with number

  1. Clamp - lua/includes/extensions/math.lua:46
    1. ValueChanged - addons/ulx/lua/ulx/modules/cl/xgui_helpers.lua:261
    2. SetValue - addons/ulx/lua/ulx/modules/cl/xlib.lua:587
      1. unknown - addons/ulx/lua/ulx/modules/cl/xlib.lua

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.