2014-01-14, 02:54 AM
Hi!
I've got a new home server and it's running 2012 R2 Standard. I'm working on migrating everything from my desktop up to the new server and I hit a snag with nDroid. I'm unable to start the service.
Log snippet:
I've got C++ 2010 Redistributable Package (x64) installed.
Any thoughts?
Thanks,
Dewayne
I've got a new home server and it's running 2012 R2 Standard. I'm working on migrating everything from my desktop up to the new server and I hit a snag with nDroid. I'm unable to start the service.
Log snippet:
Code:
13/01/2014 21:48:22.531 serviceHelper.GetConnStrings() returned : True
13/01/2014 21:48:22.531 nDroidService v2.0.2 build: 2.0.5050.37956 started.
13/01/2014 21:48:22.541 Creating new nDroidServiceListener object...
13/01/2014 21:48:22.541 Creating new nDroidServiceStreamer object...
13/01/2014 21:48:22.541 Creating new nDroidServiceListener thread...
13/01/2014 21:48:22.541 Creating new nDroidServiceStreamer thread...
13/01/2014 21:48:22.541 Starting nDroidServiceListener thread...
13/01/2014 21:48:22.541 Starting nDroidServiceStreamer thread...
13/01/2014 21:48:22.541 OnStart() - Creating FileGenerator object...
13/01/2014 21:48:22.541 OnStart() - Creating FileGenerator thread...
13/01/2014 21:48:22.541 OnStart() - Starting FileGenerator thread...
13/01/2014 21:48:22.690 UnhandledExceptionHandler caught exception. threw exception: Object reference not set to an instance of an object. at uk.co.beetec.csharp.nDroid.nDroidLib.nDroidServiceHelper.GenerateChannelsDataFile() in C:\Documents and Settings\gbpvr\My Documents\Visual Studio 2010\Projects\nDroidService\nDroidLib\nDroidServiceHelper.cs:line 879
at uk.co.beetec.csharp.nDroid.nDroidServiceFileGenerator.Start() in C:\Documents and Settings\gbpvr\My Documents\Visual Studio 2010\Projects\nDroidService\nDroidService\nDroidServiceFileGenerator.cs:line 31
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
I've got C++ 2010 Redistributable Package (x64) installed.
Any thoughts?
Thanks,
Dewayne