Advertisement
Guest User

Untitled

a guest
Feb 10th, 2018
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.62 KB | None | 0 0
  1. [12:28:39] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  2. [12:28:39] [Server thread/ERROR]: #!#! Cannot load class com.btk5h.skriptmirror.skript.ExprJavaCall from skript-mirror
  3. [12:28:39] [Server thread/ERROR]: #!#!
  4. [12:28:39] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
  5. [12:28:39] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
  6. [12:28:39] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
  7. [12:28:39] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
  8. [12:28:39] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
  9. [12:28:39] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
  10. [12:28:39] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
  11. [12:28:39] [Server thread/ERROR]: #!#!
  12. [12:28:39] [Server thread/ERROR]: #!#! Stack trace:
  13. [12:28:39] [Server thread/ERROR]: #!#! java.lang.ClassNotFoundException: Failed to remap class com.btk5h.skriptmirror.skript.ExprJavaCall
  14. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.PluginClassLoader.remappedFindClass(PluginClassLoader.java:488)
  15. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:409)
  16. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:211)
  17. [12:28:39] [Server thread/ERROR]: #!#! at java.lang.ClassLoader.loadClass(Unknown Source)
  18. [12:28:39] [Server thread/ERROR]: #!#! at java.lang.ClassLoader.loadClass(Unknown Source)
  19. [12:28:39] [Server thread/ERROR]: #!#! at java.lang.Class.forName0(Native Method)
  20. [12:28:39] [Server thread/ERROR]: #!#! at java.lang.Class.forName(Unknown Source)
  21. [12:28:39] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptAddon.loadClasses(SkriptAddon.java:110)
  22. [12:28:39] [Server thread/ERROR]: #!#! at com.btk5h.skriptmirror.SkriptMirror.onEnable(SkriptMirror.java:25)
  23. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316)
  24. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:368)
  25. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:410)
  26. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:415)
  27. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:349)
  28. [12:28:39] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71243_i(MinecraftServer.java:500)
  29. [12:28:39] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:474)
  30. [12:28:39] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:434)
  31. [12:28:39] [Server thread/ERROR]: #!#! at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:335)
  32. [12:28:39] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620)
  33. [12:28:39] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Unknown Source)
  34. [12:28:39] [Server thread/ERROR]: #!#! Caused by: java.lang.IllegalArgumentException: INVOKESPECIAL/STATIC on interfaces require ASM 5
  35. [12:28:39] [Server thread/ERROR]: #!#! at org.objectweb.asm.MethodVisitor.visitMethodInsn(Unknown Source)
  36. [12:28:39] [Server thread/ERROR]: #!#! at org.objectweb.asm.ClassReader.a(Unknown Source)
  37. [12:28:39] [Server thread/ERROR]: #!#! at org.objectweb.asm.ClassReader.b(Unknown Source)
  38. [12:28:39] [Server thread/ERROR]: #!#! at org.objectweb.asm.ClassReader.accept(Unknown Source)
  39. [12:28:39] [Server thread/ERROR]: #!#! at org.objectweb.asm.ClassReader.accept(Unknown Source)
  40. [12:28:39] [Server thread/ERROR]: #!#! at net.md_5.specialsource.JarRemapper.remapClassFile(JarRemapper.java:246)
  41. [12:28:39] [Server thread/ERROR]: #!#! at net.md_5.specialsource.JarRemapper.remapClassFile(JarRemapper.java:232)
  42. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.PluginClassLoader.remappedFindClass(PluginClassLoader.java:453)
  43. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:409)
  44. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:211)
  45. [12:28:39] [Server thread/ERROR]: #!#! at java.lang.ClassLoader.loadClass(Unknown Source)
  46. [12:28:39] [Server thread/ERROR]: #!#! at java.lang.ClassLoader.loadClass(Unknown Source)
  47. [12:28:39] [Server thread/ERROR]: #!#! at java.lang.Class.forName0(Native Method)
  48. [12:28:39] [Server thread/ERROR]: #!#! at java.lang.Class.forName(Unknown Source)
  49. [12:28:39] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptAddon.loadClasses(SkriptAddon.java:110)
  50. [12:28:39] [Server thread/ERROR]: #!#! at com.btk5h.skriptmirror.SkriptMirror.onEnable(SkriptMirror.java:25)
  51. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316)
  52. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:368)
  53. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:410)
  54. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:415)
  55. [12:28:39] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:349)
  56. [12:28:39] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71243_i(MinecraftServer.java:500)
  57. [12:28:39] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:474)
  58. [12:28:39] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:434)
  59. [12:28:39] [Server thread/ERROR]: #!#! at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:335)
  60. [12:28:39] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620)
  61. [12:28:39] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement