NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 4 5 6 7 8 … 56 Next »
SubMenu - A main menu replacement supporting sub menus

 
  • 0 Vote(s) - 0 Average
SubMenu - A main menu replacement supporting sub menus
ydekmekji
Offline

Posting Freak

Posts: 824
Threads: 275
Joined: Jan 2005
#31
2011-08-05, 04:51 AM
not working with the latest update
If you want to know why nPVR is the bomb, ask my wife!
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#32
2011-08-05, 06:40 AM
Still seems to be ok for me after trying it again. Have you been into its Setting screen to enable it, in case it's the first time you've run it since sub changed the way NPVR looks for third-party menus?

Iain
ydekmekji
Offline

Posting Freak

Posts: 824
Threads: 275
Joined: Jan 2005
#33
2011-08-11, 06:26 PM
It doesn't even show in the settings screen... i have the latest npvr and the latest submenu
If you want to know why nPVR is the bomb, ask my wife!
ydekmekji
Offline

Posting Freak

Posts: 824
Threads: 275
Joined: Jan 2005
#34
2011-08-11, 06:40 PM
ok... fixed it... i deleted the section in config.xml and i realized that i had copied the files to the wrong plugin directory. all good
If you want to know why nPVR is the bomb, ask my wife!
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#35
2011-08-11, 07:01 PM
Glad you got it sorted.

Iain
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#36
2011-08-15, 05:18 AM
I just installed npvr 2.1.5 and can't activate Submenu; npvr.log has this error message:

2011-08-14 22:12:22.718 [DEBUG][1] SubMenu: System.IO.IOException: Cannot create a file when that file already exists.

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.__Error.WinIOError()
at System.IO.File.Move(String sourceFileName, String destFileName)
at SubMenu.Settings.SettingsPanel.bEnable_Click(Object sender, EventArgs e) in E:\Documents\Documents\Programming\NPVR\SubMenu\src\settings\SettingsPanel.cs:line 79
2011-08-14 22:12:22.718 [DEBUG][1] SubMenu: System.IO.IOException: Cannot create a file when that file already exists.

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.__Error.WinIOError()
at System.IO.File.Move(String sourceFileName, String destFileName)
at SubMenu.Settings.SettingsPanel.bEnable_Click(Object sender, EventArgs e) in E:\Documents\Documents\Programming\NPVR\SubMenu\src\settings\SettingsPanel.cs:line 83
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#37
2011-08-15, 07:48 AM
All the activation is trying to do is rename the following files:

Code:
C:\Users\Public\NPVR\Skin\Default\Menu\Horizontal.xml   ->   Horizontal.submenu
C:\Users\Public\NPVR\Skin\Default\Menu\Vertical.xml     ->   Vertical.submenu

Try doing this manually and see if it says it's activated? Remember to adjust the paths if you're not using the default skin.

As to why it wasn't working, I'm not sure to be honest. Perhaps something kept a lock on one of the files and stopped it from being renamed.

Iain
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#38
2011-08-16, 03:00 AM
I tried what you suggested and it did not fix the problem. I tried reinstalling the plugin and it did not fix the problem. A suggestion: can you put more explicit debugging information in the plugin? "SubMenu: System.IO.IOException: Cannot create a file when that file already exists." doesn't provide data that the user can self-diagnose.
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#39
2011-08-16, 06:38 AM
Wakalaka Wrote:I tried what you suggested and it did not fix the problem. I tried reinstalling the plugin and it did not fix the problem. A suggestion: can you put more explicit debugging information in the plugin? "SubMenu: System.IO.IOException: Cannot create a file when that file already exists." doesn't provide data that the user can self-diagnose.

I'm not sure what else it could log though. That message comes from .NET in response to me asking it to rename (in this case) Horizontal.xml to Horizontal.submenu. It suggests to me that the Horizontal.submenu file already exists, therefore it can't do the rename.

However, I have to apologise for forgetting another step of the process in my earlier message. In addition to renaming the two files, the plugin also has to add <MenuType>SubMenu</MenuType> to Skin\Default\Global.xml - give that a try too and see if it says it's activated.

It would also help to know what skin you're using, and what files are listed in Skin\Default\Menu.

Iain
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#40
2011-08-17, 05:53 AM
The problem was that Skin\Default\Menu\Horizontal.submenu and Vertical.submenu existed. When I deleted the files, I was able to activate SubMenu via the nPVR Settings dialog.

For debug output, you could write "about to rename file1 to file2" so that debug output has a log of the actions you are requesting .NET to take.
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Hulu Desktop Replacement dhgb256 49 29,154 2016-01-06, 07:30 PM
Last Post: dhgb256
  SubMenu - Updated January 23rd, 2012 imilne 0 1,543 2012-01-23, 09:52 AM
Last Post: imilne
  New Tool: ShowBurner DVD Burning [with menus] pBS 331 78,186 2007-11-29, 08:52 PM
Last Post: pBS
  New Plugin: TV Listings (TV Guide Replacement) alibert 47 15,821 2006-12-30, 09:52 AM
Last Post: alibert
  SlimmGBPVR - replacement for GBPVRTray Mister Slimm 244 67,016 2006-10-26, 03:51 PM
Last Post: Mister Slimm
  GBPVR main site down? ptyler13 4 2,168 2006-09-30, 03:06 AM
Last Post: sub
  Replacement GBPVRTray icons Mister Slimm 10 4,237 2005-11-22, 02:35 AM
Last Post: A_Brass
  A few main-screen backgrounds. pwtenny 0 1,773 2005-06-10, 08:36 PM
Last Post: pwtenny

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

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

Linear Mode
Threaded Mode