SplitmediaLabsLimited / xjs

XSplit JS Framework. Make plugins for XSplit Broadcaster, quickly and easily.
Other
39 stars 11 forks source link

XBC 3.4 and XJS 2.8.0 weird glitch #233

Closed ErickRodrCodes closed 4 years ago

ErickRodrCodes commented 6 years ago

Hello guys

on XBC 3.3, the plugin I had for matcherino worked with no problems in spite of the glitch previously reported.

on XBC 3.4 the panel of properties didn't show up leaving the content empty: image

while debugging the source with xsplitprops.html, it suddenly works out of the blue:

image

puzzled with this problem, I checked over the terminal debugger and I found this: OnActivated is not defined

image

It is unknown to me what could be the real issue since for some weird reason, the plugin works ONLY with the inclusion of xsplitprops.html

ErickRodrCodes commented 6 years ago

looks like I found the function that is to blame: image

Source.getCurrentSource is having zero items on the list of sources. Trying to get more details.

SML-MeSo commented 4 years ago

Closing this issue since this has been addressed in the reporter's side, and no further reports have been done afterwards.