Jump to content

MagicAndre1981

Patron
  • Posts

    6,232
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by MagicAndre1981

  1. vpsrlq looks like AVX command which which is only supported in Windows 7 Sp1, but not in Vista.
  2. you need to fix the symbols: http://support.microsoft.com/kb/311503/en-us and you should look if there are PDBs for your tool. Now run !analyze -v in Windbg to see more details.
  3. Exception Code: c000001derror c000001d can be those things: C:\Users\André>err c000001d# for hex 0xc000001d / decimal -1073741795 STATUS_ILLEGAL_INSTRUCTION ntstatus.h# {EXCEPTION}# Illegal Instruction An attempt was made to execute an illegal instruction.# as an HRESULT: Severity: FAILURE (1), FACILITY_NULL (0x0), Code 0x1d# for hex 0x1d / decimal 29 ERROR_WRITE_FAULT winerror.h# The system cannot write to the specified device.# 2 matches found for "c000001d"maybe it tries to call an API which is not part of Vista. Does the tool have PDB (debug symbols) files? If yes, you can create a dump and we can look at the dmp with Windbg
  4. now the final vs Argentina :)

  5. today is the semi final vs Brasil. Hopefully we can beat them and reach the final :)

    1. MagicAndre1981

      MagicAndre1981

      7:1 win vs Brazil. What a incredible match :)

    2. xpclient

      xpclient

      Yeah Brazil fans were crying! Germany might win against Netherlands/Argentina!

  6. ok, no put the source into a version control system and do regular backups.
  7. this is caused by the way Hyper-V works (Type 1 and Type 2) http://en.wikipedia.org/wiki/Hypervisor
  8. take a look at one of those SSDs: http://geizhals.de/crucial-mx100-512gb-ct512mx100ssd1-a1122682.html?t=v&vl=de&va=b http://geizhals.de/samsung-ssd-840-evo-500gb-mz-7te500bw-a977941.html
  9. Hyper-V sucks. As you see it dramatically impacts host performance. Only activate it if you need it, this is the only "workaround".
  10. the new WPA.exe tool sucks completely. Suspended is better (only ACPI.sy spikes between 128 usecs AND <= 256 usecs). With the battery disabled it is still over 1024. I can't really debug this from the ETL. You must disable devices until you find out which one causes it
  11. @doveman xbootmgr is used to troubleshoot PERF issues only, not stability issues.
  12. you've sued the wrong SDK/WPT version. Make sure you use the 8.1 WPT if you use Windows 8.1
  13. I can't see this in the trace. I only see that resuming the HDD is a bit slow (over 2s)
  14. the long boot comes from the slow HDD. It is busy for 90s: So, replace your HDD with a SSD to kill this bootleneck.
  15. Happy Birthday dencorso
  16. ok, when can we get it?
  17. please remove Acronis tools. I see several delays by snapman.sys which belongs to Acronis.
  18. use this tool: http://www.msfn.org/board/topic/152688-win6x-registry-tweak/
  19. why not use Firefox or Chrome (Opera)?
  20. Removing the IE9 also removes all IE9 updates. MS doesn't replied to me, so look like they don't care about Vista issues with IE9 any longer.
  21. In the dump I see this error message: CTsProxyFuncTable::m_RpcFuncs.pfnI_RpcReceive returned 1727Error 1727 can mean the following things: C:\>err 1727# for decimal 1727 / hex 0x6bf RPC_S_CALL_FAILED_DNE winerror.h# The remote procedure call failed and did not execute.# for hex 0x1727 / decimal 5927 ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK winerror.h# The cluster network is not valid for an IPv6 Tunnel# resource. Check the configuration of the IP Address# resource on which the IPv6 Tunnel resource depends.# as an HRESULT: Severity: SUCCESS (0), FACILITY_NULL (0x0), Code 0x6bf# for decimal 1727 / hex 0x6bf RPC_S_CALL_FAILED_DNE winerror.h# The remote procedure call failed and did not execute.# as an HRESULT: Severity: SUCCESS (0), FACILITY_NULL (0x0), Code 0x1727# for hex 0x1727 / decimal 5927 ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK winerror.h# The cluster network is not valid for an IPv6 Tunnel# resource. Check the configuration of the IP Address# resource on which the IPv6 Tunnel resource depends.# 4 matches found for "1727"Check if you have ipv6 or RPC issues (check the eventlog for details)
×
×
  • Create New...