Log.Info("DVDFullscreen: Play DVD");
GUIVideoFiles videoFiles = (GUIVideoFiles)GUIWindowManager.GetWindow((int)GUIWindow.Window.WINDOW_VIDEOS);
if (null == videoFiles)
return false;
return videoFiles.OnPlayDVD(dvd);
Log.Info("GUIVideoBaseWindow: playing DVD {0}", drive);
What do you think rtv?
Could it be GetWindow that returns null?