2004-11-02, 07:19 PM
so far I have succesfully managed to implement the IInfoPanel interface, and can load an image to display on the main menu page using the renderpanel event, however, if I try to do any kind of drawing GBPVR fails to load.
error.log has this to say
02/11/2004 19:16:12.388 VERBOSE [2] Rendering HomeMenu
02/11/2004 19:16:12.418 ERROR [2] Object reference not set to an instance of an object.
02/11/2004 19:16:12.418 ERROR [2] at DriveSpacePlugin.DriveSpaceTask.renderPanel()
at m.e()
at m..ctor(String directPlayFileName, Boolean mvpMode)
at m.Main(String[] args)
02/11/2004 19:16:12.438 VERBOSE [35] SourceConfigurationContainer.LoadAll()
02/11/2004 19:16:12.438 ERROR [35] Error int SourceConfigurationContainer::LoadAll(): Value cannot be null.
Parameter name: punk
02/11/2004 19:16:12.438 ERROR [35] Stack:
at System.Runtime.InteropServices.Marshal._WrapIUnknownWithComObject(IntPtr i, Object owner)
at System.Data.OleDb.OleDbWrapper.IDataInitialize()
at System.Data.OleDb.OleDbConnection.GetObjectPool()
at System.Data.OleDb.OleDbConnection.CreateProvider(OleDbConnectionString constr)
at System.Data.OleDb.OleDbConnection.Open()
at ax.a()
02/11/2004 19:16:12.438 VERBOSE [35] About to connect to remote recording service
02/11/2004 19:16:12.468 VERBOSE [35] getValue() loading new key/value into cache: /settings/NetRadioBufferSize
02/11/2004 19:16:12.468 VERBOSE [35] getValue: /settings/NetRadioBufferSize : 96000
02/11/2004 19:16:12.468 INFO [35] NetRadio buffer size is: 96000
Any idea what I may be doing wrong ?
error.log has this to say
02/11/2004 19:16:12.388 VERBOSE [2] Rendering HomeMenu
02/11/2004 19:16:12.418 ERROR [2] Object reference not set to an instance of an object.
02/11/2004 19:16:12.418 ERROR [2] at DriveSpacePlugin.DriveSpaceTask.renderPanel()
at m.e()
at m..ctor(String directPlayFileName, Boolean mvpMode)
at m.Main(String[] args)
02/11/2004 19:16:12.438 VERBOSE [35] SourceConfigurationContainer.LoadAll()
02/11/2004 19:16:12.438 ERROR [35] Error int SourceConfigurationContainer::LoadAll(): Value cannot be null.
Parameter name: punk
02/11/2004 19:16:12.438 ERROR [35] Stack:
at System.Runtime.InteropServices.Marshal._WrapIUnknownWithComObject(IntPtr i, Object owner)
at System.Data.OleDb.OleDbWrapper.IDataInitialize()
at System.Data.OleDb.OleDbConnection.GetObjectPool()
at System.Data.OleDb.OleDbConnection.CreateProvider(OleDbConnectionString constr)
at System.Data.OleDb.OleDbConnection.Open()
at ax.a()
02/11/2004 19:16:12.438 VERBOSE [35] About to connect to remote recording service
02/11/2004 19:16:12.468 VERBOSE [35] getValue() loading new key/value into cache: /settings/NetRadioBufferSize
02/11/2004 19:16:12.468 VERBOSE [35] getValue: /settings/NetRadioBufferSize : 96000
02/11/2004 19:16:12.468 INFO [35] NetRadio buffer size is: 96000
Any idea what I may be doing wrong ?