Player

Results 33 issues of Player

FMP version 1.7.10-1.1.3.127 references large quantities of chunks (~2 GB worth after 1 day) on FC2. The few chunk objects I've checked were only referenced through codechicken.multipart.TickScheduler$WorldTickScheduler.chunkMap while the world...

FMP runs transformers once more from there: https://github.com/Chicken-Bones/ForgeMultipart/blob/master/src/codechicken/multipart/asm/ASMMixinCompiler.scala#L90 The class loader prevents multiple invocations, thus FMP imposes stricter requirements on IClassTransformer implementations, which are of course not always met.

With version 1.6.2 (FC2) java.lang.NullPointerException: Updating screen events at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427) at com.rwtema.denseores.ItemBlockDenseOre.func_77653_i(ItemBlockDenseOre.java:35) at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427) at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:489) at net.minecraft.client.gui.inventory.GuiContainerCreative.updateFilteredItems(GuiContainerCreative.java:378) at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147053_i(GuiContainerCreative.java:350) at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:550) at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:456) at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306) at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java) at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:566)...

atm it's only doable through `-Dfabric.debug.disableClassPathIsolation` - the game provider impl should be able to control it as well

A problem like https://github.com/FabricMC/fabric-loader/issues/166 leads to an exception with an incorrect message and a convoluted stack trace.

enhancement

**this is not final** Tiny V2 consists of a list of hierarchical sections. Every line starts a new section, whether it continues an existing section is determined by the indentation...

Fixes #87 and supersedes #89 with a more extensive approach that covers fields and interface methods as well since those could suffer from the same issue. It also makes the...

The current detection uses the more lenient JVM rules to detect conflicting names, add an option to use Java's (same field name regardless of desc, same method signature regardless of...

Loader in particular caches data in `.fabric` or other locations. The data stored there can become corrupted through various means (user/AV interference, hw faults, bugs, ..) despite our efforts to...