mp crahs while preparing for hibernation (1 Viewer)

fera

Portal Pro
October 13, 2005
71
0
I just downloaded the newst CVS and re installed the Net Frame bla 2.0.

Didnt help.

Maybe all who have the same problem could post there system...

btw: It worked with 1.3... it never has been working with 2.0. Could this be a clue?
 

apache69

New Member
July 13, 2005
3
0
Hallo

my system:

MediaPortal Version: 0.2.0.0 RC2 (CVS 13.02.2006)
MediaPortal Skin: BlueTwo
Windows Version: Windows XP (SP2) and all recomended updates
DirectX Version: 9.0c
TV Audio Codec: (onboard) Realtek AC 97
Video Codec: Intervideo Video Decoder (MPEG codecs installed as posted in forum )
Mainbord: Barebone Shuttle XPC SK83G sockel 754
CPU Type: AMD Athlon 64 3000+
Memory: 1024 MB DDR RAM PC 400
Motherboard chip:VIA K8M800 + VT8237 (uptodate Hyperon drivers)
TV Card Model: Terratec DVB-S 1200
TV Card Driver: BDA 4,7 Beta
Video Card Model: Nvidia Geforce 6200 256 Mb
Video Card Driver: uptodate forceware
Audio Card Model: Realtek ALC650 on board
Audio Card Driver: uptodate VIA driver

If that can help !
 

glurp

Portal Member
January 14, 2006
9
0
still not work for me (cvs 14.02.06)

my config:
Area: powerscheduler
MP Version: 0.2.0 RC2 (+cvs 2006-02-04)
Skin: blue two
Windows Version: win Xp sp2
CPU Type: AMD athlon xp 2400+
Memory: 512
Motherboard Chipset: nforce2
Video Card: geforce 5200
Video Card Driver: 7.8.0.1
Video Card Resolution: 800*600
Video Render Type: VMR9
Video Codec Type & Version: MPEG2Dec
Audio Codec Type & Version: MPEG/AC3/DTS/LPCM
TV Card: hauppauge pvr 350
TV Card Type: hardware
TV Card Driver: 2.2

