kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #11742
some unexpected errors while testing the CvPcb program
Testing library view in CvPCb.
Latest bzr.
EuroBoard_Outline
View Selected Footprint window active.
I have the 3D viewer open. (error does not happen when 3D is closed)
Select:
EuroBoard_Outline:EuroBoard160mmX100mm or
EuroBoard_Outline:EuroBoard160mmX100mm_holes
happens also with
PFF_PSF_PSS_Leadforms:PFF_Leadform_5pins
Get error message :
-----
IO_ERROR: Unable to find the next segment with an endpoint of (0 mm,
-99.9998 mm).
Edit Edge.Cuts perimeter graphics, making them contiguous polygons each.
from /home/oetelaar/kicad_sources/kicad.bzr/pcbnew/specctra.cpp :
ThrowIOError() : line 120
Unable to calculate the board outlines.
Therefore use the board boundary box.
-----
More serious (I think, something with the embedded slash char)
Select: SMD packages
Select: SMDHD/VF
Get error message:
-----
IO_ERROR: lib table contains no logical lib 'VF'
from /home/oetelaar/kicad_sources/kicad.bzr/common/fp_lib_table.cpp :
FindRow() : line 592
-----
details :
Application: CvPcb
Version: (2013-11-18 BZR 4481)-product Release build
wxWidgets: Version 3.0.0 (debug,wchar_t,compiler with C++ ABI 1002,GCC
4.6.3,wx containers,compatible with 2.8)
Platform: Linux 3.2.0-56-generic x86_64, 64 bit, Little endian, wxGTK
Boost version: 1.54.0
USE_WX_GRAPHICS_CONTEXT=OFF
USE_WX_OVERLAY=OFF
KICAD_SCRIPTING=OFF
KICAD_SCRIPTING_MODULES=OFF
KICAD_SCRIPTING_WXPYTHON=OFF
USE_FP_LIB_TABLE=ON
BUILD_GITHUB_PLUGIN=ON
Follow ups