KittyCAD / modeling-app

The KittyCAD modeling app.
https://kittycad.io/modeling-app/download
MIT License
392 stars 33 forks source link

Grayed out UI, nothing is clickable #4231

Open BlenderChen opened 1 day ago

BlenderChen commented 1 day ago

[Add a title above and insert a description of the issue here]

Screenshot

Core Dump [coredump-335fb762-cd1c-4d1e-92bf-35bb977c1d3f.json](https://public.blob.zoo.dev/63ca5dc2-1d65-467d-8b34-7366d853037b/modeling-app/coredump-335fb762-cd1c-4d1e-92bf-35bb977c1d3f.json) Reference ID: 335fb762-cd1c-4d1e-92bf-35bb977c1d3f
KCL Code ```kcl sketch002 = startSketchOn('XZ') |> startProfileAt([0.262, -0.354], %) |> line([0, 0.95], %) sketch003 = startSketchOn('XZ') |> startProfileAt([0.362, -0.354], %) |> line([0, 0.354], %) sketch004 = startSketchOn('XZ') |> startProfileAt([0.262, -0.354], %) |> line([0.1, 0], %) sketch005 = startSketchOn('XZ') |> startProfileAt([0.362, 0], %) |> line([0.13, 0], %) sketch006 = startSketchOn('XZ') |> startProfileAt([0, 1.024], %) |> line([0, -0.08], %) ```
pierremtb commented 1 day ago

Thanks for sending the coredump @BlenderChen.

@franknoirot this was @BlenderChen and @JordanNoone experiencing a bug where everything in the UI was suddenly grayed out and not clickable. I told them to submit a coredump and that somehow resolved the issue (after the focus change to github.com, submitting the bug, and going back to the app, not sure if that mattered)