I tested hibernation (and rc2) on 3 differents pc: same issue ..... :(
 

archimede

MP Donator
  • Premium Supporter
  • February 1, 2005
    81
    0
    Stuttgart, Germany
    My system is:

    MP Version: 0.2.0 RC2 (CVS 17.01.06)
    Skin: BlueTwo
    Windows Version: Windows XP Home + SP2
    CPU Type: Athlon XP 2800+
    Memory: 512MB DDR400
    Motherboard Chipset: nForce2 Ultra 400
    Video Card: ATI 9600Pro 64MB
    Video Card Driver: Catalyst 6.2
    Video Card Resolution: 800x600
    Video Render Type: VMR9
    Video Codec Type & Version: Cyberlink (6.0.0.1006)
    Audio Codec Type & Version: ffshow (20041012)
    TV Card: Technisat SkyStar2 (SS2)
    TV Card Type: DVB-S
    TV Card Driver: 4.3.2
     

    PushPull

    New Member
    February 15, 2006
    2
    0
    Unhandled exception while going to standby/hibernation

    Area: Media Portal Program / Plugins ?
    MP Version: 0.2.0.0 RC2 w 2-12-15-30 cvs
    Skin: BlueTwo
    Windows Version: XP Pro w/ SP2
    CPU Type: AMD Athlon 64 3700+ 2.2GHz Socket 939, 1MB w/fan
    Memory: Corsair Value S PC3200 DDR-DIMM 1024MB Kit w/two matched Value Select 512MB
    Motherboard Chipset: MSI K8N NEO4-FI,nForce4 Ultra,Socket-939
    Video Card: XFX GeForce 6200 TurboCache, PCI-Express
    Video Card Driver: Latest standard driver from Nvidia
    Video Card Resolution: 1366x768
    Video Render Type: VMR9
    Video Codec Type & Version: Nvidia
    Audio Codec Type & Version: Nvidia
    TV Card: Hauppauge! WinTV-PVR-500MCE
    TV Card Type: hardware
    TV Card Driver: latest driver available atm



    Hi, got the same issues as you guys after upgradering to cvs 2-12-15-30. Installed latest beta of pvr scheduler as an attempt to fix this problem, but no progress so far. From my mediaportal.log it seems like its whenever the computer is trying to go to standby or hibernation (pvr scheduler logs an event that its going into standby when the error appears).

    Here are parts of the 'details' part of the error msg:
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.NullReferenceException: Object reference not set to an instance of an object.
    at MediaPortal.TV.Recording.Recorder.StopViewing()
    at MediaPortalApp.WndProc(Message& msg)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    Same error everytime.

    Does anyone have any suggestions on what might cause this? Was just thinking whether this change might have given some other errors:
    09/02/2006 [21:40:49] _Bavarian Standby/Hibernate - bug 638 fixed, standby/hibernate exits MP


    Really hope someone can figure out of this. It's extremly annoying, and interfering with all scheduled recordings etc. Let me know if there's any other info or logs I can supply. Good luck.. and in advance, thank you! :)

    Regards,
    PaalB
     

    PushPull

    New Member
    February 15, 2006
    2
    0
    brief update

    Hi,

    seems like my problem was caused by myself:
    I had both pvr scheduler and the internal powerscheduler enabelled at the same time. After checking mediaportal.log a bit closer I saw that powerscheduler was triggering the standbys which caused MP to crash. Once powerscheduler was disabelled both manual and automatic standby/resume works fine.
     

    sunsetdk

    Portal Pro
    October 18, 2005
    116
    3
    45
    Nordborg
    Home Country
    Denmark Denmark
    Had same prog, but thought it was my system. I disabled force shutdown of tv card (under the power scheduler options), and t his solved it it looks like

    René
     

    och

    Portal Member
    February 16, 2006
    18
    0
    UK
    I've taken a look at the code and can confirm that not checking the disable the TV will fix the problem.

    Tech details: The PowerScheduler calls StopViewing() and then Stop() for the recorder and the main MediaPortal code gets the suspend / hibernation notification and then attempts to do the same (StopViewing and then Stop). The problem is that the StopViewing() method isn't safe to be called after Stop() and hence the crash.

    The shutdown of the TV in the power scheduler now seems to be redundant.

    I'm not a dev but I do have a simple fix for both parts of the problem - I'm new to contributing, where should I send them to?

    Regards,

    Andrew
     

    Users who are viewing this thread

    Similar threads

    I meant use MP client to try to spot how it's requesting streams for specific channels and then try to do the same with VLC. TV Server development looks dead so I'm afraid you're going to have to figure that out by yourself if it's even possible.
    I meant use MP client to try to spot how it's requesting streams for specific channels and then try to do the same with VLC. TV...
    Hi everyone, I've set up Mediaportal TV Server on a Windows 11 box, tuner deteced okay, scanned channels, can preview, all seems...
    Replies
    8
    Views
    1K
    maybe setting loglevel to debug might pinpoint the difference between normal and stuck? Preferable with as much disabled as possible also try to see if anything is happening during stuck for the mediaportal process(resource monitor, disk activity, cpu usage, anything) maybe other programs competing for resouces?
    maybe setting loglevel to debug might pinpoint the difference between normal and stuck? Preferable with as much disabled as...
    Since over a year my MP sometimes stucks while showing the welcome screen. It started once a week now it happens every second time...
    Replies
    4
    Views
    1K
    After many hours of troubleshooting I've given up and accepted that it's just "one of these things" when using madVR for watching live TV. I've now ticked the box to "Use EVR for LiveTV", with a default display refresh rate of 50Hz. In combination with tweaking some of the Nvidia 3D settings for the MP executable only, I now have a...
    After many hours of troubleshooting I've given up and accepted that it's just "one of these things" when using madVR for watching...
    Every so often, when I switch to a TV channel, my MP client stops accepting user inputs, either from the remote or keyboard/mouse...
    Replies
    30
    Views
    8K
    Hi This is a general question about OnX. I have been using the TvWishList plugin for a while and have recently updated (update install) from MP 1.36 x86 to 1.37 x86 and found there seemed to be no Onx menu in the TV guide. I then configured the onx.presets.xml file like I would normally do with updates or fresh installs, but still...
    Hi This is a general question about OnX. I have been using the TvWishList plugin for a while and have recently updated (update...
    Hi This is a general question about OnX. I have been using the TvWishList plugin for a while and have recently updated (update...
    Replies
    0
    Views
    765
    Ok, thanks much. I will look into the instructions above. For the moment, I turned off the "Automatic channel logo update" in Settings (which somehow I had missed, I think because it wasn't an option previously), and the deleted everything in the Flat-default folder and populated it with my own logos. Works, so far.
    Ok, thanks much. I will look into the instructions above. For the moment, I turned off the "Automatic channel logo update" in...
    Hi-- I have to revisit an old issue, unfortunately. I just downloaded MP 2.5, a fresh installation, on a new computer (reluctantly...
    Replies
    5
    Views
    2K
    Top Bottom