Bruce Dawson
Bruce Dawson
The latest FindZombieHandles fails after running ProcessCreateTests from this branch/commit: https://github.com/randomascii/blogstuff/commit/bdb648cf3c5bfebd6128a86447573ff0bf59fbd8 The error message printed is: (0xC0000023) - {Buffer Too Small} The buffer is too small to contain the entry....
ETWRecord.bat defaults to creating trace names that include the current date and time. These are designed so that they will sort alphabetically but it is likely that this fails in...
The altWinDirStat repo is 294 MB which is enormous for the source code to a tool. The size comes almost entirely from 95 MB of docs (and the .git packed...
I tried indexing some VS 2015 built code and hit this error: Script error. The source path (c:\program files (x86)\microsoft visual studio 14.0\vc\include\limits) was invalid At C:\github\GitHub-Source-Indexer\github-sourceindexer.ps1:299 char:9 - throw...
When using the -verifyLocalRepo option, which is necessary to avoid losing the case of source files, git.exe cannot easily be found. The FindGitExe function looks in a few hard-coded locations...
While the directory and file names in my local system have the correct case (it matches that in github) the directory name and file names were lowercased which caused the...
I tried running this script with: -dbgToolsPath "c:\Program Files (x86)\Windows Kits\10\Debuggers\x64" since this is the default location for the debuggers now. I received the following errors: x86 : The term...
We are hitting a significant number of Crashes in Chrome that are 100% correlated with obs-virtualcam-model64.dll. The crash call stack looks like this: 0x00007ffd4de4c1b2 | (chrome.dll -video_capture_device_client.cc:616) | | media::VideoCaptureDeviceClient::OnIncomingCapturedBufferExt(media::VideoCaptureDevice::Client::Buffer,media::VideoCaptureFormat...
**Describe the bug** When optimizing throbber_small.svg with this tool a few important directives were removed which changed the behavior. An example removal was to{transform:rotate(360deg)}. The diffs can be seen here:...
Windows 10 20-04 changed how it processes timer interrupts/events and according to this comment on my blog: https://randomascii.wordpress.com/2020/10/04/windows-timer-resolution-the-great-rule-change/#comment-77341 this has affected GlovePIE. Previously you could tell GlovePIE to run scripts...