You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NullPointerException: Tried to remove listener from null inventory.
at codes.biscuit.skyblockaddons.listeners.GuiScreenListener.removeInventoryChangeListener(GuiScreenListener.java:259)
at codes.biscuit.skyblockaddons.listeners.GuiScreenListener.onInventoryLoadingDone(GuiScreenListener.java:154)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_301_GuiScreenListener_onInventoryLoadingDone_InventoryLoadingDoneEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at codes.biscuit.skyblockaddons.listeners.GuiScreenListener.onInventoryChanged(GuiScreenListener.java:212)
at codes.biscuit.skyblockaddons.listeners.InventoryChangeListener.onInventoryChanged(InventoryChangeListener.java:32)
at net.minecraft.inventory.InventoryBasic.markDirty(SourceFile:159)
at net.minecraft.inventory.InventoryBasic.decrStackSize(SourceFile:58)
at net.minecraft.inventory.Slot.decrStackSize(Slot.java:97)
at net.minecraft.inventory.Container.slotClick(Container.java:306)
at net.minecraft.client.multiplayer.PlayerControllerMP.windowClick(PlayerControllerMP.java:488)
at net.minecraft.client.gui.inventory.GuiContainer.handleMouseClick(GuiContainer.java:629)
at net.minecraft.client.gui.inventory.GuiChest.handleMouseClick(SourceFile)
at net.minecraft.client.gui.inventory.GuiContainer.mouseClicked(GuiContainer.java:388)
at net.minecraft.client.gui.inventory.GuiChest.mouseClicked(SourceFile)
at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:120)
at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:524)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1674)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1024)
at net.minecraft.client.Minecraft.run(Minecraft.java:349)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at gg.essential.loader.stage2.relaunch.Relaunch.relaunch(Relaunch.java:124)
at gg.essential.loader.stage2.EssentialLoader.preloadEssential(EssentialLoader.java:168)
at gg.essential.loader.stage2.EssentialLoader.loadPlatform(EssentialLoader.java:114)
at gg.essential.loader.stage2.EssentialLoaderBase.load(EssentialLoaderBase.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at gg.essential.loader.stage1.EssentialLoaderBase.load(EssentialLoaderBase.java:110)
at gg.essential.loader.stage1.EssentialSetupTweaker.(EssentialSetupTweaker.java:44)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at gg.essential.loader.stage0.EssentialSetupTweaker.loadStage1(EssentialSetupTweaker.java:53)
at gg.essential.loader.stage0.EssentialSetupTweaker.(EssentialSetupTweaker.java:26)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at java.lang.Class.newInstance(Class.java:442)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:98)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:58)
at oolloo.jlw.Wrapper.main(Wrapper.java:51)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Stacktrace:
at codes.biscuit.skyblockaddons.listeners.GuiScreenListener.removeInventoryChangeListener(GuiScreenListener.java:259)
at codes.biscuit.skyblockaddons.listeners.GuiScreenListener.onInventoryLoadingDone(GuiScreenListener.java:154)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_301_GuiScreenListener_onInventoryLoadingDone_InventoryLoadingDoneEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at codes.biscuit.skyblockaddons.listeners.GuiScreenListener.onInventoryChanged(GuiScreenListener.java:212)
at codes.biscuit.skyblockaddons.listeners.InventoryChangeListener.onInventoryChanged(InventoryChangeListener.java:32)
at net.minecraft.inventory.InventoryBasic.markDirty(SourceFile:159)
at net.minecraft.inventory.InventoryBasic.decrStackSize(SourceFile:58)
at net.minecraft.inventory.Slot.decrStackSize(Slot.java:97)
at net.minecraft.inventory.Container.slotClick(Container.java:306)
at net.minecraft.client.multiplayer.PlayerControllerMP.windowClick(PlayerControllerMP.java:488)
at net.minecraft.client.gui.inventory.GuiContainer.handleMouseClick(GuiContainer.java:629)
at net.minecraft.client.gui.inventory.GuiChest.handleMouseClick(SourceFile)
at net.minecraft.client.gui.inventory.GuiContainer.mouseClicked(GuiContainer.java:388)
at net.minecraft.client.gui.inventory.GuiChest.mouseClicked(SourceFile)
at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:120)
at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:524)
Skytils On Top (Skytils-1.3.2.jar)
gg.skytils.skytilsmod.asm.SkytilsTransformer
ModTweaker (Patcher-1.8.5 (1.8.9).jar)
club.sk1er.patcher.tweaker.other.ModClassTransformer
FMLLoadingPlugin (MemoryFix-0.3 (1).jar)
io.prplz.memoryfix.ClassTransformer
PatcherTweaker (Patcher-1.8.5 (1.8.9).jar)
club.sk1er.patcher.tweaker.ClassTransformer
SkyblockAddonsLoadingPlugin (SkyblockAddons-1.7.1-for-MC-1.8.9.jar)
codes.biscuit.skyblockaddons.tweaker.SkyblockAddonsTransformer
AsmHelperLoadingPlugin (ctjs-2.1.5-1.8.9.jar)
com.chattriggers.ctjs.launch.plugin.CTJSTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 526.98' Renderer: 'NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2'
Skytils Debug Info: {HasBetterFPS=false, BetterFPS Version=NONE, Disabled Start Checks=false}
Launched Version: 1.8.9-Forge_11.15.1.2318-OptiFine_M6_pre2
LWJGL: 2.9.4
OpenGL: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2 GL version 4.6.0 NVIDIA 526.98, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
**System Information**
- OS: [Windows 11]
- Minecraft Version: [1.8.9]
- Forge Version: [11.15.1.2318]
- SkyblockAddons Version: [1.7.1]
**Other Installed Mods**
If you have any other mods installed, please list them here along with their version number.
- Example Mod 1.0
**Additional info**
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Please note that we do not provide support for clients other than Forge.
We will not fix compatibility issues with other clients.
Describe the bug
sba crashes ur game when u open skyblock menu in fullscreen once u click anything
To Reproduce
Steps to reproduce the behavior (how did you get this bug to occur):
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots/Video
If applicable, add screenshots, or a video to help explain your problem.
Crash Report
If your game crashed, please paste your crash report below.
---- Minecraft Crash Report ----
WARNING: coremods are present:
Skytils On Top (Skytils-1.3.2.jar)
ModTweaker (Patcher-1.8.5 (1.8.9).jar)
FMLLoadingPlugin (MemoryFix-0.3 (1).jar)
PatcherTweaker (Patcher-1.8.5 (1.8.9).jar)
SkyblockAddonsLoadingPlugin (SkyblockAddons-1.7.1-for-MC-1.8.9.jar)
AsmHelperLoadingPlugin (ctjs-2.1.5-1.8.9.jar)
Contact their authors BEFORE contacting forge
// Uh... Did I do that?
Time: 23-1-30 上午10:41
Description: Updating screen events
java.lang.NullPointerException: Tried to remove listener from null inventory.
at codes.biscuit.skyblockaddons.listeners.GuiScreenListener.removeInventoryChangeListener(GuiScreenListener.java:259)
at codes.biscuit.skyblockaddons.listeners.GuiScreenListener.onInventoryLoadingDone(GuiScreenListener.java:154)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_301_GuiScreenListener_onInventoryLoadingDone_InventoryLoadingDoneEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at codes.biscuit.skyblockaddons.listeners.GuiScreenListener.onInventoryChanged(GuiScreenListener.java:212)
at codes.biscuit.skyblockaddons.listeners.InventoryChangeListener.onInventoryChanged(InventoryChangeListener.java:32)
at net.minecraft.inventory.InventoryBasic.markDirty(SourceFile:159)
at net.minecraft.inventory.InventoryBasic.decrStackSize(SourceFile:58)
at net.minecraft.inventory.Slot.decrStackSize(Slot.java:97)
at net.minecraft.inventory.Container.slotClick(Container.java:306)
at net.minecraft.client.multiplayer.PlayerControllerMP.windowClick(PlayerControllerMP.java:488)
at net.minecraft.client.gui.inventory.GuiContainer.handleMouseClick(GuiContainer.java:629)
at net.minecraft.client.gui.inventory.GuiChest.handleMouseClick(SourceFile)
at net.minecraft.client.gui.inventory.GuiContainer.mouseClicked(GuiContainer.java:388)
at net.minecraft.client.gui.inventory.GuiChest.mouseClicked(SourceFile)
at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:120)
at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:524)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1674)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1024)
at net.minecraft.client.Minecraft.run(Minecraft.java:349)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at gg.essential.loader.stage2.relaunch.Relaunch.relaunch(Relaunch.java:124)
at gg.essential.loader.stage2.EssentialLoader.preloadEssential(EssentialLoader.java:168)
at gg.essential.loader.stage2.EssentialLoader.loadPlatform(EssentialLoader.java:114)
at gg.essential.loader.stage2.EssentialLoaderBase.load(EssentialLoaderBase.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at gg.essential.loader.stage1.EssentialLoaderBase.load(EssentialLoaderBase.java:110)
at gg.essential.loader.stage1.EssentialSetupTweaker.(EssentialSetupTweaker.java:44)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at gg.essential.loader.stage0.EssentialSetupTweaker.loadStage1(EssentialSetupTweaker.java:53)
at gg.essential.loader.stage0.EssentialSetupTweaker.(EssentialSetupTweaker.java:26)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at java.lang.Class.newInstance(Class.java:442)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:98)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:58)
at oolloo.jlw.Wrapper.main(Wrapper.java:51)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Stacktrace:
at codes.biscuit.skyblockaddons.listeners.GuiScreenListener.removeInventoryChangeListener(GuiScreenListener.java:259)
at codes.biscuit.skyblockaddons.listeners.GuiScreenListener.onInventoryLoadingDone(GuiScreenListener.java:154)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_301_GuiScreenListener_onInventoryLoadingDone_InventoryLoadingDoneEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at codes.biscuit.skyblockaddons.listeners.GuiScreenListener.onInventoryChanged(GuiScreenListener.java:212)
at codes.biscuit.skyblockaddons.listeners.InventoryChangeListener.onInventoryChanged(InventoryChangeListener.java:32)
at net.minecraft.inventory.InventoryBasic.markDirty(SourceFile:159)
at net.minecraft.inventory.InventoryBasic.decrStackSize(SourceFile:58)
at net.minecraft.inventory.Slot.decrStackSize(Slot.java:97)
at net.minecraft.inventory.Container.slotClick(Container.java:306)
at net.minecraft.client.multiplayer.PlayerControllerMP.windowClick(PlayerControllerMP.java:488)
at net.minecraft.client.gui.inventory.GuiContainer.handleMouseClick(GuiContainer.java:629)
at net.minecraft.client.gui.inventory.GuiChest.handleMouseClick(SourceFile)
at net.minecraft.client.gui.inventory.GuiContainer.mouseClicked(GuiContainer.java:388)
at net.minecraft.client.gui.inventory.GuiChest.mouseClicked(SourceFile)
at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:120)
at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:524)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiChest
-- Affected level --
Details:
Level name: MpServer
All players: 20 total; [EntityPlayerSP['LoveDown'/121632, l='MpServer', x=-48.50, y=200.00, z=-121.50], EntityOtherPlayerMP['MasterPolo72'/68690, l='MpServer', x=-15.56, y=201.00, z=-104.28], EntityOtherPlayerMP['elix_r'/121633, l='MpServer', x=-48.50, y=213.37, z=-121.50], EntityOtherPlayerMP['Mooncake_T'/111372, l='MpServer', x=6.50, y=200.00, z=-104.50], EntityOtherPlayerMP['Treasuer Hunter'/112294, l='MpServer', x=-76.31, y=201.00, z=-65.50], EntityOtherPlayerMP['Carbide2'/112571, l='MpServer', x=22.25, y=151.00, z=-57.97], EntityOtherPlayerMP['Treasuer Hunter'/112079, l='MpServer', x=-117.91, y=206.00, z=-60.78], EntityOtherPlayerMP['NoobDuck39'/115239, l='MpServer', x=-116.91, y=170.50, z=-73.03], EntityOtherPlayerMP['DualMachete'/115163, l='MpServer', x=55.09, y=198.00, z=-22.63], EntityOtherPlayerMP['L3OZINKSS'/103838, l='MpServer', x=26.00, y=146.00, z=-24.66], EntityOtherPlayerMP['flux_214'/113883, l='MpServer', x=-128.69, y=225.00, z=-45.69], EntityOtherPlayerMP['truckerbug11'/89417, l='MpServer', x=-128.69, y=174.06, z=-73.72], EntityOtherPlayerMP['g31g5b8ix2'/87, l='MpServer', x=-30.00, y=214.00, z=-89.00], EntityOtherPlayerMP['u13t218152'/131, l='MpServer', x=-38.00, y=200.00, z=-119.00], EntityOtherPlayerMP['28h2utixcf'/65, l='MpServer', x=-10.50, y=201.00, z=-103.50], EntityOtherPlayerMP['8pk718tkl9'/66, l='MpServer', x=-15.50, y=201.00, z=-98.50], EntityOtherPlayerMP['yz3nif2637'/67, l='MpServer', x=-79.50, y=200.00, z=-123.50], EntityOtherPlayerMP['soq04d882s'/68, l='MpServer', x=-45.50, y=200.00, z=-124.50], EntityOtherPlayerMP['607t63e0eb'/83, l='MpServer', x=-37.50, y=200.00, z=-131.50], EntityOtherPlayerMP['8ct9p93ozg'/69, l='MpServer', x=-45.50, y=200.00, z=-118.50]]
Chunk stats: MultiplayerChunkCache: 225, 225
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: -49.00,200.00,-122.00 - World: (-49,200,-122), Chunk: (at 15,12,6 in -4,-8; contains blocks -64,0,-128 to -49,255,-113), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 250972513 game time, 841389 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: 125 total; [EntityOtherPlayerMP['Treasuer Hunter'/112294, l='MpServer', x=-76.31, y=201.00, z=-65.50], EntityArmorStand['Armor Stand'/17665, l='MpServer', x=-132.50, y=174.00, z=-50.50], EntityArmorStand['Armor Stand'/17666, l='MpServer', x=-132.50, y=173.75, z=-50.50], EntityArmorStand['Armor Stand'/3, l='MpServer', x=42.47, y=183.03, z=-43.34], EntityArmorStand['Armor Stand'/4, l='MpServer', x=42.44, y=183.03, z=-41.66], EntityArmorStand['Armor Stand'/9, l='MpServer', x=40.50, y=208.00, z=-106.50], EntityArmorStand['Armor Stand'/10, l='MpServer', x=38.50, y=208.00, z=-106.50], EntityArmorStand['Armor Stand'/11, l='MpServer', x=38.50, y=208.00, z=-106.50], EntityArmorStand['Armor Stand'/12, l='MpServer', x=40.50, y=208.00, z=-106.50], EntityOtherPlayerMP['Mooncake_T'/111372, l='MpServer', x=6.50, y=200.00, z=-104.50], EntityArmorStand['Armor Stand'/26, l='MpServer', x=-134.56, y=177.03, z=-59.66], EntityArmorStand['Armor Stand'/27, l='MpServer', x=-134.53, y=177.03, z=-61.34], EntityOtherPlayerMP['elix_r'/121633, l='MpServer', x=-48.50, y=213.37, z=-121.50], EntityXPOrb['Experience Orb'/83236, l='MpServer', x=5.75, y=200.00, z=-148.25], EntityArmorStand['Armor Stand'/11301, l='MpServer', x=43.50, y=177.00, z=-42.50], EntityArmorStand['Armor Stand'/38, l='MpServer', x=-11.50, y=202.00, z=-98.50], EntityOtherPlayerMP['Carbide2'/112571, l='MpServer', x=22.25, y=151.00, z=-57.97], EntityArmorStand['Armor Stand'/11302, l='MpServer', x=43.50, y=176.75, z=-42.50], EntityOtherPlayerMP['NoobDuck39'/115239, l='MpServer', x=-116.91, y=170.50, z=-73.03], EntityArmorStand['Armor Stand'/39, l='MpServer', x=-9.56, y=200.59, z=-102.28], EntityArmorStand['Armor Stand'/40, l='MpServer', x=-9.28, y=200.41, z=-100.91], EntityArmorStand['§6Royal Guard'/7209, l='MpServer', x=-45.50, y=200.00, z=-118.50], EntityArmorStand['Armor Stand'/41, l='MpServer', x=-9.44, y=200.38, z=-101.88], EntityArmorStand['§e§lCLICK'/7210, l='MpServer', x=-45.50, y=199.75, z=-118.50], EntityItemFrame['entity.ItemFrame.name'/42, l='MpServer', x=-13.03, y=201.50, z=-105.50], EntityArmorStand['§6Royal Guard'/7211, l='MpServer', x=-45.50, y=200.00, z=-124.50], EntityItemFrame['entity.ItemFrame.name'/43, l='MpServer', x=-9.50, y=201.50, z=-105.97], EntityArmorStand['§e§lCLICK'/7212, l='MpServer', x=-45.50, y=199.75, z=-124.50], EntityItemFrame['entity.ItemFrame.name'/44, l='MpServer', x=-8.03, y=202.50, z=-104.50], EntityArmorStand['§aGuide'/7213, l='MpServer', x=-38.00, y=200.38, z=-119.00], EntityArmorStand['Armor Stand'/45, l='MpServer', x=-12.50, y=202.00, z=-97.50], EntityArmorStand['Armor Stand'/9517, l='MpServer', x=35.00, y=202.00, z=-146.00], EntityArmorStand['Rhys'/7214, l='MpServer', x=-38.00, y=200.00, z=-119.00], EntityArmorStand['Armor Stand'/9518, l='MpServer', x=35.00, y=201.75, z=-146.00], EntityArmorStand['§e§lCLICK'/7215, l='MpServer', x=-38.00, y=199.75, z=-119.00], EntityArmorStand['§6Emissary Eliza'/7216, l='MpServer', x=-37.50, y=200.00, z=-131.50], EntityArmorStand['§e§lCLICK'/7217, l='MpServer', x=-37.50, y=199.75, z=-131.50], EntityXPOrb['Experience Orb'/104240, l='MpServer', x=33.59, y=231.00, z=-94.50], EntityArmorStand['Armor Stand'/7218, l='MpServer', x=-22.50, y=151.00, z=-79.50], EntityArmorStand['Armor Stand'/7219, l='MpServer', x=-22.50, y=150.75, z=-79.50], EntityArmorStand['Armor Stand'/7220, l='MpServer', x=-2.50, y=149.25, z=-68.50], EntityArmorStand['Armor Stand'/7221, l='MpServer', x=-2.50, y=149.00, z=-68.50], EntityArmorStand['Armor Stand'/7222, l='MpServer', x=-2.50, y=148.75, z=-68.50], EntityArmorStand['Armor Stand'/7223, l='MpServer', x=23.50, y=151.00, z=-57.50], EntityArmorStand['Armor Stand'/7224, l='MpServer', x=23.50, y=150.75, z=-57.50], EntityOtherPlayerMP['28h2utixcf'/65, l='MpServer', x=-10.50, y=201.00, z=-103.50], EntityOtherPlayerMP['8pk718tkl9'/66, l='MpServer', x=-15.50, y=201.00, z=-98.50], EntityOtherPlayerMP['yz3nif2637'/67, l='MpServer', x=-79.50, y=200.00, z=-123.50], EntityOtherPlayerMP['soq04d882s'/68, l='MpServer', x=-45.50, y=200.00, z=-124.50], EntityOtherPlayerMP['8ct9p93ozg'/69, l='MpServer', x=-45.50, y=200.00, z=-118.50], EntityArmorStand['Armor Stand'/7238, l='MpServer', x=-22.50, y=151.00, z=-49.50], EntityArmorStand['Armor Stand'/7239, l='MpServer', x=-22.50, y=150.75, z=-49.50], EntityOtherPlayerMP['truckerbug11'/89417, l='MpServer', x=-128.69, y=174.06, z=-73.72], EntityOtherPlayerMP['MasterPolo72'/68690, l='MpServer', x=-15.56, y=201.00, z=-104.28], EntityOtherPlayerMP['607t63e0eb'/83, l='MpServer', x=-37.50, y=200.00, z=-131.50], EntityArmorStand['Armor Stand'/7510, l='MpServer', x=5.41, y=200.28, z=-109.22], EntityArmorStand['Armor Stand'/7511, l='MpServer', x=5.41, y=200.00, z=-109.22], EntityXPOrb['Experience Orb'/112214, l='MpServer', x=-94.72, y=217.00, z=-70.25], EntityOtherPlayerMP['g31g5b8ix2'/87, l='MpServer', x=-30.00, y=214.00, z=-89.00], EntityArmorStand['Armor Stand'/9560, l='MpServer', x=-6.50, y=201.09, z=-154.50], EntityArmorStand['Armor Stand'/7512, l='MpServer', x=5.41, y=199.75, z=-109.22], EntityArmorStand['Armor Stand'/7513, l='MpServer', x=-10.50, y=201.00, z=-103.50], EntityArmorStand['Armor Stand'/9561, l='MpServer', x=-6.50, y=200.84, z=-154.50], EntityArmorStand['Armor Stand'/7514, l='MpServer', x=-10.50, y=200.75, z=-103.50], EntityArmorStand['Armor Stand'/7515, l='MpServer', x=-15.50, y=201.00, z=-98.50], EntityArmorStand['Armor Stand'/7516, l='MpServer', x=-15.50, y=200.75, z=-98.50], EntityArmorStand['Armor Stand'/10343, l='MpServer', x=-3.50, y=149.00, z=-108.50], EntityXPOrb['Experience Orb'/111974, l='MpServer', x=-94.72, y=217.25, z=-70.25], EntityArmorStand['Armor Stand'/10344, l='MpServer', x=-3.50, y=148.75, z=-108.50], EntityArmorStand['Armor Stand'/9578, l='MpServer', x=29.00, y=202.00, z=-149.00], EntityArmorStand['Armor Stand'/7530, l='MpServer', x=34.00, y=202.00, z=-141.00], EntityArmorStand['Armor Stand'/9579, l='MpServer', x=29.00, y=201.75, z=-149.00], EntityArmorStand['Armor Stand'/7531, l='MpServer', x=34.00, y=201.75, z=-141.00], EntityXPOrb['Experience Orb'/111224, l='MpServer', x=-94.72, y=217.00, z=-70.25], EntityArmorStand['Armor Stand'/8060, l='MpServer', x=13.50, y=201.00, z=-148.50], EntityArmorStand['Armor Stand'/8061, l='MpServer', x=13.50, y=200.75, z=-148.50], EntityOtherPlayerMP['u13t218152'/131, l='MpServer', x=-38.00, y=200.00, z=-119.00], EntityOtherPlayerMP['Treasuer Hunter'/112079, l='MpServer', x=-117.91, y=206.00, z=-60.78], EntityOtherPlayerMP['NoobDuck39'/115239, l='MpServer', x=-116.91, y=170.50, z=-73.03], EntityArmorStand['Armor Stand'/8087, l='MpServer', x=38.50, y=201.00, z=-86.50], EntityArmorStand['Armor Stand'/8088, l='MpServer', x=38.50, y=200.75, z=-86.50], EntityPlayerSP['LoveDown'/121632, l='MpServer', x=-48.50, y=200.00, z=-121.50], EntityOtherPlayerMP['L3OZINKSS'/103838, l='MpServer', x=26.00, y=146.00, z=-24.66], EntityXPOrb['Experience Orb'/111523, l='MpServer', x=-94.72, y=217.00, z=-70.25], EntityArmorStand['Armor Stand'/9636, l='MpServer', x=35.00, y=202.00, z=-150.00], EntityArmorStand['Armor Stand'/9637, l='MpServer', x=35.00, y=201.75, z=-150.00], EntityOtherPlayerMP['Treasuer Hunter'/112294, l='MpServer', x=-76.31, y=201.00, z=-65.50], EntityOtherPlayerMP['bisib'/120783, l='MpServer', x=61.84, y=200.00, z=-104.56], EntityArmorStand['Armor Stand'/177, l='MpServer', x=-8.50, y=228.53, z=-134.50], EntityOtherPlayerMP['MasterPolo72'/68690, l='MpServer', x=-15.56, y=201.00, z=-104.28], EntityOtherPlayerMP['DualMachete'/115163, l='MpServer', x=55.09, y=198.00, z=-22.63], EntityOtherPlayerMP['L3OZINKSS'/103838, l='MpServer', x=26.00, y=146.00, z=-24.66], EntityArmorStand['Armor Stand'/185, l='MpServer', x=-138.50, y=218.53, z=-88.50], EntityOtherPlayerMP['Carbide2'/112571, l='MpServer', x=22.25, y=151.00, z=-57.97], EntityArmorStand['Armor Stand'/186, l='MpServer', x=-20.50, y=206.53, z=-58.50], EntityArmorStand['Armor Stand'/8641, l='MpServer', x=-79.50, y=200.00, z=-123.50], EntityArmorStand['Armor Stand'/8642, l='MpServer', x=-79.50, y=199.75, z=-123.50], EntityOtherPlayerMP['elix_r'/121633, l='MpServer', x=-48.50, y=213.37, z=-121.50], EntityXPOrb['Experience Orb'/110283, l='MpServer', x=-94.72, y=217.07, z=-70.25], EntityXPOrb['Experience Orb'/112076, l='MpServer', x=-94.72, y=217.22, z=-70.25], EntityOtherPlayerMP['Treasuer Hunter'/112079, l='MpServer', x=-117.91, y=206.00, z=-60.78], EntityOtherPlayerMP['flux_214'/113883, l='MpServer', x=-128.69, y=225.00, z=-45.69], EntityArmorStand['Armor Stand'/10192, l='MpServer', x=23.50, y=151.00, z=-87.50], EntityArmorStand['Armor Stand'/10193, l='MpServer', x=23.50, y=150.75, z=-87.50], EntityWither['§e§lPASSIVE EVENT §9§LGONE WITH THE WIND §e§lRUNNING FOR §a§l03:07'/-1235, l='MpServer', x=-15.50, y=192.03, z=-121.50], EntityOtherPlayerMP['truckerbug11'/89417, l='MpServer', x=-128.69, y=174.06, z=-73.72], EntityOtherPlayerMP['g31g5b8ix2'/87, l='MpServer', x=-30.00, y=214.00, z=-89.00], EntityOtherPlayerMP['u13t218152'/131, l='MpServer', x=-38.00, y=200.00, z=-119.00], EntityOtherPlayerMP['Mooncake_T'/111372, l='MpServer', x=6.50, y=200.00, z=-104.50], EntityOtherPlayerMP['28h2utixcf'/65, l='MpServer', x=-10.50, y=201.00, z=-103.50], EntityOtherPlayerMP['8pk718tkl9'/66, l='MpServer', x=-15.50, y=201.00, z=-98.50], EntityOtherPlayerMP['yz3nif2637'/67, l='MpServer', x=-79.50, y=200.00, z=-123.50], EntityOtherPlayerMP['DualMachete'/115163, l='MpServer', x=55.09, y=198.00, z=-22.63], EntityOtherPlayerMP['flux_214'/113883, l='MpServer', x=-128.69, y=225.00, z=-45.69], EntityOtherPlayerMP['soq04d882s'/68, l='MpServer', x=-45.50, y=200.00, z=-124.50], EntityOtherPlayerMP['607t63e0eb'/83, l='MpServer', x=-37.50, y=200.00, z=-131.50], EntityOtherPlayerMP['8ct9p93ozg'/69, l='MpServer', x=-45.50, y=200.00, z=-118.50], EntityXPOrb['Experience Orb'/112866, l='MpServer', x=-94.72, y=217.00, z=-70.25], EntityArmorStand['Armor Stand'/120295, l='MpServer', x=6.50, y=199.00, z=-104.50], EntityArmorStand['Armor Stand'/120296, l='MpServer', x=6.50, y=200.94, z=-104.50], EntityXPOrb['Experience Orb'/111853, l='MpServer', x=-93.75, y=195.00, z=-70.25], EntityXPOrb['Experience Orb'/112887, l='MpServer', x=-92.75, y=187.00, z=-66.59], EntityXPOrb['Experience Orb'/113145, l='MpServer', x=-94.72, y=217.00, z=-70.25], EntityArmorStand['Armor Stand'/9210, l='MpServer', x=-30.00, y=214.00, z=-89.00], EntityArmorStand['Armor Stand'/9211, l='MpServer', x=-30.00, y=213.75, z=-89.00]]
Retry entities: 0 total; []
Server brand: Hypixel BungeeCord (1.3.13) <- vanilla
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:402)
at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2536)
at net.minecraft.client.Minecraft.run(Minecraft.java:370)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at gg.essential.loader.stage2.relaunch.Relaunch.relaunch(Relaunch.java:124)
at gg.essential.loader.stage2.EssentialLoader.preloadEssential(EssentialLoader.java:168)
at gg.essential.loader.stage2.EssentialLoader.loadPlatform(EssentialLoader.java:114)
at gg.essential.loader.stage2.EssentialLoaderBase.load(EssentialLoaderBase.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at gg.essential.loader.stage1.EssentialLoaderBase.load(EssentialLoaderBase.java:110)
at gg.essential.loader.stage1.EssentialSetupTweaker.(EssentialSetupTweaker.java:44)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at gg.essential.loader.stage0.EssentialSetupTweaker.loadStage1(EssentialSetupTweaker.java:53)
at gg.essential.loader.stage0.EssentialSetupTweaker.(EssentialSetupTweaker.java:26)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at java.lang.Class.newInstance(Class.java:442)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:98)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:58)
at oolloo.jlw.Wrapper.main(Wrapper.java:51)
-- System Details --
Details:
ChatTriggers modules: [Module{name=axios,version=1.0.9}, Module{name=BeaconBeam,version=1.0.0}, Module{name=BetterMap,version=1.0.11}, Module{name=Coleweight,version=1.9.1}, Module{name=Elementa,version=1.5.2}, Module{name=guimanager,version=0.1.7}, Module{name=mappings,version=0.0.2}, Module{name=PogData,version=1.0.1}, Module{name=PromiseV2,version=1.0.4}, Module{name=soopyAddonsData,version=0.0.1}, Module{name=soopyApis,version=0.1.17}, Module{name=SoopyV2,version=2.1.202}, Module{name=Vigilance,version=1.3.2}]
Minecraft Version: 1.8.9
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 232446248 bytes (221 MB) / 1634729984 bytes (1559 MB) up to 3221225472 bytes (3072 MB)
JVM Flags: 6 total; -XX:+UseG1GC -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmn256m -Xmx3072m
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.19 Powered by Forge 11.15.1.2318 Optifine OptiFine_1.8.9_HD_U_L5 16 mods loaded, 16 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Skytils On Top (Skytils-1.3.2.jar)
gg.skytils.skytilsmod.asm.SkytilsTransformer
ModTweaker (Patcher-1.8.5 (1.8.9).jar)
club.sk1er.patcher.tweaker.other.ModClassTransformer
FMLLoadingPlugin (MemoryFix-0.3 (1).jar)
io.prplz.memoryfix.ClassTransformer
PatcherTweaker (Patcher-1.8.5 (1.8.9).jar)
club.sk1er.patcher.tweaker.ClassTransformer
SkyblockAddonsLoadingPlugin (SkyblockAddons-1.7.1-for-MC-1.8.9.jar)
codes.biscuit.skyblockaddons.tweaker.SkyblockAddonsTransformer
AsmHelperLoadingPlugin (ctjs-2.1.5-1.8.9.jar)
com.chattriggers.ctjs.launch.plugin.CTJSTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 526.98' Renderer: 'NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2'
Skytils Debug Info: {HasBetterFPS=false, BetterFPS Version=NONE, Disabled Start Checks=false}
Launched Version: 1.8.9-Forge_11.15.1.2318-OptiFine_M6_pre2
LWJGL: 2.9.4
OpenGL: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2 GL version 4.6.0 NVIDIA 526.98, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
The text was updated successfully, but these errors were encountered: