-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
FreeCAD Crash #62
Comments
Can you please post the file causing this crash? The crash happened when you double click a partially loaded document, and FC tries to reopen the document fully. |
Sure, that was in the link: https://github.com/realthunder/FreeCAD_assembly3/files/2354596/case-v3.zip |
@realthunder is this also related with your provided fix:
|
Fixes realthunder/FreeCAD_assembly3#62, second mentioned crash.
The drag and drop crash is fixed. But I didn't have the warning message when opening the file. Did you changed something in the file? If not, please attach your FC config files at ~/.FreeCAD/{system.cfg, user.cfg}. |
No, I didn't change anything. Here are the files: |
Cannot reproduce the warning. My guess is because your FC loads the documents kind of slow, and it picks up mouse over highlight event somehow during loading. I just added a fix. Please sync asm3 repo and try again. BTW, document loading does takes extra time, whether it is partial or not. I think it is best to put the pin head models all in one files. You can have the single pin head, and various arries of pin heads all inside one file, as the pinhead library. When you use the pin head in an actual assembly, only the referred array object will be loaded, others won't even shown up in the tree view. |
I synced everything and there is no such warnings. Thanks.
I'll keep this in mind. |
Again, I can't provide the reproduction steps, I remember I was doing something with the Array, but here is the traceback for build:
The text was updated successfully, but these errors were encountered: