debugging

  1. Rishab7

    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...
  2. 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...
  3. Rishab7

    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...
  4. 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...
  5. rgdelank

    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...
  6. Rishab7

    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)...
  7. InformB

    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...
  8. GuyPink

    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...
  9. 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.
  10. 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...
  11. J

    Windows 10 Editing an existing script or code because it does not work as intended...

    I posted this query in another Forum about 1 month ago but no replies yet so I hope that I can get some feedback here. 3RVX is a skinable volume indicator for Windows. It looks almost exactly the same is the volume indicator for Windows 8 and 10 but in a different region of the screen. I did...
  12. News

    Retrieve source maps securely in production in Microsoft Edge DevTools

    With version 99 of Microsoft Edge, DevTools can securely download source maps from the Azure Artifacts symbol server. This means you can use Azure Pipelines to publish source maps to a secure location, and have DevTools retrieve them at runtime and offer a familiar debugging experience by...
  13. nilaygala

    Windows 10 Driver power state failure pci.sys

    Recently i have been facing BSOD with driver power state failure. i have opened the dump file and debugged it PLEASE HELP ********** DRIVER_POWER_STATE_FAILURE (9f) A driver has failed to complete a power IRP within a specific time. Arguments: Arg1: 0000000000000003, A device object has been...
  14. News

    Making the app single-instanced (Part 3)

    Single-instanced apps only allow one instance of the app running at a time. WinUI apps are multi-instanced by default. They allow you to launch multiple instances of the same app at one time, which we call multiple instances. However, you may implement single-instancing based on the use case of...
  15. M

    Windows 10 Troubleshooting BSOD: WDF_VIOLATION Error Analysis on Windows 10

    Hi, Computer recently started giving me the BSOD. I've tried the following; Fresh windows install All drivers have been updated Registry files have been cleaned using CCleaner. Hopefully you can help me decipher the DEBUG file. Link Removed Debug analysis below...
  16. B

    Windows 10 BSOD on a new Lenovo, all drivers and Updates installed

    Brand new Lenovo. Minidumps shows: Minidump 1: DRIVER_POWER_STATE_FAILURE (9f) A driver has failed to complete a power IRP within a specific time. Arguments: Arg1: 0000000000000003, A device object has been blocking an Irp for too long a time Arg2: ffffae88e022f360, Physical Device Object of...
  17. News

    VIDEO Improved authoring and debugging experiences in Microsoft Edge DevTools and Visual Studio Code

    As web developers we spend a lot of time authoring our code in an editing environment. We then jump over to the browser to use the in-built developer tools to debug and tweak the product UI. The problem with this is that results of the tweaking and debugging aren’t reflected in the source code...
  18. Rara

    Windows 10 Mati secara mendadak

  19. News

    VIDEO Make Microsoft Edge DevTools your own

    There isn’t much you can’t do with web technologies nowadays. The web platform has evolved so much that such diverse things as animating elements, playing or recording media, accessing files or storage, intercepting network requests and accessing the cache, making complex CSS layouts, or writing...
  20. E

    Windows 10 Access Violation When Iterating Through SCSI Slots

    I am getting an access violation when iterating through SCSI HDD's. I'm sure I'm doing something that needs a minor tweak to get it to work properly. Anyone have any ideas on why I'm getting an access violation every time? HANDLE handle = CreateFile("\\\\.\\PhysicalDrive1", GENERIC_READ |...
Back
Top