NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 6 7 8 9 10 … 101 Next »
DeviceHostWindows.exe Crashing PC

 
  • 0 Vote(s) - 0 Average
DeviceHostWindows.exe Crashing PC
andrewj
Offline

Member

Posts: 90
Threads: 19
Joined: Jan 2007
#11
2024-11-08, 06:47 AM
Crashed again last night. No crashdump file. There is a Minidump file (attached) - this appears to point to emBDA64.sys but googling doesn't confirm what it is.

NPVR logs also attached. I'm not sure whether this is an NPVR problem or the reference to DeviceHostWindows.exe was a coincidence.

Help appreciated, thanks.


Attached Files
.zip   110824-16453-01.zip (Size: 529.93 KB / Downloads: 0)
.zip   logs-20241108-0645.zip (Size: 127.05 KB / Downloads: 2)
andrewj
Offline

Member

Posts: 90
Threads: 19
Joined: Jan 2007
#12
2024-11-08, 06:58 AM
I had another look at the Crashdump file from Tuesday. It's definitely showing the error occurring in DeviceHostWindows:

EXCEPTION_RECORD: (.exr -1)
ExceptionAddress: 53196d9d (MSNP!CMPEG2Demux::UpdateSignalAndServiceStatus+0x000000f7)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000000
Parameter[1]: 00000000
Attempt to read from address 00000000

PROCESS_NAME: DeviceHostWindows.exe

READ_ADDRESS: 00000000

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s.

EXCEPTION_CODE_STR: c0000005

EXCEPTION_PARAMETER1: 00000000

EXCEPTION_PARAMETER2: 00000000

STACK_TEXT:
050cf9b0 53187431 050cfa0b 050cfa07 050cf9f8 MSNP!CMPEG2Demux::UpdateSignalAndServiceStatus+0xf7
050cfa18 5317e4de 06e46d98 06e32a00 00000000 MSNP!CScanningTuner::HeartBeat+0x6e
050cfa2c 5317e315 00000008 00000000 5317e200 MSNP!CNetworkProvider::HandleNetworkProviderEvent+0x185
050cfa6c 5317e20d 050cfa84 76d3fcc9 06e32a00 MSNP!CNetworkProvider::ThreadFunction+0x104
050cfa74 76d3fcc9 06e32a00 76d3fcb0 050cfae0 MSNP!CNetworkProvider::ThreadFunctionWrapper+0xd
050cfa84 77df809e 06e32a00 583db1d6 00000000 kernel32!BaseThreadInitThunk+0x19
050cfae0 77df806e ffffffff 77e19101 00000000 ntdll!__RtlUserThreadStart+0x2f
050cfaf0 00000000 00000000 00000000 00000000 ntdll!_RtlUserThreadStart+0x1b
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#13
2024-11-08, 09:47 AM (This post was last modified: 2024-11-12, 01:10 PM by mvallevand.)
No the stack trace shows it in the Microsoft DLL, DLL's aren't processes.

I still don't see it locking on tuner 2 just tuner 1, did you check WinTV to confirm tuner 2 is working properly like I asked. A quick test in NextPVR If you disable tuner 2 does live TV works does Live TV work.

It is also possible that tuner 2 is not in sync with tuner 1 and the frequencies might be wrong after a rescan. A simple solution to that is to go into tuner 2 hit the trash can to delete all the channels exist and go back into it any copy when prompted.

Martin
andrewj
Offline

Member

Posts: 90
Threads: 19
Joined: Jan 2007
#14
2024-11-08, 10:35 AM
Hi Martin. I have confirmed all tuners have the same channel list. One did have a loose antenna connection.
Happy to test both are working - what's the easiest way to temporarily disable each in turn?
Thanks
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#15
2024-11-08, 02:33 PM
On Settings->Device holding the control key will show you options to disable tuners. Disable tuner 1 to test if tuner 2 is now working.

Martin
andrewj
Offline

Member

Posts: 90
Threads: 19
Joined: Jan 2007
#16
2024-11-08, 02:43 PM
Thanks. Both tuners working now, so I suspect the failure to get a signal was just the loose antenna connector. That shouldn't have crashed the PC!
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#17
2024-11-08, 02:51 PM
We will see when you do an EPG update.

As sub wrote that was in a Windows component, create a bug report with Microsoft or Hauppauge that work at the kernel level.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#18
2024-11-09, 04:24 AM
(2024-11-08, 06:47 AM)andrewj Wrote: There is a Minidump file (attached) - this appears to point to emBDA64.sys but googling doesn't confirm what it is.
emBDA64.sys is part of the driver for the Empia chipset on your tuner.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#19
2024-11-09, 04:29 AM
(2024-11-08, 02:43 PM)andrewj Wrote: Thanks. Both tuners working now, so I suspect the failure to get a signal was just the loose antenna connector. That shouldn't have crashed the PC!
It absolutely shouldn't have crashed the PC. When you say that though, do you mean DeviceHostWindows crashed, or literally the entire PC, like BSOD message and reboot? If the latter, then it would have almost certainly inside a driver call that has crashed. That would totally tally up with emBDA64.sys being at fault.

NextPVR couldn't make the machine crash like that if I tried. Drivers can absolutely cause machines to crash though, since they run as ring 0 code, with access to the inner workings of the machine.

I'd be looking for a different version of the drivers for that machine.
nextmel
Offline

Junior Member

UK
Posts: 9
Threads: 2
Joined: May 2023
#20
2024-11-10, 08:11 AM (This post was last modified: 2024-11-10, 08:12 AM by nextmel.)
(2024-11-09, 04:29 AM)sub Wrote: I'd be looking for a different version of the drivers for that machine.

Did I see Hauppauge mentioned earlier? Which device, PCI, USB, dual, quad? I binned their DualHD USB device due to reliability issues, and their QuadHD PCI device is better but still not 100% reliable. Now, I acually cannot compare with another tuner manufacturer so cannot rule out that there's something funky about my system... but it's actually been the upgraded from Windows 10 to 11, and from an Asus motherboard to Gigabyte, and the QuadHD has remained flakey throughout. My system performs many functions, and the only things I ever have crash are Corel PaintShop Pro 2021 and the hardware detection of the QuadHD. That said, it's been more reliable (though not 100%) since I settled on one particular driver version, 5.2022.927.40271. Good luck!

 /mel/
(2024-11-09, 04:29 AM)sub Wrote: I'd be looking for a different version of the drivers for that machine.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
Wink Channels crashing jcvamp 2 660 2022-08-22, 06:12 PM
Last Post: jcvamp
  nextpvrserver crashing atreistm 5 1,753 2020-09-15, 06:34 PM
Last Post: mvallevand
  DeviceHostWindows runs continuously even when browser closed? (Solved) IanC 18 3,675 2020-07-18, 05:15 AM
Last Post: IanC
  NextPVR Crashing Tunes0710 7 2,013 2020-02-29, 12:09 AM
Last Post: Tunes0710

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

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

Linear Mode
Threaded Mode