Closing after opening drills and attempting to create cnc gcode | Could be windows 11 causing this issue

Issue #618 new
Spencer Bentley created an issue

Hi,

My flatcam beta 8.994 is crashing when opening a drill file (drill_1_16.xln) and also when trying to create the gcode from geometry/drill file, GTL/TXT files

I’m running the source code within the WinPython environment documented in your YouTube video.

Comments (8)

  1. Spencer Bentley reporter

    Sorry, meant to say it says the geometry is empty for the .GTL layer dispite being able to edit the gerbers and see it on screen

  2. Spencer Bentley reporter

    D’oh, well, the not generating geometry was due to having too large a tool, sorted that, It’s when I click on create CNC Job that it just closes and the last thing in the terminal is :

    [DEBUG][Dummy-4] Creating a CNCJob out of a multi-geometry
    [DEBUG] geometry_tool_gcode_gen()
    [DEBUG] 377 paths
    [DEBUG] Using RTree path optimization.
    [DEBUG] Indexing geometry before generating G-Code...
    [DEBUG] Starting G-Code...
    [WARNING] Number of paths for which to generate GCode: 377

  3. Marius Stanciu

    Hello Spencer,
    Looks like whatever issue you encountered it is already solved in my “cooking pot” version. This will be included in the next released (TBD).

  4. Spencer Bentley reporter

    I just tried it on Win10 and it was fine, must be some weird library conflict with something in Win11 or specifically with my Win11 Developer branch.

  5. Marius Stanciu

    Used packages:
    absl-py 1.3.0
    affine 2.3.1
    appdirs 1.4.4
    attrs 22.1.0
    certifi 2022.9.24
    click 8.1.3
    click-plugins 1.1.1
    cligj 0.7.2
    colorama 0.4.6
    contourpy 1.0.6
    cssselect2 0.7.0
    cycler 0.11.0
    darkdetect 0.7.1
    deprecation 2.1.0
    dill 0.3.6
    ezdxf 0.18.1
    fonttools 4.38.0
    foronoi 1.0.3
    freetype-py 2.3.0
    GDAL 3.4.3
    graphviz 0.20.1
    hsluv 5.0.3
    importlib-metadata 5.0.0
    kiwisolver 1.4.4
    lxml 4.9.1
    matplotlib 3.6.2
    numpy 1.23.4
    ortools 9.4.1874
    packaging 21.3
    pikepdf 6.2.2
    Pillow 9.3.0
    pip 22.3.1
    protobuf 4.21.9
    pyee 8.2.2
    PyOpenGL 3.1.6
    pyparsing 3.0.9
    pyppeteer 1.0.2
    PyQt6 6.4.0
    PyQt6-Qt6 6.4.0
    PyQt6-sip 13.4.0
    pyqtdarktheme 1.1.1
    pyserial 3.5
    python-dateutil 2.8.2
    qrcode 7.3.1
    rasterio 1.3.3
    reportlab 3.6.12
    Rtree 1.0.1
    setuptools 65.5.1
    Shapely 1.8.5.post1
    simplejson 3.17.6
    six 1.16.0
    snuggs 1.4.7
    svg.path 6.2
    svglib 1.4.1
    svgtrace 2022
    tinycss2 1.2.1
    tqdm 4.64.1
    typing_extensions 4.4.0
    urllib3 1.26.12
    vispy 0.12.0
    webencodings 0.5.1
    websockets 10.4
    wheel 0.38.3
    zipp 3.10.0

  6. Log in to comment