<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic You are welcome Ruben. in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-Starting-MSR-service-failed-with-error-3/m-p/936444#M1759</link>
    <description>&lt;P&gt;You are welcome Ruben.&lt;/P&gt;
&lt;P&gt;Btw did you try to run msr.sys on 32-bit Windows?&lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2013 17:02:48 GMT</pubDate>
    <dc:creator>Bernard</dc:creator>
    <dc:date>2013-09-23T17:02:48Z</dc:date>
    <item>
      <title>PCM - Starting MSR service failed with error 3</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-Starting-MSR-service-failed-with-error-3/m-p/936441#M1756</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a problem trying to use the msr.sys driver. It seems to be throwing an error 3 when starting the driver. I compiled pcm.exe with Visual Studio 2010. This is the ouput:&lt;/P&gt;
&lt;P&gt;Starting MSR service failed with error 3 - It is thrown at &amp;nbsp;Drive.start(); &amp;nbsp;call&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After that it tries to load winring0.dll but it also fails.&lt;/P&gt;
&lt;P&gt;I have compiled the msr.sys with WDK 7600 on a Windows7 and an Intel&amp;nbsp;i7-3770K. I used the Windows7 "x64 Free Build Environment" for building and it finished without errors. I also managed to certificate/signing that msr.sys file without errors. I am running on test mode and the msr.sys file has been copied to the working directory and also to c:/windows/system32.&lt;/P&gt;
&lt;P&gt;But after that I receive error 3, what am I missing? Can anybody help me?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 09:14:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-Starting-MSR-service-failed-with-error-3/m-p/936441#M1756</guid>
      <dc:creator>Ruben_G_1</dc:creator>
      <dc:date>2013-09-23T09:14:38Z</dc:date>
    </item>
    <item>
      <title>Build and run it on 32-bit</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-Starting-MSR-service-failed-with-error-3/m-p/936442#M1757</link>
      <description>&lt;P&gt;Build and run it on 32-bit Windows.I am not sure if this error is returned by the Service Manager and it looks like "Path_Not_Found error.Probably during the registration of your driver path to msr.sys was somehow corrupted .Try to use regmon when Mar.sys is started and look for any failure related to driver loading or service starting.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 12:44:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-Starting-MSR-service-failed-with-error-3/m-p/936442#M1757</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-09-23T12:44:09Z</dc:date>
    </item>
    <item>
      <title>Thanks for your response.</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-Starting-MSR-service-failed-with-error-3/m-p/936443#M1758</link>
      <description>&lt;P&gt;Thanks for your response.&lt;/P&gt;
&lt;P&gt;After a while of debugging I have noticed that the one returning error 3 was&amp;nbsp;StartService(hService, 0, NULL) in Driver.start() method of file windriver.h. I agree that the problem was related to not being able to find the msr.sys file but after several futile attempts to fix it by copying a backup copy of msr.sys and even generating a new version, I have decided to move backwards to a safe restore-point of windows.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Ruben&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 16:38:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-Starting-MSR-service-failed-with-error-3/m-p/936443#M1758</guid>
      <dc:creator>Ruben_G_1</dc:creator>
      <dc:date>2013-09-23T16:38:24Z</dc:date>
    </item>
    <item>
      <title>You are welcome Ruben.</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-Starting-MSR-service-failed-with-error-3/m-p/936444#M1759</link>
      <description>&lt;P&gt;You are welcome Ruben.&lt;/P&gt;
&lt;P&gt;Btw did you try to run msr.sys on 32-bit Windows?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 17:02:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-Starting-MSR-service-failed-with-error-3/m-p/936444#M1759</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-09-23T17:02:48Z</dc:date>
    </item>
    <item>
      <title>No,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-Starting-MSR-service-failed-with-error-3/m-p/936445#M1760</link>
      <description>&lt;P&gt;No,&lt;/P&gt;
&lt;P&gt;I didn't try it on Windows 32-bit in this machine, some time ago I did some experiments for a 32-bit Windows machine but it is no longer available.&lt;/P&gt;
&lt;P&gt;Anyway, after restoring the previous windows safe-point the corruption that was meshing up everything disappeared. Just exactly the same version of the code works fine after the restoration. According to the error (error 3, file path not found) it was throwing to me, I think that something went wrong in my file system after that restoration point.&lt;/P&gt;
&lt;P&gt;Ruben&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 16:24:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-Starting-MSR-service-failed-with-error-3/m-p/936445#M1760</guid>
      <dc:creator>Ruben_G_1</dc:creator>
      <dc:date>2013-09-24T16:24:57Z</dc:date>
    </item>
    <item>
      <title>Probably you got your</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/PCM-Starting-MSR-service-failed-with-error-3/m-p/936446#M1761</link>
      <description>&lt;P&gt;Probably you got your registry settings messed up and registered path to msr.sys was not found because of this.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 18:14:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/PCM-Starting-MSR-service-failed-with-error-3/m-p/936446#M1761</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-09-24T18:14:53Z</dc:date>
    </item>
  </channel>
</rss>

