Random crashes (1 Viewer)

patricon

Portal Pro
June 16, 2007
543
18
Home Country
Spain Spain
When trying to open the configuration window the plugin randomly crashes with this message:

System.IO.IOException: No se puede escribir datos de en la conexión de transporte: Intento de leer o escribir en la memoria protegida. A menudo, esto indica que hay otra memoria dañada.. ---> System.AccessViolationException: Intento de leer o escribir en la memoria protegida. A menudo, esto indica que hay otra memoria dañada.
en System.Net.UnsafeNclNativeMethods.OSSOCK.recv(IntPtr socketHandle, Byte* pinnedBuffer, Int32 len, SocketFlags socketFlags)
en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, SocketError& errorCode)
en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- Fin del seguimiento de la pila de la excepción interna ---
en System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
en System.IO.StreamReader.ReadBuffer()
en System.IO.StreamReader.ReadToEnd()
en WindowPlugins.GUITVSeries.ZsoriParser.Generic(String sUrl)
en WindowPlugins.GUITVSeries.GetLanguages..ctor()
en WindowPlugins.GUITVSeries.ConfigurationForm.InitExtraTreeAndPanes()
en WindowPlugins.GUITVSeries.ConfigurationForm..ctor()
en MediaPortal.GUI.Video.TVSeriesPlugin.ShowPlugin()
en MediaPortal.Configuration.Sections.PluginsNew.itemConfigure_Click(Object sender, EventArgs e)
en System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
en System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
en System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
en System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
en System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
en System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
en System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
en System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
en System.Windows.Forms.Control.WndProc(Message& m)
en System.Windows.Forms.ScrollableControl.WndProc(Message& m)
en System.Windows.Forms.ToolStrip.WndProc(Message& m)
en System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

other times it works well, it's like a lottery... I'm using TV Series latest SVN version

regards,
 

Users who are viewing this thread

Top Bottom