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) Recording2, MusicLibrary2, SystemStatus Support v
« Previous 1 … 4 5 6 7 8 … 10 Next »
MusicLibrary2 does not work

 
  • 0 Vote(s) - 0 Average
MusicLibrary2 does not work
r3d
Offline

Junior Member

Posts: 29
Threads: 5
Joined: Sep 2007
#1
2007-09-07, 01:27 AM
Hi,

I'm fairly new to GB-PVR and am trying to get the MusicLibrary2 plugin to work. I have downloaded the latest version (1.0.16) of GB-PVR and the latest beta version of MusicLibrary2. After installing the plugin i have copied the MusicLibrary2.dll and ML3Panel.dll to the \plugins directory as instructed. However, I cannot get it to work. When I click on MusicLibrary2 menu item from the main menu (I'm using GBPVR.exe) I get a popup with the error - "Object reference not set to an instance of an object". I am attaching the log file below.

I have gone thru a lot of posts and tried various suggestions including uninstalling/reinstalling GB-PVR, Musiclibrary2 several times with no success.

Can someone please help me.

Regards,
r3d
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#2
2007-09-07, 02:50 AM
r3d Wrote:Hi,

I'm fairly new to GB-PVR and am trying to get the MusicLibrary2 plugin to work. I have downloaded the latest version (1.0.16) of GB-PVR and the latest beta version of MusicLibrary2. After installing the plugin i have copied the MusicLibrary2.dll and ML3Panel.dll to the \plugins directory as instructed. However, I cannot get it to work. When I click on MusicLibrary2 menu item from the main menu (I'm using GBPVR.exe) I get a popup with the error - "Object reference not set to an instance of an object". I am attaching the log file below.

I have gone thru a lot of posts and tried various suggestions including uninstalling/reinstalling GB-PVR, Musiclibrary2 several times with no success.

Can someone please help me.

Regards,
r3d

you're using GBPVR? rather than pvrx2? If so, don't put the MusicLibrary3.dll in the plugins folder. That may be what is causing your problem. Just the MusicLibrary2.dll file goes in devnz\gbpvr\plugins
r3d
Offline

Junior Member

Posts: 29
Threads: 5
Joined: Sep 2007
#3
2007-09-07, 08:37 AM
Yes I am using GBPVR.exe instead of PVRX2.exe. This is essentially because PVRX2 does not run when I select the Basic Skin. I've tried removing the MusicLibrary3.dll from the plugins folder as you suggested and still no success. I get the same error popup as before.

I looked into the log file and I noticed the following lines when GBPVR starts up:

2007-09-07 09:27:19.219 ERROR [1] Error initializing menu plugin: C:\Program Files\devnz\gbpvr\plugins\MusicLibrary2.dll
2007-09-07 09:27:19.219 ERROR [1] Cannot create an abstract class.
2007-09-07 09:27:19.229 ERROR [1] at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at GBPVR.Backend.Common.xc4f12ec3a8a4c96b.x2eac9e7b9fcccc3b(Boolean x8bae2a88590d8cc0)
2007-09-07 09:27:19.229 ERROR [1] Error initializing menu plugin: C:\Program Files\devnz\gbpvr\plugins\MusicLibrary2.dll
2007-09-07 09:27:19.229 ERROR [1] No parameterless constructor defined for this object.
2007-09-07 09:27:19.229 ERROR [1] at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at GBPVR.Backend.Common.xc4f12ec3a8a4c96b.x2eac9e7b9fcccc3b(Boolean x8bae2a88590d8cc0)

It seems like GBPVR is not able to initialise the plugin. Help!
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#4
2007-09-07, 08:47 AM
I quite often get that CreateInstance errors, so I was looking further down. You'll see later that it has actually started.

Does it show up in the main menu? And you get the error when selecting it? That means it's initialised, and is more than likely a skin error.

