Describe the bug
This is a very old bug, I remember reporting it many years ago, but couldn't find the bug report, so reporting again as it still exists.
I discovered this when debugging low FPS, turned out it was sometimes an object will constantly stream in and out many times per second:
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
Steps to reproduce
crun addEventHandler("onClientElementStreamIn", root, function() outputChatBox(getElementType(source).." streamed in "..tostring(source)) end)
You need a map with lots of (possibly over 500) objects.
Freecam around until eventually you get this bug where the same object keeps streaming in.
Version
Any client in the last few years.
Additional context
No response
Relevant log output
Security Policy
Describe the bug
This is a very old bug, I remember reporting it many years ago, but couldn't find the bug report, so reporting again as it still exists.
I discovered this when debugging low FPS, turned out it was sometimes an object will constantly stream in and out many times per second:
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
object streamed in userdata: 7C2D34E0
Steps to reproduce
crun addEventHandler("onClientElementStreamIn", root, function() outputChatBox(getElementType(source).." streamed in "..tostring(source)) end)
You need a map with lots of (possibly over 500) objects.
Freecam around until eventually you get this bug where the same object keeps streaming in.
Version
Any client in the last few years.
Additional context
No response
Relevant log output
Security Policy