Guest User

Untitled

a guest
Nov 1st, 2022
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.46 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You're mean.
  3.  
  4. Time: 2022-11-01 02:00:31
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.ExceptionInInitializerError
  8. at io.github.jdrmcm.lepton.item.custom.MagicMirrorItem.use(MagicMirrorItem.java:40)
  9. at net.minecraft.item.ItemStack.use(ItemStack.java:419)
  10. at net.minecraft.server.network.ServerPlayerInteractionManager.interactItem(ServerPlayerInteractionManager.java:264)
  11. at net.minecraft.server.network.ServerPlayNetworkHandler.onPlayerInteractItem(ServerPlayNetworkHandler.java:1077)
  12. at net.minecraft.network.packet.c2s.play.PlayerInteractItemC2SPacket.apply(PlayerInteractItemC2SPacket.java:34)
  13. at net.minecraft.network.packet.c2s.play.PlayerInteractItemC2SPacket.apply(PlayerInteractItemC2SPacket.java:17)
  14. at net.minecraft.network.NetworkThreadUtils.method_11072(NetworkThreadUtils.java:26)
  15. at net.minecraft.server.ServerTask.run(ServerTask.java:22)
  16. at net.minecraft.util.thread.ThreadExecutor.executeTask(ThreadExecutor.java:150)
  17. at net.minecraft.util.thread.ReentrantThreadExecutor.executeTask(ReentrantThreadExecutor.java:29)
  18. at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:755)
  19. at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:1732)
  20. at net.minecraft.util.thread.ThreadExecutor.runTask(ThreadExecutor.java:126)
  21. at net.minecraft.server.MinecraftServer.runOneTask(MinecraftServer.java:740)
  22. at net.minecraft.server.MinecraftServer.runTask(MinecraftServer.java:736)
  23. at net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor.java:134)
  24. at net.minecraft.server.MinecraftServer.runTasksTillTickEnd(MinecraftServer.java:719)
  25. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:654)
  26. at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:278)
  27. at java.base/java.lang.Thread.run(Thread.java:833)
  28. Caused by: java.lang.IllegalStateException: Registry is already frozen (trying to add key ResourceKey[minecraft:sound_event / minecraft:magic_mirror_use])
  29. at net.minecraft.util.registry.SimpleRegistry.assertNotFrozen(SimpleRegistry.java:94)
  30. at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java:99)
  31. at net.minecraft.util.registry.SimpleRegistry.set(SimpleRegistry.java:94)
  32. at net.minecraft.util.registry.SimpleRegistry.add(SimpleRegistry.java:134)
  33. at net.minecraft.util.registry.Registry.register(Registry.java:684)
  34. at net.minecraft.util.registry.Registry.register(Registry.java:675)
  35. at net.minecraft.util.registry.Registry.register(Registry.java:666)
  36. at io.github.jdrmcm.lepton.sound.ModSounds.register(ModSounds.java:12)
  37. at io.github.jdrmcm.lepton.sound.ModSounds.<clinit>(ModSounds.java:9)
  38. ... 20 more
  39.  
  40.  
  41. A detailed walkthrough of the error, its code path and all known details is as follows:
  42. ---------------------------------------------------------------------------------------
  43.  
  44. -- System Details --
  45. Details:
  46. Minecraft Version: 1.19.2
  47. Minecraft Version ID: 1.19.2
  48. Operating System: Windows 11 (amd64) version 10.0
  49. Java Version: 17.0.5, Amazon.com Inc.
  50. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Amazon.com Inc.
  51. Memory: 2499794216 bytes (2383 MiB) / 4349493248 bytes (4148 MiB) up to 8568963072 bytes (8172 MiB)
  52. CPUs: 16
  53. Processor Vendor: GenuineIntel
  54. Processor Name: Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz
  55. Identifier: Intel64 Family 6 Model 165 Stepping 5
  56. Microarchitecture: unknown
  57. Frequency (GHz): 3.79
  58. Number of physical packages: 1
  59. Number of physical CPUs: 8
  60. Number of logical CPUs: 16
  61. Graphics card #0 name: NVIDIA GeForce RTX 3070
  62. Graphics card #0 vendor: NVIDIA (0x10de)
  63. Graphics card #0 VRAM (MB): 4095.00
  64. Graphics card #0 deviceId: 0x2488
  65. Graphics card #0 versionInfo: DriverVersion=31.0.15.2647
  66. Memory slot #0 capacity (MB): 16384.00
  67. Memory slot #0 clockSpeed (GHz): 3.20
  68. Memory slot #0 type: DDR4
  69. Memory slot #1 capacity (MB): 16384.00
  70. Memory slot #1 clockSpeed (GHz): 3.20
  71. Memory slot #1 type: DDR4
  72. Virtual memory max (MB): 37550.92
  73. Virtual memory used (MB): 27613.44
  74. Swap memory total (MB): 4864.00
  75. Swap memory used (MB): 71.04
  76. JVM Flags: 0 total;
  77. Fabric Mods:
  78. fabric-api: Fabric API 0.64.0+1.19.2
  79. fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
  80. fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.10+93d8cb8290
  81. fabric-biome-api-v1: Fabric Biome API (v1) 9.0.18+c6af733c90
  82. fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
  83. fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
  84. fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
  85. fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.0+6064db2a90
  86. fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
  87. fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
  88. fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.2.2+b598f4ac90
  89. fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
  90. fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.19+9ff28f4090
  91. fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
  92. fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
  93. fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.1+704e47e990
  94. fabric-item-api-v1: Fabric Item API (v1) 1.5.8+93d8cb8290
  95. fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.32+70efcffe90
  96. fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
  97. fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.0+33ffe9ec90
  98. fabric-loot-api-v2: Fabric Loot API (v2) 1.1.6+83a8659290
  99. fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
  100. fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.17+33fbc73890
  101. fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
  102. fabric-networking-api-v1: Fabric Networking API (v1) 1.2.5+c6af733c90
  103. fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.0.14+93d8cb8290
  104. fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
  105. fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.26+c6af733c90
  106. fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.12+c0ae659d90
  107. fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.14+aeb40ebe90
  108. fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.15+aeb40ebe90
  109. fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
  110. fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
  111. fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
  112. fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.7.2+70efcffe90
  113. fabric-screen-api-v1: Fabric Screen API (v1) 1.0.27+93d8cb8290
  114. fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.1+1cc24b1b90
  115. fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
  116. fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
  117. fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.1+93d8cb8290
  118. fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
  119. fabricloader: Fabric Loader 0.14.10
  120. java: OpenJDK 64-Bit Server VM 17
  121. lepton: Lepton 1.0-SNAPSHOT
  122. minecraft: Minecraft 1.19.2
  123. Server Running: true
  124. Player Count: 1 / 8; [ServerPlayerEntity['Player862'/236, l='ServerLevel[New World]', x=2.67, y=79.98, z=36.81]]
  125. Data Packs: vanilla, Fabric Mods
  126. World Generation: Stable
  127. Type: Integrated Server (map_client.txt)
  128. Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
  129. Launched Version: Fabric
Advertisement
Add Comment
Please, Sign In to add comment