Found it. I didn't go far enough down this afternoon. Here is your error.
Code:
2007-09-07 02:12:03.816    VERBOSE    [1]    Skinhelper loading image from file: .\skin\blue\MusicLibrary2\Moreup.png
2007-09-07 02:12:03.826    ERROR    [1]    Error: msg=0x202 (WM_LBUTTONUP) hwnd=0xb601ee wparam=0x0 lparam=0x6c0206 result=0x0  :  System.NullReferenceException: Object reference not set to an instance of an object.
   at PsycikProductions.MusicLibrary.GUI.AlbumArtClasses.GetAlbumArtImage(SkinHelper skinHelper, Track media)
   at PsycikProductions.MusicLibrary.GUI.LibraryUI.render(Boolean& requiresMoreRendering)
   at PsycikProductions.MusicLibrary.MusicLibrary2.render(Boolean& requiresMoreRendering)
   at GBPVR.x86396f56243de9fb.render(Boolean& requiresMoreRendering)
   at GBPVR.xbb1566157f5f8b1f.xf1b04f0b61b2ba29(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   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 GBPVR.xbb1566157f5f8b1f.WndProc(Message& m)
2007-09-07 02:12:03.826    VERBOSE    [1]    videoInsetVisible = false

It does seem to be skin related - you're usng basic by the look of things, and it's probably the playcd.png file that may be missing, or some albumart specialelement or composite image. Funny it should default to blue, but it doesn't seem to for this image. I think I remember someone else having a similar error.
r3d
Offline

Junior Member

Posts: 29
Threads: 5
Joined: Sep 2007
#5
2007-09-07, 09:12 AM
Thanks for your prompt reply!

Yes MusigLibrary2 does show up on the main menu and I get the error when I select it. I can also confirm that .\skin\blue\MusicLibrary2\Moreup.png does exist. Any clues what's happening here?
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#6
2007-09-07, 09:19 AM
yeah it looks like it trying to load a basic skin rather than blue..
r3d
Offline

Junior Member

Posts: 29
Threads: 5
Joined: Sep 2007
#7
2007-09-07, 09:41 AM
I tried changing the skin back to blue using the config. I still get the same error :mad:
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#8
2007-09-07, 09:56 AM
Do you still get that same albumart error with the blue skin?

And have you run a scan - looks like the query returned nothing. I wonder if that has an effect.
r3d
Offline

Junior Member

Posts: 29
Threads: 5
Joined: Sep 2007
#9
2007-09-07, 10:05 AM
That was it!!Big Grin I forgot to scan!!
It works great now. Thanks so much for all your help psycikSmile
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#10
2007-09-07, 10:11 AM
I'll make a note to fix that though, shouldn't get an error when nothin gin the library.

Glad you got it sorted.
« 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
  ML2 installed but doesn't work spotty 2 6,263 2010-01-04, 12:58 PM
Last Post: spotty
  MusicLibrary2 - Version 7 Support thread. psycik 124 64,033 2009-05-18, 06:26 AM
Last Post: pz1
  MusicLibrary2 and NAS? nchamp 23 9,473 2008-09-16, 08:56 PM
Last Post: psycik
  How do I clean isntall MusicLibrary2? vskatusa 23 9,325 2008-08-10, 11:02 PM
Last Post: psycik
  gbpvr.exe (v1.1.5) and MusicLibrary2 (v7.1) Denjet 6 3,426 2008-03-25, 08:48 PM
Last Post: Denjet
  Managing Lists in Musiclibrary2 Sam 11 5,205 2008-03-11, 07:03 PM
Last Post: psycik
  MusicLibrary2 doesn't show when selected meekochan 27 9,339 2008-03-06, 09:04 AM
Last Post: psycik
  Problems during instalation of MusicLibrary2 erik 6 3,041 2007-12-31, 07:51 PM
Last Post: psycik
  How do collections work? smelcher 4 2,460 2007-12-01, 07:37 PM
Last Post: psycik
  No MusicLibrary2 button to see Denjet 1 1,844 2007-11-17, 06:48 PM
Last Post: psycik

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

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

Linear Mode
Threaded Mode