-
Notifications
You must be signed in to change notification settings - Fork 25
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
Crash when showing hydrostatics graph #60
Comments
Weird, noone else complained... I will check this out asap.
Meanwhile would you post your OS details?
…On Sat, 31 Aug 2024, 22:52 Federico A. Corazza, ***@***.***> wrote:
When trying to compute hydrostatics for the series 60 example FreeCAD
crashes upon visualizing the graph.
I'm using FreeCAD 0.21.2
—
Reply to this email directly, view it on GitHub
<#60>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMXKKEUKXO3VE6I5TAYUOTZUIUIVAVCNFSM6AAAAABNOFM6UOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4TSMBUGMYTAMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I'm on Ubuntu 22.04.4 LTS
Thanks
Sep 6, 2024 11:29:02 Jose Luis Cercós Pita ***@***.***>:
…
Weird, noone else complained... I will check this out asap.
Meanwhile would you post your OS details?
On Sat, 31 Aug 2024, 22:52 Federico A. Corazza, ***@***.***>
wrote:
> When trying to compute hydrostatics for the series 60 example FreeCAD
> crashes upon visualizing the graph.
>
> I'm using FreeCAD 0.21.2
>
> —
> Reply to this email directly, view it on GitHub
> <#60>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAMXKKEUKXO3VE6I5TAYUOTZUIUIVAVCNFSM6AAAAABNOFM6UOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4TSMBUGMYTAMY>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub[#60 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AE42KENSKRAWQQMYG3KSBJTZVFYV5AVCNFSM6AAAAABNOFM6UOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZTGY2DQMZTGY].
You are receiving this because you authored the thread.
[Tracking image][https://github.com/notifications/beacon/AE42KEMVC37IZLQFIBEEPKTZVFYV5A5CNFSM6AAAAABNOFM6UOWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTULDCS5A.gif]
|
@facorazza please add your full About info. TIA |
Everything works just fine to me. My system info:
Anyway, after some changes where required for auto-translations, I upgraded the module resources file... It might be happening that the former ship workbench was trying to make some sort of soup of imports between PySide2 and PySide6. Would you give it a shot again? Also, would you send us the log? Check this out |
The reply by email didn't work for some reason.
and here's the log:
|
It is clear that the task finished, but I am seeing this line on the stacktrace:
Theoretically, FreeCAD should be showing you the hydrostatics on runtime, while they are computed. But as far as I understand that is not happening to you. You are never seeing any plot, right? Not even an empty one. It seems to me like your FreeCAD is trying to plot all at once at the end, and that is making FreeCAD crash. Would you try to plot something simpler? Look here |
When I try to plot the areas curve I can see the graph for a few seconds and then FreeCAD crashes. If I try to plot the hydrostatics I don't see any graphs before the crash. It is something wrong with the plotting though. If I try to run: try:
from FreeCAD.Plot import Plot
except ImportError:
from freecad.plot import Plot
Plot.figure("TrigonometricTest") I get the plot for a few seconds before FreeCAD crashs just like when plotting the areas curve. Should I open an issue on the FreeCAD repo? I also tried with Ondsel and it works fine. Could it be the flatpak release that is problematic? |
Yeah, please open a ticket on the FreeCAD repo.
The plotting capabilities were integrated on FreeCAD some time ago (they
are not part of the Plot module anymore). On top of that, you also noticed
that has to do with the flatpak package.
I keep this open for a while though.
…On Sat, 21 Sept 2024, 11:12 Federico A. Corazza, ***@***.***> wrote:
When I try to plot the areas curve I can see the graph for a few seconds
and then FreeCAD crashes. If I try to plot the hydrostatics I don't see any
graphs before the crash.
It is something wrong with the plotting though.
If I try to run:
try:
from FreeCAD.Plot import Plotexcept ImportError:
from freecad.plot import Plot
Plot.figure("TrigonometricTest")
I get the plot for a few seconds before FreeCAD crashs just like when
plotting the areas curve.
Should I open an issue on the FreeCAD repo? I also tried with Ondsel and
it works fine. Could it be the flatpak release that is problematic?
—
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMXKKHGGOAEIKHLQQ7CCL3ZXUZ7JAVCNFSM6AAAAABNOFM6UOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRVGA3TINZVHE>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
When trying to compute hydrostatics for the series 60 example FreeCAD crashes upon visualizing the graph.
I'm using FreeCAD 0.21.2
The text was updated successfully, but these errors were encountered: