-
-
Notifications
You must be signed in to change notification settings - Fork 509
Description
Describe the bug
The attached .ork file fails to load due to an incorrect source UUID in a warning.
The saved warning text is "Body Tube, Nose Cone: Discontinuity in rocket body diameter" with UUIDs
<source>90919039-bcf7-4843-addb-88b9469ebe98</source>
<source>378ad71b-1b5b-4701-889b-b920e901ad8c</source>
However, there is no component in the rocket with a UUID of 378ad71b-1b5b-4701-889b-b920e901ad8c. The nose cone's UUID is 31c41721-d0fd-4d87-8d7a-8017455f7d03
The .ork has some other oddnesses, but it isn't clear whether those are failures in OR or if those are part of the design. In particular, the nose cone's length is 0.254 cm, and the inner radius of the forward body tube is 0.
I'm not calling this a release blocker because only one user seems to have encountered it, and I haven't been able to duplicate it. I will be submitting a PR with a workaround so a .ork file like this can be loaded.
To Reproduce
- No idea
...
Screenshots / .ork file
OpenRocket version
24.12.beta.01, 24.12.RC.02, unstable. Don't know about earlier
What platform are you running on?
Linux
Additional context
No response