2006-07-08, 10:03 PM
hi sub, question, I've noticed this in my config.exe.log as well, doesn't seem to affect anything and doesn't happen in gbpvr.exe.log
Looks like it complaining that a constructor doesn't exist. Currently I use a ML2Panel() constructor. That's all I have. That class in interfacing IEventNotification, IPanel and IMenuTask.
Do any of these have any different constructors other than an empty one?
Code:
25/06/2006 20:25:07.906 ERROR [1] Error initializing menu plugin: C:\Program Files\devnz\gbpvr\plugins\ML2Panel.dll
25/06/2006 20:25:07.906 ERROR [1] Exception has been thrown by the target of an invocation.
25/06/2006 20:25:07.906 ERROR [1] at System.RuntimeTypeHandle.CreateInstance(RuntimeTyp e 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 System.Activator.CreateInstance(Type type)
at GBPVR.Backend.Common.xc4f12ec3a8a4c96b.xb77fa95273 e0c228()
25/06/2006 20:25:07.906 ERROR [1] Inner exception: System.NullReferenceException: Object reference not set to an instance of an object.
at MusicLibrary.ScreenSaver..ctor()
25/06/2006 20:25:07.906 ERROR [1] at MusicLibrary.ScreenSaver..ctor()
25/06/2006 20:25:07.906 ERROR [1] Error initializing panel plugin: C:\Program Files\devnz\gbpvr\plugins\ML2Panel.dll
25/06/2006 20:25:07.906 ERROR [1] Exception has been thrown by the target of an invocation.
25/06/2006 20:25:07.906 ERROR [1] at System.RuntimeTypeHandle.CreateInstance(RuntimeTyp e 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 System.Activator.CreateInstance(Type type)
at GBPVR.Backend.Common.xc4f12ec3a8a4c96b.xb77fa95273 e0c228()
25/06/2006 20:25:07.906 ERROR [1] Error initializing event plugin: C:\Program Files\devnz\gbpvr\plugins\ML2Panel.dll
25/06/2006 20:25:07.906 ERROR [1] Exception has been thrown by the target of an invocation.
25/06/2006 20:25:07.906 ERROR [1] at System.RuntimeTypeHandle.CreateInstance(RuntimeTyp e type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
Looks like it complaining that a constructor doesn't exist. Currently I use a ML2Panel() constructor. That's all I have. That class in interfacing IEventNotification, IPanel and IMenuTask.
Do any of these have any different constructors other than an empty one?