Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-7173

Mouclass.sys tries to open non-existant objects

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • Drivers: Other
    • None
    • Vmware Player 5.0.2
      USB2.0

    Description

      Replacing w2k3 mouclass.sys with ReactOS mouclass.sys driver makes the mouse unusable (no cursor and no clicking). Device manager says the "Driver can not start Error(10)",

      I've attached Verifier Driver, and added some dprints, the result shows:

      (C:\reactos\drivers\input\mouclass\mouclass.c:831) ZwOpenFile for '??\Root#RDP_MOU#0000#

      {378de44c-56ef-11d1-bc8c-00a0c91405dd}' returned status 0xc0000034
      (C:\reactos\drivers\input\mouclass\mouclass.c:831) ZwOpenFile for '??\ACPI#PNP0F13#4&5289e18&0#{378de44c-56ef-11d1-bc8c-00a0c91405dd}

      ' returned status 0xc0000034
      (C:\reactos\drivers\input\mouclass\mouclass.c:831) ZwOpenFile for '??\HID#Vid_0e0f&Pid_0003&MI_00#8&28f6544d&0&0000#

      {378de44c-56ef-11d1-bc8c-00a0c91405dd}' returned status 0xc0000034
      (C:\reactos\drivers\input\mouclass\mouclass.c:831) ZwOpenFile for '??\HID#Vid_0e0f&Pid_0003&MI_01#8&51f168b&0&0000#{378de44c-56ef-11d1-bc8c-00a0c91405dd}

      ' returned status 0xc0000034

      I've searched with WinObj but these objects doesnt exist.

      There is a RDP_KBD in w2k3 but not a RDP_MOU object:
      ZwOpenFile for '??\Root#RDP_MOU#0000#

      {378de44c-56ef-11d1-bc8c-00a0c91405dd}' returned status 0xc0000034

      There is a ??\ACPI#PNP0303#4&5289e18&0#{884b96c3-56ef-11d1-bc8c-00a0c91405dd} in 2k3 but not a:
      ZwOpenFile for '??\ACPI#PNP0F13#4&5289e18&0#{378de44c-56ef-11d1-bc8c-00a0c91405dd}

      ' returned status 0xc0000034

      There is a
      '??\USB#Vid_0e0f&Pid_0003#6&63561a1&0&1#

      {a5dcbf10-6530-11d2-901f-00c04fb951ed}

      ' in 2k3
      but not a:
      '??\HID#Vid_0e0f&Pid_0003&MI_00#8&28f6544d&0&0000#

      {378de44c-56ef-11d1-bc8c-00a0c91405dd}'

      neither an:
      ??\HID#Vid_0e0f&Pid_0003&MI_01#8&51f168b&0&0000#{378de44c-56ef-11d1-bc8c-00a0c91405dd}

      Hope that helps

      Attachments

        Activity

          People

            vicmarcal vicmarcal
            vicmarcal vicmarcal
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: