Reply to thread

Hi.


I just installed Windows 7 x64 and installed Online Videos.


In configuration when I test codecs I get error

[CODE]System.NullReferenceException: Object reference not set to an instance of an object.

  at OnlineVideos.MediaPortal1.ConfigurationPlayer.Play(String fileName, Control parent, String& ErrorOrSplitter)

  at OnlineVideos.MediaPortal1.Configuration.btnTestFlv_Click(Object sender, EventArgs e)

  at System.Windows.Forms.Control.OnClick(EventArgs e)

  at System.Windows.Forms.Button.OnClick(EventArgs e)

  at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)

  at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

  at System.Windows.Forms.Control.WndProc(Message& m)

  at System.Windows.Forms.ButtonBase.WndProc(Message& m)

  at System.Windows.Forms.Button.WndProc(Message& m)

  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)[/CODE]


When I try to play video from lets say Youtube i get error


And I error log there is

[CODE][12-31 21:46:39,323] [OnlineVideos] [WARN ] BufferFile : FindFilterByName returned '0x80040216' : (An object or name was not found.)[/CODE]


I tried following:

1. Registering MPUrlSourceSplitter.ax using regsvr32

2. Reinstalling OnlineVideos 1.7 with checked spliter and LAV filters


I guess the problem lays in registering sorcesplitter...


Any help would be great!


p.s. On my development machine Online Videos works great, so the problem is in configuration of my HTPC. (Windows x64, Mediaportal & LAV filters nstalled)


EDIT: I solve the problem, I tried a lot of things but in the end it works. I also tried to run x64 version of regsvr32 (there is x64 version in %SystemRoot%\Syswow64.


Top Bottom