Comment 4 for bug 1363343

Revision history for this message
RJ Skerry-Ryan (rryan) wrote : Re: Mixxx freezes when changing hardware during runtime

Hm, I'm afraid this looks like a bug in ig4icd64.dll (your graphics driver):

ig4icd64!ShCompile
  ig4icd64!DllMain
  ig4icd64!DllMain
  ig4icd64!DllMain
  ig4icd64!DrvSwapBuffers
  OPENGL32!wglSwapBuffers
  GDI32!SwapBuffers
  QtOpenGL4!QGLContext::swapBuffers

Looks like you removed the monitor right in the middle of Mixxx issuing a command to the graphics driver. I can only guess that the driver didn't like that and crashed. :-/ can't think of anything in Mixxx that we could fix here.