Author Topic: RTB - Chat system interference  (Read 411 times)

Was almost at the end of a datablock load on a server. Suddenly got a runtime error, and several more after waiting. Was running trace at the time, it just gave me runtime errors with no explanation if I didn't.
(Lines marked with ** were accompanied by an RT error message. * is an area where I forgot where it occured.)
Code: [Select]
*
                     Leaving RTBCC_RoomSessionManifestUser::isRendered() - return 0
                     Entering GuiControl::conditionalShiftY(13322, 1430, 22)
*
                        Entering GuiControl::shift(21187, 0, 22)
                        Leaving GuiControl::shift() - return 0 2464 0
                        Entering GuiControl::shift(15210, 0, 22)
                        Leaving GuiControl::shift() - return 0 1892 0
-snip-   
                        Leaving GuiControl::shift() - return 0 5148 0
                        Entering GuiControl::shift(15012, 0, 22)
                        Leaving GuiControl::shift() - return 0 5170 0
                        Entering GuiControl::shift(15017, 0, 22)
                        Leaving GuiControl::shift() - return 0 5214 0
**                     
                        Entering RTBCC_Socket::onLine(7735, <notice from="General Discussion" type="leave"><user id="1275" /></notice>)
                        Entering RTBCC_Socket::onLine(7735, <message from="32821" to="General Discussion"><body>I</body></message>)
                        Entering RTBCC_Socket::onLine(7735, <message from="27305" to="General Discussion"><body>lets all shout in caps, to get kicked all at once</body></message>)
                        Entering RTBCC_Socket::onLine(7735, <ping />)
                        Entering RTBCC_Socket::onLine(7735, <message from="32821" to="General Discussion"><body>forgeted</body></message>)
                        Entering RTBCC_Socket::onLine(7735, <notice from="General Discussion" type="join"><user blocked="0" icon="user" id="6942" name="Kobble" rank="0" /></notice>)
                        Entering RTBCC_Socket::onLine(7735, <message from="32821" to="General Discussion"><body>Your</body></message>)
                        Entering RTBCC_Socket::onLine(7735, <message from="32821" to="General Discussion"><body>Mom</body></message>)
                        Entering RTBCC_Socket::onLine(7735, <message from="7570" to="General Discussion"><body>shut yes</body></message>)
                        Entering RTBCC_Socket::onLine(7735, <message from="32821" to="General Discussion"><body>Lolz</body></message>)
                        Entering RTBCC_Socket::onLine(7735, <message from="27305" to="General Discussion"><body>and possibly overload blockbot</body></message>)
                        Entering RTBCC_Socket::onLine(7735, <message from="32821" to="General Discussion"><body>I spammed</body></message>)
                        Entering RTBCC_Socket::onLine(7735, <notice from="General Discussion" type="leave"><user id="26672" /></notice>)
                        Entering RTBCC_Socket::onLine(7735, <message from="32821" to="General Discussion"><body>All</body></message>)
                        Entering RTBCC_Socket::onLine(7735, <notice from="General Discussion" type="join"><user blocked="0" icon="user" id="29221" name="staf7" rank="0" /></notice>)
                        Entering RTBCC_Socket::onLine(7735, <message from="32821" to="General Discussion"><body>Over</body></message>)
**

Correction:
* and ** SURROUND runtime error lines, not appear next to each one.

noedit.
Disconnecting from RTB doesn't stop the errors, only disabling RTB altogether.

As usual please post the full console.log

Resolved. For some reason I had a gigantic amount of decals and faces and RTB hated them.