Code Monkey home page Code Monkey logo

airhop's People

Contributors

fuzss avatar mikeliro avatar rad586 avatar simgithub5 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

airhop's Issues

Issue with the Slow Falling effect

Affected Versions:

  • airhop: armorplus-1.12.2-11.20.0.56
  • Minecraft: 1.16.5
  • Forge: 1.16.5-36.2.23
  • (Optional) ArmorPlus: 16.6.0

Affected Side (Client or Server):

  • Client
  • Server

What happens: Your hops don't reset if you have the Slow Falling effect, as if you aren't ever touching the ground after your first hops. I'm using the Ender Dragon armor from the ArmorPlus mod, which gives you permanent Slow Falling.

What you expected to happen:: The hops to reset, regardless of active status effects.

[Bug]: Config called too early

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.19.2

Mod Version (Required)

4.2.1

Notes (Required)

Caused by

@Override
public int getMaxLevel() {
// used to be a problem with creative inventory enchanted books, but seems to work fine now (book max levels are reflected in the inventory, not even a game reload required)
return AirHop.CONFIG.get(ServerConfig.class).maxEnchantmentLevel;
}

[18Nov2023 15:06:12.449] [Worker-ResourceReload-8/ERROR] [Puzzles Lib/]: Calling server config when it is not yet available! This is a bug! Message: Config data is missing
java.lang.Exception: Config not yet available
	at fuzs.puzzleslib.config.ForgeConfigDataHolderImpl.lambda$testAvailable$1(ForgeConfigDataHolderImpl.java:46) ~[PuzzlesLib-v4.4.3-1.19.2-Forge.jar%23776!/:4.4.3]
	at com.mojang.datafixers.util.Either$Right.ifRight(Either.java:109) ~[datafixerupper-5.0.28.jar%23121!/:?]
	at fuzs.puzzleslib.config.ForgeConfigDataHolderImpl.testAvailable(ForgeConfigDataHolderImpl.java:45) ~[PuzzlesLib-v4.4.3-1.19.2-Forge.jar%23776!/:4.4.3]
	at fuzs.puzzleslib.config.ConfigDataHolderImpl.getOrCreateDefaultConfig(ConfigDataHolderImpl.java:70) ~[PuzzlesLib-v4.4.3-1.19.2-Forge.jar%23776!/:4.4.3]
	at fuzs.puzzleslib.config.ConfigDataHolderImpl.config(ConfigDataHolderImpl.java:59) ~[PuzzlesLib-v4.4.3-1.19.2-Forge.jar%23776!/:4.4.3]
	at fuzs.puzzleslib.config.ConfigHolder.get(ConfigHolder.java:28) ~[PuzzlesLib-v4.4.3-1.19.2-Forge.jar%23776!/:4.4.3]
	at fuzs.airhop.enchantment.AirHopEnchantment.m_6586_(AirHopEnchantment.java:33) ~[AirHop-v4.2.1-1.19.2-Forge.jar%23526!/:4.2.1]
	at shadows.apotheosis.ench.EnchModule.getDefaultMax(EnchModule.java:453) ~[Apotheosis-1.19.2-6.4.1.jar%23533!/:6.4.1]
	at shadows.apotheosis.ench.EnchantmentInfo.load(EnchantmentInfo.java:69) ~[Apotheosis-1.19.2-6.4.1.jar%23533!/:6.4.1]
	at shadows.apotheosis.ench.EnchModule.reload(EnchModule.java:476) ~[Apotheosis-1.19.2-6.4.1.jar%23533!/:6.4.1]
	at shadows.apotheosis.ench.EnchModule.init(EnchModule.java:143) ~[Apotheosis-1.19.2-6.4.1.jar%23533!/:6.4.1]
	at shadows.apotheosis.ench.__EnchModule_init_FMLCommonSetupEvent.invoke(.dynamic) ~[Apotheosis-1.19.2-6.4.1.jar%23533!/:6.4.1]
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%23134!/:?]
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%23134!/:?]
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%23134!/:?]
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19.2-43.3.0.jar%23885!/:?]
	at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19.2-43.3.0.jar%23884!/:?]
	at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) [?:?]
	at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) [?:?]
	at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:?]
	at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) [?:?]
	at java.util.concurrent.ForkJoinPool.scan(Unknown Source) [?:?]
	at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:?]
	at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:?]

