Windows 8: Unable to see solution to problem reported

vdm113

New Member
Messages
2
Greetings,

MCP from my country recommended this forum, since he was unable to find reason of the malfunction.

When I open "archived messages" from problems and solutions, I can see in "view solution" message downloaded from (maybe from MS site) with solution I have already solved by upgrading SVN source control system as plug-in for MSVC 2012.

But when I enter problems and solutions (due to like in once of 3 days bugcheck due to some driver), and it displays that solution is available, I right-click "view solution", I get error saying maybe I am not connected to the internet, though I am.

I have repaired all .NET frameworks installed on my computer, event though I have in hurry ran in elevated cmd.exe under administrator account:
Code:
CD c:\windows\Microsoft.NET\ ; for /F "usebackq delims=*" %f IN (`"dir /s /b "%1" *.dll 2>NUL"`) DO regsvr32 /i /s "%f"

but with no luck.

I will attach a .zip with slide-show I have recorded in Windows 8 feature, to let you much better understand my problem.

I have also disabled firewall, boot into "safe mode with networking" with disabled anti-virus (Eset NOD32 x64), but with no luck.

Any ideas?

PS: see slide-show recorded in attached .zip file

Best regards,
VooDooMan
.
 

Attachments

  • ms_record.zip
    736.4 KB · Views: 62

My Computer

System One

  • OS
    Windows 8 x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Asrock G41-GS
    CPU
    Intel Core2 Quad Q6700
    Motherboard
    Asrock G41-GS
    Memory
    8 GiB
    Graphics Card(s)
    on-board
    Browser
    Firefox
    Antivirus
    ESET NOD32 x64
Greetings,

I do NOT want to refresh installation of Win 8, since i have fine-tuned settings over long time, and I have like 300 GNU software installed, and when I reinstalled Windows in the past (pre-Win8), even after one month I found out I have forgotten to install 3rd-party SW, and that is painful, thought I believe, it would resolve my issue....

Are you have any ideas to solve my problem? Since I have excactly same same bugcheck like in 3 days of uptime (random time, but it is like of 1-3 days).

from event log:
Code:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331C3B3A-2005-44C2-AC5E-77220C37D6B4}" /> 
  <EventID>41</EventID> 
  <Version>3</Version> 
  <Level>1</Level> 
  <Task>63</Task> 
  <Opcode>0</Opcode> 
  <Keywords>0x8000000000000002</Keywords> 
  <TimeCreated SystemTime="2013-06-12T03:54:00.283996100Z" /> 
  <EventRecordID>11861</EventRecordID> 
  <Correlation /> 
  <Execution ProcessID="4" ThreadID="8" /> 
  <Channel>System</Channel> 
  <Computer>kevin</Computer> 
  <Security UserID="S-1-5-18" /> 
  </System>
- <EventData>
  <Data Name="BugcheckCode">269</Data> 
  <Data Name="BugcheckParameter1">0x8</Data> 
  <Data Name="BugcheckParameter2">0x57ff932ebd8</Data> 
  <Data Name="BugcheckParameter3">0x4</Data> 
  <Data Name="BugcheckParameter4">0xfffffa800837eb10</Data> 
  <Data Name="SleepInProgress">0</Data> 
  <Data Name="PowerButtonTimestamp">0</Data> 
  <Data Name="BootAppStatus">0</Data> 
  </EventData>
  </Event>

PS: I can provide minidump of kernel memory bugcheck dump, if someone is expert.

Any help is really appreciated!

Please help me with ideas,
TIA!
best,
vdm
.
 

My Computer

System One

  • OS
    Windows 8 x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Asrock G41-GS
    CPU
    Intel Core2 Quad Q6700
    Motherboard
    Asrock G41-GS
    Memory
    8 GiB
    Graphics Card(s)
    on-board
    Browser
    Firefox
    Antivirus
    ESET NOD32 x64
Back
Top