Search the Community
Showing results for tags 'DotNET'.
-
Emby exits with System.NullReferenceException and Zero Byte Log Files
Kolomona posted a topic in Linux
I was running emby-server-deb_4.0.2.0_amd64.deb on Ubuntu 18.04.2. I noticed that the server was down. I discovered over 37,000 log files on my machine. All of the embyserver logs were zero bytes in length. There were thousands of "unhandled" log files all of the same length. The ones I checked all had the same info in them. I apt purged 4.0.2.0 and installed emby-server-deb_4.1.1.0_amd64.deb I discovered a "System.NullReferenceException:" that was occuring which I think is coming from Mono. Also, the embyserver log file are still zero bytes in length, but there are not 1000s of them being generated anymore. Here is a link to detailed information of my investigation. http://cdn.kolomona.com/emby/problem01 Any help to get myserver up and running would be greatly appreciated. Thanks -
Mirroring the linux thread on this topic here. There's no Emby.Server.dll to invoke with dotnet in the OSX Emby installation. The closest analog I could figure was this: dotnet /Applications/Emby.Server.Mac.app/Contents/MonoBundle/Emby.Server.Mac.exe dotnet refreshes cashes the first time it's run, which it wasn't doing against any of the various DLL files I tried using at first, so I think that command is sound. However, it produces this error: A fatal error was encountered. The library 'libhostpolicy.dylib' required to execute the application was not found in '/Applications/Emby.Server.Mac.app/Contents/MonoBundle'. This is in an environment where launchd has no problem invoking emby as as service with /Applications/Emby.Server.Mac.app/Contents/MacOS/Emby.Server.Mac