home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
My Score Center - version 2.12.0.0 - 4 May 2014 (for MP 1.6/1.7)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="SilentException" data-source="post: 599624" data-attributes="member: 83924"><p><strong>Re: My Score Center - version 1.1 - 13 dec 2009</strong></p><p></p><p>Using Windows7, this is what i get when trying to open plugin configuration window:</p><p></p><p>[CODE]System.OutOfMemoryException: Out of memory.</p><p> at System.Drawing.Graphics.FromHdcInternal(IntPtr hdc)</p><p> at System.Drawing.Font.GetHeight()</p><p> at System.Drawing.Font.get_Height()</p><p> at System.Windows.Forms.Control.get_FontHeight()</p><p> at System.Windows.Forms.TextBoxBase.get_PreferredHeight()</p><p> at System.Windows.Forms.TextBoxBase.get_DefaultSize()</p><p> at System.Windows.Forms.Control..ctor(Boolean autoInstallSyncContext)</p><p> at System.Windows.Forms.TextBoxBase..ctor()</p><p> at System.Windows.Forms.TextBox..ctor()</p><p> at System.Windows.Forms.ThreadExceptionDialog..ctor(Exception t)</p><p> at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)</p><p> at System.Windows.Forms.Control.WndProcException(Exception e)</p><p> at System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)</p><p> at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)</p><p> at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)</p><p> at System.Windows.Forms.Control.SetVisibleCore(Boolean value)</p><p> at System.Windows.Forms.Form.SetVisibleCore(Boolean value)</p><p> at System.Windows.Forms.Control.set_Visible(Boolean value)</p><p> at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)</p><p> at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)</p><p> at System.Windows.Forms.Application.RunDialog(Form form)</p><p> at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)</p><p> at System.Windows.Forms.Form.ShowDialog()</p><p> at MediaPortal.Plugin.ScoreCenter.ScoreCenterPlugin.ShowPlugin()</p><p> at MediaPortal.Configuration.Sections.PluginsNew.itemConfigure_Click(Object sender, EventArgs e)</p><p> at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)</p><p> at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)</p><p> at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)</p><p> at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)</p><p> at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)</p><p> at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)</p><p> at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)</p><p> at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)</p><p> at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)</p><p> at System.Windows.Forms.Control.WndProc(Message& m)</p><p> at System.Windows.Forms.ScrollableControl.WndProc(Message& m)</p><p> at System.Windows.Forms.ToolStrip.WndProc(Message& m)</p><p> at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)</p><p> at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)</p><p> at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)</p><p> at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)[/CODE]</p><p></p><p>Exact same build, working under XP..</p></blockquote><p></p>
[QUOTE="SilentException, post: 599624, member: 83924"] [b]Re: My Score Center - version 1.1 - 13 dec 2009[/b] Using Windows7, this is what i get when trying to open plugin configuration window: [CODE]System.OutOfMemoryException: Out of memory. at System.Drawing.Graphics.FromHdcInternal(IntPtr hdc) at System.Drawing.Font.GetHeight() at System.Drawing.Font.get_Height() at System.Windows.Forms.Control.get_FontHeight() at System.Windows.Forms.TextBoxBase.get_PreferredHeight() at System.Windows.Forms.TextBoxBase.get_DefaultSize() at System.Windows.Forms.Control..ctor(Boolean autoInstallSyncContext) at System.Windows.Forms.TextBoxBase..ctor() at System.Windows.Forms.TextBox..ctor() at System.Windows.Forms.ThreadExceptionDialog..ctor(Exception t) at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t) at System.Windows.Forms.Control.WndProcException(Exception e) at System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow) at System.Windows.Forms.Control.SetVisibleCore(Boolean value) at System.Windows.Forms.Form.SetVisibleCore(Boolean value) at System.Windows.Forms.Control.set_Visible(Boolean value) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.RunDialog(Form form) at System.Windows.Forms.Form.ShowDialog(IWin32Window owner) at System.Windows.Forms.Form.ShowDialog() at MediaPortal.Plugin.ScoreCenter.ScoreCenterPlugin.ShowPlugin() at MediaPortal.Configuration.Sections.PluginsNew.itemConfigure_Click(Object sender, EventArgs e) at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) 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.ToolStrip.WndProc(Message& m) at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)[/CODE] Exact same build, working under XP.. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
My Score Center - version 2.12.0.0 - 4 May 2014 (for MP 1.6/1.7)
Contact us
RSS
Top
Bottom