[Kicad-developers] Opengl issues after commit 6912/6913

2016-06-10 Thread jp charras
Hi, Orson, I have a new issue after commit 6912/6913: I can switch from legacy to opengl canvas or cairo canvas, but once I have switched from opengl to cairo, I cannot switch to opengl: the error message is Couldn't create OpenGL context and the next message: Requested texture size is not suppo

Re: [Kicad-developers] Opengl issues after commit 6912/6913

2016-06-10 Thread Simon Wells
also getting a crash here after starting in OGL -> Cairo -> OGL (osx) On Sat, Jun 11, 2016 at 5:20 AM, jp charras wrote: > Hi, Orson, > > I have a new issue after commit 6912/6913: > I can switch from legacy to opengl canvas or cairo canvas, but once I have > switched from opengl to > cairo, I c

Re: [Kicad-developers] Opengl issues after commit 6912/6913

2016-06-10 Thread José Ignacio
Segfault here too on linux On Fri, Jun 10, 2016 at 2:50 PM, Simon Wells wrote: > also getting a crash here after starting in OGL -> Cairo -> OGL (osx) > > On Sat, Jun 11, 2016 at 5:20 AM, jp charras wrote: >> Hi, Orson, >> >> I have a new issue after commit 6912/6913: >> I can switch from legacy

Re: [Kicad-developers] Opengl issues after commit 6912/6913

2016-06-11 Thread Prabhu Sammandam
Hi All, I am also facing crashes in the following scenario. 1. Opened pcbnew and switched to OPENGL mode. Then invoked the Desing Rules dialog, it crashed 2. Opened pcbnew and invoked the properties dialog for the FP. Then if I click Footprint editor, it crashed. Details of the platform: Versio

Re: [Kicad-developers] Opengl issues after commit 6912/6913

2016-06-11 Thread Chris Pavlina
I have another issue with 6912 and I'm not sure if it's related. On my OSX box, the OpenGL canvas cannot be resized larger as of this revision - the actual active size is 'stuck' at what the application opened at, and any extra space is filled with flickering graphical garbage. This only seems to

Re: [Kicad-developers] Opengl issues after commit 6912/6913

2016-06-12 Thread Collin Anderson
This same behavior occurs on my OS X box as well. It also has coordinate transformation issues if you try to lower the size of the window. Here, rather than try and describe it, here is a gif (frame rate is low in the gif, it is not choppy in reality): https://metacollin.com/resize.gif I hav

Re: [Kicad-developers] Opengl issues after commit 6912/6913

2016-06-13 Thread Maciej Sumiński
On 06/10/2016 07:20 PM, jp charras wrote: > Hi, Orson, > > I have a new issue after commit 6912/6913: > I can switch from legacy to opengl canvas or cairo canvas, but once I have > switched from opengl to > cairo, I cannot switch to opengl: > the error message is > Couldn't create OpenGL context

Re: [Kicad-developers] Opengl issues after commit 6912/6913

2016-06-13 Thread Maciej Sumiński
On 06/11/2016 11:27 AM, Prabhu Sammandam wrote: > Hi All, > > I am also facing crashes in the following scenario. > > 1. Opened pcbnew and switched to OPENGL mode. Then invoked the Desing Rules > dialog, it crashed > 2. Opened pcbnew and invoked the properties dialog for the FP. Then if I > click

Re: [Kicad-developers] Opengl issues after commit 6912/6913

2016-06-13 Thread Maciej Sumiński
On 06/13/2016 01:58 AM, Collin Anderson wrote: > This same behavior occurs on my OS X box as well. It also has coordinate > transformation issues if you try to lower the size of the window. Here, > rather than try and describe it, here is a gif (frame rate is low in the gif, > it is not choppy

Re: [Kicad-developers] Opengl issues after commit 6912/6913

2016-06-13 Thread Maciej Sumiński
On 06/13/2016 01:58 AM, Collin Anderson wrote: > This same behavior occurs on my OS X box as well. It also has coordinate > transformation issues if you try to lower the size of the window. Here, > rather than try and describe it, here is a gif (frame rate is low in the gif, > it is not choppy

Re: [Kicad-developers] Opengl issues after commit 6912/6913

2016-06-13 Thread Brano Panak
Hi, i tested r6925 on osx 10.11.5, described problem did not pop up. However i found another problem which is probably not related to this but will describe it anyway. In pcb if you go to design rules/net class editor and change clearance default or any field and then click ok the new value i

Re: [Kicad-developers] Opengl issues after commit 6912/6913

2016-06-13 Thread jp charras
Le 13/06/2016 à 09:52, Maciej Sumiński a écrit : > On 06/10/2016 07:20 PM, jp charras wrote: >> Hi, Orson, >> >> I have a new issue after commit 6912/6913: >> I can switch from legacy to opengl canvas or cairo canvas, but once I have >> switched from opengl to >> cairo, I cannot switch to opengl:

Re: [Kicad-developers] Opengl issues after commit 6912/6913

2016-06-13 Thread Prabhu Sammandam
Hi Orson, With r6925 the first crash is not happening ie (*1. Opened pcbnew and switched to OPENGL mode. Then invoked the Desing Rules dialog, it crashed*). But still the second issue is there. For second issue now it is displaying series of error dialogs as mentioned below in order 1. Error : ma

Re: [Kicad-developers] Opengl issues after commit 6912/6913

2016-06-14 Thread Maciej Sumiński
Hi Prabhu, I have just pushed a potential fix for the problem you describe. Would you verify it? I have also retracted changes introduced in 6912, as seemingly they introduce more problems than solve. I hope it solves the problems recently seen on OSX. I am wondering if there is anyone else who

Re: [Kicad-developers] Opengl issues after commit 6912/6913

2016-06-14 Thread Mário Luzeiro
t on Windows works for me. Regards, Mario From: Kicad-developers [kicad-developers-bounces+mrluzeiro=ua...@lists.launchpad.net] on behalf of Maciej Sumiński [maciej.sumin...@cern.ch] Sent: 14 June 2016 11:15 To: Prabhu Sammandam; jp charras Cc: KiCad Developers Subject:

Re: [Kicad-developers] Opengl issues after commit 6912/6913

2016-06-14 Thread Prabhu Sammandam
__ > From: Kicad-developers [kicad-developers-bounces+mrluzeiro= > ua...@lists.launchpad.net] on behalf of Maciej Sumiński [ > maciej.sumin...@cern.ch] > Sent: 14 June 2016 11:15 > To: Prabhu Sammandam; jp charras > Cc: KiCad Developers > Subject: Re: [Kicad-developers] Op