piece of **** windows crashing Game Input reconfigure

Anonymous
2022-07-26T01:57:01+00:00

Windows Installer reconfigured the product. Product Name: Microsoft GameInput. Product Version: 10.1.22621.1011. Product Language: 1033. Manufacturer: Microsoft Corporation crashes PC

Any solutions known? I've looked and nothing has worked so far but they are old posts. This has been a problem for years now and the muppets at microsoft have done **** to fix it.

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

93 answers

Sort by: Oldest
  1. Anonymous
    2022-09-05T23:19:07+00:00

    Grab your minidump files:

    Navigate to C:\Windows\Minidump and copy them to another location

    Then open them in WinDbg Preview :

    https://www.microsoft.com/store/productId/9PGJGD53TN86

    File => Open dump file (select a dmp) => open => click/run !analyze -v

    After it finishes you should see an IMAGE_NAME field (for example mine is ntkrnlmp.exe)

    This is more or less what you need to research/ask about.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2022-09-06T01:02:54+00:00

    I used the Minidump and Diagnostic Data Viewer in Win11.

    Problem Event Name: BlueScreenCode: 1aa
    Problem Event Name: BlueScreenCode: 20001
    Problem Event Name: BlueScreenCode: a
    Problem Event Name: BlueScreenCode: 1e
    Problem Event Name: BlueScreenCode: d1
    Problem Event Name: LiveKernelEventCode: 144
    Problem Event Name: BlueScreenCode: 3b
    Problem Event Name: BlueScreenCode: 50
    Problem Event Name: BlueScreenCode: 101
    ... and so on ...

    I noticed the restarts happen often when I play a video file HDR in VLC app. I press pause the video, and when I want to play it again, it causes this hissing sound and restarts the machine. Othertimes the BSOD or restarts come out of the blue.

    Downloaded Driver Fix app and updated Realtek and DTS drivers. Let's see how I fare.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-09-06T20:51:44+00:00

    Personally I didn't get much useful info from anything other than Windbg preview, so I have to recommend trying that as well.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2022-09-07T09:58:55+00:00

    Alright! So far no success with all the above.

    Also ran sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth. No errors.
    Just got two restarts one with Problem Event Name: BlueScreen, Code: 20001, and just 5 minutes ago a BSOD with a hissing sound and irql_not_less_or_equal message. W11 turned into a total unreliable mess for me, after running without a SINGLE crash for months after installation.

    Edit: I just got another BSOD with KMODE_EXCEPTION_NOT_HANDLED and WdFilter.sys listed as reason.

    Edit: Now stop code: HYPERVISOR ERROR during video call.

    Maddening that it's not clear what causes all this ****.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2022-09-12T22:34:24+00:00

    Alright! So far no success with all the above.

    Can you confirm that you tried WindbgPreview and the resulting image name.

    I don't have much time at the moment but my initial research showed WdFilter.sys is often caused by corrupted display drivers, so maybe try a clean install of nvidia/whatever gpu you have

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments