NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 105 106 107 108 109 … 1231 Next »
1.3.7 - Crash in Settings plugin

 
  • 0 Vote(s) - 0 Average
1.3.7 - Crash in Settings plugin
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#1
2008-11-01, 10:31 PM
Crash in Settings plug-in when attempting to change skins to/from Slick

Code:
************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at GBPVRX2.Popups.xef6c58fa1e847ef8.getPostBackgroundRenderList()
   at GBPVRX2.Popups.PopupBase.GetRenderList()
   at GBPVRX2.BaseButtonListUiTask.GetRenderList()
   at GBPVRX2.MenuTask.x1c55deafde32e1eb.GetRenderList()
   at GBPVRX2.x0061b801bdf12d35.xdb012c437aec4a40(Boolean xd23bf32f3b17e3be)
   at GBPVRX2.x0061b801bdf12d35.xf11d09f6e9e3e55b()
   at GBPVRX2.xdd215986d9a64c86.ReturnToMainMenu()
   at GBPVRX2.x0061b801bdf12d35.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)

From the PVRX2 log, this may be where the error occured:
Code:
2008-11-01 15:25:15.687 WARNING [1] requested skin file not found: C:\Program Files\Devnz\GBPVR\skin2\Slick\Settings\SkinSelectPopup.xml
2008-11-01 15:25:15.687 WARNING [1] using file from default skin instead: C:\Program Files\Devnz\GBPVR\skin2\Blue\Settings\SkinSelectPopup.xml
2008-11-01 15:25:15.734 VERBOSE [1] Unexpected error get image from callback (@preview): System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at GBPVRX2.Popups.xef6c58fa1e847ef8.GetImage(Hashtable parameters, String name, Int32 width, Int32 height)
   at GBPVRX2.SkinHelper2.getNamedImage(Image image, String name, Hashtable parameters, XmlNode fromNode)
Pob
Offline

Senior Member

Posts: 677
Threads: 88
Joined: Jun 2007
#2
2008-11-01, 10:38 PM
A few people posted about this in the announcement thread:
http://forums.gbpvr.com/showpost.php?p=3...ostcount=6
Sub says to change the skin in the config app for now - it works fine this way.
Lounge media center; Asus UEFI mobo-Intel Core i5-GeForce GTX970-Samsung EVO SSD 256gb-2x Samsung F1 1tb-NovaT USB-Nova HDS2-Samsung 51" plasma
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#3
2008-11-01, 10:47 PM
Ok, thx.
gEd
Offline

Posting Freak

London
Posts: 3,514
Threads: 100
Joined: Jan 2005
#4
2009-08-24, 06:06 PM
just a bump to say that this defect still exists in the latest version.

2009-08-24 18:59:31.653 VERBOSE [1] getValue cached value: /settings/ActiveSkin : Community-WS
2009-08-24 18:59:31.653 VERBOSE [1] getValue cached value: /settings/RootSkinDirectory : .\skin\
2009-08-24 18:59:31.984 VERBOSE [1] started
2009-08-24 18:59:31.984 VERBOSE [1] UiList.GetRenderList()
2009-08-24 18:59:31.984 VERBOSE [1] selectedIndex = 0 detailsViewVisibleIndex = 0
2009-08-24 18:59:31.992 VERBOSE [1] Skinhelper loading image from file: C:\Program Files\Devnz\GBPVR\skin2\Community-WS\Settings\..\_CoreImages\Popup_Small.png
2009-08-24 18:59:32.059 VERBOSE [1] Unexpected error get image from callback (@preview): System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.ArrayList.get_Item(Int32 index)
at GBPVRX2.Popups.xef6c58fa1e847ef8.GetImage(Hashtable parameters, String name, Int32 width, Int32 height)
at GBPVRX2.SkinHelper2.getNamedImage(Image image, String name, Hashtable parameters, XmlNode fromNode)
2009-08-24 18:59:32.061 VERBOSE [1] Skinhelper loading image from file: C:\Program Files\Devnz\GBPVR\skin2\Community-WS\Settings\..\_CoreImages\Popup_Button_normal.png
2009-08-24 18:59:32.065 VERBOSE [1] Skinhelper loading image from file: C:\Program Files\Devnz\GBPVR\skin2\Community-WS\Settings\..\_CoreImages\Popup_Button_selected.png
2009-08-24 18:59:32.074 VERBOSE [1] Skinhelper loading image from file: C:\Program Files\Devnz\GBPVR\skin2\Community-WS\Settings\..\_CoreImages\List_Normal.png
2009-08-24 18:59:32.104 VERBOSE [1] Skinhelper loading image from file: C:\Program Files\Devnz\GBPVR\skin2\Community-WS\Settings\..\_CoreImages\List_Selected.png
2009-08-24 18:59:32.232 VERBOSE [1] ReturnToMainMenu()
2009-08-24 18:59:32.232 VERBOSE [1] Utilities is currently active
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  What LCD Plugin or Utility to use these days? Snooze 66 22,422 2011-04-06, 02:51 AM
Last Post: Snooze
  Analog HD Recording Plugin To Record 16:9 Widescreen BTJustice 18 6,166 2010-09-12, 05:14 AM
Last Post: johnsonx42
  playback of recordings crash the application paf077 9 2,804 2010-06-27, 12:57 PM
Last Post: paf077
  Repeatable Windows crash with MagicPro ProHDTV Gold Digital Tuner? jksmurf 2 1,729 2010-05-30, 10:58 PM
Last Post: jksmurf
  Crash after language change dodododic 10 3,364 2010-05-09, 06:19 PM
Last Post: dodododic
  pin code for settings menu? HYBRiD.BLiNG 2 1,979 2010-04-20, 05:27 PM
Last Post: sub
  Analog recording settings and recorded output edgesitter 3 2,160 2010-04-08, 04:11 AM
Last Post: Ninianne
  Crash on Launch ydekmekji 1 1,544 2010-04-01, 05:23 AM
Last Post: whurlston
  FF, REW crash on playback jw100 8 2,422 2010-03-30, 04:02 PM
Last Post: jw100
  Crash on startup: GBPVRX2.x0061b801bdf12d35 drdr6 2 1,555 2010-03-22, 10:42 PM
Last Post: drdr6

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

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

Linear Mode
Threaded Mode