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 … 1060 1061 1062 1063 1064 … 1231 Next »
myVideos and language.xml

 
  • 0 Vote(s) - 0 Average
myVideos and language.xml
dottore
Offline

Posting Freak

Posts: 986
Threads: 44
Joined: May 2004
#1
2005-04-07, 08:30 AM
hi, i have a problem with the myVideos-Plugin (last version from the wiki) and the language.xml-file:

Quote:07.04.2005 10:23:17.516 ERROR [2] Error: msg=0x100 (WM_KEYDOWN) hwnd=0x5025c wparam=0xd lparam=0x1c0001 result=0x0 : Der Schlssel kann nicht Null sein.
Parametername: key : at System.Collections.Hashtable.ContainsKey(Object key)
at GBPVR.Public.SkinHelper.getTranslation(String text)
at GBPVR.Public.SkinHelper.getNamedImageNonCached(String name, Hashtable parameters)
at MyVideosPlugin.FileList.Draw(Image compositeScreenImage, Hashtable clickableRegions)
at MyVideosPlugin.MyVideosTask.render(Boolean& requiresMoreRendering)
at ci.a(Boolean& A_0)
at t.a(Object A_0, KeyEventArgs A_1)
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 t.a(Message& A_0)

when i rename the language.xml-file so gbpvr can't find it, the plugin works. could it be a missing entry in the language-file? if you need the file, you can download it from here .

greetings,

dottore.
---------------------
www.sitecomposer.de
sammy_smith
Offline

Junior Member

Posts: 16
Threads: 1
Joined: Feb 2005
#2
2005-04-10, 04:48 AM
dottore Wrote:hi, i have a problem with the myVideos-Plugin (last version from the wiki) and the language.xml-file:



when i rename the language.xml-file so gbpvr can't find it, the plugin works. could it be a missing entry in the language-file? if you need the file, you can download it from here .

greetings,

dottore.


I have the same problem as dottore. Even if the language.xml file has nothing in it and simply exists, then MyVideos doesn't work. If the file doesn't exist, then MyVideos work.

The error popup reads as such:
Error: Key cannot be null.
Parmameter name: key

Here's a small section of the gbpvr error log:
4/10/2005 12:42:12 AM.281 VERBOSE [2] Local Time value 4/9/2005 10:54:00 PM
4/10/2005 12:42:14 AM.781 VERBOSE [2] HideMouse ref=-1
4/10/2005 12:42:23 AM.468 VERBOSE [2] ShowMouse ref=0
4/10/2005 12:42:28 AM.734 VERBOSE [2] HideMouse ref=-1
4/10/2005 12:42:30 AM.781 ERROR [2] Error: msg=0x100 (WM_KEYDOWN) hwnd=0x1b02c4 wparam=0xd lparam=0x1c0001 result=0x0 : Key cannot be null.
Parameter name: key : at System.Collections.Hashtable.ContainsKey(Object key)
at GBPVR.Public.SkinHelper.getTranslation(String text)
at GBPVR.Public.SkinHelper.getNamedImageNonCached(String name, Hashtable parameters)
at MyVideosPlugin.FileList.Draw(Image compositeScreenImage, Hashtable clickableRegions)
at MyVideosPlugin.MyVideosTask.render(Boolean& requiresMoreRendering)
at ci.a(Boolean& A_0)
at t.a(Object A_0, KeyEventArgs A_1)
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 t.a(Message& A_0)
Johans
Offline

Junior Member

Posts: 17
Threads: 6
Joined: Feb 2005
#3
2005-04-10, 04:34 PM
Hi Reven,

I have same problem as Dottore and sammy smith and it is surely related with MyVideo 3, previous version is working OK. At same moment My PC seems to slow down, even starting GBPVR can take some 5 minuits, and is not running smoothly anymore.

For now the only option is going back to myvideo 2.1.64 as I don't want to loose the translation (it's in Dutch)

I hope you can solve it.

thx

Johans

Note: it has no meaning to feed my gbpvr log as it is the same result as the other people have.
PC specs: P-IV 2.4 with 1 GB RAM, 80 + 200 GB Hdisk, Win TV PVR150, Video card ATI Sapphire 9600Pro -128MB, Sound: Audigy I, Pioneer DVD writer, OS: win2000,
PC->TV connection via Hauppauge MVP
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#4
2005-04-10, 08:11 PM
i just tried this with a language.xml file and it worked fine. can someone attach their language.xml file.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#5
2005-04-10, 08:28 PM
ok ignore the last post i found the problem (you didnt tell me i had to browse around a bit :p)
ok the problem is with this line of code
Code:
Graphics.FromImage(compositeScreenImage).DrawImage(skinHelper.getNamedImageNonCached("SelectorList-Focus", imageParameters),xPos, yPos);
no where there does it get translated (well not by me), sub translates the composites images himself. i think the problem will be that some text for the composite images is being changed to "" eg changing "@Description" to "" if there is no description, and then translating that is the issue. so sub may need to fix it. ill pm him.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#6
2005-04-10, 08:34 PM
Form the error message above it looks like one of your values is null, not an empty string.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#7
2005-04-10, 08:44 PM
ok ive fixed the bug, you can download the new version at the wiki.
rudi
Offline

Junior Member

Posts: 9
Threads: 0
Joined: Nov 2004
#8
2005-04-12, 10:40 AM
I have the same situation with My Pictures and language.xml. Is it possible that there is the same error in?
Thanks
Johans
Offline

Junior Member

Posts: 17
Threads: 6
Joined: Feb 2005
#9
2005-04-12, 06:24 PM
Reven,

about the problem Error: Key cannot be null. Parmameter name: key

The update you posted is OK, it is working now.

Keep up the good work, I love it

Many thanks

Johans
PC specs: P-IV 2.4 with 1 GB RAM, 80 + 200 GB Hdisk, Win TV PVR150, Video card ATI Sapphire 9600Pro -128MB, Sound: Audigy I, Pioneer DVD writer, OS: win2000,
PC->TV connection via Hauppauge MVP
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#10
2005-04-12, 09:41 PM
rudi Wrote:I have the same situation with My Pictures and language.xml. Is it possible that there is the same error in?
Thanks
yeah it is the same bug, i uploaded a new version of my pictures to the wiki, which should fix the error, if it doesnt just let me know


anyone experiencing this bug with my music or my programs?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Moviesheets using MyVideos - Hack jam_zhou 5 6,148 2013-03-06, 07:55 PM
Last Post: jam_zhou
  Crash after language change dodododic 10 3,347 2010-05-09, 06:19 PM
Last Post: dodododic
  Language selection and language files mrmace69 7 2,605 2009-12-08, 05:33 PM
Last Post: danny16
  Language: English US tonydotigr85 3 1,460 2009-01-20, 07:04 PM
Last Post: Fatman_do
  Language keeps resetting to English 4zm4r3d02 12 3,679 2008-11-29, 05:39 AM
Last Post: SLR_65
  DVB EPG language problem mikaelgu 4 1,788 2008-03-31, 04:03 PM
Last Post: sub
  Idioma español (Spanish Language) cherre 1 1,396 2008-03-10, 04:28 PM
Last Post: sub
  language.xml in PVRX2? haripj 4 1,586 2007-12-11, 12:26 AM
Last Post: sub
  Language Setting and TV Listings tonydotigr85 10 2,885 2007-10-29, 02:10 AM
Last Post: sub
  Language and a plugin problem [PVRX2 1.0.8] perry 3 1,558 2007-07-26, 09:07 PM
Last Post: MixMan

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

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

Linear Mode
Threaded Mode