← Back to team overview

kicad-developers team mailing list archive

Re: MacOSX - Pcbnew: Refresh issues with onload

 

> > Evidence of problems seems be:
> > Thu Apr 2 22:18:21 snowball.local pcbnew[23127] <Error>: CGContextRestoreGState: invalid context
> > Thu Apr 2 22:18:21 snowball.local pcbnew[23127] <Error>: CGContextRestoreGState: invalid context
> 
> Could this be a problem with the OSX version of wxWidgets since it
> doesn't appear to effect Linux or Windows? Have you tried running a
> debug build (debug build of wxWidgets too) to see if there are any
> assert messages that occur before you get this error? It might be helpful.
Is a common issue between the 2.8 tree, CGContextRestoreGState is a system call that is used to Restore a previous stored CoreGraphics state.
This was present under also the wxPhyton http://trac.wxwidgets.org/ticket/4272 , with another build and with another release of OS.








References