NLRyanNL
(NLRyanNL)
May 16, 2025, 11:52pm
1
Summary
a weird infinite loop runtime error even though i break the loop has been happening since the new update
Please select what you are reporting on:
Verse
What Type of Bug are you experiencing?
Stability
Steps to Reproduce
Get a loop that isnt infinite and get a runtime error
Expected Result
there should be no runtime error since the loop isnt infinite
Observed Result
there is a infinite loop serverside error
Platform(s)
PC
Island Code
4808-9578-7317
Upload an image
Additional Notes
has been happening since the latest update
latunda
(latunda)
May 17, 2025, 1:34am
2
Can you show us your code?
1 Like
NLRyanNL
(NLRyanNL)
May 17, 2025, 4:42am
3
As you can see i break the loop
Mineblo
(Mineblo)
May 17, 2025, 7:48am
4
what if you change it to
spawn{SpawnedProp.MoveTo.......}
Sleep(0.33)
Would that still create the infinite loop error?
Mineblo
(Mineblo)
May 17, 2025, 7:56am
5
Also is some kind of outside force able to destroy your prop?
I created something similar and made the prop get disposed and the MoveTo function finished instantaneously thus crashing verse for infinite loops
latunda
(latunda)
May 17, 2025, 8:05am
6
You can check if prop is valid before moving, also you can check/print the MoveTo result. (See digest files for explanation)
Lastly, avoid disposing/teleporting this prop during movement. Wait for movement to finish and only then teleport.
1 Like
NLRyanNL
(NLRyanNL)
May 17, 2025, 8:25pm
7
i dont dispose the prop i hide it and show it so it can be used again