View Single Post
nosoop
Veteran Member
Join Date: Aug 2014
Old 02-15-2017 , 01:53   Re: SourceTV Manager
Reply With Quote #33

Code:
[SM] Unable to load extension "sourcetvmanager.ext": /home/server/tf/addons/sourcemod/extensions/sourcetvmanager.ext.2.tf2.so: undefined symbol: Warning
Occurs on SourceMod 1.8.0.5967 and 1.9.0.6039 in TF2; Linux.
Might need to be built with Clang? Had the same symbol message when I was testing out a modified SDKTools extension built on GCC.

Edit: Looks like building with Clang did the trick.

Edit 2:
It's been a while since I worked with the extension, but since someone was trying to join a game from a relay, I decided to look into it again.

A multi-forward bug appears to actually still be present; client appears to be forcing a reconnect (internet:27005:reconnect in the output below), but only when the extension is loaded. Increases by one connection between map changes.

Here's sample output from sourcetv_test after a few map changes.

Spoiler


After reconnecting, the number of times the event is forwarded is reset.
__________________
I do TF2, TF2 servers, and TF2 plugins.
I don't do DMs over Discord -- PM me on the forums regarding inquiries.
AlliedModders Releases / Github / TF2 Server / Donate (BTC / BCH / coffee)

Last edited by nosoop; 02-15-2017 at 03:25.
nosoop is offline