View Single Post
  #15 (permalink)  
Old 11-01-09, 05:21 PM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,171
Thanks: 3
Thanked 9 Times in 9 Posts
I do have an older version of Ubuntu that I run when I do PHP / MySQL coding. However for all my .NET Development I have to have some sort of a Windows OS to run on the side as well.

I finally managed to resolvemy Driver conflicts enough to prevent my Windows 7 Installation from freezing left and right, and now it is actually quite smooth and fast. I am impressed! There are however a number of errors still poping up some of which worry me a bit. Here is an example of a Kernel Error Event I am still getting over and over again despite upgrading to the latest so called Windows 7 Compatible Intel Driver:

Quote:
Log Name: Microsoft-Windows-Kernel-EventTracing/Admin
Source: Microsoft-Windows-Kernel-EventTracing
Date: 10/31/2009 4:27:05 PM
Event ID: 2
Task Category: Session
Level: Error
Keywords: Session
User: SYSTEM
Computer: XXXXXX
Description:
Session "Circular Kernel Context Logger" failed to start with the following error: 0xC0000035
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Kernel-EventTracing" Guid="{XXXXX}" />
<EventID>2</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>2</Task>
<Opcode>12</Opcode>
<Keywords>0x8000000000000010</Keywords>
<TimeCreated SystemTime="2009-10-31T21:27:05.262420600Z" />
<EventRecordID>86</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="64" />
<Channel>Microsoft-Windows-Kernel-EventTracing/Admin</Channel>
<Computer>XXXX</Computer>
<Security UserID="XXXXXX" />
</System>
<EventData>
<Data Name="SessionName">Circular Kernel Context Logger</Data>
<Data Name="FileName">
</Data>
<Data Name="ErrorCode">3221225525</Data>
<Data Name="LoggingMode">268436608</Data>
</EventData>
</Event>
Being that it is a Kernel Error I am a bit worried about this one, although it no longer freezes up the PC. If anyone knows anything about this one or has any suggestions let me know!

Pete
__________________
Reply With Quote