Skip to content

Streamer bug where an object will constantly stream in / out #4743

@ArranTuna

Description

@ArranTuna

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

  • I have read and understood the Security Policy and this issue is not security related.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions