Advertisement
Guest User

Pixelmon Error

a guest
Jul 18th, 2019
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.13 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SpongeCoremod (spongeforge-1.12.2-2825-7.1.6.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Shall we play a game?
  8.  
  9. Time: 7/18/19 9:08 PM
  10. Description: Exception in server tick loop
  11.  
  12. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Pixelmon (pixelmon)
  13. Caused by: java.lang.NoClassDefFoundError: javax/vecmath/Tuple3f
  14. at java.lang.Class.getDeclaredConstructors0(Native Method)
  15. at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
  16. at java.lang.Class.getConstructor0(Unknown Source)
  17. at java.lang.Class.getDeclaredConstructor(Unknown Source)
  18. at com.google.gson.internal.ConstructorConstructor.newDefaultConstructor(ConstructorConstructor.java:99)
  19. at com.google.gson.internal.ConstructorConstructor.get(ConstructorConstructor.java:83)
  20. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:99)
  21. at com.google.gson.Gson.getAdapter(Gson.java:423)
  22. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.createBoundField(ReflectiveTypeAdapterFactory.java:115)
  23. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:164)
  24. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:100)
  25. at com.google.gson.Gson.getAdapter(Gson.java:423)
  26. at com.google.gson.Gson.fromJson(Gson.java:886)
  27. at com.google.gson.Gson.fromJson(Gson.java:852)
  28. at com.google.gson.Gson.fromJson(Gson.java:801)
  29. at com.google.gson.Gson.fromJson(Gson.java:773)
  30. at com.pixelmonmod.pixelmon.entities.pixelmon.stats.BaseStats.getBaseStatsFromAssets(BaseStats.java:144)
  31. at com.pixelmonmod.pixelmon.entities.pixelmon.stats.BaseStats.loadAllBaseStats(BaseStats.java:57)
  32. at com.pixelmonmod.pixelmon.CommonProxy.init(CommonProxy.java:140)
  33. at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:156)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  37. at java.lang.reflect.Method.invoke(Unknown Source)
  38. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  42. at java.lang.reflect.Method.invoke(Unknown Source)
  43. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  44. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  45. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  46. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  47. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  48. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  49. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  50. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  51. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  54. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  55. at java.lang.reflect.Method.invoke(Unknown Source)
  56. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  57. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  58. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  59. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  60. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  61. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  62. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  63. at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:553)
  64. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  65. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:744)
  66. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)
  67. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338)
  68. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
  69. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  70. at java.lang.Thread.run(Unknown Source)
  71. Caused by: java.lang.ClassNotFoundException: javax.vecmath.Tuple3f
  72. at java.net.URLClassLoader.findClass(Unknown Source)
  73. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
  74. at java.lang.ClassLoader.loadClass(Unknown Source)
  75. at java.lang.ClassLoader.loadClass(Unknown Source)
  76. ... 57 more
  77.  
  78.  
  79. A detailed walkthrough of the error, its code path and all known details is as follows:
  80. ---------------------------------------------------------------------------------------
  81.  
  82. -- Head --
  83. Thread: Server thread
  84. Stacktrace:
  85. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjo000(MinecraftServer.java:3980)
  86.  
  87. -- Sponge PhaseTracker --
  88. Details:
  89. Phase Stack: [Empty stack]
  90. Stacktrace:
  91. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjo000(MinecraftServer.java:3980)
  92. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  93. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
  94. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
  95. at java.lang.Thread.run(Unknown Source)
  96.  
  97. -- System Details --
  98. Details:
  99. Minecraft Version: 1.12.2
  100. Operating System: Windows 10 (amd64) version 10.0
  101. Java Version: 1.8.0_211, Oracle Corporation
  102. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  103. Memory: 949233512 bytes (905 MB) / 1612185600 bytes (1537 MB) up to 1908932608 bytes (1820 MB)
  104. JVM Flags: 2 total; -Xms1G -Xmx2G
  105. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  106. FML: MCP 9.42 Powered by Forge 14.23.5.2768 8 mods loaded, 8 mods active
  107. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  108.  
  109. | State | ID | Version | Source | Signature |
  110. |:----- |:----------- |:----------------- |:--------------------------------------- |:---------------------------------------- |
  111. | UCHI | minecraft | 1.12.2 | minecraft.jar | None |
  112. | UCHI | mcp | 9.42 | minecraft.jar | None |
  113. | UCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  114. | UCHI | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  115. | UCHI | spongeapi | 7.1.0-fb496dbf0 | spongeforge-1.12.2-2825-7.1.6.jar | None |
  116. | UCHI | sponge | 1.12.2-7.1.6 | spongeforge-1.12.2-2825-7.1.6.jar | None |
  117. | UCHI | spongeforge | 1.12.2-2825-7.1.6 | spongeforge-1.12.2-2825-7.1.6.jar | None |
  118. | UCHEE | pixelmon | 7.0.6 | Pixelmon-1.12.2-7.0.6-server.jar | None |
  119.  
  120. Loaded coremods (and transformers):
  121. SpongeCoremod (spongeforge-1.12.2-2825-7.1.6.jar)
  122. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  123. Profiler Position: N/A (disabled)
  124. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  125. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement