Advertisement
Guest User

Untitled

a guest
Dec 31st, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. ubuntutest@ubuntutest-VirtualBox:~/Downloads/Release Mono$ sudo mono MediaBrowser.Server.Mono.exe
  2. appHost.Init
  3. ^Cubuntutest@ubuntutest-VirtualBox:~/Downloads/Release Mono$ sudo mono MediaBrowr.Server.Mono.exe
  4. appHost.Init
  5. UnhandledException
  6. One or more errors occured
  7. System.AggregateException
  8. at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00000] in <filename unknown>:0
  9. at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <filename unknown>:0
  10. at MediaBrowser.Server.Mono.MainClass.RunApplication (MediaBrowser.Server.Implementations.ServerApplicationPaths appPaths, ILogManager logManager) [0x00000] in <filename unknown>:0
  11. at MediaBrowser.Server.Mono.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
  12. InnerException: System.TypeInitializationException
  13. An exception was thrown by the type initializer for Mono.Unix.Native.Syscall
  14. at MediaBrowser.ServerApplication.FFMpeg.FFMpegDownloader.ExtractFFMpeg (System.String tempFile, System.String targetFolder) [0x00000] in <filename unknown>:0
  15. at MediaBrowser.ServerApplication.FFMpeg.FFMpegDownloader+<DownloadFFMpeg>c__asyncD.MoveNext () [0x00000] in <filename unknown>:0
  16. --- End of stack trace from previous location where exception was thrown ---
  17. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  18. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0
  19. at MediaBrowser.ServerApplication.FFMpeg.FFMpegDownloader+<GetFFMpegInfo>c__asyncC.MoveNext () [0x00000] in <filename unknown>:0
  20. --- End of stack trace from previous location where exception was thrown ---
  21. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  22. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <filename unknown>:0
  23. at MediaBrowser.ServerApplication.ApplicationHost+<RegisterMediaEncoder>c__async2.MoveNext () [0x00000] in <filename unknown>:0
  24. --- End of stack trace from previous location where exception was thrown ---
  25. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  26. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0
  27. at MediaBrowser.ServerApplication.ApplicationHost+<RegisterResources>c__async1.MoveNext () [0x00000] in <filename unknown>:0
  28. --- End of stack trace from previous location where exception was thrown ---
  29. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  30. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0
  31. at MediaBrowser.Common.Implementations.BaseApplicationHost`1+<Init>c__async0[MediaBrowser.Server.Implementations.ServerApplicationPaths].MoveNext () [0x00000] in <filename unknown>:0
  32. InnerException: System.EntryPointNotFoundException
  33. Mono_Posix_Syscall_get_at_fdcwd
  34. at (wrapper managed-to-native) Mono.Unix.Native.Syscall:get_at_fdcwd ()
  35. at Mono.Unix.Native.Syscall..cctor () [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement