PartlySaneStudios / partly-sane-skies

Partly Sane Skies: A quality of life Skyblock mod
https://discord.gg/v4PU3WeH7z
BSD 3-Clause "New" or "Revised" License
46 stars 14 forks source link

Instantly crashes whenever opening a GUI #160

Closed WitheredFOT closed 10 months ago

WitheredFOT commented 1 year ago

title

Su386yt commented 11 months ago

I need more details, crash logs etc.

WitheredFOT commented 11 months ago

---- Minecraft Crash Report ----

WARNING: coremods are present: FMLLoadingPlugin (Scrollable Tooltips-1.4 (1.8.9).jar) SkyblockAddonsLoadingPlugin (SkyblockAddons-1.7.2-for-MC-1.8.9.jar) Skytils On Top (Skytils-1.7.3.jar) LabyModCoreMod (LabyMod-3-1.8.9.jar) PatcherTweaker (Patcher-1.8.6 (1.8.9).jar) AsmHelperLoadingPlugin (ctjs-2.2.0-1.8.9.jar) ModTweaker (Patcher-1.8.6 (1.8.9).jar) Contact their authors BEFORE contacting forge

// You should try our sister game, Minceraft!

Time: 8/1/23 3:51 PM Description: Unexpected error

java.lang.IllegalArgumentException: Cannot locate declared field class net.labymod.mojang.inventory.GuiChestCustom.field_147015_w at org.apache.commons.lang3.Validate.isTrue(Validate.java:155) at org.apache.commons.lang3.reflect.FieldUtils.readDeclaredField(FieldUtils.java:471) at me.partlysanestudios.partlysaneskies.PartlySaneSkies.getSeparateUpperLowerInventories(PartlySaneSkies.java:382) at me.partlysanestudios.partlysaneskies.auctionhouse.AhManager.isAhGui(AhManager.java:82) at me.partlysanestudios.partlysaneskies.auctionhouse.AhManager.runDisplayGuiCheck(AhManager.java:27) at me.partlysanestudios.partlysaneskies.PartlySaneSkies.clientTick(PartlySaneSkies.java:288) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_680_PartlySaneSkies_clientTick_ClientTickEvent.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 net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:331) at net.minecraft.client.Minecraft.runTick(Minecraft.java:1624) 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:173) at gg.essential.loader.stage2.EssentialLoader.loadPlatform(EssentialLoader.java:117) at gg.essential.loader.stage2.EssentialLoaderBase.load(EssentialLoaderBase.java:147) 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:293) 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)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Stacktrace: at org.apache.commons.lang3.Validate.isTrue(Validate.java:155) at org.apache.commons.lang3.reflect.FieldUtils.readDeclaredField(FieldUtils.java:471) at me.partlysanestudios.partlysaneskies.PartlySaneSkies.getSeparateUpperLowerInventories(PartlySaneSkies.java:382) at me.partlysanestudios.partlysaneskies.auctionhouse.AhManager.isAhGui(AhManager.java:82) at me.partlysanestudios.partlysaneskies.auctionhouse.AhManager.runDisplayGuiCheck(AhManager.java:27) at me.partlysanestudios.partlysaneskies.PartlySaneSkies.clientTick(PartlySaneSkies.java:288) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_680_PartlySaneSkies_clientTick_ClientTickEvent.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 net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:331)

-- Affected level -- Details: Level name: MpServer All players: 24 total; [EntityPlayerSP['DanSavageGames'/139457, l='MpServer', x=-29.03, y=200.00, z=-124.34], EntityOtherPlayerMP['Baguettis'/139458, l='MpServer', x=-29.03, y=212.80, z=-124.34], EntityOtherPlayerMP['Phanxor'/137902, l='MpServer', x=-80.61, y=190.00, z=-78.66], EntityOtherPlayerMP['237Diego'/133444, l='MpServer', x=28.75, y=237.00, z=-109.50], EntityOtherPlayerMP['bblor'/120410, l='MpServer', x=25.50, y=151.00, z=-56.69], EntityOtherPlayerMP['ClassySnail6475'/65375, l='MpServer', x=-125.20, y=202.50, z=-45.79], EntityOtherPlayerMP['xCrazyGroundx'/65551, l='MpServer', x=-131.03, y=202.00, z=-34.28], EntityOtherPlayerMP['Treasuer Hunter'/126346, l='MpServer', x=-98.63, y=188.00, z=-55.97], EntityOtherPlayerMP['Treasuer Hunter'/126348, l='MpServer', x=-105.47, y=191.00, z=-50.72], EntityOtherPlayerMP['isliafr'/103196, l='MpServer', x=-111.59, y=167.00, z=-74.50], EntityOtherPlayerMP['JudeRB'/137513, l='MpServer', x=31.22, y=236.00, z=-134.28], EntityOtherPlayerMP['milkboyyyyy'/104785, l='MpServer', x=41.31, y=198.00, z=-20.69], EntityOtherPlayerMP['Genzulka'/90909, l='MpServer', x=-89.97, y=203.00, z=-28.84], EntityOtherPlayerMP['33heko'/136082, l='MpServer', x=-130.78, y=175.00, z=-74.00], EntityOtherPlayerMP['Digitiz3'/134106, l='MpServer', x=32.02, y=184.90, z=-55.52], EntityOtherPlayerMP['485kepxb56'/72, l='MpServer', x=-10.50, y=201.00, z=-103.50], EntityOtherPlayerMP['bct67qm591'/73, l='MpServer', x=-15.50, y=201.00, z=-98.50], EntityOtherPlayerMP['2lq7406zq4'/79, l='MpServer', x=-37.50, y=200.00, z=-131.50], EntityOtherPlayerMP['52tdji670t'/94, l='MpServer', x=-45.50, y=200.00, z=-124.50], EntityOtherPlayerMP['ugs84vg7er'/95, l='MpServer', x=-45.50, y=200.00, z=-118.50], EntityOtherPlayerMP['1x57i33ciw'/100, l='MpServer', x=-30.00, y=214.00, z=-89.00], EntityOtherPlayerMP['8m6mu695yt'/131, l='MpServer', x=-38.00, y=200.00, z=-119.00], EntityOtherPlayerMP['0n2245m4re'/6, l='MpServer', x=5.38, y=200.00, z=-109.22], EntityOtherPlayerMP['Froqqy54'/139610, l='MpServer', x=0.83, y=154.46, z=-61.93]] 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: 250256548 game time, 133604 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: 100 total; [EntityXPOrb['Experience Orb'/124165, l='MpServer', x=-73.75, y=207.00, z=-67.00], EntityVillager['Villager'/5, l='MpServer', x=-6.50, y=201.00, z=-154.50], EntityOtherPlayerMP['0n2245m4re'/6, l='MpServer', x=5.38, y=200.00, z=-109.22], EntityArmorStand['Armor Stand'/519, l='MpServer', x=23.50, y=151.00, z=-57.50], EntityArmorStand['Armor Stand'/520, l='MpServer', x=23.50, y=150.75, z=-57.50], EntityArmorStand['Armor Stand'/8, l='MpServer', x=42.47, y=183.03, z=-43.34], EntityArmorStand['Armor Stand'/521, l='MpServer', x=-22.50, y=151.00, z=-79.50], EntityArmorStand['Armor Stand'/9, l='MpServer', x=42.44, y=183.03, z=-41.66], EntityArmorStand['Armor Stand'/522, l='MpServer', x=-22.50, y=150.75, z=-79.50], EntityArmorStand['Armor Stand'/523, l='MpServer', x=-2.50, y=149.25, z=-68.50], EntityArmorStand['Armor Stand'/524, l='MpServer', x=-2.50, y=149.00, z=-68.50], EntityArmorStand['Armor Stand'/525, l='MpServer', x=-2.50, y=148.75, z=-68.50], EntityOtherPlayerMP['xCrazyGroundx'/65551, l='MpServer', x=-131.03, y=202.00, z=-34.28], EntityArmorStand['Armor Stand'/14, l='MpServer', x=40.50, y=208.00, z=-106.50], EntityArmorStand['Armor Stand'/15, l='MpServer', x=38.50, y=208.00, z=-106.50], EntityArmorStand['Armor Stand'/528, l='MpServer', x=23.50, y=151.00, z=-87.50], EntityArmorStand['Armor Stand'/16, l='MpServer', x=38.50, y=208.00, z=-106.50], EntityArmorStand['Armor Stand'/529, l='MpServer', x=23.50, y=150.75, z=-87.50], EntityArmorStand['Armor Stand'/17, l='MpServer', x=40.50, y=208.00, z=-106.50], EntityOtherPlayerMP['Genzulka'/90909, l='MpServer', x=-89.97, y=203.00, z=-28.84], EntityOtherPlayerMP['isliafr'/103196, l='MpServer', x=-111.59, y=167.00, z=-74.50], EntityArmorStand['Armor Stand'/43, l='MpServer', x=-11.50, y=202.00, z=-98.50], EntityOtherPlayerMP['JudeRB'/137513, l='MpServer', x=31.22, y=236.00, z=-134.28], EntityArmorStand['Armor Stand'/44, l='MpServer', x=-9.56, y=200.59, z=-102.28], EntityArmorStand['Armor Stand'/45, l='MpServer', x=-9.28, y=200.41, z=-100.91], EntityArmorStand['Armor Stand'/46, l='MpServer', x=-9.44, y=200.38, z=-101.88], EntityItemFrame['entity.ItemFrame.name'/47, l='MpServer', x=-13.03, y=201.50, z=-105.50], EntityItemFrame['entity.ItemFrame.name'/48, l='MpServer', x=-9.50, y=201.50, z=-105.97], EntityItemFrame[' entity.ItemFrame.name'/49, l='MpServer', x=-8.03, y=202.50, z=-104.50], EntityArmorStand['Armor Stand'/50, l='MpServer', x=-12.50, y=202.00, z=-97.50], EntityOtherPlayerMP['237Diego'/133444, l='MpServer', x=28.75, y=237.00, z=-109.50], EntityArmorStand['Armor Stand'/121161, l='MpServer', x=37.00, y=202.00, z=-123.00], EntityOtherPlayerMP['485kepxb56'/72, l='MpServer', x=-10.50, y=201.00, z=-103.50], EntityOtherPlayerMP['bct67qm591'/73, l='MpServer', x=-15.50, y=201.00, z=-98.50], EntityArmorStand['Armor Stand'/121162, l='MpServer', x=37.00, y=201.75, z=-123.00], EntityOtherPlayerMP['2lq7406zq4'/79, l='MpServer', x=-37.50, y=200.00, z=-131.50], EntityOtherPlayerMP['milkboyyyyy'/104785, l='MpServer', x=41.31, y=198.00, z=-20.69], EntityOtherPlayerMP['Froqqy54'/139610, l='MpServer', x=0.83, y=154.46, z=-61.93], EntityOtherPlayerMP['bblor'/120410, l='MpServer', x=25.50, y=151.00, z=-56.69], EntityArmorStand['Armor Stand'/20061, l='MpServer', x=-3.50, y=149.00, z=-108.50], EntityArmorStand['Armor Stand'/20062, l='MpServer', x=-3.50, y=148.75, z=-108.50], EntityOtherPlayerMP['52tdji670t'/94, l='MpServer', x=-45.50, y=200.00, z=-124.50], EntityOtherPlayerMP['ClassySnail6475'/65375, l='MpServer', x=-125.20, y=202.50, z=-45.79], EntityOtherPlayerMP['ugs84vg7er'/95, l='MpServer', x=-45.50, y=200.00, z=-118.50], EntityOtherPlayerMP['1x57i33ciw'/100, l='MpServer', x=-30.00, y=214.00, z=-89.00], EntityArmorStand['Armor Stand'/870, l='MpServer', x=-79.50, y=200.00, z=-123.50], EntityArmorStand['Armor Stand'/871, l='MpServer', x=-79.50, y=199.75, z=-123.50], EntityXPOrb['Experience Orb'/125045, l='MpServer', x=-90.13, y=206.00, z=-63.75], EntityOtherPlayerMP['8m6mu695yt'/131, l='MpServer', x=-38.00, y=200.00, z=-119.00], EntityXPOrb['Experience Orb'/124551, l='MpServer', x=-112.22, y=205.06, z=-52.50], EntityOtherPlayerMP['Treasuer Hunter'/126346, l='MpServer', x=-98.63, y=188.00, z=-55.97], EntityOtherPlayerMP['Treasuer Hunter'/126348, l='MpServer', x=-105.47, y=191.00, z=-50.72], EntityOtherPlayerMP['33heko'/136082, l='MpServer', x=-130.78, y=175.00, z=-74.00], EntityArmorStand['Armor Stand'/668, l='MpServer', x=-22.50, y=151.00, z=-49.50], EntityArmorStand['Armor Stand'/669, l='MpServer', x=-22.50, y=150.75, z=-49.50], EntityOtherPlayerMP['Phanxor'/137902, l='MpServer', x=-80.61, y=190.00, z=-78.66], EntityXPOrb['Experience Orb'/40624, l='MpServer', x=5.44, y=147.00, z=-96.56], EntityArmorStand['Armor Stand'/177, l='MpServer', x=-8.50, y=228.53, z=-134.50], EntityXPOrb['Experience Orb'/125106, l='MpServer', x=-107.69, y=207.22, z=-54.00], EntityArmorStand['Armor Stand'/952, l='MpServer', x=29.00, y=202.00, z=-149.00], EntityArmorStand['Armor Stand'/953, l='MpServer', x=29.00, y=201.75, z=-149.00], EntityArmorStand['Armor Stand'/186, l='MpServer', x=-20.50, y=206.53, z=-58.50], EntityArmorStand['Armor Stand'/954, l='MpServer', x=34.00, y=202.00, z=-141.00], EntityArmorStand['Armor Stand'/955, l='MpServer', x=34.00, y=201.75, z=-141.00], EntityArmorStand['Armor Stand'/956, l='MpServer', x=13.50, y=201.00, z=-148.50], EntityArmorStand['Armor Stand'/957, l='MpServer', x=13.50, y=200.75, z=-148.50], EntityOtherPlayerMP['Baguettis'/139458, l='MpServer', x=-29.03, y=212.80, z=-124.34], EntityArmorStand['Armor Stand'/963, l='MpServer', x=35.00, y=202.00, z=-150.00], EntityArmorStand['Armor Stand'/964, l='MpServer', x=35.00, y=201.75, z=-150.00], EntityArmorStand['Armor Stand'/965, l='MpServer', x=35.00, y=202.00, z=-146.00], EntityArmorStand['Armor Stand'/10438, l='MpServer', x=-6.50, y=201.09, z=-154.50], EntityArmorStand['Armor Stand'/966, l='MpServer', x=35.00, y=201.75, z=-146.00], EntityArmorStand['Armor Stand'/10439, l='MpServer', x=-6.50, y=200.84, z=-154.50], EntityWither[' e lEVENT B LMITHRIL GOURMAND e lACTIVE IN b lFAR RESERVE e lfor a l00:12'/-1235, l='MpServer', x=1.22, y=192.03, z=-112.38], EntityXPOrb['Experience Orb'/124884, l='MpServer', x=-88.53, y=206.00, z=-59.25], EntityOtherPlayerMP['Digitiz3'/134106, l='MpServer', x=32.02, y=184.90, z=-55.52], EntityArmorStand['Armor Stand'/7898, l='MpServer', x=-30.00, y=214.00, z=-89.00], EntityArmorStand['Armor Stand'/7899, l='MpServer', x=-30.00, y=213.75, z=-89.00], EntityArmorStand['Armor Stand'/1756, l='MpServer', x=43.50, y=177.00, z=-42.50], EntityArmorStand['Armor Stand'/1757, l='MpServer', x=43.50, y=176.75, z=-42.50], EntityArmorStand[' 6Royal Guard'/486, l='MpServer', x=-45.50, y=200.00, z=-124.50], EntityArmorStand[' e lCLICK'/487, l='MpServer', x=-45.50, y=199.75, z=-124.50], EntityArmorStand[' 6Royal Guard'/488, l='MpServer', x=-45.50, y=200.00, z=-118.50], EntityArmorStand[' e lCLICK'/489, l='MpServer', x=-45.50, y=199.75, z=-118.50], EntityArmorStand[' aGuide'/490, l='MpServer', x=-38.00, y=200.38, z=-119.00], EntityArmorStand['Rhys'/491, l='MpServer', x=-38.00, y=200.00, z=-119.00], EntityArmorStand[' e lCLICK'/492, l='MpServer', x=-38.00, y=199.75, z=-119.00], EntityArmorStand['Armor Stand'/495, l='MpServer', x=-15.50, y=201.00, z=-98.50], EntityArmorStand['Armor Stand'/496, l='MpServer', x=-15.50, y=200.75, z=-98.50], EntityArmorStand['Armor Stand'/497, l='MpServer', x=-10.50, y=201.00, z=-103.50], EntityArmorStand['Armor Stand'/498, l='MpServer', x=-10.50, y=200.75, z=-103.50], EntityArmorStand['Armor Stand'/499, l='MpServer', x=5.41, y=200.25, z=-109.22], EntityArmorStand['Armor Stand'/500, l='MpServer', x=5.41, y=200.00, z=-109.22], EntityArmorStand['Armor Stand'/501, l='MpServer', x=5.41, y=199.75, z=-109.22], EntityArmorStand['Armor Stand'/502, l='MpServer', x=38.50, y=201.00, z=-86.50], EntityArmorStand['Armor Stand'/503, l='MpServer', x=38.50, y=200.75, z=-86.50], EntityXPOrb['Experience Orb'/125944, l='MpServer', x=-78.56, y=202.00, z=-69.72], EntityPlayerSP['DanSavageGames'/139457, l='MpServer', x=-29.03, y=200.00, z=-124.34], EntityArmorStand[' 6Emissary Eliza'/764, l='MpServer', x=-37.50, y=200.00, z=-131.50], EntityArmorStand[' e lCLICK'/765, l='MpServer', x=-37.50, y=199.75, z=-131.50]] Retry entities: 0 total; [] Server brand: Hypixel BungeeCord (1.3.22) <- 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:378) 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:173) at gg.essential.loader.stage2.EssentialLoader.loadPlatform(EssentialLoader.java:117) at gg.essential.loader.stage2.EssentialLoaderBase.load(EssentialLoaderBase.java:147) 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:293) 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)