latest.log (Optional)

No response

[Bug]: strange behavior with ad astra

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.20.1

Mod Version (Required)

v8.0.8

Notes (Required)

when i land after jumping with air hop it does not replenish my air hop jumps with ad astra 1.15.3 installed. it only replenishes when i fall far enough to take fall damage, this is all in the overworld and i have not tested this on ad astra planets.

to reproduce:
install air hop
install ad astra and its dependencies
use all of your air hop charges and land without taking fall damage
you will not regain air hop charges

latest.log (Optional)

No response

Occasional crash on startup

It doesn't happen all the time but occasionally when starting up Minecraft with the Airhop mod enabled it'll crash with the following:

�[m�[1;31m[10:24:51] [Server-Worker-4/ERROR] [ne.mi.fm.ja.FMLModContainer/]: Exception caught during firing event: null
	Index: 1
	Listeners:
		0: NORMAL
		1: net.minecraftforge.eventbus.EventBus$$Lambda$2117/1574257199@1f80c55e
java.lang.NullPointerException
	at com.fuzs.airhop.enchantment.AirHopEnchantments.onModConfig(AirHopEnchantments.java:32)
	at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
	at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.lambda$new$0(FMLModContainer.java:66)
	at net.minecraftforge.fml.ModContainer.lambda$dispatchConfigEvent$5(ModContainer.java:147)
	at java.util.Optional.ifPresent(Optional.java:159)
	at net.minecraftforge.fml.ModContainer.dispatchConfigEvent(ModContainer.java:147)
	at net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:89)
	at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:106)
	at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83)
	at java.lang.Iterable.forEach(Iterable.java:75)
	at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2062)
	at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83)
	at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:154)
	at net.minecraftforge.fml.client.ClientModLoader.lambda$startModLoading$6(ClientModLoader.java:123)
	at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113)
	at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:123)
	at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:105)
	at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113)
	at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1626)
	at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1618)
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)

�[m�[1;31m[10:24:54] [Render thread/FATAL] [minecraft/Minecraft]: Reported exception thrown!
net.minecraft.crash.ReportedException: Rendering overlay
	at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:476) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_client.json:block_manipulation.MixinGameRenderer_B,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_client.json:far_scenery.MixinGameRenderer_F,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_client.json:MixinGameRenderer,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:924) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_client.json:block_manipulation.MixinMinecraftClient_B,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_client.json:MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_client.json:block_manipulation.MixinMinecraftClient_B,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_client.json:MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(SourceFile:204) ~[minecraft-1.15.2-client.jar:?] {re:classloading}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_101] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_101] {}
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_101] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) ~[forge-1.15.2-31.2.2-launcher.jar:31.2] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {re:classloading}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}
	at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:39) [ForgeWrapper-1.4.1.jar:?] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_101] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_101] {}
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_101] {}
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {}
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {}
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {}
	at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] {}
Caused by: java.lang.NullPointerException
	at com.fuzs.airhop.enchantment.AirHopEnchantments.onModConfig(AirHopEnchantments.java:32) ~[?:1.2] {re:classloading,pl:object_holder_definalize:A}
	at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.2.0-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.2.0-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.lambda$new$0(FMLModContainer.java:66) ~[?:31.2] {re:classloading}
	at net.minecraftforge.fml.ModContainer.lambda$dispatchConfigEvent$5(ModContainer.java:147) ~[?:?] {re:classloading}
	at java.util.Optional.ifPresent(Optional.java:159) ~[?:1.8.0_101] {}
	at net.minecraftforge.fml.ModContainer.dispatchConfigEvent(ModContainer.java:147) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:89) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:106) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[?:?] {re:classloading}
	at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_101] {}
	at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2062) ~[?:1.8.0_101] {}
	at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:154) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.client.ClientModLoader.lambda$startModLoading$6(ClientModLoader.java:123) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:123) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:105) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1626) ~[?:1.8.0_101] {}
	at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1618) ~[?:1.8.0_101] {}
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_101] {}
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_101] {}
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_101] {}
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_101] {}
�[m�[32m[10:24:54] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: ---- Minecraft Crash Report ----
// I just don't know what went wrong :(

Time: 5/28/20 10:24 AM
Description: Rendering overlay

(The full log has been uploaded here if you need it: https://paste.ee/p/t0GDv)

Upon relaunching Minecraft the problem always seems to go away. As in, it never repeats itself twice in a row. It's also most likely to happen after setting up a new modpack (as in, I just created the instance in MultiMC). Very strange--never had a bug like this one before.

Crash Report

---- Minecraft Crash Report ----
// Would you like a cupcake?

Time: 2019-09-06 15:00:03 CLT
Description: Ticking memory connection

java.lang.IllegalArgumentException: Parameter specified as non-null is null: method wiresegal.classyhats.capability.data.ClassyHatProvider.getCapability, parameter capability
at wiresegal.classyhats.capability.data.ClassyHatProvider.getCapability(ClassyHatProvider.kt)
at net.minecraftforge.common.capabilities.CapabilityDispatcher.getCapability(CapabilityDispatcher.java:108)
at net.minecraft.entity.Entity.getCapability(Entity.java:3121)
at net.minecraft.entity.EntityLivingBase.getCapability(EntityLivingBase.java:2960)
at net.minecraft.entity.player.EntityPlayer.getCapability(EntityPlayer.java:2682)
at com.fuzs.airhop.capability.CapabilityHolder.getAirHopsCap(CapabilityHolder.java:20)
at com.fuzs.airhop.handler.CommonHandler.onEntityJoinWorld(CommonHandler.java:43)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_361_CommonHandler_onEntityJoinWorld_EntityJoinWorldEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.world.World.spawnEntity(World.java:1206)
at net.minecraft.world.WorldServer.spawnEntity(WorldServer.java:1058)
at net.minecraft.server.management.PlayerList.playerLoggedIn(PlayerList.java:377)
at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:166)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:255)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:205)
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:285)
at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:180)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:790)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)

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

-- Ticking connection --
Connection: net.minecraft.network.NetworkManager@65db97d4

-- System Details --
Minecraft Version: 1.12.2
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: 592097488 bytes (564 MB) / 1174405120 bytes (1120 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 29, tcache: 77, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_E3 130 mods loaded, 130 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                                        | Signature                                |
   |:------ |:------------------------- |:--------------------------- |:--------------------------------------------- |:---------------------------------------- |
   | LCHIJA | minecraft                 | 1.12.2                      | minecraft.jar                                 | None                                     |
   | LCHIJA | mcp                       | 9.42                        | minecraft.jar                                 | None                                     |
   | LCHIJA | FML                       | 8.0.99.99                   | forge-1.12.2-14.23.5.2838.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | LCHIJA | forge                     | 14.23.5.2838                | forge-1.12.2-14.23.5.2838.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | LCHIJA | foamfixcore               | 7.7.4                       | minecraft.jar                                 | None                                     |
   | LCHIJA | randompatches             | 1.12.2-1.17.2.1             | randompatches-1.12.2-1.17.2.0.jar             | None                                     |
   | LCHIJA | 113_water_mechanics       | 1.0.2                       | 1.13WaterMechanicsBackport-1.0.2-1.12.2.jar   | None                                     |
   | LCHIJA | organiccreepers           | 1.12.2                      | [1.12.2]OrganicCreepers-1.2.5.jar             | None                                     |
   | LCHIJA | forgeendertech            | 1.12.2-4.4.22.2             | ForgeEndertech-1.12.2-4.4.22.2-build.0405.jar | None                                     |
   | LCHIJA | adpoles                   | 1.12.2-2.0.1.2              | AdPoles-1.12.2-2.0.1.2-build.0406.jar         | None                                     |
   | LCHIJA | airhop                    | 1.1.1                       | AirHop-v1.1.1-1.12.2.jar                      | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |
   | LCHIJA | akashictome               | 1.2-12                      | AkashicTome-1.2-12.jar                        | None                                     |
   | LCHIJA | aqua_creepers             | 1.2.3                       | AquaCreepers-1.2.3.jar                        | None                                     |
   | LCHIJA | astikorcarts              | 1.12.2-0.1.2.7              | astikorcarts-1.12.2-0.1.2.7.jar               | None                                     |
   | LCHIJA | auginter                  | 1.1.0                       | auginter-1.1.0-1.12.x.jar                     | None                                     |
   | LCHIJA | autoreglib                | 1.3-32                      | AutoRegLib-1.3-32.jar                         | None                                     |
   | LCHIJA | awwman                    | 1.0.0                       | AwwMan+1.12.2.jar                             | None                                     |
   | LCHIJA | baubles                   | 1.5.2                       | Baubles-1.12-1.5.2.jar                        | None                                     |
   | LCHIJA | betteradvancements        | 0.1.0.77                    | BetterAdvancements-1.12.2-0.1.0.77.jar        | None                                     |
   | LCHIJA | bettermobgriefinggamerule | 1.12.2-7.0.1                | bettermobgriefinggamerule-1.12.2-7.0.1.jar    | None                                     |
   | LCHIJA | betterplacement           | 1.0.0-1                     | BetterPlacement-1.0.0-1.jar                   | None                                     |
   | LCHIJA | jei                       | 4.15.0.287                  | jei_1.12.2-4.15.0.287.jar                     | None                                     |
   | LCHIJA | blockdrops                | 1.4.0                       | blockdrops-1.12.2-1.4.0.jar                   | None                                     |
   | LCHIJA | blur                      | 1.0.4-14                    | Blur-1.0.4-14.jar                             | None                                     |
   | LCHIJA | bookshelf                 | 2.3.585                     | Bookshelf-1.12.2-2.3.585.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHIJA | bouncy_creepers           | 0.0.4                       | BouncyCreepers-0.0.4.jar                      | None                                     |
   | LCHIJA | callablehorses            | 1.0                         | CallableHorses+MC1.12.2+v1.0.jar              | None                                     |
   | LCHIJA | camoucreepers             | 1.6                         | camoucreepers-1.6.jar                         | None                                     |
   | LCHIJA | chunkanimator             | 1.2                         | ChunkAnimator-MC1.12-1.2.jar                  | None                                     |
   | LCHIJA | forgelin                  | 1.8.3                       | Forgelin-1.8.3.jar                            | None                                     |
   | LCHIJA | librarianlib              | 4.19.2                      | librarianlib-1.12.2-4.19.2-release.jar        | None                                     |
   | LCHIJA | classyhats                | %VERSION%                   | classyhats-1.6.0.jar                          | None                                     |
   | LCHIJA | clienttweaks              | 3.1.11                      | ClientTweaks_1.12.2-3.1.11.jar                | None                                     |
   | LCHIJA | controlling               | 3.0.7                       | Controlling-3.0.7.jar                         | None                                     |
   | LCHIJA | coralreef                 | 2.0                         | CoralReef-2.5-1.12.2.jar                      | None                                     |
   | LCHIJA | creeperade                | 1.2                         | creeperade-v1.2-mc-1.12.jar                   | None                                     |
   | LCHIJA | creeperconfetti           | 1.4.2                       | creeperconfetti-1.4.2.jar                     | None                                     |
   | LCHIJA | creepernuggets            | 1.0.1                       | creepernuggets-1.12.2-1.0.1.jar               | None                                     |
   | LCHIJA | ctdcore                   | 1.4.2                       | CTD-Core-1.12.2-1.4.2.jar                     | b50fe22651b9d97d9d6631514a6a57cd6174b0dc |
   | LCHIJA | durability101             | 0.0.3                       | Durability101-1.12-0.0.3.jar                  | None                                     |
   | LCHIJA | entityspring              | 2.0.1                       | entityspring-2.0.1.jar                        | None                                     |
   | LCHIJA | environmentalcreepers     | 1.4.0                       | environmentalcreepers-1.12.2-1.4.0.jar        | 2b03e1423915a189b8094816baa18f239d576dff |
   | LCHIJA | equipmenttooltips         | 1.0.3                       | EquipmentTooltips-1.12.2-1.0.3-4.jar          | None                                     |
   | LCHIJA | farseek                   | 2.3.2                       | Farseek-1.12-2.3.2.jar                        | None                                     |
   | LCHIJA | fencejumper               | 1.0.5                       | fencejumper-1.12-1.0.5.jar                    | None                                     |
   | LCHIJA | fenceoverhaul             | 1.3.4                       | FenceOverhaul-1.3.4.jar                       | None                                     |
   | LCHIJA | flood                     | 1.0.1                       | Flood-1.0.1.jar                               | None                                     |
   | LCHIJA | foamfix                   | 0.10.5-1.12.2               | foamfix-0.10.5-1.12.2.jar                     | None                                     |
   | LCHIJA | forgivingvoid             | 1.0.23                      | ForgivingVoid_1.12.2-1.0.23.jar               | None                                     |
   | LCHIJA | fpsreducer                | mc1.12.2-1.12.4             | FpsReducer-mc1.12.2-1.12.4.jar                | None                                     |
   | LCHIJA | freelook                  | 1.2.2                       | FreeLook-1.2.2.jar                            | None                                     |
   | LCHIJA | globalgamerules           | 2.2                         | GlobalGameRules-1.12.2-2.2.7.jar              | None                                     |
   | LCHIJA | happycreepersmod          | 1.0.0                       | Happy+Creepers+Mod+v1.0.jar                   | None                                     |
   | LCHIJA | hatstands                 | 1.0.0                       | hatstands-1.0.0-1.12.2.jar                    | None                                     |
   | LCHIJA | holdyerbreath             | 1.12.2-1.1.3                | holdyerbreath-1.12.2-1.1.3.jar                | None                                     |
   | LCHIJA | hooked                    | %VERSION%                   | hooked-1.0.3.jar                              | None                                     |
   | LCHIJA | horse_colors              | 1.12.2-1.0.1                | horse_colors-1.12.2-1.0.1.jar                 | None                                     |
   | LCHIJA | waila                     | 1.8.26                      | Hwyla-1.8.26-B41_1.12.2.jar                   | None                                     |
   | LCHIJA | horsepower                | 2.6.4                       | HorsePower-1.12.2-2.6.4.74.jar                | cd7e958342770a8b17c919055da42c24dfefd879 |
   | LCHIJA | horsetweaks               | 1.0.5                       | HorseTweaks_1.12.2-1.0.5.jar                  | None                                     |
   | LCHIJA | ichunutil                 | 7.2.1                       | iChunUtil-1.12.2-7.2.1.jar                    | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
   | LCHIJA | ido                       | 1.0.4                       | ido-1.12.2-1.0.4.jar                          | None                                     |
   | LCHIJA | iguanatweaks              | 1.4.17                      | IguanaTweaksReborn-1.4.17-mc1.12.x.jar        | None                                     |
   | LCHIJA | itemzoom                  | 1.11                        | itemzoom_1.12.2-1.11.jar                      | None                                     |
   | LCHIJA | jeid                      | 1.0.2-26                    | JustEnoughIDs-1.0.2-26.jar                    | None                                     |
   | LCHIJA | jeidsi                    | 1.3.3.50                    | jeidsi-1.3.3.50.jar                           | None                                     |
   | LCHIJA | jeiintegration            | 1.5.1.36                    | jeiintegration_1.12.2-1.5.1.36.jar            | None                                     |
   | LCHIJA | jepb                      | 1.2.1                       | jepb-1.12-1.2.1.jar                           | None                                     |
   | LCHIJA | jarm                      | 1.1.2                       | Just+A+Raft+Mod-1.1.2.jar                     | None                                     |
   | LCHIJA | jaff                      | 1.7_for_1.12                | JustAFewFish-1.7_for_1.12.jar                 | None                                     |
   | LCHIJA | jeresources               | 0.9.2.60                    | JustEnoughResources-1.12.2-0.9.2.60.jar       | None                                     |
   | LCHIJA | kleeslabs                 | 5.4.12                      | KleeSlabs_1.12.2-5.4.12.jar                   | None                                     |
   | LCHIJA | lightingwand              | 1.0.4                       | LightingWand-1.0.4.jar                        | None                                     |
   | LCHIJA | linear                    | 1.2.2                       | Linear+MC1.12.2+v1.2.2.jar                    | None                                     |
   | LCHIJA | liquidblocks              | 1.4                         | liquid_blocks-1.4.jar                         | None                                     |
   | LCHIJA | login_shield              | 1.12.2-3-g7c6e7ac           | Login_Shield-1.12.2-3-g7c6e7ac.jar            | None                                     |
   | LCHIJA | missingtextures           | 1.0.0                       | missingtextures-1.12-1.0.0.jar                | None                                     |
   | LCHIJA | testdummy                 | 1.12                        | MmmMmmMmmMmm-1.12-1.14.jar                    | None                                     |
   | LCHIJA | moglowstone               | 1.5.6                       | Mo-Glowstone-1.12.2-1.5.6.jar                 | b50fe22651b9d97d9d6631514a6a57cd6174b0dc |
   | LCHIJA | moarboats                 | 4.1.2.1                     | moarboats-1.12.2-4.1.2.1.jar                  | None                                     |
   | LCHIJA | mobbanners                | 1.0.7                       | MobBanners-1.12.2-1.0.7.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHIJA | mobdeathmessages          | 1.6                         | mobdeathmessages-1.6.jar                      | None                                     |
   | LCHIJA | modnametooltip            | 1.10.1                      | modnametooltip_1.12.2-1.10.1.jar              | None                                     |
   | LCHIJA | ncc                       | 1.1                         | ncc_1.12-1.1.jar                              | None                                     |
   | LCHIJA | neat                      | 1.4-17                      | Neat+1.4-17.jar                               | None                                     |
   | LCHIJA | nonausea                  | 1.0                         | NoNausea-MC1.12-1.0.jar                       | None                                     |
   | LCHIJA | neid                      | 1.5.4.4                     | NotEnoughIDs-1.5.4.4.jar                      | None                                     |
   | LCHIJA | oops                      | @VERSION@                   | oops-1.12-5.11.jar                            | None                                     |
   | LCHIJA | p455w0rdslib              | 2.2.156                     | p455w0rdslib-1.12.2-2.2.156.jar               | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
   | LCHIJA | placebo                   | 1.6.0                       | Placebo-1.12.2-1.6.0.jar                      | None                                     |
   | LCHIJA | placementpreview          | 0.3.2                       | placementpreview-1.12.2-0.3.2.jar             | 2b03e1423915a189b8094816baa18f239d576dff |
   | LCHIJA | prettybeaches             | 1.0.4                       | PrettyBeaches_1.12.2-1.0.4.jar                | None                                     |
   | LCHIJA | randomtweaks              | 1.12.2-2.7.1.0              | randomtweaks-1.12.2-2.7.1.0.jar               | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
   | LCHIJA | rmh                       | 1.0                         | RemoveMouseoverHighlight-1.0.jar              | None                                     |
   | LCHIJA | reputed                   | 1.0.1                       | Reputed-1.0.1.jar                             | None                                     |
   | LCHIJA | roughtweaks               | 1.0                         | roughTweaks0.2.4-1.12.2.jar                   | None                                     |
   | LCHIJA | bonetorch                 | 0.0.1.12                    | SBM-BoneTorch-1.12.2-0.0.1b12.jar             | None                                     |
   | LCHIJA | silentlib                 | 3.0.13                      | SilentLib-1.12.2-3.0.13+167.jar               | None                                     |
   | LCHIJA | scalinghealth             | 1.3.37                      | ScalingHealth-1.12.2-1.3.38+143.jar           | None                                     |
   | LCHIJA | sereneseasons             | 1.2.17                      | SereneSeasons-1.12.2-1.2.17-universal.jar     | None                                     |
   | LCHIJA | shouldersurfing           | 1.16                        | ShoulderSurfing-1.12.2-1.15.1.jar             | d6261bb645f41db84c74f98e512c2bb43f188af2 |
   | LCHIJA | stg                       | 1.12.2-1.2.3                | stg-1.12.2-1.2.3.jar                          | None                                     |
   | LCHIJA | streams                   | 0.4.7                       | Streams-1.12-0.4.7.jar                        | None                                     |
   | LCHIJA | subterranaenwaters        | 1.12.2-1.5.6                | subh2o-1.12.2-1.5.6.jar                       | None                                     |
   | LCHIJA | surge                     | 2.0.77                      | Surge-1.12.2-2.0.77.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHIJA | survivaltweaks            | 5.2.0                       | SurvivalTweaks-5.2.0-1.12.2.jar               | None                                     |
   | LCHIJA | swanboat                  | 1.12.2-1.0.1                | swanboat+-+1.0.1+(1.12.2).jar                 | None                                     |
   | LCHIJA | tallgates                 | 1.0.0                       | TallGates-1.12.2-1.0.0.1.jar                  | None                                     |
   | LCHIJA | toughasnails              | 3.1.0.141                   | ToughAsNails-1.12.2-3.1.0.141-universal.jar   | None                                     |
   | LCHIJA | tanspit                   | 1.12.2-1.3                  | tanspit-1.12.2-1.3.jar                        | None                                     |
   | LCHIJA | thebomplugin              | 1.12-0.2.3                  | thebomplugin-1.12-0.2.3.jar                   | None                                     |
   | LCHIJA | thenarrowgate             | 1.0.0                       | thenarrowgate-1.0.0.jar                       | None                                     |
   | LCHIJA | toastcontrol              | 1.8.1                       | Toast+Control-1.12.2-1.8.1.jar                | None                                     |
   | LCHIJA | torched                   | 7.0.0                       | Torched-1.12.2-7.0.0.jar                      | None                                     |
   | LCHIJA | torcherino                | 7.6                         | torcherino-7.6.jar                            | None                                     |
   | LCHIJA | tanaddons                 | 3.4.24                      | ToughExpansion-1.12-3.4.24.jar                | None                                     |
   | LCHIJA | vbe                       | GRADLE:VERSION-GRADLE:BUILD | Vanilla+Builders+Extension-1.12.2-1.0.9.jar   | None                                     |
   | LCHIJA | vanillafix                | 1.0.10-SNAPSHOT             | VanillaFix-1.0.10-99.jar                      | None                                     |
   | LCHIJA | vaultopic                 | 2.1                         | vaultopic-2.1.jar                             | None                                     |
   | LCHIJA | waim                      | 1.0.0                       | WAIM-1.0.0.jar                                | None                                     |
   | LCHIJA | walljump                  | 1.12.2-1.2.3                | walljump-1.12.2-1.2.3.jar                     | None                                     |
   | LCHIJA | watercontrolextreme       | 1.0.0                       | WaterControlExtreme-1.0.2.jar                 | None                                     |
   | LCHIJA | waterstrainer             | 3.2.0                       | WaterStrainer-1.12-3.2.0.jar                  | None                                     |
   | LCHIJA | wawla                     | 2.5.273                     | Wawla-1.12.2-2.5.273.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHIJA | worldtooltips             | 1.3.0                       | World-Tooltips-1.12.2-1.3.0-111.jar           | None                                     |
   | LCHIJA | worldbook                 | 1.0.0                       | WorldBook-1.0.0.jar                           | None                                     |
   | LCHIJA | wts                       | 1.1.0                       | WTS-1.1.0.jar                                 | None                                     |
   | LCHIJA | jade                      | 0.1.0                       | Jade-0.1.0.jar                                | None                                     |
   | LCHIJA | phosphor-lighting         | 1.12.2-0.2.6                | phosphor-1.12.2-0.2.6+build50-universal.jar   | f0387d288626cc2d937daa504e74af570c52a2f1 |
   | LCHIJA | librarianliblate          | 4.19.2                      | librarianlib-1.12.2-4.19.2-release.jar        | None                                     |

Loaded coremods (and transformers): RandomPatches (randompatches-1.12.2-1.17.2.0.jar)
com.therandomlabs.randompatches.core.RPTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
ShoulderPlugin (ShoulderSurfing-1.12.2-1.15.1.jar)
com.teamderpy.shouldersurfing.asm.ShoulderTransformations
SCFMLCorePlugin (StalkerCreepers-1.12.1.jar)
atomicstryker.stalkercreepers.common.SCTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.17-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
JEIDsILoadingPlugin (jeidsi-1.3.3.50.jar)

                                  JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
                                    org.dimdev.jeid.JEIDTransformer
                                  p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
                                    p455w0rdslib.asm.ClassTransformer
                                  ForgelinPlugin (Forgelin-1.8.3.jar)
                                    
                                  Plugin (NotEnoughIDs-1.5.4.4.jar)
                                    ru.fewizz.neid.asm.Transformer
                                  CorePlugin (ForgeEndertech-1.12.2-4.4.22.2-build.0405.jar)
                                    
                                  LibrarianLib Plugin (librarianlib-1.12.2-4.19.2-release.jar)
                                    com.teamwizardry.librarianlib.asm.LibLibTransformer
                                  PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
                                    
                                  BlurPlugin (Blur-1.0.4-14.jar)
                                    com.tterrag.blur.BlurTransformer
                                  VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)
                                    
                                  SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
                                    
                                  LoadingPlugin (NoNausea-MC1.12-1.0.jar)
                                    lumien.nonausea.asm.ClassTransformer
                                  FarseekCoreMod (Farseek-1.12-2.3.2.jar)
                                    farseek.core.FarseekClassTransformer
                                  LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
                                    lumien.chunkanimator.asm.ClassTransformer

GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Suspected Mods: Classy Hats (classyhats), Air Hop (airhop)
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Ignacium_'/70, l='New World', x=-123.50, y=71.00, z=128.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

[Bug]: client Crash during Startup [possibly incompatible mods]

Mod Loader (Required)

Fabric

Minecraft Version (Required)

1.20.1

Mod Version (Required)

v8.0.0

Notes (Required)

Current Behavior:- Client Crash during startup, when using Majruzs Library and peculiar pieces mod

Fabric Version:- 1.15.0

Steps to replicate:- Start up Minecraft Fabric 1.20.1 version 1.15.0, add airhop mod, Majurzs Lib and peculiar pieces

Expected Behavior:- Normal Launch

List of used mods:- Fabric API 0.91.0
Forge Config API port
Majurzs Lib
Puzzles Lib
Peculiar Pieces
Air hop
Patchouli
Trinkets

latest.log (Optional)

https://gist.github.com/MysticaIl/d0df4472b883133dbe9798e21e048f69

Crash Report

https://gist.github.com/MysticaIl/3a22f6765147794bf2a89180cf6077be

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.