Pyslvs-UI
Pyslvs-UI copied to clipboard
[BUG] DXF/Solvespace Export
Describe the bug I am unable to get DXF export to work (nor Solvespace export either). I normaly run on Linux, but have also tested on Windows 10 and the symptoms appear to be the same. On Linux Pyslvs-UI was installed via pip in a virtual-env (version 22.7.0), and on windows the "pyslvs-22.07.0.mscv1929-amd64.exe" was executed.
To Reproduce Steps to reproduce the behavior:
- Run Pyslvs-UI
- Open 'File->Example->Arm'
- Go to 'Proyect' Tab.
- Click export DXF
- Leave default options:
- Export to folder with project name.
- DXF vversion: AC1032 - R2018
- Assembly
- ... etc.
- Click SAVE.
- Pyslvs crashes.
Expected behavior DXF (and Solvespace) Export to work, and not crash.
Desktop (please complete the following information):
- OS: [Arch Linux (6.5.8), Windows 10]
- Pyslvs Version: [22.7.0]
Additional context Starting pyslvs with debug-mode (via pyslvs -d) gave no further info: Aborted (core dumped).
P.S Thank you for taking the time for sharing this great software. I'm still learning it, but very happy it exists in the midst of the other not as open alternatives.
I've ran a backtrace of pyslvs from gdb and have uploaded the backtrace here: https://gist.github.com/Jarshvor/bad1f55731647b05b6bf09d4d4829a58
Not sure how useful it is though, as I was not able to get py-bt working in gdb.