Advertisement
serioos

Physics Mod Ragdoll Errors

Feb 12th, 2024
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.23 KB | Gaming | 0 0
  1. [04:52:14] [main/WARN]: Mixin apply for mod physicsmod failed physicsmod.mixins.json:MixinClientLevel from mod physicsmod -> net.minecraft.class_638: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Invalid descriptor on physicsmod.mixins.json:MixinClientLevel from mod physicsmod->@Inject::addEntity(Lnet/minecraft/class_1297;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V! Expected (ILnet/minecraft/class_1297;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lnet/minecraft/class_1297;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V [ -> Inject -> physicsmod.mixins.json:MixinClientLevel from mod physicsmod->@Inject::addEntity(Lnet/minecraft/class_1297;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V]
  2. org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Invalid descriptor on physicsmod.mixins.json:MixinClientLevel from mod physicsmod->@Inject::addEntity(Lnet/minecraft/class_1297;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V! Expected (ILnet/minecraft/class_1297;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lnet/minecraft/class_1297;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V [ -> Inject -> physicsmod.mixins.json:MixinClientLevel from mod physicsmod->@Inject::addEntity(Lnet/minecraft/class_1297;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V]
  3. at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:567) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
  4. at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:497) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
  5. at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:276) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
  6. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:445) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
  7. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1377) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
  8. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
  9. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
  10. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
  11. at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
  12. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
  13. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
  14. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
  15. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
  16. at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ~[fabric-loader-0.15.6.jar:?]
  17. at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) ~[fabric-loader-0.15.6.jar:?]
  18. at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) ~[fabric-loader-0.15.6.jar:?]
  19. at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) ~[fabric-loader-0.15.6.jar:?]
  20. at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
  21. at vazkii.patchouli.client.handler.BookCrashHandler.appendToCrashReport(BookCrashHandler.java:23) ~[Patchouli-1.20.1-84-FABRIC.jar:?]
  22. at net.minecraft.class_6396.handler$jfp000$patchouli$addContext(class_6396.java:1516) ~[client-intermediary.jar:?]
  23. at net.minecraft.class_6396.<init>(class_6396.java:58) ~[client-intermediary.jar:?]
  24. at net.minecraft.class_128.<init>(class_128.java:34) ~[client-intermediary.jar:?]
  25. at net.minecraft.class_128.method_24305(class_128.java:274) ~[client-intermediary.jar:?]
  26. at net.minecraft.client.main.Main.main(Main.java:164) ~[fabric-loader-0.15.6-1.20.1.jar:?]
  27. at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.6.jar:?]
  28. at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.6.jar:?]
  29. at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.6.jar:?]
  30.  
  31.  
  32.  
  33. [04:59:42] [Render thread/INFO]: [STDERR]: error creating ragdoll for class net.minecraft.class_1590
  34. [04:59:42] [Render thread/INFO]: [STDERR]: java.lang.IndexOutOfBoundsException: Index (1) is greater than or equal to list size (0)
  35. [04:59:42] [Render thread/INFO]: [STDERR]: at it.unimi.dsi.fastutil.objects.ObjectArrayList.get(ObjectArrayList.java:381)
  36. [04:59:42] [Render thread/INFO]: [STDERR]: at net.diebuddies.physics.ragdoll.Ragdoll.addConnection(Ragdoll.java:55)
  37. [04:59:42] [Render thread/INFO]: [STDERR]: at net.diebuddies.physics.ragdoll.RagdollMapper.getCuboids(RagdollMapper.java:168)
  38. [04:59:42] [Render thread/INFO]: [STDERR]: at net.diebuddies.physics.ragdoll.VanillaRagdollHook.map(VanillaRagdollHook.java:97)
  39. [04:59:42] [Render thread/INFO]: [STDERR]: at net.diebuddies.physics.ragdoll.RagdollMapper.map(RagdollMapper.java:53)
  40. [04:59:42] [Render thread/INFO]: [STDERR]: at net.diebuddies.physics.PhysicsMod.blockifyEntity(PhysicsMod.java:779)
  41. [04:59:42] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1309.handler$joh005$physicsmod$onDeath(class_1309.java:54714)
  42. [04:59:42] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1309.method_6078(class_1309.java)
  43. [04:59:42] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1309.method_5711(class_1309.java:1801)
  44. [04:59:42] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1308.method_5711(class_1308.java:345)
  45. [04:59:42] [Render thread/INFO]: [STDERR]: at net.minecraft.class_634.method_11148(class_634.java:1067)
  46. [04:59:42] [Render thread/INFO]: [STDERR]: at net.minecraft.class_2663.method_11471(class_2663.java:33)
  47. [04:59:42] [Render thread/INFO]: [STDERR]: at net.minecraft.class_2663.method_11054(class_2663.java:11)
  48. [04:59:42] [Render thread/INFO]: [STDERR]: at net.minecraft.class_2600.method_11072(class_2600.java:22)
  49. [04:59:42] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1255.method_18859(class_1255.java:156)
  50. [04:59:42] [Render thread/INFO]: [STDERR]: at net.minecraft.class_4093.method_18859(class_4093.java:23)
  51. [04:59:42] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1255.method_16075(class_1255.java:130)
  52. [04:59:42] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1255.method_5383(class_1255.java:115)
  53. [04:59:42] [Render thread/INFO]: [STDERR]: at net.minecraft.class_310.method_1523(class_310.java:1175)
  54. [04:59:42] [Render thread/INFO]: [STDERR]: at net.minecraft.class_310.method_1514(class_310.java:802)
  55. [04:59:42] [Render thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(Main.java:250)
  56. [04:59:42] [Render thread/INFO]: [STDERR]: at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
  57. [04:59:42] [Render thread/INFO]: [STDERR]: at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
  58. [04:59:42] [Render thread/INFO]: [STDERR]: at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
  59. [04:59:42] [Server thread/INFO]: 0
  60. [04:59:42] [Server thread/INFO]: 0
  61. [04:59:42] [Server thread/INFO]: 0
  62. [04:59:42] [Server thread/INFO]: 0
  63. [04:59:42] [Server thread/INFO]: 0
  64. [04:59:42] [Server thread/INFO]: 0
  65. [04:59:42] [Server thread/INFO]: 0
  66. [04:59:42] [Server thread/INFO]: 0
  67. [04:59:42] [Server thread/INFO]: 0
  68. [04:59:42] [Server thread/INFO]: 0
  69. [04:59:42] [Server thread/INFO]: 0
  70. [04:59:42] [Server thread/INFO]: 0
  71. [04:59:42] [Server thread/INFO]: 0
  72. [04:59:42] [Server thread/INFO]: 0
  73. [04:59:42] [Server thread/INFO]: 0
  74. [04:59:42] [Server thread/INFO]: 0
  75. [04:59:42] [Server thread/INFO]: 0
  76. [04:59:42] [Server thread/INFO]: 0
  77. [04:59:42] [Server thread/INFO]: 0
  78. [04:59:42] [Server thread/INFO]: 0
  79. [04:59:42] [Server thread/INFO]: 0
  80. [04:59:42] [Server thread/INFO]: 0
  81. [04:59:42] [Server thread/INFO]: 0
  82. [04:59:42] [Server thread/INFO]: 0
  83. [04:59:42] [Server thread/INFO]: 0
  84. [04:59:42] [Server thread/INFO]: 0
  85. [04:59:42] [Server thread/INFO]: 0
  86. [04:59:42] [Server thread/INFO]: 0
  87. [04:59:43] [Server thread/INFO]: 0
  88. [04:59:43] [Server thread/INFO]: 0
  89. [04:59:43] [Server thread/INFO]: 0
  90. [04:59:43] [Server thread/INFO]: 0
  91. [04:59:43] [Server thread/INFO]: 0
  92. [04:59:43] [Server thread/INFO]: 0
  93. [04:59:43] [Server thread/INFO]: 0
  94. [04:59:43] [Server thread/INFO]: 0
  95. [04:59:43] [Server thread/INFO]: 0
  96. [04:59:43] [Server thread/INFO]: 0
  97. [04:59:43] [Server thread/INFO]: 0
  98. [04:59:43] [Server thread/INFO]: 0
  99. [04:59:43] [Server thread/INFO]: 0
  100. [04:59:43] [Server thread/INFO]: 0
  101. [04:59:43] [Server thread/INFO]: 0
  102. [04:59:43] [Server thread/INFO]: 0
  103. [04:59:43] [Server thread/INFO]: 0
  104. [04:59:43] [Server thread/INFO]: 0
  105. [04:59:43] [Render thread/INFO]: [STDERR]: error creating ragdoll for class net.minecraft.class_1590
  106. [04:59:43] [Render thread/INFO]: [STDERR]: java.lang.IndexOutOfBoundsException: Index (1) is greater than or equal to list size (0)
  107. [04:59:43] [Render thread/INFO]: [STDERR]: at it.unimi.dsi.fastutil.objects.ObjectArrayList.get(ObjectArrayList.java:381)
  108. [04:59:43] [Render thread/INFO]: [STDERR]: at net.diebuddies.physics.ragdoll.Ragdoll.addConnection(Ragdoll.java:55)
  109. [04:59:43] [Render thread/INFO]: [STDERR]: at net.diebuddies.physics.ragdoll.RagdollMapper.getCuboids(RagdollMapper.java:168)
  110. [04:59:43] [Render thread/INFO]: [STDERR]: at net.diebuddies.physics.ragdoll.VanillaRagdollHook.map(VanillaRagdollHook.java:97)
  111. [04:59:43] [Render thread/INFO]: [STDERR]: at net.diebuddies.physics.ragdoll.RagdollMapper.map(RagdollMapper.java:53)
  112. [04:59:43] [Render thread/INFO]: [STDERR]: at net.diebuddies.physics.PhysicsMod.blockifyEntity(PhysicsMod.java:779)
  113. [04:59:43] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1309.handler$joh005$physicsmod$onDeath(class_1309.java:54714)
  114. [04:59:43] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1309.method_6078(class_1309.java)
  115. [04:59:43] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1309.method_5711(class_1309.java:1801)
  116. [04:59:43] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1308.method_5711(class_1308.java:345)
  117. [04:59:43] [Render thread/INFO]: [STDERR]: at net.minecraft.class_634.method_11148(class_634.java:1067)
  118. [04:59:43] [Render thread/INFO]: [STDERR]: at net.minecraft.class_2663.method_11471(class_2663.java:33)
  119. [04:59:43] [Render thread/INFO]: [STDERR]: at net.minecraft.class_2663.method_11054(class_2663.java:11)
  120. [04:59:43] [Render thread/INFO]: [STDERR]: at net.minecraft.class_2600.method_11072(class_2600.java:22)
  121. [04:59:43] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1255.method_18859(class_1255.java:156)
  122. [04:59:43] [Render thread/INFO]: [STDERR]: at net.minecraft.class_4093.method_18859(class_4093.java:23)
  123. [04:59:43] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1255.method_16075(class_1255.java:130)
  124. [04:59:43] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1255.method_5383(class_1255.java:115)
  125. [04:59:43] [Render thread/INFO]: [STDERR]: at net.minecraft.class_310.method_1523(class_310.java:1175)
  126. [04:59:43] [Render thread/INFO]: [STDERR]: at net.minecraft.class_310.method_1514(class_310.java:802)
  127. [04:59:43] [Render thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(Main.java:250)
  128. [04:59:43] [Render thread/INFO]: [STDERR]: at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
  129. [04:59:43] [Render thread/INFO]: [STDERR]: at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
  130. [04:59:43] [Render thread/INFO]: [STDERR]: at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
  131. [04:59:43] [Server thread/INFO]: 0
  132. [04:59:43] [Server thread/INFO]: 0
  133. [04:59:43] [Server thread/INFO]: 0
  134. [04:59:43] [Server thread/INFO]: 0
  135. [04:59:43] [Server thread/INFO]: 0
  136. [04:59:43] [Server thread/INFO]: 0
  137. [04:59:43] [Server thread/INFO]: 0
  138. [04:59:43] [Server thread/INFO]: 0
  139. [04:59:43] [Server thread/INFO]: 0
  140. [04:59:43] [Server thread/INFO]: 0
  141. [04:59:43] [Server thread/INFO]: 0
  142. [04:59:43] [Server thread/INFO]: 0
  143. [04:59:43] [Server thread/INFO]: 0
  144. [04:59:43] [Server thread/INFO]: 0
  145. [04:59:43] [Render thread/WARN]: Received unknown attacker
  146. [04:59:43] [Server thread/INFO]: 0
  147. [04:59:43] [Server thread/INFO]: 0
  148. [04:59:43] [Server thread/INFO]: 0
  149. [04:59:43] [Server thread/INFO]: 0
  150. [04:59:43] [Server thread/INFO]: 0
  151. [04:59:43] [Server thread/INFO]: 0
  152. [04:59:44] [Server thread/INFO]: 0
  153. [04:59:44] [Server thread/INFO]: 0
  154. [04:59:44] [Server thread/INFO]: 0
  155. [04:59:44] [Server thread/INFO]: 0
  156. [04:59:44] [Server thread/INFO]: 0
  157. [04:59:44] [Server thread/INFO]: 0
  158. [04:59:44] [Server thread/INFO]: 0
  159. [04:59:44] [Server thread/INFO]: 0
  160. [04:59:44] [Server thread/INFO]: 0
  161. [04:59:44] [Server thread/INFO]: 0
  162. [04:59:44] [Server thread/INFO]: 0
  163. [04:59:44] [Server thread/INFO]: 0
  164. [04:59:44] [Server thread/INFO]: 0
  165. [04:59:44] [Server thread/INFO]: 0
  166. [04:59:44] [Server thread/INFO]: 0
  167. [04:59:44] [Server thread/INFO]: 0
  168. [04:59:44] [Server thread/INFO]: 0
  169. [04:59:44] [Server thread/INFO]: 0
  170. [04:59:44] [Server thread/INFO]: 0
  171. [04:59:44] [Server thread/INFO]: 0
  172. [04:59:44] [Server thread/INFO]: 0
  173. [04:59:44] [Server thread/INFO]: 0
  174. [04:59:44] [Server thread/INFO]: 0
  175. [04:59:44] [Server thread/INFO]: 0
  176. [04:59:44] [Server thread/INFO]: 0
  177. [04:59:44] [Server thread/INFO]: 0
  178. [04:59:44] [Server thread/INFO]: 0
  179. [04:59:44] [Server thread/INFO]: 0
  180. [04:59:44] [Server thread/INFO]: 0
  181. [04:59:44] [Server thread/INFO]: 0
  182. [04:59:44] [Server thread/INFO]: 0
  183. [04:59:44] [Server thread/INFO]: 0
  184. [04:59:44] [Server thread/INFO]: 0
  185. [04:59:44] [Server thread/INFO]: 0
  186. [04:59:44] [Server thread/INFO]: 0
  187. [04:59:44] [Server thread/INFO]: 0
  188. [04:59:44] [Server thread/INFO]: 0
  189. [04:59:44] [Server thread/INFO]: 0
  190. [04:59:44] [Server thread/INFO]: 0
  191. [04:59:44] [Server thread/INFO]: 0
  192. [04:59:44] [Server thread/INFO]: 0
  193. [04:59:44] [Server thread/INFO]: 0
  194. [04:59:45] [Server thread/INFO]: 0
  195. [04:59:45] [Server thread/INFO]: 0
  196. [04:59:45] [Server thread/INFO]: 0
  197. [04:59:45] [Server thread/INFO]: 0
  198. [04:59:45] [Server thread/INFO]: 0
  199. [04:59:45] [Server thread/INFO]: 0
  200. [04:59:45] [Server thread/INFO]: 0
  201. [04:59:45] [Server thread/INFO]: 0
  202. [04:59:45] [Server thread/INFO]: 0
  203. [04:59:45] [Server thread/INFO]: 0
  204. [04:59:45] [Server thread/INFO]: 0
  205. [04:59:45] [Server thread/INFO]: 0
  206. [04:59:45] [Server thread/INFO]: 0
  207. [04:59:45] [Server thread/INFO]: 0
  208. [04:59:45] [Server thread/INFO]: 0
  209. [04:59:45] [Server thread/INFO]: 0
  210. [04:59:45] [Server thread/INFO]: 0
  211. [04:59:45] [Server thread/INFO]: 0
  212. [04:59:45] [Server thread/INFO]: 0
  213. [04:59:45] [Server thread/INFO]: 0
  214. [04:59:45] [Server thread/INFO]: 0
  215. [04:59:45] [Server thread/INFO]: 0
  216. [04:59:45] [Server thread/INFO]: 0
  217. [04:59:45] [Server thread/INFO]: 0
  218. [04:59:45] [Server thread/INFO]: 0
  219. [04:59:45] [Server thread/INFO]: 0
  220. [04:59:45] [Server thread/INFO]: 0
  221. [04:59:45] [Server thread/INFO]: 0
  222. [04:59:45] [Server thread/INFO]: 0
  223. [04:59:45] [Server thread/INFO]: 0
  224. [04:59:45] [Server thread/INFO]: 0
  225. [04:59:45] [Server thread/INFO]: 0
  226. [04:59:45] [Server thread/INFO]: 0
  227. [04:59:45] [Server thread/INFO]: 0
  228. [04:59:45] [Server thread/INFO]: 0
  229. [04:59:45] [Server thread/INFO]: 0
  230. [04:59:45] [Server thread/INFO]: 0
  231. [04:59:45] [Server thread/INFO]: 0
  232. [04:59:45] [Server thread/INFO]: 0
  233. [04:59:45] [Server thread/INFO]: 0
  234. [04:59:46] [Server thread/INFO]: 0
  235. [04:59:46] [Server thread/INFO]: 0
  236. [04:59:46] [Server thread/INFO]: 0
  237. [04:59:46] [Server thread/INFO]: 0
  238. [04:59:46] [Server thread/INFO]: 0
  239. [04:59:46] [Server thread/INFO]: 0
  240. [04:59:46] [Server thread/INFO]: 0
  241. [04:59:46] [Server thread/INFO]: 0
  242. [04:59:46] [Server thread/INFO]: 0
  243. [04:59:46] [Server thread/INFO]: 0
  244. [04:59:46] [Server thread/INFO]: 0
  245. [04:59:46] [Server thread/INFO]: 0
  246. [04:59:46] [Server thread/INFO]: 0
  247. [04:59:46] [Server thread/INFO]: 0
  248. [04:59:46] [Server thread/INFO]: 0
  249. [04:59:46] [Server thread/INFO]: 0
  250. [04:59:46] [Server thread/INFO]: 0
  251. [04:59:46] [Server thread/INFO]: 0
  252. [04:59:46] [Server thread/INFO]: 0
  253. [04:59:46] [Server thread/INFO]: 0
  254. [04:59:46] [Server thread/INFO]: 0
  255. [04:59:46] [Server thread/INFO]: 0
  256. [04:59:46] [Server thread/INFO]: 0
  257. [04:59:46] [Server thread/INFO]: 0
  258. [04:59:46] [Server thread/INFO]: 0
  259. [04:59:46] [Server thread/INFO]: 0
  260. [04:59:46] [Server thread/INFO]: 0
  261. [04:59:46] [Server thread/INFO]: 0
  262. [04:59:46] [Server thread/INFO]: 0
  263. [04:59:46] [Server thread/INFO]: 0
  264. [04:59:46] [Server thread/INFO]: 0
  265. [04:59:46] [Server thread/INFO]: 0
  266. [04:59:46] [Server thread/INFO]: 0
  267. [04:59:46] [Server thread/INFO]: 0
  268. [04:59:47] [Server thread/INFO]: 0
  269. [04:59:47] [Server thread/INFO]: 0
  270. [04:59:47] [Server thread/INFO]: 0
  271. [04:59:47] [Server thread/INFO]: 0
  272. [04:59:47] [Server thread/INFO]: 0
  273. [04:59:47] [Server thread/INFO]: 0
  274. [04:59:47] [Server thread/INFO]: 0
  275. [04:59:47] [Server thread/INFO]: 0
  276. [04:59:47] [Server thread/INFO]: 0
  277. [04:59:47] [Server thread/INFO]: 0
  278. [04:59:47] [Server thread/INFO]: 0
  279. [04:59:47] [Server thread/INFO]: 0
  280. [04:59:47] [Server thread/INFO]: 0
  281. [04:59:47] [Server thread/INFO]: 0
  282. [04:59:47] [Server thread/INFO]: 0
  283. [04:59:47] [Server thread/INFO]: 0
  284. [04:59:47] [Server thread/INFO]: 0
  285. [04:59:47] [Server thread/INFO]: 0
  286. [04:59:47] [Server thread/INFO]: 0
  287. [04:59:47] [Server thread/INFO]: 0
  288. [04:59:47] [Server thread/INFO]: 0
  289. [04:59:47] [Server thread/INFO]: 0
  290. [04:59:47] [Server thread/INFO]: 0
  291. [04:59:47] [Server thread/INFO]: 0
  292. [04:59:47] [Render thread/WARN]: Received unknown attacker
  293. [04:59:47] [Server thread/INFO]: 0
  294. [04:59:47] [Server thread/INFO]: 0
  295. [04:59:47] [Server thread/INFO]: 0
  296. [04:59:47] [Server thread/INFO]: 0
  297. [04:59:47] [Server thread/INFO]: 0
  298. [04:59:47] [Server thread/INFO]: 0
  299. [04:59:47] [Render thread/INFO]: [STDERR]: error creating ragdoll for class net.minecraft.class_1590
  300. [04:59:47] [Render thread/INFO]: [STDERR]: java.lang.IndexOutOfBoundsException: Index (1) is greater than or equal to list size (0)
  301. [04:59:47] [Render thread/INFO]: [STDERR]: at it.unimi.dsi.fastutil.objects.ObjectArrayList.get(ObjectArrayList.java:381)
  302. [04:59:47] [Render thread/INFO]: [STDERR]: at net.diebuddies.physics.ragdoll.Ragdoll.addConnection(Ragdoll.java:55)
  303. [04:59:47] [Render thread/INFO]: [STDERR]: at net.diebuddies.physics.ragdoll.RagdollMapper.getCuboids(RagdollMapper.java:168)
  304. [04:59:47] [Render thread/INFO]: [STDERR]: at net.diebuddies.physics.ragdoll.VanillaRagdollHook.map(VanillaRagdollHook.java:97)
  305. [04:59:47] [Render thread/INFO]: [STDERR]: at net.diebuddies.physics.ragdoll.RagdollMapper.map(RagdollMapper.java:53)
  306. [04:59:47] [Render thread/INFO]: [STDERR]: at net.diebuddies.physics.PhysicsMod.blockifyEntity(PhysicsMod.java:779)
  307. [04:59:47] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1309.handler$joh005$physicsmod$onDeath(class_1309.java:54714)
  308. [04:59:47] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1309.method_6078(class_1309.java)
  309. [04:59:47] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1309.method_5711(class_1309.java:1801)
  310. [04:59:47] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1308.method_5711(class_1308.java:345)
  311. [04:59:47] [Render thread/INFO]: [STDERR]: at net.minecraft.class_634.method_11148(class_634.java:1067)
  312. [04:59:47] [Render thread/INFO]: [STDERR]: at net.minecraft.class_2663.method_11471(class_2663.java:33)
  313. [04:59:47] [Render thread/INFO]: [STDERR]: at net.minecraft.class_2663.method_11054(class_2663.java:11)
  314. [04:59:47] [Render thread/INFO]: [STDERR]: at net.minecraft.class_2600.method_11072(class_2600.java:22)
  315. [04:59:47] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1255.method_18859(class_1255.java:156)
  316. [04:59:47] [Render thread/INFO]: [STDERR]: at net.minecraft.class_4093.method_18859(class_4093.java:23)
  317. [04:59:47] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1255.method_16075(class_1255.java:130)
  318. [04:59:47] [Render thread/INFO]: [STDERR]: at net.minecraft.class_1255.method_5383(class_1255.java:115)
  319. [04:59:47] [Render thread/INFO]: [STDERR]: at net.minecraft.class_310.method_1523(class_310.java:1175)
  320. [04:59:47] [Render thread/INFO]: [STDERR]: at net.minecraft.class_310.method_1514(class_310.java:802)
  321. [04:59:47] [Render thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(Main.java:250)
  322. [04:59:47] [Render thread/INFO]: [STDERR]: at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
  323. [04:59:47] [Render thread/INFO]: [STDERR]: at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
  324. [04:59:47] [Render thread/INFO]: [STDERR]: at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement