Advertisement
Guest User

.NET Runtime

a guest
Dec 19th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. Log Name: Application
  2. Source: .NET Runtime
  3. Date: 19/12/2013 20:17:45
  4. Event ID: 1026
  5. Task Category: None
  6. Level: Error
  7. Keywords: Classic
  8. User: N/A
  9. Computer: knobydobs-PC
  10. Description:
  11. Application: Hackwork.exe
  12. Framework Version: v4.0.30319
  13. Description: The process was terminated due to an unhandled exception.
  14. Exception Info: System.InvalidOperationException
  15. Stack:
  16. at Microsoft.Xna.Framework.Media.MediaQueue.Play(Microsoft.Xna.Framework.Media.Song)
  17. at Hackwork.SoundManager.PlayBackgroundMusic()
  18. at Hackwork.Hackwork.LoadContent()
  19. at Microsoft.Xna.Framework.Game.Initialize()
  20. at Microsoft.Xna.Framework.Game.RunGame(Boolean)
  21. at Hackwork.Program.Main(System.String[])
  22.  
  23. Event Xml:
  24. <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  25. <System>
  26. <Provider Name=".NET Runtime" />
  27. <EventID Qualifiers="0">1026</EventID>
  28. <Level>2</Level>
  29. <Task>0</Task>
  30. <Keywords>0x80000000000000</Keywords>
  31. <TimeCreated SystemTime="2013-12-19T20:17:45.000000000Z" />
  32. <EventRecordID>42468</EventRecordID>
  33. <Channel>Application</Channel>
  34. <Computer>knobydobs-PC</Computer>
  35. <Security />
  36. </System>
  37. <EventData>
  38. <Data>Application: Hackwork.exe
  39. Framework Version: v4.0.30319
  40. Description: The process was terminated due to an unhandled exception.
  41. Exception Info: System.InvalidOperationException
  42. Stack:
  43. at Microsoft.Xna.Framework.Media.MediaQueue.Play(Microsoft.Xna.Framework.Media.Song)
  44. at Hackwork.SoundManager.PlayBackgroundMusic()
  45. at Hackwork.Hackwork.LoadContent()
  46. at Microsoft.Xna.Framework.Game.Initialize()
  47. at Microsoft.Xna.Framework.Game.RunGame(Boolean)
  48. at Hackwork.Program.Main(System.String[])
  49. </Data>
  50. </EventData>
  51. </Event>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement