2008-05-04, 03:38 AM
(This post was last modified: 2008-05-04, 03:50 AM by idkpmiller.)
Hi Ubu,
I thought I would give Uburadio another shot at setting up after my last attempt dodnt go so well.
I downloaded version 1.3 from the wiki and went through the installer.
issue 1. after stopping recording services it came up with the retry, coninue ignore dialog box for commonGBpvrutillies I selected ignore and it carried on.
I setup the Ubu service recording controller.
issue 2. WebRadio appears in the PVRx2 1.2.9 menu, but I am unable start it, a quick look at the logs seemed to suggest skin issues, see logs below. I copied the UBuradio directory to the skin2 directory as there wasnt one there and that didnt help.
Thinking this was because of the earlier issue in the installation I closed the only thing open for GBPVR (GBPvrtray) and reinstalled this time no errors and installation went all the way through.
Issue 2 is still there and the log is shown below.
Can you please advise what I am doing wrong this should be a relatively simply task but I seem to be getting it wrong.
Cheers
EDIT: I located the issue, the directory is actually CommonDialogs and not the requested Common Dialogs (with a space) I renamed the directory and it now starts.
Are you still supporting UBuradio with PVRX2?
I thought I would give Uburadio another shot at setting up after my last attempt dodnt go so well.
I downloaded version 1.3 from the wiki and went through the installer.
issue 1. after stopping recording services it came up with the retry, coninue ignore dialog box for commonGBpvrutillies I selected ignore and it carried on.
I setup the Ubu service recording controller.
issue 2. WebRadio appears in the PVRx2 1.2.9 menu, but I am unable start it, a quick look at the logs seemed to suggest skin issues, see logs below. I copied the UBuradio directory to the skin2 directory as there wasnt one there and that didnt help.
Thinking this was because of the earlier issue in the installation I closed the only thing open for GBPVR (GBPvrtray) and reinstalled this time no errors and installation went all the way through.
Issue 2 is still there and the log is shown below.
Code:
2008-05-04 14:59:17.171 VERBOSE [1] Key pressed: Return
2008-05-04 14:59:17.186 VERBOSE [1] Skin file not found: C:\Program Files\Devnz\GBPVR\skin\UbuRadio\skin.xml
2008-05-04 14:59:17.186 VERBOSE [1] ...about to check default skin
2008-05-04 14:59:17.186 VERBOSE [1] Initializing skin helper for: C:\Program Files\Devnz\GBPVR\skin\blue\UbuRadio\skin.xml
2008-05-04 14:59:17.186 VERBOSE [1] getValue cached value: /settings/ActiveSkin : blue
2008-05-04 14:59:17.186 VERBOSE [1] Skin file not found: C:\Program Files\Devnz\GBPVR\skin\Common Dialogs\Prompt Box skin.xml
2008-05-04 14:59:17.186 VERBOSE [1] ...about to check default skin
2008-05-04 14:59:17.186 VERBOSE [1] Arrrggh!! not found there either...mayday mayday...going down.... C:\Program Files\Devnz\GBPVR\skin\blue\Common Dialogs\Prompt Box skin.xml
2008-05-04 14:59:17.296 VERBOSE [1] ReturnToMainMenu()
2008-05-04 14:59:17.296 VERBOSE [1] Web Radio is currently active
2008-05-04 14:59:17.296 VERBOSE [1] Web Radio.Deactivate() called
2008-05-04 14:59:17.296 VERBOSE [1] ReturnToMainMenu()@2
2008-05-04 14:59:17.311 VERBOSE [1] System.Exception: Skin file not found: C:\Program Files\Devnz\GBPVR\skin\blue\Common Dialogs\Prompt Box skin.xml
at GBPVR.Public.SkinHelper.CtorShared(String pluginName, String skinFileName, String requiredVersion)
at GBPVR.Public.SkinHelper..ctor(String pluginName, String skinFileName)
at CommonGBPVRUtilities.ErrorDialog..ctor()
at UbuRadio.UbuRadioPluginTask.Activate()
at GBPVRX2.MenuTask.x9006c1ed9ccb79de.OnKeyDown(KeyEventArgs e)
at GBPVRX2.x0061b801bdf12d35.xdae9991ab918b397(Object xdf2e3583f942db7b, KeyEventArgs xc4f45905cb1fc7ba)
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at GBPVRX2.x0061b801bdf12d35.WndProc(Message& m)
2008-05-04 14:59:18.092 VERBOSE [1] Key pressed: Return
2008-05-04 14:59:18.092 VERBOSE [1] Skin file not found: C:\Program Files\Devnz\GBPVR\skin\UbuRadio\skin.xml
2008-05-04 14:59:18.092 VERBOSE [1] ...about to check default skin
2008-05-04 14:59:18.092 VERBOSE [1] Initializing skin helper for: C:\Program Files\Devnz\GBPVR\skin\blue\UbuRadio\skin.xml
2008-05-04 14:59:18.092 VERBOSE [1] getValue cached value: /settings/ActiveSkin : blue
2008-05-04 14:59:18.092 VERBOSE [1] Skin file not found: C:\Program Files\Devnz\GBPVR\skin\Common Dialogs\Prompt Box skin.xml
2008-05-04 14:59:18.092 VERBOSE [1] ...about to check default skin
2008-05-04 14:59:18.092 VERBOSE [1] Arrrggh!! not found there either...mayday mayday...going down.... C:\Program Files\Devnz\GBPVR\skin\blue\Common Dialogs\Prompt Box skin.xml
2008-05-04 14:59:18.186 VERBOSE [1] ReturnToMainMenu()
2008-05-04 14:59:18.186 VERBOSE [1] Web Radio is currently active
2008-05-04 14:59:18.186 VERBOSE [1] Web Radio.Deactivate() called
2008-05-04 14:59:18.202 VERBOSE [1] ReturnToMainMenu()@2
2008-05-04 14:59:18.202 VERBOSE [1] System.Exception: Skin file not found: C:\Program Files\Devnz\GBPVR\skin\blue\Common Dialogs\Prompt Box skin.xml
at GBPVR.Public.SkinHelper.CtorShared(String pluginName, String skinFileName, String requiredVersion)
at GBPVR.Public.SkinHelper..ctor(String pluginName, String skinFileName)
at CommonGBPVRUtilities.ErrorDialog..ctor()
at UbuRadio.UbuRadioPluginTask.Activate()
at GBPVRX2.MenuTask.x9006c1ed9ccb79de.OnKeyDown(KeyEventArgs e)
at GBPVRX2.x0061b801bdf12d35.xdae9991ab918b397(Object xdf2e3583f942db7b, KeyEventArgs xc4f45905cb1fc7ba)
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at GBPVRX2.x0061b801bdf12d35.WndProc(Message& m)
2008-05-04 14:59:19.124 VERBOSE [1] OnPaint()
2008-05-04 14:59:19.139 VERBOSE [1] OnPaint()
2008-05-04 14:59:20.249 VERBOSE [1] Preparing for shutdown
2008-05-04 14:59:20.264 VERBOSE [1] Exiting...
Can you please advise what I am doing wrong this should be a relatively simply task but I seem to be getting it wrong.
Cheers
EDIT: I located the issue, the directory is actually CommonDialogs and not the requested Common Dialogs (with a space) I renamed the directory and it now starts.
Are you still supporting UBuradio with PVRX2?