egg82 / AltFinder

Track and find potential alt accounts with ease.
MIT License
5 stars 4 forks source link

Bungee errors at startup #6

Closed egg82 closed 4 years ago

egg82 commented 5 years ago

While harmless, Bungee throws a fit at startup with the plugin load that looks very ugly; related to logback and the GameAnalytics class not having the required deps in the uber jar. Should fix that.

Cosido commented 5 years ago

Having startup errors that seem harmless on the newest update (3.4.23), side note, AntiVPN gives the same errors, I have them in a single log here, can report to AntiVPN hub as well if youd like, wondering if it is to do with this same issue

https://gist.github.com/Cosido/881f848b6fbfac8875201555b03163c3

egg82 commented 5 years ago

It's a similar-ish issue, though I should fix my logbcak implementation at some point it's not a super high priority. Having the output there is a bit nasty though.

egg82 commented 4 years ago

Fixed in a92a124