MP 1.1.0 Beta has been crashing lately (1 Viewer)

elvis56

Portal Pro
January 5, 2009
121
0
Home Country
Canada Canada
well today it is crashing quite a bit. Usually if I let the video go right to the end. Here is the error log but I have no clue what to look for lol

2009-10-09 17:40:16.852637 [ERROR][MPMain]: TextureManager: LoadGraphic - invalid thumb(C:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal\Skin\StreamedMP\media\hover_my plugins.png)
2009-10-09 17:40:16.852637 [ERROR][MPMain]: MediaPortal: Unhandled exception occured
2009-10-09 17:40:16.852637 [ERROR][MPMain]: Exception :confused:ystem.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at D3DXCreateTextureFromFileExW(IDirect3DDevice9* , UInt16* , UInt32 , UInt32 , UInt32 , UInt32 , Int32 , Int32 , UInt32 , UInt32 , UInt32 , _D3DXIMAGE_INFO* , tagPALETTEENTRY* , IDirect3DTexture9** )
at Microsoft.DirectX.Direct3D.TextureLoader.FromFile(Device device, String srcFile, Int32 width, Int32 height, Int32 mipLevels, Usage usage, Format format, Pool pool, Filter filter, Filter mipFilter, Int32 colorKey, ImageInformation& srcInformation, PaletteEntry[]& palette)
at Microsoft.DirectX.Direct3D.TextureLoader.FromFile(Device device, String srcFile, Int32 width, Int32 height, Int32 mipLevels, Usage usage, Format format, Pool pool, Filter filter, Filter mipFilter, Int32 colorKey, ImageInformation& srcInformation)
at MediaPortal.GUI.Library.GUITextureManager.LoadGraphic(String fileName, Int64 lColorKey, Int32 iMaxWidth, Int32 iMaxHeight, Int32& width, Int32& height)
2009-10-09 17:40:16.852637 [ERROR][MPMain]: Exception :Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
2009-10-09 17:40:16.852637 [ERROR][MPMain]: site :Int32 D3DXCreateTextureFromFileExW(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DDevice9*, UInt16*, UInt32, UInt32, UInt32, UInt32, Int32, Int32, UInt32, UInt32, UInt32, Microsoft.DirectX.PrivateImplementationDetails._D3DXIMAGE_INFO*, Microsoft.DirectX.PrivateImplementationDetails.tagPALETTEENTRY*, Microsoft.DirectX.PrivateImplementationDetails.IDirect3DTexture9**)
2009-10-09 17:40:16.852637 [ERROR][MPMain]: source :Microsoft.DirectX.Direct3DX
2009-10-09 17:40:16.852637 [ERROR][MPMain]: stacktrace: at D3DXCreateTextureFromFileExW(IDirect3DDevice9* , UInt16* , UInt32 , UInt32 , UInt32 , UInt32 , Int32 , Int32 , UInt32 , UInt32 , UInt32 , _D3DXIMAGE_INFO* , tagPALETTEENTRY* , IDirect3DTexture9** )
at Microsoft.DirectX.Direct3D.TextureLoader.FromFile(Device device, String srcFile, Int32 width, Int32 height, Int32 mipLevels, Usage usage, Format format, Pool pool, Filter filter, Filter mipFilter, Int32 colorKey, ImageInformation& srcInformation, PaletteEntry[]& palette)
at Microsoft.DirectX.Direct3D.TextureLoader.FromFile(Device device, String srcFile, Int32 width, Int32 height, Int32 mipLevels, Usage usage, Format format, Pool pool, Filter filter, Filter mipFilter, Int32 colorKey, ImageInformation& srcInformation)
at MediaPortal.GUI.Library.GUITextureManager.LoadGraphic(String fileName, Int64 lColorKey, Int32 iMaxWidth, Int32 iMaxHeight, Int32& width, Int32& height)
2009-10-09 17:40:44.727815 [ERROR][MPMain]: Exception :confused:ystem.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at System.Windows.Forms.UnsafeNativeMethods.OleUninitialize()
at System.Windows.Forms.Application.ThreadContext.Dispose(Boolean postQuit)
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.Run(Form mainForm)
at MediaPortalApp.Main(String[] args)
2009-10-09 17:40:44.727815 [ERROR][MPMain]: Exception :Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
2009-10-09 17:40:44.727815 [ERROR][MPMain]: site :Int32 OleUninitialize()
2009-10-09 17:40:44.727815 [ERROR][MPMain]: source :confused:ystem.Windows.Forms
2009-10-09 17:40:44.727815 [ERROR][MPMain]: stacktrace: at System.Windows.Forms.UnsafeNativeMethods.OleUninitialize()
at System.Windows.Forms.Application.ThreadContext.Dispose(Boolean postQuit)
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.Run(Form mainForm)
at MediaPortalApp.Main(String[] args)
2009-10-09 17:40:44.727815 [ERROR][MPMain]: MediaPortal stopped due to an exception Attempted to read or write protected memory. This is often an indication that other memory is corrupt. System.Windows.Forms at System.Windows.Forms.UnsafeNativeMethods.OleUninitialize()
at System.Windows.Forms.Application.ThreadContext.Dispose(Boolean postQuit)
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.Run(Form mainForm)
at MediaPortalApp.Main(String[] args)
 

moryoav

Portal Pro
December 2, 2008
236
86
Home Country
Israel Israel
Having the same problem

watching a movie, the audio continues and the image is stuck. This only started with the latest beta version, it didn't happen before. I'll attach a log next time this happens.
 

tourettes

Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Here is the error log but I have no clue what to look for lol

    This message appears several times in your log:-

    Attempted to read or write protected memory. This is often an indication that other memory is corrupt.​

    It might be worth running some tests on your RAM? Memtest86 (free download) might be a good place to start.

    Actually that error message is a bit misleading as it's source is usually a bug in the application code. Accessing some memory address that is not valid (null pointer for example). But yes, it source could be as well the broken RAM as it could change the content and therefore cause the access violation, so checking RAM wont hurt.
     

    Users who are viewing this thread

    Top Bottom