Anyone know how to fix this? When I try to run my bot I receive these errors and it fails to run:
Exception in thread "VM Poller" java.lang.UnsatisfiedLinkError: sun.tools.attach.WindowsAttachProvider.tempPath()Ljava/lang/String;
at sun.tools.attach.WindowsAttachProvider.tempPath(Native...
EDIT: I simply tried configuring it with an earlier version of the Java JRE (1.8.0_181 instead of 10.0.2) and it completely solved the problem, no errors anymore.
I was following the Coding Chronicles guide from this forum and got to the end of Part 2 where you launch Spectre in IntelliJ but I...