Comment 19 for bug 1473786

Revision history for this message
Maciej Suminski (orsonmmz) wrote :

OpenGL 2.1 should be enough. There is also a glewinfo report attached and all the required extensions are theoretically available.

I also suspect it is related to the hardware/drivers, but perhaps it can be workarounded somehow. The major problem is - right now I have no idea where does it crash. The attached backtrace cannot be used to determine the source of the problem, as it can be opened only with WinDbg or MSVC, but then there are no symbols (as they are not available in gcc builds). There is a chance we will get a MSVC debug build, and then the situation will be clearer.

Alternatively, you could try building KiCad yourself using Winbuilder and run it with gdb attached, but it is a bit more complex, if you have not done similar things previously.