Hello Spine team! First let me say that I find Spine super awesome :clap: !! I am not a game developer, I started using it for one of my hobby projects but I ended up buying the pro version simply because it is so cool.
I wanted to report a minor issue. I use Spine on Linux and I could never open the links shown on starting window (i.e. Tips, News etc..). Sometimes I see useful info there so it is good to have this working. I believe this is something trivial to fix (I've seen similar bug reports in a few other projects).
When Spine is launched via command-line, following log is printed upon clicking on a link.
ERROR: Unable to open URL: https://twitter.com/search?q=%23skeletember
java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!
at java.desktop/java.awt.Desktop.checkActionSupport(Unknown Source)
at java.desktop/java.awt.Desktop.browse(Unknown Source)
at PR.C(SourceFile:1888)
at afo.Z(SourceFile:169)
at gk.Z(SourceFile:88)
at et.Z(SourceFile:59)
at ev.F(SourceFile:351)
at Nul.F(SourceFile:124)
at N.Z(SourceFile:360)
at z.run(SourceFile:259)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue.access$600(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
I use KDE on Debian 10 (buster). Hope this helps. Let me know if you need any further info.