NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) nDroid v
« Previous 1 2 3 4 5 … 7 Next »
Server 2012 R2

 
  • 0 Vote(s) - 0 Average
Server 2012 R2
D3w4yne
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Jan 2014
#1
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:

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
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,601
Threads: 389
Joined: Dec 2004
#2
2014-01-14, 06:54 AM
Can you zip and attach the nDroid service logs? I'm not 100% sure why it would be throwing an error at that point. Possibly an issue with file system permissions but I'd need to see the logs in full.

Cheers,
Brian
D3w4yne
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Jan 2014
#3
2014-01-15, 02:04 AM
Here you go.

Thanks for looking into it. I didn't find much out there about nDroid on 2012 R2 so hopefully this is new territory for you Smile
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,601
Threads: 389
Joined: Dec 2004
#4
2014-01-15, 02:21 AM
A few questions...

  1. Which version of npvr are you using?
  2. Is npvr up and running without problems?
  3. Assuming the answer to 2. is "yes", what is the user account you're using for the npvr recording service and is it the same used for the nDroid service?

Basically the issue seems to be that the nDroid service is unable to locate a system DLL which it needs to access the npvr database. This could be a permissions problem but I'm not sure.

Cheers,
Brian
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#5
2014-01-15, 03:11 AM
Service starts fine on Server 2012 R1 here. I can't think of anything that has changed between R1 and R2 that would affect nDroid so I would have to agree with the permissions issue.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,545
Threads: 964
Joined: May 2006
#6
2014-01-15, 03:15 AM
I think nDroid requires the full VS 2010 runtime, which is not installed with NextPVR.

Martin
D3w4yne
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Jan 2014
#7
2014-01-15, 03:27 AM
I'm running npvr 3.1.1 and it is working fine. I did have to get some files from a Windows 8.1 workstation to enable BDA so that it could communicate with my tuner.

See: http://www.tenniswood.co.uk/technology/w...rver-2012/

That is for 2012 but I updated the scripts for 2012 R2/8.1

Both npvr and ndroid services are running as local system. Local system should not have any permissions issues.

Microsoft Visual C++ 2010 Redistributable is installed.

Could you elaborate on which dll the service is having problems accessing?

Thanks,

Dewayne
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,601
Threads: 389
Joined: Dec 2004
#8
2014-01-15, 03:29 AM
mvallevand Wrote:I think nDroid requires the full VS 2010 runtime, which is not installed with NextPVR.

Martin
I thought that was a pre-requisite of npvr v3.x which is why I asked about npvr version.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,545
Threads: 964
Joined: May 2006
#9
2014-01-15, 03:32 AM
No, sub opted to do a minimal install not accessible to other apps.

Martin
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,601
Threads: 389
Joined: Dec 2004
#10
2014-01-15, 03:38 AM
D3w4yne Wrote:I'm running npvr 3.1.1 and it is working fine. I did have to get some files from a Windows 8.1 workstation to enable BDA so that it could communicate with my tuner.

See: http://www.tenniswood.co.uk/technology/w...rver-2012/

That is for 2012 but I updated the scripts for 2012 R2/8.1

Both npvr and ndroid services are running as local system. Local system should not have any permissions issues.

Microsoft Visual C++ 2010 Redistributable is installed.

Could you elaborate on which dll the service is having problems accessing?

Thanks,

Dewayne
Bear with me for a few minutes. Just checking a few things related to Martin's comments. FYI the dll in question is SQLite.Interop.dll - if you can find it in the npvr or ndroid install directories let me know. Be right back (currently juggling two computers at the moment).
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  BadImageFormatException when opening nDroid Service Settings in Win Server 2012 reven 5 3,730 2013-05-11, 06:30 AM
Last Post: bgowland
  \\server\share Graham 8 4,085 2013-04-04, 03:11 PM
Last Post: ACTCMS
  Feature Request: Send WOL packet to server. gEd 1 2,345 2012-05-10, 01:13 AM
Last Post: bgowland
  Trying to access music or videos causes the nDroid server to crash agerdin 7 4,741 2012-03-07, 11:30 PM
Last Post: bgowland

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode