Post subject: BizHawk crashes when I minimize the window.
Joined: 3/12/2017
Posts: 1
As the title says, it crashes when I minimize the window. I have reinstalled the prerequisites and I have had no luck with fixing it. I'm not sure on what direction to take next. This is the exception it throws:
SlimDX.Direct3D9.Direct3D9Exception: D3DERR_INVALIDCALL: Invalid call (-2005530516)
   at SlimDX.Result.Throw[T](Object dataKey, Object dataValue)
   at SlimDX.Result.Record[T](Int32 hr, Boolean failed, Object dataKey, Object dataValue)
   at SlimDX.Direct3D9.Texture..ctor(Device device, Int32 width, Int32 height, Int32 levelCount, Usage usage, Format format, Pool pool)
   at BizHawk.Bizware.BizwareGL.Drivers.SlimDX.IGL_SlimDX9.CreateRenderTarget(Int32 w, Int32 h)
   at BizHawk.Client.EmuHawk.RenderTargetFrugalizer.Get(Int32 width, Int32 height)
   at BizHawk.Client.EmuHawk.DisplayManager.UpdateSourceDrawingWork(JobInfo job)
   at BizHawk.Client.EmuHawk.DisplayManager.UpdateSourceInternal(JobInfo job)
   at BizHawk.Client.EmuHawk.DisplayManager.UpdateSource(IVideoProvider videoProvider)
   at BizHawk.Client.EmuHawk.MainForm.Render()
   at BizHawk.Client.EmuHawk.MainForm.ProgramRunLoop()
   at BizHawk.Client.EmuHawk.Program.SubMain(String[] args)
I have been using this program for about a year and a half, and have never had a issue with it. Thanks in advance!