Closed rettichlp closed 1 year ago
--> Saved crash report <--
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 2023-07-04 14:38
Description: Rendering entity in world
java.lang.IndexOutOfBoundsException: Index 100 out of bounds for length 100
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:359)
at java.base/java.util.ArrayList.remove(ArrayList.java:504)
at bjb.a(SourceFile:155)
at bjb.a(SourceFile:132)
at bjb.a(SourceFile:128)
at net.labymod.v1_12_2.client.chat.VersionedChatExecutor.displayClientMessage(VersionedChatExecutor.java:78)
at net.labymod.api.client.chat.ChatExecutor.displayClientMessage(ChatExecutor.java:33)
at net.labymod.api.addon.LabyAddon.displayMessage(LabyAddon.java:136)
at com.rettichlp.unicacityaddon.base.DefaultAddonPlayer.sendMessage(DefaultAddonPlayer.java:80)
at com.rettichlp.unicacityaddon.base.services.UtilService.debug(UtilService.java:66)
at com.rettichlp.unicacityaddon.base.services.FactionService.checkPlayerDuty(FactionService.java:34)
at com.rettichlp.unicacityaddon.nametags.DutyTag.getComponent(DutyTag.java:42)
at com.rettichlp.unicacityaddon.nametags.DutyTag.lambda$getRenderableComponent$1(DutyTag.java:34)
at java.base/java.util.Optional.map(Optional.java:260)
at com.rettichlp.unicacityaddon.nametags.DutyTag.getRenderableComponent(DutyTag.java:34)
at net.labymod.api.client.entity.player.tag.tags.NameTag.renderableComponent(NameTag.java:256)
at net.labymod.api.client.entity.player.tag.tags.NameTag.begin(NameTag.java:42)
at net.labymod.api.client.entity.player.tag.renderer.AbstractPositionRenderer.render(AbstractPositionRenderer.java:31)
at net.labymod.api.client.entity.player.tag.renderer.stack.HorizontalStackRenderer.render(HorizontalStackRenderer.java:35)
at net.labymod.core.client.entity.player.tag.DefaultTagRegistry.render(DefaultTagRegistry.java:43)
at bzg.a(Render.java:685)
at bzg.a(Render.java:115)
at cct.a(SourceFile:161)
at cct.a(SourceFile:29)
at caa.a(RenderLivingBase.java:630)
at caa.a(RenderLivingBase.java:31)
at bzg.a(Render.java:78)
at caa.a(RenderLivingBase.java:290)
at cct.a(SourceFile:71)
at cct.a(SourceFile:29)
at bzf.redirect$zgc000$labyMod$doRenderEntity(RenderManager.java:1254)
at bzf.a(RenderManager.java:413)
at bzf.a(RenderManager.java:393)
at buy.a(RenderGlobal.java:850)
at buq.a(EntityRenderer.java:1808)
at buq.b(EntityRenderer.java:1621)
at buq.a(EntityRenderer.java:1390)
at bib.redirect$zbn000$labyMod$fireGameRenderEvent(SourceFile:5178)
at bib.az(SourceFile:1023)
at bib.a(SourceFile:419)
at net.minecraft.client.main.Main.main(SourceFile:123)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:214)
at net.minecraft.launchwrapper.Launch.main(Launch.java:67)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:359)
at java.base/java.util.ArrayList.remove(ArrayList.java:504)
at bjb.a(SourceFile:155)
at bjb.a(SourceFile:132)
at bjb.a(SourceFile:128)
at net.labymod.v1_12_2.client.chat.VersionedChatExecutor.displayClientMessage(VersionedChatExecutor.java:78)
at net.labymod.api.client.chat.ChatExecutor.displayClientMessage(ChatExecutor.java:33)
at net.labymod.api.addon.LabyAddon.displayMessage(LabyAddon.java:136)
at com.rettichlp.unicacityaddon.base.DefaultAddonPlayer.sendMessage(DefaultAddonPlayer.java:80)
at com.rettichlp.unicacityaddon.base.services.UtilService.debug(UtilService.java:66)
at com.rettichlp.unicacityaddon.base.services.FactionService.checkPlayerDuty(FactionService.java:34)
at com.rettichlp.unicacityaddon.nametags.DutyTag.getComponent(DutyTag.java:42)
at com.rettichlp.unicacityaddon.nametags.DutyTag.lambda$getRenderableComponent$1(DutyTag.java:34)
at java.base/java.util.Optional.map(Optional.java:260)
at com.rettichlp.unicacityaddon.nametags.DutyTag.getRenderableComponent(DutyTag.java:34)
at net.labymod.api.client.entity.player.tag.tags.NameTag.renderableComponent(NameTag.java:256)
at net.labymod.api.client.entity.player.tag.tags.NameTag.begin(NameTag.java:42)
at net.labymod.api.client.entity.player.tag.renderer.AbstractPositionRenderer.render(AbstractPositionRenderer.java:31)
at net.labymod.api.client.entity.player.tag.renderer.stack.HorizontalStackRenderer.render(HorizontalStackRenderer.java:35)
at net.labymod.core.client.entity.player.tag.DefaultTagRegistry.render(DefaultTagRegistry.java:43)
at bzg.a(Render.java:685)
at bzg.a(Render.java:115)
at cct.a(SourceFile:161)
at cct.a(SourceFile:29)
at caa.a(RenderLivingBase.java:630)
at caa.a(RenderLivingBase.java:31)
at bzg.a(Render.java:78)
at caa.a(RenderLivingBase.java:290)
at cct.a(SourceFile:71)
at cct.a(SourceFile:29)
at bzf.redirect$zgc000$labyMod$doRenderEntity(RenderManager.java:1254)
-- Entity being rendered --
Details:
Entity Type: null (bue)
Entity ID: 46334
Entity Name: JamalTare
Entity's Exact location: 299.58, 69.00, 257.24
Entity's Block location: World: (299,69,257), Chunk: (at 11,4,1 in 18,16; contains blocks 288,0,256 to 303,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: Cannot invoke "vg.toString()" because the return value of "vg.bJ()" is null
-- Renderer details --
Details:
Assigned renderer: cct@3c3ceb86
Location: -4.06,-3.00,-10.58 - World: (-5,-3,-11), Chunk: (at 11,-1,5 in -1,-1; contains blocks -16,0,-16 to -1,255,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Rotation: 223.59375
Delta: 0.5202556
Stacktrace:
at bzf.a(RenderManager.java:413)
at bzf.a(RenderManager.java:393)
at buy.a(RenderGlobal.java:850)
at buq.a(EntityRenderer.java:1808)
at buq.b(EntityRenderer.java:1621)
at buq.a(EntityRenderer.java:1390)
-- Affected level --
Details:
Level name: MpServer
All players: 18 total; [bud['RettichLP'/49828, l='MpServer', x=303.64, y=72.00, z=267.82], bue['NoxisOfGoats'/32986, l='MpServer', x=272.71, y=70.00, z=237.71], bue['Yuzru'/50479, l='MpServer', x=285.38, y=69.50, z=240.83], bue['Berat37'/49764, l='MpServer', x=327.87, y=68.15, z=246.83], bue['RO4D'/48638, l='MpServer', x=306.56, y=71.18, z=242.46], bue['celinee102'/42532, l='MpServer', x=295.87, y=69.50, z=243.08], bue['JamalTare'/46334, l='MpServer', x=299.58, y=69.00, z=257.24], bue['Kxtiii'/23897, l='MpServer', x=281.41, y=69.00, z=237.31], bue['liaam102'/36287, l='MpServer', x=326.09, y=71.02, z=258.21], bue['Khonshoo'/43716, l='MpServer', x=298.89, y=70.50, z=242.17], bue['leBueno'/45842, l='MpServer', x=298.08, y=69.42, z=243.65], bue['GamerDani21'/50312, l='MpServer', x=288.06, y=69.00, z=232.38], bue['SuperMegaGeil69'/47804, l='MpServer', x=286.50, y=72.00, z=259.43], bue['GhostHunterDin'/48063, l='MpServer', x=307.68, y=77.19, z=221.30], bue['ohneak'/29479, l='MpServer', x=307.77, y=70.19, z=241.09], bue['Rxggo'/45758, l='MpServer', x=284.35, y=68.15, z=252.15], bue['Liiluu'/51382, l='MpServer', x=304.79, y=68.15, z=248.27], bue['xbix_'/51649, l='MpServer', x=282.74, y=68.15, z=251.39]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (100,69,156), Chunk: (at 4,4,12 in 6,9; contains blocks 96,0,144 to 111,255,159), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 52251 game time, 41669904 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 317 total; [bue['JamyTylor'/51159, l='MpServer', x=365.24, y=68.15, z=260.11], acd['Painting'/35364, l='MpServer', x=275.97, y=76.50, z=224.50], bue['RO4D'/48638, l='MpServer', x=306.56, y=71.18, z=242.46], bue['celinee102'/42532, l='MpServer', x=295.87, y=69.50, z=243.08], bue['PaauleysFarmer'/49904, l='MpServer', x=245.76, y=69.47, z=256.27], bue['JamalTare'/46334, l='MpServer', x=299.58, y=69.00, z=257.24], bue['Kxtiii'/23897, l='MpServer', x=281.41, y=69.00, z=237.31], bue['liaam102'/36287, l='MpServer', x=326.09, y=71.02, z=258.21], bue['antoniaaee'/48722, l='MpServer', x=299.39, y=69.56, z=214.93], bue['_ostdeutschland'/39410, l='MpServer', x=300.70, y=69.00, z=216.71], bue['Khonshoo'/43716, l='MpServer', x=298.89, y=70.50, z=242.17], bue['leBueno'/45842, l='MpServer', x=298.08, y=69.42, z=243.65], bue['GamerDani21'/50312, l='MpServer', x=288.06, y=69.00, z=232.38], bue['DieEinzige'/40337, l='MpServer', x=303.19, y=94.50, z=219.00], bue['SuperMegaGeil69'/47804, l='MpServer', x=286.50, y=72.00, z=259.43], bue['GhostHunterDin'/48063, l='MpServer', x=307.68, y=77.19, z=221.30], bue['GhostHunterDin'/48063, l='MpServer', x=307.68, y=77.19, z=221.30], bue['DieEinzige'/40337, l='MpServer', x=287.38, y=94.62, z=215.02], bue['_ostdeutschland'/39410, l='MpServer', x=300.70, y=69.00, z=216.71], bue['antoniaaee'/48722, l='MpServer', x=299.39, y=69.56, z=214.93], bue['ohneak'/29479, l='MpServer', x=338.02, y=69.00, z=238.07], bue['34FROSTTEA'/39296, l='MpServer', x=237.43, y=68.15, z=324.79], bue['cznr'/51184, l='MpServer', x=264.08, y=69.00, z=254.45], bue['yAyumii'/50919, l='MpServer', x=249.62, y=69.50, z=243.32], bue['DieEinzige'/40337, l='MpServer', x=304.14, y=95.00, z=214.84], bue['celinee102'/42532, l='MpServer', x=295.87, y=69.50, z=243.08], bue['34FROSTTEA'/39296, l='MpServer', x=237.52, y=68.15, z=323.59], bue['34FROSTTEA'/39296, l='MpServer', x=232.70, y=68.15, z=285.00], bue['PaauleysMommy'/49723, l='MpServer', x=323.63, y=67.89, z=306.49], bue['Liiluu'/51382, l='MpServer', x=347.76, y=68.15, z=259.81], bue['Fauliikou'/50817, l='MpServer', x=292.81, y=69.51, z=236.92], bue['xbix_'/51649, l='MpServer', x=350.52, y=68.15, z=259.49], bud['RettichLP'/49828, l='MpServer', x=303.64, y=72.00, z=267.82], afk['entity.MinecartRideable.name'/49725, l='MpServer', x=280.48, y=68.50, z=271.88], bue['yAyumii'/48012, l='MpServer', x=110.51, y=69.68, z=197.63], bue['MonsterAddxct'/49232, l='MpServer', x=60.93, y=69.75, z=193.46], acd['Painting'/159, l='MpServer', x=191.00, y=95.00, z=289.97], acd['Painting'/160, l='MpServer', x=191.50, y=101.00, z=291.03], acd['Painting'/161, l='MpServer', x=200.03, y=83.00, z=288.50], acd['Painting'/164, l='MpServer', x=201.97, y=101.00, z=289.00], aam['Onkel'/48723, l='MpServer', x=295.50, y=69.00, z=222.70], acd['Painting'/91, l='MpServer', x=206.00, y=83.00, z=287.03], bue['RO4D'/48638, l='MpServer', x=201.62, y=69.00, z=269.95], bue['ohneak'/29479, l='MpServer', x=307.77, y=70.19, z=241.09], acd['Painting'/100, l='MpServer', x=224.97, y=76.50, z=227.50], bue['_ostdeutschland'/39410, l='MpServer', x=300.70, y=69.00, z=216.71], bue['DieEinzige'/40337, l='MpServer', x=304.14, y=95.00, z=214.84], bue['antoniaaee'/48722, l='MpServer', x=299.39, y=69.56, z=214.93], bue['Rxggo'/45758, l='MpServer', x=284.35, y=68.15, z=252.15], bue['RumDesLebens'/29437, l='MpServer', x=271.94, y=78.00, z=298.37], bue['Liiluu'/51382, l='MpServer', x=304.79, y=68.15, z=248.27], afk['entity.MinecartRideable.name'/48734, l='MpServer', x=270.65, y=68.50, z=262.25], bue['antoniaaee'/48722, l='MpServer', x=274.13, y=78.00, z=298.50], bue['xbix_'/51649, l='MpServer', x=282.74, y=68.15, z=251.39], acd['Painting'/35364, l='MpServer', x=275.97, y=76.50, z=224.50], bue['Kxtiii'/23897, l='MpServer', x=299.74, y=69.00, z=222.31], bue['Berat37'/49764, l='MpServer', x=327.87, y=68.15, z=246.83], bue['Fauliikou'/48881, l='MpServer', x=300.68, y=69.48, z=225.71], afk['entity.MinecartRideable.name'/49765, l='MpServer', x=327.87, y=68.50, z=246.83], bue['_ostdeutschland'/39410, l='MpServer', x=304.66, y=75.00, z=222.77], bue['DieEinzige'/40337, l='MpServer', x=303.70, y=95.00, z=219.33], bue['GhostHunterDin'/48063, l='MpServer', x=307.68, y=77.19, z=221.30], bue['Khonshoo'/43716, l='MpServer', x=323.96, y=69.00, z=245.01], bue['leBueno'/45842, l='MpServer', x=319.29, y=69.61, z=244.31], acd['Painting'/35360, l='MpServer', x=276.50, y=94.50, z=222.03], acd['Painting'/35364, l='MpServer', x=275.97, y=76.50, z=224.50], acd['Painting'/35361, l='MpServer', x=274.97, y=94.50, z=216.50], acl['§r§7✟§r§r§7§9Fauliikou§r §r§r§8◤§r§9✯§r§8◢'/51827, l='MpServer', x=291.74, y=69.00, z=236.80], bue['NoxisOfGoats'/32986, l='MpServer', x=286.15, y=69.84, z=233.51], acd['Painting'/35363, l='MpServer', x=278.03, y=94.50, z=212.50], acd['Painting'/35362, l='MpServer', x=275.50, y=94.50, z=209.97], acd['Painting'/100, l='MpServer', x=224.97, y=76.50, z=227.50], afk['entity.MinecartRideable.name'/50820, l='MpServer', x=285.90, y=68.50, z=247.42], bue['GamerDani21'/50312, l='MpServer', x=288.06, y=69.00, z=232.38], acd['Painting'/66, l='MpServer', x=56.97, y=106.00, z=251.50], afk['entity.MinecartRideable.name'/50313, l='MpServer', x=263.83, y=68.50, z=217.84], acd['Painting'/67, l='MpServer', x=53.50, y=107.00, z=261.97], bue['Lucarelli'/49762, l='MpServer', x=123.26, y=69.85, z=217.30], bue['Lucarelli'/49762, l='MpServer', x=127.89, y=69.80, z=218.03], bue['leBueno'/45842, l='MpServer', x=115.01, y=70.17, z=213.56], bue['Berat37'/49764, l='MpServer', x=187.92, y=68.15, z=247.54], bue['Khonshoo'/43716, l='MpServer', x=106.77, y=70.25, z=200.53], bue['SuperMegaGeil69'/47804, l='MpServer', x=29.90, y=68.15, z=184.91], bue['GhostBoy437'/47836, l='MpServer', x=104.56, y=73.00, z=185.39], bue['Ohnezaahn'/685, l='MpServer', x=65.12, y=151.00, z=185.72], aam['Emi'/49829, l='MpServer', x=299.39, y=69.00, z=265.22], bue['RO4D'/48638, l='MpServer', x=94.02, y=69.30, z=213.04], bue['Joonvz'/49206, l='MpServer', x=105.00, y=69.00, z=163.99], bue['PaauleysMommy'/49723, l='MpServer', x=135.38, y=80.00, z=156.16], bue['leBueno'/45842, l='MpServer', x=115.57, y=71.13, z=214.67], bue['yAyumii'/48012, l='MpServer', x=104.31, y=69.12, z=202.33], acd['Painting'/74, l='MpServer', x=123.50, y=73.50, z=137.03], bue['SuperMegaGeil69'/47804, l='MpServer', x=81.57, y=68.15, z=103.07], bue['RO4D'/48638, l='MpServer', x=101.76, y=69.00, z=213.07], bue['Liiluu'/51382, l='MpServer', x=304.79, y=68.15, z=248.27], bue['PaauleysMommy'/49723, l='MpServer', x=135.38, y=80.00, z=156.16], afk['entity.MinecartRideable.name'/51383, l='MpServer', x=304.79, y=68.50, z=248.27], acd['Painting'/74, l='MpServer', x=123.50, y=73.50, z=137.03], acd['Painting'/75, l='MpServer', x=128.50, y=73.50, z=138.03], acd['Painting'/81, l='MpServer', x=128.97, y=117.50, z=166.50], bue['SuperMegaGeil69'/47804, l='MpServer', x=286.50, y=72.00, z=259.43], acd['Painting'/76, l='MpServer', x=132.03, y=81.50, z=143.50], afk['entity.MinecartRideable.name'/47805, l='MpServer', x=280.64, y=68.50, z=262.59], acd['Painting'/77, l='MpServer', x=132.03, y=81.50, z=147.50], bue['Rxggo'/45758, l='MpServer', x=284.35, y=68.15, z=252.15], acd['Painting'/79, l='MpServer', x=132.03, y=81.50, z=166.50], afk['entity.MinecartRideable.name'/45759, l='MpServer', x=284.35, y=68.50, z=252.15], acd['Painting'/80, l='MpServer', x=132.03, y=81.50, z=170.50], acd['Painting'/78, l='MpServer', x=140.97, y=117.50, z=157.50], bue['RO4D'/48638, l='MpServer', x=96.63, y=70.55, z=142.44], bue['Ohnezaahn'/685, l='MpServer', x=65.12, y=151.00, z=185.72], bue['Khonshoo'/43716, l='MpServer', x=298.89, y=70.50, z=242.17], bue['PaauleysFarmer'/49904, l='MpServer', x=105.06, y=69.45, z=169.49], bue['JamalTare'/46334, l='MpServer', x=94.48, y=69.35, z=165.62], bue['34FROSTTEA'/39296, l='MpServer', x=92.36, y=68.15, z=200.84], bue['yAyumii'/48012, l='MpServer', x=152.59, y=69.74, z=240.94], bue['Lucarelli'/49762, l='MpServer', x=117.74, y=71.37, z=211.22], bue['R_0_z_A213'/32798, l='MpServer', x=169.95, y=69.80, z=304.06], bue['psychobraut666'/36715, l='MpServer', x=168.70, y=69.69, z=283.87], bue['Berat37'/49764, l='MpServer', x=183.01, y=68.15, z=348.27], bue['LeonNoKnax'/49869, l='MpServer', x=59.39, y=68.15, z=270.08], bue['NoxisOfGoats'/32986, l='MpServer', x=272.71, y=70.00, z=237.71], aab['Hanzir'/32987, l='MpServer', x=274.40, y=69.00, z=235.27], bue['JxstSnowflake'/49948, l='MpServer', x=154.38, y=69.46, z=222.58], acd['Painting'/159, l='MpServer', x=191.00, y=95.00, z=289.97], acd['Painting'/160, l='MpServer', x=191.50, y=101.00, z=291.03], acd['Painting'/161, l='MpServer', x=200.03, y=83.00, z=288.50], acd['Painting'/164, l='MpServer', x=201.97, y=101.00, z=289.00], acd['Painting'/91, l='MpServer', x=206.00, y=83.00, z=287.03], bue['__xAlex'/49919, l='MpServer', x=215.47, y=69.85, z=213.16], bue['Khonshoo'/43716, l='MpServer', x=151.85, y=69.39, z=236.75], acd['Painting'/100, l='MpServer', x=224.97, y=76.50, z=227.50], bue['leBueno'/45842, l='MpServer', x=149.28, y=69.61, z=236.39], acd['Painting'/100, l='MpServer', x=224.97, y=76.50, z=227.50], acd['Painting'/160, l='MpServer', x=191.50, y=101.00, z=291.03], acd['Painting'/162, l='MpServer', x=196.00, y=83.00, z=300.03], acd['Painting'/163, l='MpServer', x=205.97, y=101.00, z=299.00], acd['Painting'/165, l='MpServer', x=208.00, y=101.00, z=300.97], acd['Painting'/572, l='MpServer', x=192.97, y=82.50, z=305.50], bue['liaam102'/36287, l='MpServer', x=139.17, y=68.15, z=270.75], bue['Kxtiii'/23897, l='MpServer', x=259.54, y=68.15, z=248.52], bue['PaauleysFarmer'/49904, l='MpServer', x=152.38, y=69.00, z=304.55], bue['leBueno'/45842, l='MpServer', x=248.92, y=69.19, z=248.56], bue['liaam102'/36287, l='MpServer', x=249.42, y=69.41, z=245.65], bue['_ostdeutschland'/39410, l='MpServer', x=137.38, y=68.15, z=276.60], aab['Flühling'/29438, l='MpServer', x=281.81, y=69.00, z=279.87], bue['JamalTare'/46334, l='MpServer', x=299.58, y=69.00, z=257.24], bue['Kxtiii'/23897, l='MpServer', x=139.05, y=68.15, z=274.18], aam['Antonia'/29439, l='MpServer', x=273.51, y=75.00, z=294.26], bue['Lucarelli'/49762, l='MpServer', x=246.68, y=70.38, z=240.35], bue['liaam102'/36287, l='MpServer', x=174.22, y=69.56, z=233.31], bue['leBueno'/45842, l='MpServer', x=151.47, y=70.45, z=240.59], bue['PaauleysFarmer'/49904, l='MpServer', x=164.95, y=70.02, z=328.96], bue['Khonshoo'/43716, l='MpServer', x=248.31, y=70.13, z=256.19], bue['liaam102'/36287, l='MpServer', x=149.82, y=69.95, z=237.71], bue['Khonshoo'/43716, l='MpServer', x=249.12, y=69.68, z=254.30], bue['JamalTare'/46334, l='MpServer', x=248.34, y=69.00, z=255.78], bue['leBueno'/45842, l='MpServer', x=251.35, y=69.43, z=255.76], bue['Lucarelli'/49762, l='MpServer', x=167.20, y=69.69, z=233.45], bue['Berat37'/49764, l='MpServer', x=266.12, y=68.15, z=249.30], bue['liaam102'/36287, l='MpServer', x=249.37, y=70.02, z=243.66], bue['MonsterAddxct'/49232, l='MpServer', x=150.11, y=69.41, z=284.65], bue['Berat37'/49764, l='MpServer', x=266.14, y=68.15, z=247.71], bue['Berat37'/49764, l='MpServer', x=262.72, y=68.15, z=237.80], bue['leBueno'/45842, l='MpServer', x=298.08, y=69.42, z=243.65], bue['Khonshoo'/43716, l='MpServer', x=152.07, y=69.20, z=279.52], bue['PaauleysFarmer'/49904, l='MpServer', x=149.34, y=69.39, z=303.02], bue['Yuzru'/50479, l='MpServer', x=139.50, y=68.15, z=274.99], bue['liaam102'/36287, l='MpServer', x=171.53, y=69.69, z=233.66], bue['JamyTylor'/49241, l='MpServer', x=236.97, y=68.15, z=341.60], bue['PaauleysFarmer'/49904, l='MpServer', x=156.10, y=69.42, z=230.71], bue['Berat37'/49764, l='MpServer', x=133.04, y=68.15, z=271.68], bue['leBueno'/45842, l='MpServer', x=166.84, y=69.69, z=233.23], bue['celinee102'/42532, l='MpServer', x=139.62, y=68.15, z=276.31], bue['MonsterAddxct'/49232, l='MpServer', x=171.75, y=69.00, z=331.07], bue['Berat37'/49764, l='MpServer', x=176.37, y=68.15, z=215.72], bue['34FROSTTEA'/39296, l='MpServer', x=247.96, y=70.19, z=242.25], bue['liaam102'/36287, l='MpServer', x=248.13, y=69.69, z=244.74], bue['34FROSTTEA'/39296, l='MpServer', x=237.26, y=68.15, z=344.00], bue['MonsterAddxct'/49232, l='MpServer', x=248.51, y=69.56, z=256.02], bue['ohneak'/29479, l='MpServer', x=307.77, y=70.19, z=241.09], bue['JamyTylor'/49241, l='MpServer', x=137.78, y=68.15, z=267.48], bue['liaam102'/36287, l='MpServer', x=173.40, y=69.34, z=233.35], bue['Yuzru'/50479, l='MpServer', x=239.61, y=68.15, z=343.76], bue['PaauleysFarmer'/49904, l='MpServer', x=247.73, y=70.57, z=238.01], bue['JamyTylor'/49241, l='MpServer', x=245.21, y=69.80, z=332.41], bue['Yuzru'/50479, l='MpServer', x=285.38, y=69.50, z=240.83], bue['celinee102'/42532, l='MpServer', x=250.92, y=68.50, z=325.14], afk['entity.MinecartRideable.name'/50481, l='MpServer', x=281.01, y=68.50, z=267.29], bue['PaauleysFarmer'/49904, l='MpServer', x=227.10, y=70.18, z=328.93], bue['Yuzru'/50479, l='MpServer', x=239.80, y=68.15, z=345.18], bue['Berat37'/49764, l='MpServer', x=135.31, y=68.15, z=276.57], bue['34FROSTTEA'/39296, l='MpServer', x=249.30, y=68.15, z=247.05], bue['Yuzru'/50479, l='MpServer', x=137.77, y=68.15, z=273.11], bue['34FROSTTEA'/39296, l='MpServer', x=246.37, y=69.00, z=246.76], bue['34FROSTTEA'/39296, l='MpServer', x=173.83, y=69.52, z=232.39], bue['JamyTylor'/50815, l='MpServer', x=249.24, y=69.00, z=246.73], bue['celinee102'/42532, l='MpServer', x=247.08, y=70.75, z=237.67], bue['RO4D'/48638, l='MpServer', x=246.83, y=70.44, z=241.19], bue['Kxtiii'/23897, l='MpServer', x=139.89, y=68.15, z=272.78], bue['liaam102'/36287, l='MpServer', x=235.81, y=68.15, z=344.02], bue['JamyTylor'/50815, l='MpServer', x=137.87, y=68.15, z=270.81], bue['_ostdeutschland'/39410, l='MpServer', x=132.74, y=68.15, z=273.26], bue['SuperMegaGeil69'/47804, l='MpServer', x=260.92, y=68.15, z=248.86], bue['Berat37'/49764, l='MpServer', x=264.47, y=68.15, z=246.99], bue['IchMagRexx'/48631, l='MpServer', x=246.79, y=69.88, z=243.32], bue['ohneak'/29479, l='MpServer', x=175.14, y=69.39, z=231.60], bue['milchshake45'/43479, l='MpServer', x=248.02, y=69.00, z=244.61], bue['Kxtiii'/23897, l='MpServer', x=281.41, y=69.00, z=237.31], bue['liaam102'/36287, l='MpServer', x=136.79, y=68.15, z=270.86], bue['Lucarelli'/49762, l='MpServer', x=247.26, y=69.41, z=245.16], afk['entity.MinecartRideable.name'/23899, l='MpServer', x=308.41, y=68.50, z=246.00], bue['ratten_besamer'/49992, l='MpServer', x=248.96, y=69.69, z=244.98], bue['JamyTylor'/50815, l='MpServer', x=176.70, y=68.15, z=220.08], bue['liaam102'/36287, l='MpServer', x=181.12, y=68.15, z=217.61], bue['Khonshoo'/43716, l='MpServer', x=167.50, y=69.35, z=233.20], bue['yAyumii'/50919, l='MpServer', x=247.44, y=69.69, z=243.38], bue['34FROSTTEA'/39296, l='MpServer', x=236.92, y=68.15, z=344.18], bue['JamyTylor'/50815, l='MpServer', x=182.30, y=68.15, z=218.41], bue['liaam102'/36287, l='MpServer', x=180.85, y=68.15, z=221.09], bue['ohneak'/29479, l='MpServer', x=249.54, y=69.32, z=244.75], bue['JamyTylor'/50815, l='MpServer', x=181.23, y=68.15, z=216.60], bue['liaam102'/36287, l='MpServer', x=135.74, y=68.15, z=271.81], bue['JamyTylor'/50815, l='MpServer', x=261.55, y=68.15, z=252.03], bue['PaauleysFarmer'/49904, l='MpServer', x=228.13, y=70.07, z=329.44], bue['celinee102'/42532, l='MpServer', x=149.54, y=69.69, z=285.06], bue['liaam102'/36287, l='MpServer', x=260.30, y=68.15, z=248.43], bue['Yuzru'/50479, l='MpServer', x=262.01, y=68.15, z=251.74], bue['Lucarelli'/49762, l='MpServer', x=247.37, y=69.57, z=244.91], bue['yAyumii'/50919, l='MpServer', x=170.26, y=69.50, z=232.19], bue['liaam102'/36287, l='MpServer', x=263.62, y=68.15, z=248.90], bue['PaauleysMommy'/49723, l='MpServer', x=265.23, y=68.15, z=253.02], bue['SuperMegaGeil69'/47804, l='MpServer', x=135.79, y=68.15, z=269.45], bue['PaauleysFarmer'/49904, l='MpServer', x=148.80, y=69.61, z=263.39], bue['Fauliikou'/50817, l='MpServer', x=134.45, y=68.15, z=273.49], bue['yAyumii'/50919, l='MpServer', x=151.63, y=69.68, z=234.81], bue['Yuzru'/50479, l='MpServer', x=138.00, y=68.15, z=272.21], bue['JamyTylor'/50815, l='MpServer', x=180.47, y=68.15, z=218.08], bue['LeonNoKnax'/50294, l='MpServer', x=263.19, y=68.15, z=252.44], bue['Berat37'/49764, l='MpServer', x=136.41, y=68.15, z=274.62], bue['Lucarelli'/49762, l='MpServer', x=147.97, y=70.02, z=241.13], bue['34FROSTTEA'/39296, l='MpServer', x=179.77, y=68.15, z=218.55], bue['Kxtiii'/23897, l='MpServer', x=261.42, y=68.15, z=248.83], bue['_ostdeutschland'/39410, l='MpServer', x=268.22, y=68.15, z=247.21], bue['Berat37'/49764, l='MpServer', x=176.10, y=68.15, z=216.91], bue['ratten_besamer'/49992, l='MpServer', x=173.77, y=69.00, z=233.58], bue['SuperMegaGeil69'/47804, l='MpServer', x=264.36, y=68.15, z=250.46], bue['Berat37'/49764, l='MpServer', x=176.48, y=68.15, z=216.79], bue['Yuzru'/50479, l='MpServer', x=265.58, y=68.15, z=249.51], bue['yAyumii'/50919, l='MpServer', x=247.21, y=69.64, z=243.18], bue['Yuzru'/50479, l='MpServer', x=179.30, y=68.15, z=218.37], bue['PaauleysFarmer'/49904, l='MpServer', x=247.20, y=70.18, z=243.15], bue['SuperMegaGeil69'/47804, l='MpServer', x=259.89, y=68.15, z=249.53], bue['LeonNoKnax'/50294, l='MpServer', x=136.74, y=68.15, z=276.83], bue['GhostBoy437'/47836, l='MpServer', x=263.18, y=68.15, z=249.33], bue['celinee102'/42532, l='MpServer', x=247.74, y=70.11, z=238.30], bue['LeonNoKnax'/50294, l='MpServer', x=264.31, y=68.15, z=252.09], bue['GhostBoy437'/47836, l='MpServer', x=135.02, y=68.15, z=270.18], bue['Lucarelli'/49762, l='MpServer', x=249.35, y=70.39, z=243.11], bue['ratten_besamer'/49992, l='MpServer', x=249.61, y=69.98, z=242.56], bue['leBueno'/45842, l='MpServer', x=248.03, y=71.50, z=258.58], bue['Khonshoo'/43716, l='MpServer', x=250.79, y=69.41, z=254.64], bue['Princess_Judy'/49847, l='MpServer', x=170.45, y=69.40, z=232.62], bue['PaauleysFarmer'/49904, l='MpServer', x=150.07, y=69.40, z=263.43], bue['leBueno'/45842, l='MpServer', x=250.69, y=69.48, z=236.06], bue['Yuzru'/50479, l='MpServer', x=137.95, y=68.15, z=275.55], bue['34FROSTTEA'/39296, l='MpServer', x=137.92, y=68.15, z=274.63], bue['PaauleysFarmer'/49904, l='MpServer', x=149.26, y=69.00, z=301.18], bue['yAyumii'/50919, l='MpServer', x=172.89, y=69.00, z=233.58], bue['cznr'/51184, l='MpServer', x=150.84, y=69.85, z=234.48], bue['Berat37'/49764, l='MpServer', x=264.36, y=68.15, z=253.51], bue['34FROSTTEA'/39296, l='MpServer', x=261.83, y=68.15, z=249.65], bue['yAyumii'/50919, l='MpServer', x=150.55, y=69.69, z=235.42], bue['liaam102'/36287, l='MpServer', x=326.09, y=71.02, z=258.21], bue['GhostHunterDin'/48063, l='MpServer', x=307.68, y=77.19, z=221.30], afk['entity.MinecartRideable.name'/36288, l='MpServer', x=280.65, y=68.50, z=260.99], bue['xbix_'/51649, l='MpServer', x=282.74, y=68.15, z=251.39], bue['Yuzru'/50479, l='MpServer', x=260.60, y=68.15, z=249.33], afk['entity.MinecartRideable.name'/51650, l='MpServer', x=282.74, y=68.50, z=251.39], bue['PaauleysFarmer'/49904, l='MpServer', x=151.66, y=70.37, z=294.74], bue['yAyumii'/50919, l='MpServer', x=251.53, y=69.94, z=243.98], bue['ratten_besamer'/49992, l='MpServer', x=247.05, y=69.50, z=242.68], bue['Lucarelli'/49762, l='MpServer', x=250.29, y=69.50, z=242.82], bue['JamyTylor'/51159, l='MpServer', x=258.00, y=68.15, z=246.99], bue['Berat37'/49764, l='MpServer', x=263.12, y=68.15, z=250.77], bue['Lucarelli'/49762, l='MpServer', x=248.43, y=70.31, z=242.88], bue['JamyTylor'/51159, l='MpServer', x=263.24, y=68.15, z=248.02], bue['34FROSTTEA'/39296, l='MpServer', x=240.49, y=69.58, z=233.64], bue['34FROSTTEA'/39296, l='MpServer', x=247.08, y=69.38, z=246.69], bue['ratten_besamer'/49992, l='MpServer', x=171.13, y=69.69, z=233.21], bue['yAyumii'/50919, l='MpServer', x=248.28, y=70.28, z=242.71], bue['Berat37'/49764, l='MpServer', x=265.65, y=68.15, z=254.01], bue['Lucarelli'/49762, l='MpServer', x=171.65, y=69.25, z=233.98], bue['SuperMegaGeil69'/47804, l='MpServer', x=247.54, y=69.00, z=244.21], bue['RO4D'/48638, l='MpServer', x=247.80, y=69.69, z=255.93], bue['SuperMegaGeil69'/47804, l='MpServer', x=243.48, y=69.69, z=231.22], bue['PaauleysMommy'/49723, l='MpServer', x=137.10, y=68.15, z=271.03], bue['Lucarelli'/49762, l='MpServer', x=151.25, y=69.01, z=234.20], bue['34FROSTTEA'/39296, l='MpServer', x=249.02, y=69.40, z=255.64], bue['PaauleysFarmer'/49904, l='MpServer', x=247.43, y=69.41, z=254.86], bue['Yuzru'/50479, l='MpServer', x=260.02, y=68.15, z=252.41], bue['Berat37'/49764, l='MpServer', x=264.93, y=68.15, z=248.28], bue['yAyumii'/50919, l='MpServer', x=150.41, y=69.50, z=236.74], bue['34FROSTTEA'/39296, l='MpServer', x=177.94, y=68.15, z=344.93], bue['BlaueToni'/23584, l='MpServer', x=167.25, y=69.69, z=233.66], bue['Maschnuelda'/45192, l='MpServer', x=169.12, y=70.00, z=233.93], bue['34FROSTTEA'/39296, l='MpServer', x=259.70, y=68.15, z=247.76], bue['34FROSTTEA'/39296, l='MpServer', x=273.95, y=68.15, z=250.60], acd['Painting'/100, l='MpServer', x=224.97, y=76.50, z=227.50], bue['34FROSTTEA'/39296, l='MpServer', x=281.05, y=68.15, z=249.90], bue['34FROSTTEA'/39296, l='MpServer', x=236.91, y=68.15, z=250.61], afk['entity.MinecartRideable.name'/39414, l='MpServer', x=268.01, y=68.50, z=234.94], bue['NoxisOfGoats'/32986, l='MpServer', x=272.71, y=70.00, z=237.71], bue['Yuzru'/50479, l='MpServer', x=285.38, y=69.50, z=240.83], bue['Liiluu'/51382, l='MpServer', x=230.47, y=68.15, z=251.98], bue['RO4D'/48638, l='MpServer', x=306.56, y=71.18, z=242.46], bue['Berat37'/49764, l='MpServer', x=327.87, y=68.15, z=246.83]]
Retry entities: 0 total; []
Server brand: Paper
Server type: Non-integrated multiplayer server
Stacktrace:
at bsb.a(WorldClient.java:532)
at bib.b(SourceFile:2587)
at bib.a(SourceFile:428)
at net.minecraft.client.main.Main.main(SourceFile:123)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:214)
at net.minecraft.launchwrapper.Launch.main(Launch.java:67)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 11 (amd64) version 10.0
Java Version: 17.0.3, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 887277304 bytes (846 MB) / 2013265920 bytes (1920 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512M -Xmx4096M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
Launched Version: AMD Radeon RX 6600 XT GL version 4.6.0 Compatibility Profile Context 23.5.2.230523, ATI Technologies Inc.
LWJGL: AMD Radeon RX 6600 XT GL version 4.6.0 Compatibility Profile Context 23.5.2.230523, ATI Technologies Inc.
OpenGL: AMD Radeon RX 6600 XT GL version 4.6.0 Compatibility Profile Context 23.5.2.230523, ATI Technologies Inc.
GL Caps: AMD Radeon RX 6600 XT GL version 4.6.0 Compatibility Profile Context 23.5.2.230523, ATI Technologies Inc.
Using VBOs: AMD Radeon RX 6600 XT GL version 4.6.0 Compatibility Profile Context 23.5.2.230523, ATI Technologies Inc.
Is Modded: AMD Radeon RX 6600 XT GL version 4.6.0 Compatibility Profile Context 23.5.2.230523, ATI Technologies Inc.
Type: AMD Radeon RX 6600 XT GL version 4.6.0 Compatibility Profile Context 23.5.2.230523, ATI Technologies Inc.
Resource Packs: AMD Radeon RX 6600 XT GL version 4.6.0 Compatibility Profile Context 23.5.2.230523, ATI Technologies Inc.
Current Language: AMD Radeon RX 6600 XT GL version 4.6.0 Compatibility Profile Context 23.5.2.230523, ATI Technologies Inc.
Profiler Position: AMD Radeon RX 6600 XT GL version 4.6.0 Compatibility Profile Context 23.5.2.230523, ATI Technologies Inc.
CPU: AMD Radeon RX 6600 XT GL version 4.6.0 Compatibility Profile Context 23.5.2.230523, ATI Technologies Inc.
OptiFine Version: OptiFine_1.12.2_HD_U_G5
OptiFine Build: 20210124-142939
Render Distance Chunks: 32
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 Compatibility Profile Context 23.5.2.230523
OpenGlRenderer: AMD Radeon RX 6600 XT
OpenGlVendor: ATI Technologies Inc.
CpuCount: 12
-- LabyMod Details --
Version: 4.0.0+821 snapshot/4b60accc
Commit Reference: 4b60accc
Theme: Fancy
Loaded Addons: voicechat(0.2.16), unicacityaddon(2.1.0-dev), optifine(1.0.23), spotify(1.0.11), flux(1.2.4), teamspeak(1.0.4), chattime(1.0.6)
-- OpenGL Details --
Available versions: OpenGL11, OpenGL12, OpenGL13, OpenGL14, OpenGL15, OpenGL20, OpenGL21, OpenGL30, OpenGL31, OpenGL32, OpenGL33, OpenGL40, OpenGL41, OpenGL42, OpenGL43, OpenGL44, OpenGL45, OpenGL46
Framebuffer:
Max. Color Attachments: 0
Max. Renderbuffer Size: 0
Max. Samples: 0
Shader:
Max. Vertex Uniform Components: 0
Max. Fragment Uniform Components: 0
Max. Varying Floats: 0
Max. Vertex Attributes: 0
Max. Texture Image Units: 0
Max. Vertex Texture Image Units: 0
Max. Combined Texture Image Units: 0
Max. Texture Coords: 0
Max. Uniform Buffer Bindings: 0
Max. Uniform Block Size: 0
Max. Vertex Output Components: 0
--> Native dump <--
No native dump
--> Previous errors <--
At 12:55:36, Level: error, Logger: LaunchWrapper, Thread: main -> A critical problem occurred registering the ASM transformer class net.labymod.addons.flux.core.transformer.FasterVertexWriterTransformer
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
at net.minecraft.launchwrapper.LaunchClassLoader.invokeConstructor(LaunchClassLoader.java:206)
at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:117)
at net.labymod.core.loader.vanilla.launchwrapper.platform.LaunchWrapperPlatformClassloader.registerTransformer(LaunchWrapperPlatformClassloader.java:40)
at net.labymod.addons.flux.core.entrypoint.FluxEntrypoint.initialize(FluxEntrypoint.java:35)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.labymod.core.addon.entrypoint.EntrypointInvoker.invoke(EntrypointInvoker.java:68)
at net.labymod.core.addon.entrypoint.EntrypointInvoker.invoke(EntrypointInvoker.java:35)
at net.labymod.core.addon.AddonLoader.prepareEarlyAddonTransformation(AddonLoader.java:703)
at net.labymod.core.addon.AddonLoader.prepareLoadedAddons(AddonLoader.java:683)
at net.labymod.core.addon.AddonLoader.prepare(AddonLoader.java:332)
at net.labymod.api.service.Service.prepareSynchronously(Service.java:29)
at net.labymod.core.addon.DefaultAddonService.prepare(DefaultAddonService.java:379)
at net.labymod.api.service.Service.prepareSynchronously(Service.java:29)
at net.labymod.core.loader.DefaultLabyModLoader.loadAddons(DefaultLabyModLoader.java:188)
at net.labymod.core.loader.ReflectLabyModLoader.invokeLoadAddons(ReflectLabyModLoader.java:75)
at net.labymod.core.loader.vanilla.launchwrapper.Java17LabyModLaunchWrapperTweaker.injectIntoClassLoader(Java17LabyModLaunchWrapperTweaker.java:223)
at net.labymod.core.loader.vanilla.launchwrapper.LabyModLaunchWrapperTweaker.injectIntoClassLoader(LabyModLaunchWrapperTweaker.java:116)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:194)
at net.minecraft.launchwrapper.Launch.main(Launch.java:67)
Caused by: java.lang.IllegalStateException: Current mappings are not available
at net.labymod.core.mapping.FartMappingService.currentMappings(FartMappingService.java:177)
at net.labymod.addons.flux.core.transformer.FasterVertexWriterTransformer.<init>(FasterVertexWriterTransformer.java:60)
... 27 more
At 12:55:43, Level: error, Logger: ResourcePack, Thread: main -> [teamspeak] File assets/teamspeak/.assetsroot does not exist on the classpath
At 12:55:43, Level: error, Logger: ResourcePack, Thread: main -> [chattime] File assets/chattime/.assetsroot does not exist on the classpath
At 12:55:56, Level: fatal, Logger: no, Thread: pool-28-thread-1 -> net.labymod.api.util.io.web.exception.WebRequestException: (https://www.labymod.net/api/user-cosmetic-options){"error":"Invalid access token."}
At 12:55:56, Level: fatal, Logger: no, Thread: pool-28-thread-1 -> at net.labymod.core.util.io.web.connection.DefaultWebResolver.resolve(DefaultWebResolver.java:163)
At 12:55:56, Level: fatal, Logger: no, Thread: pool-28-thread-1 -> at net.labymod.core.util.io.web.connection.DefaultWebResolver.resolveConnection(DefaultWebResolver.java:82)
At 12:55:56, Level: fatal, Logger: no, Thread: pool-28-thread-1 -> at net.labymod.api.util.io.web.request.WebResolver.resolveSync(WebResolver.java:32)
At 12:55:56, Level: fatal, Logger: no, Thread: pool-28-thread-1 -> at net.labymod.api.util.io.web.request.AbstractRequest.executeSync(AbstractRequest.java:231)
At 12:55:56, Level: fatal, Logger: no, Thread: pool-28-thread-1 -> at net.labymod.core.labymodnet.DefaultLabyModNetService.initialize(DefaultLabyModNetService.java:178)
At 12:55:56, Level: fatal, Logger: no, Thread: pool-28-thread-1 -> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
At 12:55:56, Level: fatal, Logger: no, Thread: pool-28-thread-1 -> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
At 12:55:56, Level: fatal, Logger: no, Thread: pool-28-thread-1 -> at java.base/java.lang.Thread.run(Thread.java:833)
At 13:03:32, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-6 -> Invalid condition: ON_GROUND
At 13:03:32, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-6 -> Invalid condition: ON_GROUND,NOT_SNEAKING
At 13:03:32, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-6 -> Invalid condition: ON_GROUND,NOT_SNEAKING
At 13:15:02, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-11 -> Invalid condition: ON_GROUND
At 13:15:02, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-11 -> Invalid condition: ON_GROUND,NOT_SNEAKING
At 13:15:02, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-11 -> Invalid condition: ON_GROUND,NOT_SNEAKING
At 13:25:00, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-22 -> Invalid condition: ON_GROUND
At 13:25:00, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-22 -> Invalid condition: ON_GROUND,NOT_SNEAKING
At 13:25:00, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-22 -> Invalid condition: ON_GROUND,NOT_SNEAKING
At 13:43:15, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-31 -> Invalid condition: ON_GROUND
At 13:43:15, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-31 -> Invalid condition: ON_GROUND,NOT_SNEAKING
At 13:43:15, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-31 -> Invalid condition: ON_GROUND,NOT_SNEAKING
At 13:58:00, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-36 -> Invalid condition: ON_GROUND
At 13:58:00, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-36 -> Invalid condition: ON_GROUND,NOT_SNEAKING
At 13:58:00, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-36 -> Invalid condition: ON_GROUND,NOT_SNEAKING
At 14:12:12, Level: fatal, Logger: bib, Thread: main -> Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException: Cannot invoke "amu.a(int)" because "☃" is null
at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
at h.a(Util.java:48)
at bib.az(SourceFile:991)
at bib.a(SourceFile:419)
at net.minecraft.client.main.Main.main(SourceFile:123)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:214)
at net.minecraft.launchwrapper.Launch.main(Launch.java:67)
Caused by: java.lang.NullPointerException: Cannot invoke "amu.a(int)" because "☃" is null
at jj.a(SourceFile:161)
at brz.a(SourceFile:536)
at jj.a(SourceFile:152)
at jj$b.a(SourceFile:25)
at hv$1.run(PacketThreadUtil.java:22)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at h.a(Util.java:47)
... 9 more
At 14:12:12, Level: fatal, Logger: bib, Thread: main -> Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException: Cannot invoke "amu.a(int)" because "☃" is null
at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
at h.a(Util.java:48)
at bib.az(SourceFile:991)
at bib.a(SourceFile:419)
at net.minecraft.client.main.Main.main(SourceFile:123)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:214)
at net.minecraft.launchwrapper.Launch.main(Launch.java:67)
Caused by: java.lang.NullPointerException: Cannot invoke "amu.a(int)" because "☃" is null
at jx.a(SourceFile:42)
at brz.a(SourceFile:558)
at jx.a(SourceFile:38)
at jx.a(SourceFile:11)
at hv$1.run(PacketThreadUtil.java:22)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at h.a(Util.java:47)
... 9 more
At 14:12:12, Level: fatal, Logger: bib, Thread: main -> Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException: Cannot invoke "amu.a(int)" because "☃" is null
at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
at h.a(Util.java:48)
at bib.az(SourceFile:991)
at bib.a(SourceFile:419)
at net.minecraft.client.main.Main.main(SourceFile:123)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:214)
at net.minecraft.launchwrapper.Launch.main(Launch.java:67)
Caused by: java.lang.NullPointerException: Cannot invoke "amu.a(int)" because "☃" is null
at jj.a(SourceFile:161)
at brz.a(SourceFile:536)
at jj.a(SourceFile:152)
at jj$a.a(SourceFile:67)
at hv$1.run(PacketThreadUtil.java:22)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at h.a(Util.java:47)
... 9 more
At 14:36:14, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-53 -> Invalid condition: ON_GROUND
At 14:36:14, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-53 -> Invalid condition: ON_GROUND,NOT_SNEAKING
At 14:36:14, Level: error, Logger: Animation Meta, Thread: ForkJoinPool-1-worker-53 -> Invalid condition: ON_GROUND,NOT_SNEAKING
At 14:38:25, Level: error, Logger: DefaultListenerRegistry, Thread: Thread-19 -> Failed to handle listener com.rettichlp.unicacityaddon.listener.team.ReportListener for event net.labymod.api.event.client.chat.ChatReceiveEvent from addon UnicacityAddon
java.lang.IllegalStateException: Tried to pop beyond what was pushed!
at net.labymod.api.client.component.serializer.legacy.LegacyComponentSerializer$LegacyFlattenerListener.pop(LegacyComponentSerializer.java:225)
at net.labymod.api.client.component.flattener.DefaultComponentFlattener.flattenInternal(DefaultComponentFlattener.java:61)
at net.labymod.api.client.component.flattener.DefaultComponentFlattener.flatten(DefaultComponentFlattener.java:39)
at net.labymod.api.client.component.serializer.legacy.LegacyComponentSerializer.serialize(LegacyComponentSerializer.java:88)
at net.labymod.core.client.chat.DefaultChatMessage.loadFormattedText(DefaultChatMessage.java:335)
at net.labymod.core.client.chat.DefaultChatMessage.getOriginalFormattedText(DefaultChatMessage.java:150)
at com.rettichlp.unicacityaddon.listener.team.ReportListener.onChatReceive(ReportListener.java:78)
at net.labymod.autogen.events.generated.caa6949db90a491d8c68b80050c1578a.ReportListener-onChatReceive-ChatReceiveEvent-22.invoke(Unknown Source)
at net.labymod.core.event.method.DefaultSubscribeMethod.invoke(DefaultSubscribeMethod.java:54)
at net.labymod.core.event.method.DefaultListenerRegistry.invokeMethod(DefaultListenerRegistry.java:142)
at net.labymod.core.event.method.DefaultListenerRegistry.invokeMethod(DefaultListenerRegistry.java:78)
at net.labymod.core.event.method.DefaultListenerRegistry.invokeListeners(DefaultListenerRegistry.java:67)
at net.labymod.core.event.DefaultEventBus.fire(DefaultEventBus.java:53)
at net.labymod.core.event.DefaultEventBus.fire(DefaultEventBus.java:39)
at net.labymod.api.Laby.fireEvent(Laby.java:25)
at net.labymod.core.client.chat.DefaultChatController.addMessage(DefaultChatController.java:63)
at net.labymod.core.client.chat.DefaultChatController.addMessage(DefaultChatController.java:58)
at bjb.localvar$zdn000$addMessage(SourceFile:604)
at bjb.a(SourceFile)
at bjb.a(SourceFile:128)
at net.labymod.v1_12_2.client.chat.VersionedChatExecutor.displayClientMessage(VersionedChatExecutor.java:78)
at net.labymod.api.client.chat.ChatExecutor.displayClientMessage(ChatExecutor.java:33)
at net.labymod.api.addon.LabyAddon.displayMessage(LabyAddon.java:136)
at com.rettichlp.unicacityaddon.base.DefaultAddonPlayer.sendMessage(DefaultAddonPlayer.java:80)
at com.rettichlp.unicacityaddon.base.services.UtilService.debug(UtilService.java:66)
at com.rettichlp.unicacityaddon.listener.teamspeak.TeamSpeakNotificationListener.onTeamSpeakClientMove(TeamSpeakNotificationListener.java:42)
at net.labymod.autogen.events.generated.caa6949db90a491d8c68b80050c1578a.TeamSpeakNotificationListener-onTeamSpeakClientMove-TeamSpeakClientMoveEvent-60.invoke(Unknown Source)
at net.labymod.core.event.method.DefaultSubscribeMethod.invoke(DefaultSubscribeMethod.java:54)
at net.labymod.core.event.method.DefaultListenerRegistry.invokeMethod(DefaultListenerRegistry.java:142)
at net.labymod.core.event.method.DefaultListenerRegistry.invokeMethod(DefaultListenerRegistry.java:78)
at net.labymod.core.event.method.DefaultListenerRegistry.invokeListeners(DefaultListenerRegistry.java:67)
at net.labymod.core.event.DefaultEventBus.fire(DefaultEventBus.java:53)
at net.labymod.core.event.DefaultEventBus.fire(DefaultEventBus.java:39)
at com.rettichlp.unicacityaddon.base.teamspeak.listener.ClientMovedListener.execute(ClientMovedListener.java:73)
at com.rettichlp.unicacityaddon.base.teamspeak.TeamSpeakAPI.messageReceived(TeamSpeakAPI.java:247)
at com.rettichlp.unicacityaddon.base.teamspeak.TeamSpeakAPI.initialize(TeamSpeakAPI.java:182)
at java.base/java.lang.Thread.run(Thread.java:833)
At 14:38:25, Level: error, Logger: DefaultListenerRegistry, Thread: main -> Failed to handle listener com.rettichlp.unicacityaddon.listener.team.ReportListener for event net.labymod.api.event.client.chat.ChatReceiveEvent from addon UnicacityAddon
java.lang.IllegalStateException: Tried to pop beyond what was pushed!
at net.labymod.api.client.component.serializer.legacy.LegacyComponentSerializer$LegacyFlattenerListener.pop(LegacyComponentSerializer.java:225)
at net.labymod.api.client.component.flattener.DefaultComponentFlattener.flattenInternal(DefaultComponentFlattener.java:61)
at net.labymod.api.client.component.flattener.DefaultComponentFlattener.flatten(DefaultComponentFlattener.java:39)
at net.labymod.api.client.component.serializer.legacy.LegacyComponentSerializer.serialize(LegacyComponentSerializer.java:88)
at net.labymod.core.client.chat.DefaultChatMessage.loadFormattedText(DefaultChatMessage.java:335)
at net.labymod.core.client.chat.DefaultChatMessage.getOriginalFormattedText(DefaultChatMessage.java:150)
at com.rettichlp.unicacityaddon.listener.team.ReportListener.onChatReceive(ReportListener.java:78)
at net.labymod.autogen.events.generated.caa6949db90a491d8c68b80050c1578a.ReportListener-onChatReceive-ChatReceiveEvent-22.invoke(Unknown Source)
at net.labymod.core.event.method.DefaultSubscribeMethod.invoke(DefaultSubscribeMethod.java:54)
at net.labymod.core.event.method.DefaultListenerRegistry.invokeMethod(DefaultListenerRegistry.java:142)
at net.labymod.core.event.method.DefaultListenerRegistry.invokeMethod(DefaultListenerRegistry.java:78)
at net.labymod.core.event.method.DefaultListenerRegistry.invokeListeners(DefaultListenerRegistry.java:67)
at net.labymod.core.event.DefaultEventBus.fire(DefaultEventBus.java:53)
at net.labymod.core.event.DefaultEventBus.fire(DefaultEventBus.java:39)
at net.labymod.api.Laby.fireEvent(Laby.java:25)
at net.labymod.core.client.chat.DefaultChatController.addMessage(DefaultChatController.java:63)
at net.labymod.core.client.chat.DefaultChatController.addMessage(DefaultChatController.java:58)
at bjb.localvar$zdn000$addMessage(SourceFile:604)
at bjb.a(SourceFile)
at bjb.a(SourceFile:128)
at net.labymod.v1_12_2.client.chat.VersionedChatExecutor.displayClientMessage(VersionedChatExecutor.java:78)
at net.labymod.api.client.chat.ChatExecutor.displayClientMessage(ChatExecutor.java:33)
at net.labymod.api.addon.LabyAddon.displayMessage(LabyAddon.java:136)
at com.rettichlp.unicacityaddon.base.DefaultAddonPlayer.sendMessage(DefaultAddonPlayer.java:80)
at com.rettichlp.unicacityaddon.base.services.UtilService.debug(UtilService.java:66)
at com.rettichlp.unicacityaddon.base.services.FactionService.checkPlayerDuty(FactionService.java:34)
at com.rettichlp.unicacityaddon.nametags.DutyTag.getComponent(DutyTag.java:42)
at com.rettichlp.unicacityaddon.nametags.DutyTag.lambda$getRenderableComponent$1(DutyTag.java:34)
at java.base/java.util.Optional.map(Optional.java:260)
at com.rettichlp.unicacityaddon.nametags.DutyTag.getRenderableComponent(DutyTag.java:34)
at net.labymod.api.client.entity.player.tag.tags.NameTag.renderableComponent(NameTag.java:256)
at net.labymod.api.client.entity.player.tag.tags.NameTag.begin(NameTag.java:42)
at net.labymod.api.client.entity.player.tag.renderer.AbstractPositionRenderer.render(AbstractPositionRenderer.java:31)
at net.labymod.api.client.entity.player.tag.renderer.stack.HorizontalStackRenderer.render(HorizontalStackRenderer.java:35)
at net.labymod.core.client.entity.player.tag.DefaultTagRegistry.render(DefaultTagRegistry.java:43)
at bzg.a(Render.java:685)
at bzg.a(Render.java:115)
at cct.a(SourceFile:161)
at cct.a(SourceFile:29)
at caa.a(RenderLivingBase.java:630)
at caa.a(RenderLivingBase.java:31)
at bzg.a(Render.java:78)
at caa.a(RenderLivingBase.java:290)
at cct.a(SourceFile:71)
at cct.a(SourceFile:29)
at bzf.redirect$zgc000$labyMod$doRenderEntity(RenderManager.java:1254)
at bzf.a(RenderManager.java:413)
at bzf.a(RenderManager.java:393)
at buy.a(RenderGlobal.java:850)
at buq.a(EntityRenderer.java:1808)
at buq.b(EntityRenderer.java:1621)
at buq.a(EntityRenderer.java:1390)
at bib.redirect$zbn000$labyMod$fireGameRenderEvent(SourceFile:5178)
at bib.az(SourceFile:1023)
at bib.a(SourceFile:419)
at net.minecraft.client.main.Main.main(SourceFile:123)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:214)
at net.minecraft.launchwrapper.Launch.main(Launch.java:67)
At 14:38:26, Level: fatal, Logger: bib, Thread: main -> Reported exception thrown!
f: Rendering entity in world
at bzf.a(RenderManager.java:455)
at bzf.a(RenderManager.java:393)
at buy.a(RenderGlobal.java:850)
at buq.a(EntityRenderer.java:1808)
at buq.b(EntityRenderer.java:1621)
at buq.a(EntityRenderer.java:1390)
at bib.redirect$zbn000$labyMod$fireGameRenderEvent(SourceFile:5178)
at bib.az(SourceFile:1023)
at bib.a(SourceFile:419)
at net.minecraft.client.main.Main.main(SourceFile:123)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:214)
at net.minecraft.launchwrapper.Launch.main(Launch.java:67)
Caused by: java.lang.IndexOutOfBoundsException: Index 100 out of bounds for length 100
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:359)
at java.base/java.util.ArrayList.remove(ArrayList.java:504)
at bjb.a(SourceFile:155)
at bjb.a(SourceFile:132)
at bjb.a(SourceFile:128)
at net.labymod.v1_12_2.client.chat.VersionedChatExecutor.displayClientMessage(VersionedChatExecutor.java:78)
at net.labymod.api.client.chat.ChatExecutor.displayClientMessage(ChatExecutor.java:33)
at net.labymod.api.addon.LabyAddon.displayMessage(LabyAddon.java:136)
at com.rettichlp.unicacityaddon.base.DefaultAddonPlayer.sendMessage(DefaultAddonPlayer.java:80)
at com.rettichlp.unicacityaddon.base.services.UtilService.debug(UtilService.java:66)
at com.rettichlp.unicacityaddon.base.services.FactionService.checkPlayerDuty(FactionService.java:34)
at com.rettichlp.unicacityaddon.nametags.DutyTag.getComponent(DutyTag.java:42)
at com.rettichlp.unicacityaddon.nametags.DutyTag.lambda$getRenderableComponent$1(DutyTag.java:34)
at java.base/java.util.Optional.map(Optional.java:260)
at com.rettichlp.unicacityaddon.nametags.DutyTag.getRenderableComponent(DutyTag.java:34)
at net.labymod.api.client.entity.player.tag.tags.NameTag.renderableComponent(NameTag.java:256)
at net.labymod.api.client.entity.player.tag.tags.NameTag.begin(NameTag.java:42)
at net.labymod.api.client.entity.player.tag.renderer.AbstractPositionRenderer.render(AbstractPositionRenderer.java:31)
at net.labymod.api.client.entity.player.tag.renderer.stack.HorizontalStackRenderer.render(HorizontalStackRenderer.java:35)
at net.labymod.core.client.entity.player.tag.DefaultTagRegistry.render(DefaultTagRegistry.java:43)
at bzg.a(Render.java:685)
at bzg.a(Render.java:115)
at cct.a(SourceFile:161)
at cct.a(SourceFile:29)
at caa.a(RenderLivingBase.java:630)
at caa.a(RenderLivingBase.java:31)
at bzg.a(Render.java:78)
at caa.a(RenderLivingBase.java:290)
at cct.a(SourceFile:71)
at cct.a(SourceFile:29)
at bzf.redirect$zgc000$labyMod$doRenderEntity(RenderManager.java:1254)
at bzf.a(RenderManager.java:413)
... 15 more
--> Exit code <--
Exit code: 3221226505
Description
LabyMod version:
4
Minecraft version:
1.12.2
Addon version:
2.1.0-dev
Checklist
Reporter (You)
UCA - <short description>
)Refinement (We)
Start issue (We)
bug/UCA-<issue-number>-<short-description>
)bug/UCA-<issue-number>-<short-description>
)