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) v
« Previous 1 … 91 92 93 94 95 … 125 Next »
MyMusic logging errors on init

 
  • 0 Vote(s) - 0 Average
MyMusic logging errors on init
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#11
2005-12-05, 02:07 AM
the only difference in the my pictures plugin is
Working
Code:
<CopiedImagesDirectory>C:\GBPVRDirs\MyPictures_CopiedImages\</CopiedImagesDirectory>
Not Working
Code:
<CopiedImagesDirectory>C:\GBPVRDirs\MyPictures_CopiedPictures\</CopiedImagesDirectory>

the onscreenkeyboard.xml file is in the latest mypictures.zip file in the wiki (i think it was missing from earlier versions).
TuckerTFT
Offline

Member

Posts: 101
Threads: 30
Joined: Nov 2005
#12
2005-12-06, 03:57 AM
Quote:the onscreenkeyboard.xml file is in the latest mypictures.zip file in the wiki (i think it was missing from earlier versions)

Sorry to be a bug, but onscreenkeyboard.xml is nowhere to be found in either any of the MyPictures, MyMusic or MyVideo ZIP files contained in the wiki.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#13
2005-12-06, 04:14 AM
huh, i thought it was there....

heres the one im using, you could probably just copy any of those .xml files in that directory and then rename the copy to "onscreenkeyboard.xml" and it would work. i never finished implementing the keymappings for the onscreenkeyboard....
TuckerTFT
Offline

Member

Posts: 101
Threads: 30
Joined: Nov 2005
#14
2005-12-06, 04:37 AM
Thanks ... a couple of things, the OnScreenKeyboard file that was included in the ZIP you attached did not have any file extension. When I gave it an XML extension and opened it in my editor it was clearly not an XML format, but rather a binary file.

I tried using it any way (deposited it with the .XML extension into the gbpvr folder), and now this is the error text that appears in the log, (and my pictures does not show up in gbpvr at all ... needless to say, I'm backing the file out again):

12/5/2005 9:31:52 PM.281 ERROR [2] Error initializing menu plugin: C:\Program Files\devnz\gbpvr\\plugins\MyPicturesPlugin.dll
12/5/2005 9:31:52 PM.281 ERROR [2] Exception has been thrown by the target of an invocation.
12/5/2005 9:31:52 PM.296 ERROR [2] at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at xd426863f4d052758.xc4f12ec3a8a4c96b.xb77fa95273e0c228()
12/5/2005 9:31:52 PM.328 ERROR [2] Inner exception: System.Xml.XmlException: '', hexadecimal value 0x03, is an invalid character. Line 1, position 3.
at System.Xml.XmlScanner.ScanContent()
at System.Xml.XmlTextReader.ParseRoot()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlValidatingReader.ReadWithCollectTextToken()
at System.Xml.XmlValidatingReader.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at GBPVR.Public.KeyCommandHelper..ctor(String keyCommandXmlFilename)
at MyPicturesPlugin.Controls.OnScreenKeyboard..ctor()
at MyPicturesPlugin.MyPicturesTask..ctor()
12/5/2005 9:31:52 PM.328 ERROR [2] at System.Xml.XmlScanner.ScanContent()
at System.Xml.XmlTextReader.ParseRoot()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlValidatingReader.ReadWithCollectTextToken()
at System.Xml.XmlValidatingReader.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at GBPVR.Public.KeyCommandHelper..ctor(String keyCommandXmlFilename)
at MyPicturesPlugin.Controls.OnScreenKeyboard..ctor()
at MyPicturesPlugin.MyPicturesTask..ctor()
TuckerTFT
Offline

Member

Posts: 101
Threads: 30
Joined: Nov 2005
#15
2005-12-07, 01:37 AM
Never mind the last message, I realized that the onscreenkeyboard file (with no file extension) that was included in the ZIP file you attached in your last post was actually also a ZIP file, but missing the extension.

I put the ZIP extension on the file and then extracted the true XML file. Kind of a strange way of packing files, don't you think.

In any event, I just downloaded your MyPictures BETA from another post. I'm finding that it is much more stable (MyPictures and MyMusic) have been crashing the "GB-PVR MediaMVP Server" quite often, especially if I do not wait at least 2 - 3 seconds while scrolling through items on the screen.

Since you don't own an MVP, I'm wondering if there is a trusted "coder" colleague among the gbpvr community who has an MVP and with whom you share your source code in the hopes of debugging and potentially repairing the source of these crashes.

This is the typical error dump that is logged when the crash occurs:

Quote:12/5/2005 10:56:49 PM.765 ERROR [2] Error: msg=0x100 (WM_KEYDOWN) hwnd=0x502d8 wparam=0x1b lparam=0x10001 result=0x0 : System.InvalidOperationException: The object is currently in use elsewhere.
at System.Drawing.Graphics.CheckErrorStatus(Int32 status)
at System.Drawing.Graphics.DrawString(String s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format)
at GBPVR.Public.SkinHelper.getNamedImageNonCached(Image image, Boolean fillWithBackgroundColour, Color backgroundColour, String name, Hashtable parameters)
at xf5bc786a1d6def9c.x18f56f732cd3e8b1.renderPanel()
at xae10db17d26ba033.x86396f56243de9fb.render(Boolean& xbae0ec4fbb835d1e)
at xae10db17d26ba033.xbb1566157f5f8b1f.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 xae10db17d26ba033.xbb1566157f5f8b1f.WndProc(Message& x5f8f2c40c000ab2c)

Also, I don't know if you were already aware of this, but in GBPVR 95.14 (the current maint release) MyPictures is generating errors in the log every time it renders a new photo on the screen. This is happening in both the production release and the BETA. Here is what a representative log segment looks like:

Quote:12/5/2005 10:53:38 PM.281 ERROR [48] Unexpected error animating menu: System.InvalidOperationException: The object is currently in use elsewhere.
at System.Drawing.Graphics.FromImage(Image image)
at xae10db17d26ba033.x86396f56243de9fb.render(Boolean& xbae0ec4fbb835d1e)
at xae10db17d26ba033.x86396f56243de9fb.xcba1f05fb5a46d5f()
12/5/2005 10:53:38 PM.281 ERROR [48] Unexpected error animating menu: System.InvalidOperationException: The object is currently in use elsewhere.
at System.Drawing.Graphics.FromImage(Image image)
at xae10db17d26ba033.x86396f56243de9fb.render(Boolean& xbae0ec4fbb835d1e)
at xae10db17d26ba033.x86396f56243de9fb.xcba1f05fb5a46d5f()
12/5/2005 10:53:38 PM.281 ERROR [48] Unexpected error animating menu: System.InvalidOperationException: The object is currently in use elsewhere.
at System.Drawing.Graphics.FromImage(Image image)
at xae10db17d26ba033.x86396f56243de9fb.render(Boolean& xbae0ec4fbb835d1e)
at xae10db17d26ba033.x86396f56243de9fb.xcba1f05fb5a46d5f()
12/5/2005 10:53:38 PM.281 ERROR [48] Unexpected error animating menu: System.InvalidOperationException: The object is currently in use elsewhere.
at System.Drawing.Graphics.FromImage(Image image)
at xae10db17d26ba033.x86396f56243de9fb.render(Boolean& xbae0ec4fbb835d1e)
at xae10db17d26ba033.x86396f56243de9fb.xcba1f05fb5a46d5f()
12/5/2005 10:53:38 PM.281 ERROR [48] Unexpected error animating menu: System.InvalidOperationException: The object is currently in use elsewhere.
at System.Drawing.Graphics.FromImage(Image image)
at xae10db17d26ba033.x86396f56243de9fb.render(Boolean& xbae0ec4fbb835d1e)
at xae10db17d26ba033.x86396f56243de9fb.xcba1f05fb5a46d5f()
12/5/2005 10:53:38 PM.281 ERROR [48] Unexpected error animating menu: System.InvalidOperationException: The object is currently in use elsewhere.
at System.Drawing.Graphics.FromImage(Image image)
at xae10db17d26ba033.x86396f56243de9fb.render(Boolean& xbae0ec4fbb835d1e)
at xae10db17d26ba033.x86396f56243de9fb.xcba1f05fb5a46d5f()
12/5/2005 10:53:38 PM.281 ERROR [48] Unexpected error animating menu: System.InvalidOperationException: The object is currently in use elsewhere.
at System.Drawing.Graphics.FromImage(Image image)
at xae10db17d26ba033.x86396f56243de9fb.render(Boolean& xbae0ec4fbb835d1e)
at xae10db17d26ba033.x86396f56243de9fb.xcba1f05fb5a46d5f()
12/5/2005 10:53:38 PM.281 ERROR [48] Unexpected error animating menu: System.InvalidOperationException: The object is currently in use elsewhere.
at System.Drawing.Graphics.FromImage(Image image)
at xae10db17d26ba033.x86396f56243de9fb.render(Boolean& xbae0ec4fbb835d1e)
at xae10db17d26ba033.x86396f56243de9fb.xcba1f05fb5a46d5f()
12/5/2005 10:53:38 PM.281 ERROR [48] Unexpected error animating menu: System.InvalidOperationException: The object is currently in use elsewhere.
at System.Drawing.Graphics.FromImage(Image image)
at xae10db17d26ba033.x86396f56243de9fb.render(Boolean& xbae0ec4fbb835d1e)
at xae10db17d26ba033.x86396f56243de9fb.xcba1f05fb5a46d5f()
12/5/2005 10:53:38 PM.375 ERROR [48] Unexpected error animating menu: System.InvalidOperationException: The object is currently in use elsewhere.
at System.Drawing.Graphics.FromImage(Image image)
at xae10db17d26ba033.x86396f56243de9fb.render(Boolean& xbae0ec4fbb835d1e)
at xae10db17d26ba033.x86396f56243de9fb.xcba1f05fb5a46d5f()
12/5/2005 10:53:38 PM.375 ERROR [48] Unexpected error animating menu: System.InvalidOperationException: The object is currently in use elsewhere.
at System.Drawing.Graphics.FromImage(Image image)
at xae10db17d26ba033.x86396f56243de9fb.render(Boolean& xbae0ec4fbb835d1e)
at xae10db17d26ba033.x86396f56243de9fb.xcba1f05fb5a46d5f()
12/5/2005 10:53:38 PM.375 ERROR [48] Unexpected error animating menu: System.InvalidOperationException: The object is currently in use elsewhere.
at System.Drawing.Graphics.FromImage(Image image)
at xae10db17d26ba033.x86396f56243de9fb.render(Boolean& xbae0ec4fbb835d1e)
at xae10db17d26ba033.x86396f56243de9fb.xcba1f05fb5a46d5f()

BTW, what I am very pleased to report about the MyPictures BETA is that it now plays RANDOM slide shows without hesitation on the PC instance of GBPVR, wheras the non-BETA version stopped quite often and needed a push (using next picture key buttons). Even on the MVP the pictures will render as opposed to presenting a blank screen, but, sad to say, they still need a push from one pic to the next.

Just thought you might be interested. Of course, I have a selfish motive. Your's is the only picture player plugin available for gbpvr, and I downloaded and installed GBPVR exclusively to be a replacement for the limited Hauppauge software that comes with the MVP. I really want to be able to have the picture player functionality, so I want you to get it to work pefectly Big Grin

Also, as regards MyMusic, it is the best in terms of its design and functionality. If it could just be tweaked along with MyPictures to stop the crash events on the "to quick to scroll" phenomena on the MVP.

Thanks for listening ... and, thanks for all of your great work !!!
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#16
2005-12-07, 01:45 AM
Quote:Since you don't own an MVP, I'm wondering if there is a trusted "coder" colleague among the gbpvr community who has an MVP and with whom you share your source code in the hopes of debugging and potentially repairing the source of these crashes.
nah im not a big fan of sharing source code (well complete source code, i dont mind sharing parts).

the "The object is currently in use elsewhere." probably isnt from my pictures, ive locked most things when using threads, and all drawing is actually done in the main thread (this use to be a common problem in mypics 2), so theres no reason (that i know of) for my pics 3 to generate this error. however i have seen this error but it was caused by gbpvr and not my pics.

Quote:In any event, I just downloaded your MyPictures BETA from another post. I'm finding that it is much more stable (MyPictures and MyMusic) have been crashing the "GB-PVR MediaMVP Server" quite often, especially if I do not wait at least 2 - 3 seconds while scrolling through items on the screen.
is this crashing in the beta version of my pics aswell (i completely forgot i had another beta version of my pics....)

Quote:Also, as regards MyMusic, it is the best in terms of its design and functionality. If it could just be tweaked along with MyPictures to stop the crash events on the "to quick to scroll" phenomena on the MVP.
and yeah its hard to bug test/fix problems for a device i have no access to Smile
TuckerTFT
Offline

Member

Posts: 101
Threads: 30
Joined: Nov 2005
#17
2005-12-08, 03:10 AM (This post was last modified: 2005-12-08, 03:15 AM by TuckerTFT.)
Quote:is this crashing in the beta version of my pics as well (i completely forgot i had another beta version of my pics....)

MyPictures hasn't crashed the GB-PVR MediaMVP Server when used on its own since I downloaded and installed 3[1].0.1Beta. It used to crash in the non-Beta version 3.

However, when MyMusic is actively playing tunes, no matter where I am in the GB-PVR menu system if I hold down any of the up, down, right or left arrow keys on the MediaMVP remote (so that I can get a faster scroll through the items on the screen), OR even if I press one of the keys in succession without waiting at least 2 or 3 seconds between presses it will cause the GB-PVR MediaMVP Server to crash, sometime irrecoverably and other times simply causing the MediaMVP to drop the connection (due to a timeout) and then re-connect.

I can reproduce this behavior without fail ... BUT I can only do so if MyMusic is active. It just happened to me about 30 minutes ago when I had MyMusic playing some of my favorite blues tunes and I was scrolling through XGuide to find shows that I wanted to record. I held the right arrow key to get to a place on the next day that I wanted to view and the MediaMVP ended up disconnecting and re-connecting. Here is the log segment (I realize that by looking at the log it doesn't appear that MyMusic is the culprit, but, again, this problem only occurs when MyMusic is active, whether I am scrolling within MyMusic or any other screen):

Quote:12/7/2005 7:32:22 PM.812 ERROR [2] MVP Timer Refresh error: An existing connection was forcibly closed by the remote host
12/7/2005 7:32:22 PM.828 ERROR [2] at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.Socket.Send(Byte[] buffer)
at xae10db17d26ba033.xbb1566157f5f8b1f.xe2575a347ffe125c(Boolean x61447f3b8bf39c72)
at xae10db17d26ba033.xbb1566157f5f8b1f.xb1cbc922a07ef39b(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba)
12/7/2005 7:32:23 PM.015 ERROR [209] Unexpected error in MVP async handler: System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.Socket.Send(Byte[] buffer)
at xae10db17d26ba033.xbb1566157f5f8b1f.xe2575a347ffe125c(Boolean x61447f3b8bf39c72)
at xae10db17d26ba033.xbb1566157f5f8b1f.x458c85690540575e()
12/7/2005 7:32:23 PM.187 ERROR [2] MVP Timer Refresh error: An existing connection was forcibly closed by the remote host
.
.
.

... more of the same ...

.
.
.

12/7/2005 7:32:41 PM.171 ERROR [2] at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.Socket.Send(Byte[] buffer)
at xae10db17d26ba033.xbb1566157f5f8b1f.xe2575a347ffe125c(Boolean x61447f3b8bf39c72)
at xae10db17d26ba033.xbb1566157f5f8b1f.xb1cbc922a07ef39b(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba)
12/7/2005 7:32:42 PM.171 ERROR [2] MVP Timer Refresh error: An existing connection was forcibly closed by the remote host
12/7/2005 7:32:42 PM.171 ERROR [2] at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.Socket.Send(Byte[] buffer)
at xae10db17d26ba033.xbb1566157f5f8b1f.xe2575a347ffe125c(Boolean x61447f3b8bf39c72)
at xae10db17d26ba033.xbb1566157f5f8b1f.xb1cbc922a07ef39b(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba)
12/7/2005 7:32:43 PM.171 ERROR [2] MVP Timer Refresh error: An existing connection was forcibly closed by the remote host
12/7/2005 7:32:43 PM.171 ERROR [2] at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.Socket.Send(Byte[] buffer)
at xae10db17d26ba033.xbb1566157f5f8b1f.xe2575a347ffe125c(Boolean x61447f3b8bf39c72)
at xae10db17d26ba033.xbb1566157f5f8b1f.xb1cbc922a07ef39b(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba)
12/7/2005 7:32:43 PM.703 ERROR [211] MVPWorkerThread - Connection lost, waiting a new one
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#18
2005-12-08, 03:54 AM
i have no idea, the only thing my music will be doing when its not active is listening (not actively even) for gbpvr events, video stopping, tv starting, music track changed etc (not anything like "keydown"), to update the music panel (the panel you see inside my music/pictures, not the one on the main menu).
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  djkxml errors under mono-basic sbbaxter 0 2,279 2010-04-30, 08:29 PM
Last Post: sbbaxter
  Music Library 3 Install Errors dennit 3 3,086 2009-12-05, 08:33 PM
Last Post: psycik
  Yapi2Xml Errors - Possible Solution sjwaste 3 2,235 2008-07-23, 05:18 PM
Last Post: khaver
  MVP Tray Icon errors in logs? jksmurf 0 1,471 2008-04-05, 11:23 PM
Last Post: jksmurf
  MVP Tray Icon Errors? jksmurf 0 1,493 2008-03-26, 01:43 AM
Last Post: jksmurf
  Syntax errors running both BBDMUX and Mencoder versions of RETIME jksmurf 3 2,301 2008-02-19, 12:22 AM
Last Post: jksmurf
  Shutdown plugin errors capone 1 1,617 2007-07-05, 04:54 AM
Last Post: capone
  Are these plugin or gbpvr errors in the logs fla 1 1,509 2007-03-08, 09:06 PM
Last Post: sub
  Xrecord Errors in 99.5 TuckerTFT 3 2,313 2006-12-26, 09:35 PM
Last Post: Fatman_do
  EnhancedWebAdmin 404 errors frumbert 3 1,757 2006-09-05, 07:07 AM
Last Post: elite

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

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

Linear Mode
Threaded Mode