-- System Details -- Details: ChatTriggers modules: [Module{name=axios,version=1.0.9}, Module{name=AzuredClient,version=1.1.1}, Module{name=BeaconBeam,version=1.0.1}, Module{name=BetterMap,version=1.0.15}, Module{name=BloomCore,version=0.3.3}, Module{name=ChangelogLib,version=2.0.0}, Module{name=Coleweight,version=1.11.5}, Module{name=DungeonMusic,version=1.0.2}, Module{name=Elementa,version=1.5.2}, Module{name=FontLib,version=1.0.0}, Module{name=guimanager,version=0.1.7}, Module{name=mappings,version=0.0.2}, Module{name=PogData,version=1.0.2}, Module{name=PromiseV2,version=1.0.4}, Module{name=RenderLib,version=0.4.0}, Module{name=request,version=2.1.0}, Module{name=requestV2,version=2.0.2}, Module{name=ShadowFuryCooldown,version=null}, Module{name=SkyBlockKeybinds,version=2.0.2}, 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}, Module{name=WatcherAlert,version=1.0.0}] Minecraft Version: 1.8.9 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 678321864 bytes (646 MB) / 2483027968 bytes (2368 MB) up to 4294967296 bytes (4096 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.19 Powered by Forge 11.15.1.2318 Optifine OptiFine_1.8.9_HD_U_M6_pre2 32 mods loaded, 32 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

State ID Version Source
------ --------------------- --------------
----------------------------------------
UCHIJA mcp 9.19 minecraft.jar
UCHIJA FML 8.0.99.99
forge-1.8.9-11.15.1.2318-1.8.9.jar
UCHIJA Forge 11.15.1.2318
forge-1.8.9-11.15.1.2318-1.8.9.jar
UCHIJA essential 1.0.0 Essential
(forge_1.8.9).jar
UCHIJA skinlayers3d 1.2.0
3dSkinLayers-forge-mc1.8.9-1.2.0.jar
UCHIJA replaymod 1.8.9-2.6.8
replaymod-1.8.9-2.6.8.jar
UCHIJA oneconfig 0.2.0-alpha180 OneConfig
(1.8.9-forge).jar
UCHIJA onecore 1.3.4 OneCore.jar
UCHIJA sbp 1.7.0.0
1.8.9.SkyblockPersonalized.1.7.0.0.jar
UCHIJA apec 1.10.3 apec-1.10.3.jar
UCHIJA autogg 4.1.3 AutoGG-4.1.3
(1.8.9).jar
UCHIJA BazaarNotifier 1.6.1
BazaarNotifier-1.6.1.jar
UCHIJA chatting 1.4.1 Chatting-1.4.1.jar
UCHIJA CoflSky 1.5.2-Alpha CoflMod-1.5.3-alpha.jar
UCHIJA chattriggers 2.2.0 ctjs-2.2.0-1.8.9.jar
UCHIJA dulkirmod 1.2.2 dulkirmod-1.2.2.jar
UCHIJA dungeonrooms 3.3.2 Dungeon_Rooms-3.3.2.jar
UCHIJA hytils-reborn 1.5.0 Hytils-Reborn-1.5.0.jar
UCHIJA iTEM 0.0.5.1 iTEM-0.0.5.1.jar
UCHIJA labymod 3.9.60 LabyMod-3-1.8.9.jar
UCHIJA Danker's Skyblock Mod 2.1
MC.1.8.9.Danker.s.Skyblock.Mod.-.2.1.jar
UCHIJA notenoughupdates 2.1.1-PRE
NotEnoughUpdates-2.1.1-Alpha-18.1.jar
UCHIJA partlysaneskies beta-v0.3
Partly.Sane.Skies-beta-v0.3.jar
UCHIJA patcher 1.8.6 Patcher-1.8.6
(1.8.9).jar
UCHIJA scathapro 1.2.2 Scatha-Pro_v1.2.2.jar
UCHIJA text_overflow_scroll 1.4.0 Scrollable Tooltips-1.4
(1.8.9).jar
UCHIJA skyblockfeatures 1.2.6
Skyblock-Features-1.2.6-BETA3.jar
UCHIJA skyblockaddons 1.7.2
SkyblockAddons-1.7.2-for-MC-1.8.9.jar
UCHIJA skyblockcatia 1.3.2
SkyBlockcatia-1.8.9-1.3.2.jar
UCHIJA skytils 1.7.3 Skytils-1.7.3.jar
UCHIJA soopyv2forge 1.1 soopyv2forge-1.1.jar
UCHIJA togglechatmod 3.1.1 ToggleChat.jar

Loaded coremods (and transformers): FMLLoadingPlugin (Scrollable Tooltips-1.4 (1.8.9).jar) club.sk1er.mods.scrollabletooltips.forge.ClassTransformer SkyblockAddonsLoadingPlugin (SkyblockAddons-1.7.2-for-MC-1.8.9.jar) codes.biscuit.skyblockaddons.tweaker.SkyblockAddonsTransformer Skytils On Top (Skytils-1.7.3.jar) gg.skytils.skytilsmod.asm.SkytilsTransformer LabyModCoreMod (LabyMod-3-1.8.9.jar) net.labymod.core.asm.LabyModTransformer net.labymod.addons.itemphysic.asm.ItemPhysicTransformer net.labymod.addons.moreparticle.asm.MoreParticleTranformer PatcherTweaker (Patcher-1.8.6 (1.8.9).jar) club.sk1er.patcher.tweaker.ClassTransformer AsmHelperLoadingPlugin (ctjs-2.2.0-1.8.9.jar) com.chattriggers.ctjs.launch.plugin.CTJSTransformer ModTweaker (Patcher-1.8.6 (1.8.9).jar) club.sk1er.patcher.tweaker.other.ModClassTransformer Skytils Debug Info: {HasBetterFPS=false, BetterFPS Version=NONE, Disabled Start Checks=false} Launched Version: 1.8.9-forge1.8.9-11.15.1.2318-1.8.9 LWJGL: 2.9.4 OpenGL: NVIDIA GeForce RTX 3080 Laptop GPU/PCIe/SSE2 GL version 4.6.0 NVIDIA 536.67, 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.

Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: b lFurfSky f lReborn 8 lFULL, ! aamethyst 8[ e16 7x 8], Dark_Mode_End, Zeroday Client Textures Redesign Current Language: English (US) Profiler Position: N/A (disabled) CPU: 16x AMD Ryzen 9 5900HS with Radeon Graphics OptiFine Version: OptiFine_1.8.9_HD_U_M6_pre2 OptiFine Build: 20211101-204933 Render Distance Chunks: 6 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.6.0 NVIDIA 536.67 OpenGlRenderer: NVIDIA GeForce RTX 3080 Laptop GPU/PCIe/SSE2 OpenGlVendor: NVIDIA Corporation CpuCount: 16

On Sun, Jul 30, 2023 at 2:55 PM Su386 @.***> wrote:

I need more details, crash logs etc.

— Reply to this email directly, view it on GitHub https://github.com/PartlySaneStudios/partly-sane-skies/issues/160#issuecomment-1657275006, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYJXJ7WYPEOURGSWJWTZSI3XS3J65ANCNFSM6AAAAAAZCMHN4A . You are receiving this because you authored the thread.Message ID: @.***>