Search Issue Tracker
Fixed
Fixed in 2022.3.41f1, 6000.0.13f1
Votes
26
Found in
2022.3.24f1
2023.2.18f1
6000.0.0b14
Issue ID
UUM-69616
Regression
Yes
The "StackOverflowException" error is thrown in the console and the Editor freezes when Spacebar is pressed after selecting the last element of a list
How to reproduce:
1. Open the “ListBug.zip“ project
2. Select the “new behaviour script“ Scriptable Object
3. Add at least 2 elements to the asset in the Inspector
4. Restart the project
5. Select the last element of the list
6. Press the Spacebar
7. Observe the Console window
Expected results: No “StackOverflowException“ errors are thrown in the Console and the Editor does not freeze
Actual results: “StackOverflowException“ is thrown in the Console and the Editor becomes unresponsive
Reproducible in: 2022.3.6f1, 2022.3.24f1, 2023.2.18f1, 6000.0.b14
Not reproducible in: 2021.3.37f1, 2022.3.5f1
Reproduced on: Windows 11 Pro (23H2)
Not reproduced on: No other environment tested
Notes:
- This issue is very inconsistent to reproduce and might need several tries to reproduce successfully
- The user initially used other reproduction steps (which yielded inconsistent results), where they did not restart the project after adding two elements
- Alternatively, on the user-attached reproduction project the bug can be reproduced by adding at least two root elements and then two children elements to the last root element, and then after selecting the last child element clicking the space key
-
karl_jones
Jul 19, 2024 16:41
Please file a bug report If you have this issue with the spline package and can provide a reliable reproduction.
-
Bwacky
Jun 28, 2024 18:01
It makes working with splines impossible, breaking even outside tools like Microverse. Crashes in 2022.3.30 LTS.
-
AXP1
Jun 14, 2024 20:53
StackOverflow error is thrown and editor freezes also in 6000.0.3f1, when selecting any node on a spline.
-
Light-Years-Agency
Jun 04, 2024 06:57
Same issue when editing a non-end node on splines. End nodes are sometimes fine, but intermediate nodes give me the pinwheel-of-death.
-
DarkMathew
Jun 03, 2024 17:06
Same problem in 2022.3.27f1
-
OrbytaMobile
Jun 03, 2024 14:47
Same problem detected in 2022.3.29f1
-
nickpreveza
May 28, 2024 10:15
Started happening randomly on 6000.0.1f1
-
chadstonks
May 22, 2024 13:45
Same problem here
-
NineZyme
May 17, 2024 08:50
Having the same issue with splines... *very* easy to repro, and makes editing splines nearly impossible.
-
MrMelSE
May 15, 2024 02:13
Same error when selecting any node on a spline.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Label is not centered when using flex-direction: row
- Incorrect initial target position when the Skinning Editor's "Depth" parameter is adjusted on a bone which is set as the "Effector" parameter on the "Limb Solver 2D" Component
- The order of activation for Water Deformers and Foam Generators will cause water artefacts in the Player
- Crash on `anonymous namespace'::PrepareTreesAndWriteWindParamsJobData::Execute when entering Play mode on a specific project
- [Linux] Crash on 'PPtr<RuntimeAnimatorController>::operator RuntimeAnimatorController*() const' when saving a new animation file
Resolution Note:
Improvements to the logging and management of infinite events callbacks landed in 6000.0.11f1 and 2022.3.39f1. The changes would get the necessary data logged to understand what is going on in that case.