Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1.  
  2. [25.02.11 04:10:12.6279] Debug: CueRunner.cueRunnerThread > Processing.
  3. [25.02.11 04:10:12.6279] Debug: MasterPlay.sendCommand > Sent: 'RequestA4'.
  4. [25.02.11 04:10:12.6279] Debug: MasterPlay.sendCommand > Recv: '00:02:33:01 2 D:\Videofiles\Jingles\105jinglehighend.mpg 00:02:33:01 00:05:04:15 20:24:35 D:\Videofiles\Jingles\105jinglehighend.mpg CH1'.
  5. [25.02.11 04:10:12.6279] Debug: CueRunner.cueRunnerThread > Status: Playing.
  6. [25.02.11 04:10:12.6279] Debug: CueRunner.cueRunnerThread > Remaining time: 00:05:04.6000000.
  7. [25.02.11 04:10:12.6279] Debug: CueRunner.cueRunnerThread > Playing file 'D:\Videofiles\Jingles\105jinglehighend.mpg' immediately.
  8. [25.02.11 04:10:12.6279] Debug: SoundControl.SwitchToRadio > Already playing radio, ignoring.
  9. [25.02.11 04:10:12.6279] Debug: CueRunner.cueFileAndWaitForCueIfNotCuedAlready > 'D:\Videofiles\Jingles\105jinglehighend.mpg' is already in the cue.
  10. [25.02.11 04:10:12.6279] Debug: CueRunner.playFile > Trying next cued item.
  11. [25.02.11 04:10:12.6904] Debug: MasterPlay.sendCommand > Sent: 'NEXT1'.
  12. [25.02.11 04:10:12.6904] Debug: MasterPlay.sendCommand > Recv: '00:02:33:03 2 D:\Videofiles\Jingles\105jinglehighend.mpg 00:02:33:03 00:05:04:13 20:24:35 D:\Videofiles\Jingles\105jinglehighend.mpg CH1'.
  13. [25.02.11 04:10:12.7060] Error: CueRunner.cueRunnerThread > Die Eingabezeichenfolge hat das falsche Format.
  14. ***** Exception Info *****
  15. Message: Die Eingabezeichenfolge hat das falsche Format.
  16. Type: System.FormatException
  17. Source: System.Number.StringToNumber
  18. Stack:
  19. bei System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
  20. bei System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
  21. bei Wagas.MediaService.Modules.MasterPlay.MasterPlay.Next(UInt32 channel, UInt32 fadeOutFrames)
  22. bei Wagas.MediaService.Modules.MasterPlay.CueRunner.playFile(CancellationToken cancelToken, Status currentStatus, String file, Boolean tryNextFirst)
  23. bei Wagas.MediaService.Modules.MasterPlay.CueRunner.cueRunnerThread(Object state)
  24.  
  25. ***** End Exception ******
  26.  
  27. [25.02.11 04:10:12.7997] Error: ModuleLoader.CurrentDomain_UnhandledException > UNHANDLED EXCEPTION!!!
  28. ***** Exception Info *****
  29. Message: Die Eingabezeichenfolge hat das falsche Format.
  30. Type: System.FormatException
  31. Source: System.Number.StringToNumber
  32. Stack:
  33. bei System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
  34. bei System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
  35. bei Wagas.MediaService.Modules.MasterPlay.MasterPlay.Next(UInt32 channel, UInt32 fadeOutFrames)
  36. bei Wagas.MediaService.Modules.MasterPlay.CueRunner.playFile(CancellationToken cancelToken, Status currentStatus, String file, Boolean tryNextFirst)
  37. bei Wagas.MediaService.Modules.MasterPlay.CueRunner.cueRunnerThread(Object state)
  38. bei System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  39. bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
  40. bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  41. bei System.Threading.ThreadHelper.ThreadStart(Object obj)
  42.  
  43. ***** End Exception ******
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement