Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

program crash on any export except Export Image #291

Open
sraynesford opened this issue Sep 14, 2017 · 6 comments
Open

program crash on any export except Export Image #291

sraynesford opened this issue Sep 14, 2017 · 6 comments
Labels

Comments

@sraynesford
Copy link

sraynesford commented Sep 14, 2017

System information

SolveSpace version: 2.3~7c1ca460

Operating system: Windows 10

Expected behavior

Design exported as an stl file, or step file or as a graphic in a pdf file.

Actual behavior

solvespace.exe runs at high cpu rate for a while.
"(Not Responding)" shows on title bar if app window is clicked while running.
Then Windows pop-up announces "solvespace.exe has stopped working".

Additional information

In the case of step or pdf output, there is a zero-byte file.
For the stl option, no output file is created.
Export as .png finishes correctly.

Design is intended for 3d printing.
Design starts with a sketch, lathed, then differenced with an extrusion to keep only a portion of the lathed object.
Full-circle lathed object exported as an stl, but was too large to print.
"Force NURBS surfaces to triangle mesh" options didn't correct the problem.

fan motor air deflector.zip

@sraynesford
Copy link
Author

I deleted the extrusion and created a new extrusion of the same form starting on a workplane below the lathed part and then extruded to a plane above the part. This exported without any further issue.

fan motor air deflector 3.zip

@whitequark
Copy link
Contributor

I can confirm this is present even with the fix for #259.

@whitequark whitequark added bug and removed question labels Jul 12, 2018
@whitequark
Copy link
Contributor

@Evil-Spirit Looks like the export is spending a lot of time in SEdgeList::CullExtraneousEdges, any ideas?

@Evil-Spirit
Copy link
Collaborator

May be BSP tree overflows stack when performed triangle booleans or hidden line remove?

@gnydick
Copy link

gnydick commented Oct 25, 2019

i'm guessing this is getting me too, I created a simple file then closed, and now it hangs at open with "Not Responding". Is there a tmp file somewhere or where is the last-open-file saved? I didn't even save my work.

@whitequark
Copy link
Contributor

Is there a tmp file somewhere or where is the last-open-file saved? I didn't even save my work.

See configurationautosave interval. The next time you open the same file, you'll get prompted for whether you want to load the autosave.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants