debugging

  1. T

    I need some assistance finding out what is causing this Event Log Auditing event

    I am using Alienvault to log our SIEM Events from our Windows 2019 servers, and I am trying to find out how to debug what is causing this recurring Auditing Event in our Windows Event Logs. I have found out that SentinelOne is scanning this file at the time, but is there a way to see what...
  2. Help Deciphering DPC_WATCHDOG_VIOLATION Error After System Crash

    Attached is the error I believe that caused my crash, can anyone decipher what this means, and if this is telling me what I can do to fix it. 14: kd> !analyze -v ******************************************************************************* * Bugcheck Analysis...
  3. Trying to passthru my RTX 2080 ti from FreeBSD (14) to a Windows 11 vm (it generates a resource conflict and requires additional installation)

    Hello to everyone. What I would like to understand if why,when I try to passthru my RTX 2080 ti from FreeBSD to Windows 11,it won't do it,causing the error 12. It says that it generates a resource conflict and requires additional installation). I'm trying to debug the error. Below you see the...
  4. K

    Windows 10 several PCs got blue screen in the office

    While using the PC with OS Windows 10 pro, after rebooting the PC, blue screen occurs during boot process, and the PC cannot be booted. Blue Screen Error Code : 0xc000000e (Stop cod : REGISTRY ERROR) It happens at several PCs in the my office randomly without any sign. I tried to almost...
  5. Multi-Threading, Visual Studio, and Breakpoints.

    This is a repost, now that ChatGPT is working again... Hi. I need some clarification and/or help with a multi-threaded application being debugged with Visual Studio. I notice that when I hit a breakpoint in a thread, it stops, and I can examine the status and values, but when I step to the...
  6. Multi-threading, Visual Studio, and Breakpoints

    Hi. I need some clarification and/or help with a multi-threaded application being debugged with Visual Studio. I notice that when I hit a breakpoint in a thread, it stops, and I can examine the status and values, but when I step to the next instruction, the debugger goes back to the original...
  7. A strange problem with modeless dialog boxes - V2

    I have solved the problem! See the original post, "A strange problem with modeless dialog boxes", for details. This is a repost, incorporating the latest simplifications of the problem statement, and a minimal reproducible example of the code... I'm having a problem with modeless dialog boxes...
  8. A strange problem with modeless dialog boxes

    I have solved the problem! When the AI Bot told me that I was stalling the message loop, I looked deeper. In the original code I was calling PeekMessage() with PM_REMOVE, filtering for WM_KEYDOWN, and then checking for VK_ESCAPE. This consumed the WM_KEYDOWN message but not any other messages...
  9. J

    Use WPR.exe to trace the source of the issue - Solved!

    What is the correct command to be used so that a session can be started and saves the work when the PC gets the black screen from an error. Cannot be saved manually because it is crashed.
  10. S

    Windows 10 Bizarre power issue

    Here's the short version: when I attempt to power up (using the power switch on the power supply) the computer powers up for only an instance and then powers off. Here's the long version: on Friday I attempted to upgrade to Windows 11. I got an error message early in the installation, so I...
  11. Windows 7 Problem with Laravel Framework

    I am trying to learn the Laravel Framework from this post, but I am having trouble with the following: // Laravel route Route::get('/', function () { return view('welcome'); }); When I access the route in my browser, I get the following error: View [welcome] not found. I have made sure that...
  12. W

    Event ID 1309 ASP.NET 4.0.30319.0 Warning

    I see a lot of talk online with this particular event id relating to Exchange. This is not an Exchange server. It's an IIS server running a web page for an inhouse application. I don't really know how to debug it. It only happens very randomly and I'm unsure of the catalyst so far. One...
  13. Windows 7 Reverse a linked list in Java

    Hi everyone, I am trying to reverse a linked list in Java. I have been following the tutorial on how to reverse a linked list, but I am having trouble understanding the recursive approach. Can anyone help me understand how to reverse a linked list using recursion in Java? Here is the code that...
  14. S

    W10 Day-Timer 2000 Program suddenly stops working

    Hello. I'm new to this forum and hope to get help. I've been running an old application since the XP days on various systems. I'm currently running it succcessfully on a W10 laptop, a W11 laptop, and it used to run on my W10 desktop. Starting yesterday, when it starts to load, it is...
  15. Pin At Start Access Denied from VBscript and PowerShell command line

    Windows 11: I receive "access denied" by calling "Pin At Start" from the command line, no mather wich language PowerShell or VBscript. Both are called using administrator rights. PowerShell ========== Error ===== PS C:\Users\roberto> .\t.ps1 Pin-App : App(s) not found: C:\Program...
  16. Windows 7 Issues with understanding the Longest Increasing Subsequence code

    Hello all, I am having issues understanding the code posted on this blog for the Longest Increasing Subsequence problem. I've been trying to implement the code, but I haven't been able to get the correct output. The code I've been trying to implement is as follows: def LIS(A): n = len(A)...
  17. 50,000 users in 2019 hangs on boot but works on 2012R2

    I've been using Windows server 2012R2 Standard for almost a decade now. I have apps running on the server which have created about 50,000 local users. These are local users created using WMIC scripts and eq. API's. The purpose is to allow for easy integration with IIS authentication. The app...
  18. Windows 10 PC issues restart/freeze sound on but keyboard and monitor frozen

    Hi ive been having issues with my pc randomly crashing when either waking it up or in a middle of the game after playing for like 1 hour my screen just freezes and all i hear is the ingame sounds then after a while my pc restarts ive logged one of the crash dumps and i cant figure out the issue...
  19. L

    Random BDOS for the best few weeks. I have DMP files but cant read them.

    Not sure where to go from here or how to fix. Any help would be great. Thanks.
  20. E

    Windows 11 Windows Audio Capture Client GetBuffer()

    Can someone explain how to get data stored in a pointer and get an address that is stored in that pointer, then get the data from the address? I cannot figure out how to store the raw audio data into a file every time I run it the data accumulating in the file is low. The function in question is...