Earthcomputer

Untitled

Jul 20th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.81 KB | None | 0 0
  1. [12:39:55] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.19 with Fabric Loader 0.14.6
  2. [12:39:56] [main/INFO] (FabricLoader) Loading 6 mods:
  3. - fabric-resource-loader-v0 0.5.5+a6d2f785a9
  4. - fabricloader 0.14.6+local
  5. - java 17
  6. - minecraft 1.19
  7. - multiconnect 1.6-beta.19
  8. - multiconnect-api 1.6-beta.19
  9. [12:39:56] [main/INFO] (FabricLoader/Mixin) SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/home/joe/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.11.4+mixin.0.8.5/c1dc27696aa4006e492c2485c9ccbcb26045a971/sponge-mixin-0.11.4+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT
  10. [12:39:56] [main/INFO] (FabricLoader/Mixin) Attempting to load Fernflower decompiler (Threaded mode)
  11. [12:39:56] [main/INFO] (FabricLoader/Mixin) Fernflower could not be loaded, exported classes will not be decompiled. NoClassDefFoundError: org/jetbrains/java/decompiler/main/extern/IResultSaver
  12. [12:39:56] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
  13. [12:39:56] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16
  14. [12:39:57] [main/WARN] (FileUtil) Configuration conflict: there is more than one oshi.properties file on the classpath
  15. [12:39:57] [main/WARN] (FileUtil) Configuration conflict: there is more than one oshi.architecture.properties file on the classpath
  16. [12:39:59] [main/INFO] (Minecraft) Building optimized datafixer
  17. [12:40:04] [Render thread/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
  18. [12:40:05] [Render thread/ERROR] (Minecraft) Failed to verify authentication
  19. com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401
  20. at com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56) ~[authlib-3.5.41.jar:?]
  21. at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:140) ~[authlib-3.5.41.jar:?]
  22. at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.<init>(YggdrasilUserApiService.java:47) ~[authlib-3.5.41.jar:?]
  23. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createUserApiService(YggdrasilAuthenticationService.java:158) ~[authlib-3.5.41.jar:?]
  24. at net.minecraft.client.Minecraft.createUserApiService(Minecraft.java:677) [minecraft-project-@-merged-named.jar:?]
  25. at net.minecraft.client.Minecraft.<init>(Minecraft.java:415) [minecraft-project-@-merged-named.jar:?]
  26. at net.minecraft.client.main.Main.main(Main.java:198) [minecraft-project-@-merged-named.jar:?]
  27. at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:465) [fabric-loader-972cac45.jar:?]
  28. at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-972cac45.jar:?]
  29. at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [fabric-loader-972cac45.jar:?]
  30. at net.fabricmc.devlaunchinjector.Main.main(Main.java:86) [dev-launch-injector-0.2.1+build.8.jar:?]
  31. Caused by: com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 401
  32. at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:85) ~[authlib-3.5.41.jar:?]
  33. at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48) ~[authlib-3.5.41.jar:?]
  34. at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:121) ~[authlib-3.5.41.jar:?]
  35. ... 9 more
  36. [12:40:05] [Render thread/INFO] (Minecraft) Setting user: Earthcomputer
  37. [12:40:05] [Render thread/INFO] (Minecraft) Backend library: LWJGL version 3.3.1 SNAPSHOT
  38. [12:40:06] [Render thread/INFO] (Minecraft) Narrator library successfully loaded
  39. [12:40:07] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Fabric Loader, MultiConnect API, MultiConnect, Fabric Resource Loader (v0))
  40. [12:40:07] [Worker-Main-6/ERROR] (Minecraft) Failed to retrieve profile key pair
  41. java.io.IOException: Could not retrieve profile key pair
  42. at net.minecraft.client.multiplayer.ProfileKeyPairManager.fetchProfileKeyPair(ProfileKeyPairManager.java:112) ~[minecraft-project-@-merged-named.jar:?]
  43. at net.minecraft.client.multiplayer.ProfileKeyPairManager.method_44291(ProfileKeyPairManager.java:56) ~[minecraft-project-@-merged-named.jar:?]
  44. at java.util.concurrent.CompletableFuture$AsyncSupply.run$$$capture(CompletableFuture.java:1768) [?:?]
  45. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java) [?:?]
  46. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) [?:?]
  47. at java.util.concurrent.ForkJoinTask.doExec$$$capture(ForkJoinTask.java:373) [?:?]
  48. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java) [?:?]
  49. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
  50. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
  51. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
  52. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
  53. [12:40:07] [Render thread/ERROR] (PacketRecorder) Packet logger was not initialized before first packet was received
  54. [12:40:07] [Realms Notification Availability checker #1/INFO] (Minecraft) Could not authorize you against Realms server: Invalid session id
  55. [12:40:09] [Render thread/WARN] (Minecraft) Missing sound for event: minecraft:item.goat_horn.play
  56. [12:40:09] [Render thread/WARN] (Minecraft) Missing sound for event: minecraft:entity.goat.screaming.horn_break
  57. [12:40:09] [Render thread/INFO] (Minecraft) OpenAL initialized on device Built-in Audio Analogue Stereo (echo cancelled with USB Live Camcra Analogue Stereo)
  58. [12:40:09] [Render thread/INFO] (Minecraft) Sound engine started
  59. [12:40:09] [Render thread/INFO] (Minecraft) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
  60. [12:40:09] [Render thread/INFO] (Minecraft) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
  61. [12:40:09] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
  62. [12:40:09] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
  63. [12:40:09] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
  64. [12:40:09] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
  65. [12:40:09] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
  66. [12:40:09] [Render thread/WARN] (Minecraft) Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
  67. [12:40:10] [Render thread/INFO] (Minecraft) Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas
  68. [12:40:10] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
  69. [12:40:10] [Render thread/INFO] (Minecraft) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
  70. [12:40:17] [Render thread/INFO] (Minecraft) Connecting to 127.0.0.1, 25564
  71. [12:40:17] [Server Connector #1/INFO] (ConnectionHandler) Discovered server protocol: 759 (1.19)
  72. [12:40:21] [Render thread/INFO] (Minecraft) Loaded 25 advancements
  73. [12:40:30] [Worker-Bootstrap-3/INFO] (Minecraft) 20 Datafixer optimizations took 11322 milliseconds
  74. [12:40:30] [Render thread/INFO] (Minecraft) [CHAT] Stopped all 'ambient' sounds
  75. [12:40:50] [Render thread/INFO] (Minecraft) [CHAT] Stopping the server
  76. [12:40:52] [Render thread/INFO] (PacketRecorder) Packet recording file saved to /home/joe/programming/java/multiconnect/run/config/multiconnect/packet-logs/127.0.0.1%3A25564-2022-07-20-12-40-17.log.gz
  77. [12:40:52] [Render thread/ERROR] (PacketRecorder) Packet logger was not initialized before first packet was received
  78. [12:40:58] [Worker-Bootstrap-3/INFO] (Minecraft) 4256 Datafixer optimizations took 59287 milliseconds
  79. [12:41:36] [Render thread/ERROR] (Minecraft) Can't ping funcraft.net: Timed out
  80. [12:41:37] [Render thread/INFO] (Minecraft) Connecting to 127.0.0.1, 25564
  81. [12:41:37] [Server Connector #2/INFO] (ConnectionHandler) Discovered server protocol: 759 (1.19)
  82. [12:41:38] [Render thread/INFO] (Minecraft) Loaded 25 advancements
  83. [12:41:50] [Render thread/INFO] (Minecraft) [CHAT] Unknown or incomplete command, see below for error
  84. [12:41:50] [Render thread/INFO] (Minecraft) [CHAT] ...sound @s *<--[HERE]
  85. [12:42:03] [Render thread/INFO] (Minecraft) [CHAT] Stopped sound 'minecraft:ambient.basalt_deltas.additions' on source 'ambient'
  86. [12:42:11] [Render thread/INFO] (Minecraft) [CHAT] Stopped all 'ambient' sounds
  87. [12:42:22] [Render thread/INFO] (Minecraft) [CHAT] Stopping the server
  88. [12:42:23] [Render thread/INFO] (PacketRecorder) Packet recording file saved to /home/joe/programming/java/multiconnect/run/config/multiconnect/packet-logs/127.0.0.1%3A25564-2022-07-20-12-41-37.log.gz
  89. [12:42:23] [Render thread/ERROR] (PacketRecorder) Packet logger was not initialized before first packet was received
  90. [12:42:56] [Render thread/INFO] (Minecraft) Connecting to 127.0.0.1, 25564
  91. [12:42:56] [Server Connector #3/INFO] (ConnectionHandler) Discovered server protocol: 754 (1.16.5)
  92. [12:42:57] [Render thread/INFO] (Minecraft) Loaded 64 advancements
  93. [12:43:08] [Netty Epoll Client IO #2/ERROR] (DebugUtils) !!!!!!!! Unexpected packet error, please upload this error to https://github.com/Earthcomputer/multiconnect/issues !!!!!!!!
  94. [12:43:08] [Netty Epoll Client IO #2/ERROR] (DebugUtils) It may be helpful if you also provide the server IP, but you are not obliged to do this.
  95. [12:43:08] [Netty Epoll Client IO #2/ERROR] (DebugUtils) Minecraft version: 1.19
  96. [12:43:08] [Netty Epoll Client IO #2/ERROR] (DebugUtils) multiconnect version: 1.6-beta.19
  97. [12:43:08] [Netty Epoll Client IO #2/ERROR] (DebugUtils) Server version: 754 (1.16.5)
  98. [12:43:08] [Netty Epoll Client IO #2/ERROR] (DebugUtils) Server brand: vanilla
  99. [12:43:08] [Netty Epoll Client IO #2/ERROR] (DebugUtils) Direction: inbound
  100. [12:43:08] [Netty Epoll Client IO #2/ERROR] (DebugUtils) Compressed packet data: H4sIAAAAAAAA/wti5AAAv5q5hwMAAAA=
  101. [12:43:08] [Netty Epoll Client IO #2/ERROR] (Minecraft) Unexpectedly disconnected from server!
  102. io.netty.handler.codec.DecoderException: java.lang.NullPointerException: Cannot invoke "net.minecraft.resources.ResourceLocation.toString()" because "value" is null
  103. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:480) ~[netty-codec-4.1.77.Final.jar:?]
  104. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:279) ~[netty-codec-4.1.77.Final.jar:?]
  105. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.77.Final.jar:?]
  106. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.77.Final.jar:?]
  107. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.77.Final.jar:?]
  108. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:327) [netty-codec-4.1.77.Final.jar:?]
  109. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:299) [netty-codec-4.1.77.Final.jar:?]
  110. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.77.Final.jar:?]
  111. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.77.Final.jar:?]
  112. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.77.Final.jar:?]
  113. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:327) [netty-codec-4.1.77.Final.jar:?]
  114. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:299) [netty-codec-4.1.77.Final.jar:?]
  115. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.77.Final.jar:?]
  116. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.77.Final.jar:?]
  117. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.77.Final.jar:?]
  118. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:327) [netty-codec-4.1.77.Final.jar:?]
  119. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:299) [netty-codec-4.1.77.Final.jar:?]
  120. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.77.Final.jar:?]
  121. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.77.Final.jar:?]
  122. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.77.Final.jar:?]
  123. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) [netty-handler-4.1.77.Final.jar:?]
  124. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.77.Final.jar:?]
  125. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.77.Final.jar:?]
  126. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.77.Final.jar:?]
  127. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) [netty-transport-4.1.77.Final.jar:?]
  128. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.77.Final.jar:?]
  129. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.77.Final.jar:?]
  130. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) [netty-transport-4.1.77.Final.jar:?]
  131. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) [netty-transport-classes-epoll-4.1.77.Final.jar:?]
  132. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:487) [netty-transport-classes-epoll-4.1.77.Final.jar:?]
  133. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:385) [netty-transport-classes-epoll-4.1.77.Final.jar:?]
  134. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) [netty-common-4.1.77.Final.jar:?]
  135. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [netty-common-4.1.77.Final.jar:?]
  136. at java.lang.Thread.run(Thread.java:833) [?:?]
  137. Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.resources.ResourceLocation.toString()" because "value" is null
  138. at net.earthcomputer.multiconnect.generated.Protocol_1_16_5.remapSResourceLocationSoundEvent(Protocol_1_16_5.java:4980) ~[generated/:?]
  139. at net.earthcomputer.multiconnect.generated.Protocol_1_16_5.translateSPacketStopSound(Protocol_1_16_5.java:15308) ~[generated/:?]
  140. at net.earthcomputer.multiconnect.protocols.generic.MulticonnectClientboundTranslator.lambda$decode$0(MulticonnectClientboundTranslator.java:44) ~[main/:?]
  141. at net.earthcomputer.multiconnect.debug.DebugUtils.wrapInErrorHandler(DebugUtils.java:228) ~[main/:?]
  142. at net.earthcomputer.multiconnect.protocols.generic.MulticonnectClientboundTranslator.lambda$decode$1(MulticonnectClientboundTranslator.java:43) ~[main/:?]
  143. at net.earthcomputer.multiconnect.impl.PacketSystem$Internals.submitTranslationTask(PacketSystem.java:347) ~[main/:?]
  144. at net.earthcomputer.multiconnect.protocols.generic.MulticonnectClientboundTranslator.lambda$decode$4(MulticonnectClientboundTranslator.java:42) ~[main/:?]
  145. at net.earthcomputer.multiconnect.debug.DebugUtils.wrapInErrorHandler(DebugUtils.java:228) ~[main/:?]
  146. at net.earthcomputer.multiconnect.protocols.generic.MulticonnectClientboundTranslator.decode(MulticonnectClientboundTranslator.java:36) ~[main/:?]
  147. at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:510) ~[netty-codec-4.1.77.Final.jar:?]
  148. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:449) ~[netty-codec-4.1.77.Final.jar:?]
  149. ... 33 more
  150. [12:43:08] [Render thread/INFO] (PacketRecorder) Packet recording file saved to /home/joe/programming/java/multiconnect/run/config/multiconnect/packet-logs/127.0.0.1%3A25564-2022-07-20-12-42-56.log.gz
  151. [12:43:08] [Render thread/ERROR] (PacketRecorder) Packet logger was not initialized before first packet was received
  152. [12:43:24] [Render thread/INFO] (Minecraft) Stopping!
  153.  
Add Comment
Please, Sign In to add comment