Re: [Kicad-developers] crash on last commits running cvpcb...

2018-03-25 Thread Kevin Cozens
On 2018-03-25 07:54 PM, Jeff Young wrote: Fix committed. If someone on Linux could try it out that would be great…. CvPcb no longer crashes on startup on my Linux based machine. I still can't use it to assign a footprint from Package_DIP to a 7400 IC on my board but that is another problem.

[Kicad-developers] Netlist file extensions

2018-03-25 Thread Jeff Young
The PADS-PCB netlist evidently needs an extension of .asc to be read correctly[1]. I implemented a reg-ex which takes the pen-ultimate file extension from the XSL file and applies it to the output file. So the script for the above-mentioned netlist exporter is now: netlist_form_pads-pcb.asc.x

Re: [Kicad-developers] crash on last commits running cvpcb...

2018-03-25 Thread Jeff Young
Fix committed. If someone on Linux could try it out that would be great…. Cheers, Jeff. > On 26 Mar 2018, at 00:35, Jeff Young wrote: > > Got it. Thanks, Wayne. > > ___ > Mailing list: https://launchpad.net/~kicad-developers > Post to : kicad-d

Re: [Kicad-developers] crash on last commits running cvpcb...

2018-03-25 Thread Jeff Young
Got it. Thanks, Wayne. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

Re: [Kicad-developers] [PATCH] Fix for bug/1754049

2018-03-25 Thread Wayne Stambaugh
Now that a fix for the lost data has been merged, we should defer the fix for how to handle deleting objects from removed layers until v6. In the mean time, we should clearly define the behavior before we write any code to prevent any wasted developer time. Cheers, Wayne On 03/22/2018 03:09

Re: [Kicad-developers] crash on last commits running cvpcb...

2018-03-25 Thread Wayne Stambaugh
I just confirmed this on linux. Here is the back trace: (gdb) bt 20 #0 0x7fffd57191a0 in CVPCB_MAINFRAME::DisplayStatus() (this=0x58aa4390) at /home/wayne/src/kicad-trunk/cvpcb/cvpcb_mainframe.cpp:710 #1 0x7fffd5718268 in CVPCB_MAINFRAME::refreshAfterComponentSearch(COMPONENT*)

Re: [Kicad-developers] crash on last commits running cvpcb...

2018-03-25 Thread Jeff Young
Hi Marco, If you have a debug build, could you post a back-trace? Thanks, Jeff. > On 25 Mar 2018, at 21:42, Marco Ciampa wrote: > > Hi devs, > just a heads-up. > > Here Linux Ubuntu 64 and it crashes on running cvpcb... > > Application: kicad > Version: (5.0.0-rc2-dev-306-gc8c5b5da0), releas

[Kicad-developers] crash on last commits running cvpcb...

2018-03-25 Thread Marco Ciampa
Hi devs, just a heads-up. Here Linux Ubuntu 64 and it crashes on running cvpcb... Application: kicad Version: (5.0.0-rc2-dev-306-gc8c5b5da0), release build Libraries: wxWidgets 3.0.2 libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3 Platform: Linux 4.13.0-37-generic x86_64,

Re: [Kicad-developers] CvPcb Save

2018-03-25 Thread Jeff Young
I just merged a hybrid of the two: it makes CvPcb look and act like a dialog, but also has an “Apply, Save Schematic & Continue” button. Yes, it’s a bit of a mouthful, but it least it doesn’t leave anyone any questions. If you get a chance to take a look at it, let me know what you think. It’s

Re: [Kicad-developers] 5.0 RC2 release

2018-03-25 Thread Wayne Stambaugh
On 03/25/2018 11:16 AM, Jon Evans wrote: It seems like we are pretty close. Which of these are critical to get done for RC2 / which could be delayed? https://launchpad.net/kicad/+milestone/5.0.0-rc2 I think we are pretty close to rc2. I have a few action items which I should be able to knock

[Kicad-developers] 5.0 RC2 release

2018-03-25 Thread Jon Evans
It seems like we are pretty close. Which of these are critical to get done for RC2 / which could be delayed? https://launchpad.net/kicad/+milestone/5.0.0-rc2 Are there things that need to be done that aren't on the milestone yet? Should we publicize this release a bit more than RC1 when it is re

[Kicad-developers] Copy/Paste Zones

2018-03-25 Thread Bernhard Stegmaier
Hi all, if I copy/paste a zone, the pasted one doesn’t have a net assigned. Is it intended this way? I would expect that the pasted one gets the net of the original one. Regards, Bernhard ___ Mailing list: https://launchpad.net/~kicad-developers Post t