Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.2 KiB

  1. ;
  2. ; // ER categories
  3. ;
  4. ; // this one must ALWAYS be 100 because it will actually be fetched from dwwin.exe
  5. MessageId = 100
  6. SymbolicName = ER_USERFAULT_CATEGORY
  7. Language = English
  8. Application Crashing Events
  9. .
  10. MessageId = 101
  11. SymbolicName = ER_HANG_CATEGORY
  12. Language = English
  13. Hanging Events
  14. .
  15. MessageId = 102
  16. SymbolicName = ER_KRNLFAULT_CATEGORY
  17. Language = English
  18. System Crashing Events
  19. .
  20. ;
  21. ; // ER event information strings
  22. ;
  23. ; // this one must ALWAYS be 1000 because it will actually be fetched from dwwin.exe
  24. MessageId = 1000
  25. SymbolicName = ER_USERCRASH_LOG
  26. Language = English
  27. Faulting application %1, version %2, faulting module %3, version %4, fault address 0x%5.
  28. .
  29. MessageId = 1001
  30. SymbolicName = DW_BUCKET_LOG
  31. Language = English
  32. Fault bucket %1.
  33. .
  34. MessageId = 1002
  35. SymbolicName = ER_HANG_LOG
  36. Language = English
  37. Hanging application %1, version %2, hang module %3, version %4, hang address 0x%5.
  38. .
  39. MessageId = 1003
  40. SymbolicName = ER_KRNLCRASH_LOG
  41. Language = English
  42. Error code %1, parameter1 %2, parameter2 %3, parameter3 %4, parameter4 %5.
  43. .
  44. MessageId = 1004
  45. SymbolicName = ER_QUEUEREPORT_LOG
  46. Language = English
  47. Faulting application %1, version %2, faulting module %3, version %4, fault address 0x%5.
  48. .