Skip to content

Forge, KCauldron, Thermos, etc

Mark Hughes edited this page Oct 9, 2017 · 2 revisions

This plugin works fine with Forge/KCauldron/Thermos/Etc. Although it is not tested thoroughly I will happily fix any bugs found with it.

Thermos Issue: "ClassNotFoundException: Failed to remap class"

For example:

[11:25:57 WARN]: Caused by: java.lang.ClassNotFoundException: Failed to remap class net.redstoneore.legacyfactions.flag.Flags
[11:25:57 WARN]: 	at org.bukkit.plugin.java.PluginClassLoader.remappedFindClass(PluginClassLoader.java:534)
[11:25:57 WARN]: 	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:455)
[11:25:57 WARN]: 	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:211)
[11:25:57 WARN]: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[11:25:57 WARN]: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[11:25:57 WARN]: 	... 13 more

The SpecialSource library included with Thermos uses ASM4. Updating it to the latest version will fix the issue.

Try this:

  • Navigate to the libraries or bin folder (depends on your installation)
  • Navigate to net\md-5\SpecialSource\1.7-SNAPSHOT folder
  • Delete the SpecialSource-1.7-SNAPSHOT.jar jar file
  • Download SpecialSource v1.7.4
  • Copy the jar file to the libraries\net\md-5\SpecialSource\1.7-SNAPSHOT folder
  • Rename the jar file you just copied to SpecialSource-1.7-SNAPSHOT.jar