DLL files stopped working and I'm unable to delete folders


0xC0000037
STATUS_PORT_DISCONNECTED
An attempt was made to send a message to a disconnected communication port.



Not sure what would cause this? Maybe anti-virus? firewall?
how would i test it? disable firewall and try to run the program? and i dont run an antivirus. i tried downloaind thee c++ you sent, and got this error
what should i do?
Screenshot 2025-02-17 190516.webp
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 7 7800X3D 8-Core Processor, 4201 Mh
    Motherboard
    MAG B650 TOMAHAWK WIFI (MS-7D75)
    Memory
    32
    Graphics Card(s)
    nvidia geforce rtx 4090
    Browser
    mozilla
    Antivirus
    windows defender
That seems to be the gist of the error code, best read from the generic winerror.h file, as follows:
1739912772830.webp
It's pretty much the same error message you're showing in the preceding error window. This could get interesting. Let us know what happens next.
Thanks,
--Ed--

PS: Download the MS Error Lookup Tool for yourself: it's handy!
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo X380 Yoga
    CPU
    i7-8650U (8th Gen/Kaby Lake)
    Motherboard
    20LH000MUS (U3E1)
    Memory
    16 GB
    Graphics Card(s)
    Intel UHD Graphics 620
    Sound Card
    Integrated Conexant SmartAudio HD
    Monitor(s) Displays
    FlexView Display
    Screen Resolution
    1920x1080
    Hard Drives
    Toshiba 1 TB PCIe x3 NVMe SSD
    external 5TB Seagate USB-C attached HDD
    PSU
    Lenovo integrated 65W power brick
    Case
    Laptop
    Cooling
    Laptop
    Keyboard
    Integrated Lenovo ThinkPad keyboard
    Mouse
    touchscreen, touchpad
    Internet Speed
    GbE (Spectrum/Charter)
    Browser
    all of em
    Antivirus
    Defender
    Other Info
    Purchased early 2019 as Windows Insider test PC
how would i test it? disable firewall and try to run the program? and i dont run an antivirus. i tried downloaind thee c++ you sent, and got this error
what should i do?
Screenshot 2025-02-17 190516.webp

You actually only needed the first one from that page: https://aka.ms/vs/17/release/vc_redist.x64.exe
Did you clear out your package cache at some point on your machine.

Yes i would disable firewall to test if that helps starting the game.
Do you btw have some anti-cheat software installed?

When you say you have no virusscan installed. Do you still scan you machines once in a while. Because malware/virusses can also cause unexpected behaivor on machines. Would suggest to scan at least with Malware Bytes, just to be sure, and then report back.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
Tester: glad you found it useful. Beats searching Google to get quick reads on error codes.
-Ed-
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo X380 Yoga
    CPU
    i7-8650U (8th Gen/Kaby Lake)
    Motherboard
    20LH000MUS (U3E1)
    Memory
    16 GB
    Graphics Card(s)
    Intel UHD Graphics 620
    Sound Card
    Integrated Conexant SmartAudio HD
    Monitor(s) Displays
    FlexView Display
    Screen Resolution
    1920x1080
    Hard Drives
    Toshiba 1 TB PCIe x3 NVMe SSD
    external 5TB Seagate USB-C attached HDD
    PSU
    Lenovo integrated 65W power brick
    Case
    Laptop
    Cooling
    Laptop
    Keyboard
    Integrated Lenovo ThinkPad keyboard
    Mouse
    touchscreen, touchpad
    Internet Speed
    GbE (Spectrum/Charter)
    Browser
    all of em
    Antivirus
    Defender
    Other Info
    Purchased early 2019 as Windows Insider test PC
That seems to be the gist of the error code, best read from the generic winerror.h file, as follows:
View attachment 125789
It's pretty much the same error message you're showing in the preceding error window. This could get interesting. Let us know what happens next.
Thanks,
--Ed--

PS: Download the MS Error Lookup Tool for yourself: it's handy!
i sadly gave up and reinstalled windows, which was stupid in hindsight cause i've got no clue what caused this issue and it might come up again. But ill try this when i need to. thank you
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 7 7800X3D 8-Core Processor, 4201 Mh
    Motherboard
    MAG B650 TOMAHAWK WIFI (MS-7D75)
    Memory
    32
    Graphics Card(s)
    nvidia geforce rtx 4090
    Browser
    mozilla
    Antivirus
    windows defender
You actually only needed the first one from that page: https://aka.ms/vs/17/release/vc_redist.x64.exe
Did you clear out your package cache at some point on your machine.

Yes i would disable firewall to test if that helps starting the game.
Do you btw have some anti-cheat software installed?

When you say you have no virusscan installed. Do you still scan you machines once in a while. Because malware/virusses can also cause unexpected behaivor on machines. Would suggest to scan at least with Malware Bytes, just to be sure, and then report back.
I did not clear out my package cache. Treated my pc low maintenance, so no funny business or tweaking.

Disabling firewall did not yield any results and the only anti-cheat i had (to my knowledge) was the one from marvel rivals and epic games' fortnite (battle eye i think). Did not try disabling those.

I did try malwarebytes! Did not report anything suspicious.

In the end i gave up and reinstalled windows, which wasn't smart since i missed out on trying @Ed Tittels MS error lookup tool. I deleted all data on both drives. Nevertheless, one issue still persists, and that is that cyberpunk still occasionally restarts my computer. I'm at a loss. It's probably hardware right? How can i test/verify it? Is there a way to create and view a log to figure out why my pc restarts? Until now it's just that game and it wasnt a problem for like a year
And again, thank you for helping me out, I really appreciate it
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 7 7800X3D 8-Core Processor, 4201 Mh
    Motherboard
    MAG B650 TOMAHAWK WIFI (MS-7D75)
    Memory
    32
    Graphics Card(s)
    nvidia geforce rtx 4090
    Browser
    mozilla
    Antivirus
    windows defender
Tester: glad you found it useful. Beats searching Google to get quick reads on error codes.
Last night i intergraded it into my application, if i search in my app for example "d3d11.dll caused an Access Violation (0xc0000005) in module d3d11.dll at"
It will strip out al the text, and return the error code, and launch a powershell, that calls for the err tool.

C#
const string command = "C:\\path\\to\\MicrosoftErrorLookupTool\\Err_6.4.5.exe";
var errorCode = ErrorCode.ExtractErrorCode(searchQuery);
PowerShellRunner.RunCommandAndPauseAsync(command, errorCode;
1740152946490.webp

Following i had already working:
Same goes for all my indexed content inside of files, for example inside my collection of pdf files:
1740152247613.webp
It also opens my local intranet in a tab in Brave browser, with wiki/ticket history search of the error codes and a full name search.
Then also opens a tab for chrome browser with a google search.
Then it positions all windows on certain x.y coords on second monitor, so all apps are nicely in view.

Very handy if you don't want to search trough different application manually in one instance!
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop

Latest Support Threads

Back
Top Bottom