Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nbt Crash Forge 1.12.2 #2823

Closed
Ghost085444 opened this issue Feb 28, 2022 · 4 comments
Closed

Nbt Crash Forge 1.12.2 #2823

Ghost085444 opened this issue Feb 28, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@Ghost085444
Copy link

Describe the bug

---- Minecraft Crash Report ----

WARNING: coremods are present:
ForgelinPlugin (Forgelin-1.8.4.jar)
ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.3.1.jar)
ItemPatchingLoader (ItemPhysic_Full_1.4.37_mc1.12.2.jar)
OTGCorePlugin (OTG-Core.jar)
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.14-1.12.2.jar)
CreativePatchingLoader (CreativeCore_v1.10.34_mc1.12.2.jar)
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
EntityCullingPlugin (EntityCulling-1.12.2-4.2.5.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
BetterSprintingCore (BetterSprinting-1.12.2-v3.0.1.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
MixinLoader (BedBreakBegone-1.0.0.jar)
MMFMLCorePlugin (MultiMine-1.12.2.jar)
SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 2/28/22 11:11 PM
Description: Loading NBT data

java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at java.io.DataInputStream.readFully(DataInputStream.java:195)
at java.io.DataInputStream.readUTF(DataInputStream.java:609)
at java.io.DataInputStream.readUTF(DataInputStream.java:564)
at net.minecraft.nbt.NBTTagCompound.func_152448_b(NBTTagCompound.java:487)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:56)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:497)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:58)
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:133)
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:88)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:83)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:89)
at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:210)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:233)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)

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

-- Head --
Thread: Server thread
Stacktrace:
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at java.io.DataInputStream.readFully(DataInputStream.java:195)
at java.io.DataInputStream.readUTF(DataInputStream.java:609)
at java.io.DataInputStream.readUTF(DataInputStream.java:564)
at net.minecraft.nbt.NBTTagCompound.func_152448_b(NBTTagCompound.java:487)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:56)

-- NBT Tag --
Details:
Tag name: Level
Tag type: 10
Stacktrace:
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:497)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:58)
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:133)
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:88)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:83)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:89)
at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:210)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:233)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (aarch64) version Android-8.0.0
Java Version: 1.8.0-internal, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 387082512 bytes (369 MB) / 936378368 bytes (893 MB) up to 936378368 bytes (893 MB)
JVM Flags: 3 total; -Xms936M -Xmx936M -Xbootclasspath/p:/storage/emulated/0/games/PojavLauncher/caciocavallo/ResConfHack.jar:/storage/emulated/0/games/PojavLauncher/caciocavallo/cacio-androidnw-1.10-SNAPSHOT.jar:/storage/emulated/0/games/PojavLauncher/caciocavallo/cacio-shared-1.10-SNAPSHOT.jar
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G6_pre1 73 mods loaded, 73 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.2860.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge               | 14.23.5.2860             | forge-1.12.2-14.23.5.2860.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | creativecoredummy   | 1.0.0                    | minecraft.jar                                 | None                                     |
| LCHIJA | entity_culling      | 4.2.5                    | minecraft.jar                                 | None                                     |
| LCHIJA | infinimend          | 1.0.2                    | minecraft.jar                                 | None                                     |
| LCHIJA | itemphysic          | 1.4.0                    | minecraft.jar                                 | None                                     |
| LCHIJA | ivtoolkit           | 1.3.3-1.12               | minecraft.jar                                 | None                                     |
| LCHIJA | otgcore             | 1.12.2 - v9.0            | minecraft.jar                                 | None                                     |
| LCHIJA | foamfixcore         | 7.7.4                    | minecraft.jar                                 | None                                     |
| LCHIJA | aiimprovements      | 0.0.1.3                  | AIImprovements-1.12-0.0.1b3.jar               | None                                     |
| LCHIJA | aireducer           | 0.3.0                    | AIReducer-1.12.2-0.3.0.jar                    | None                                     |
| LCHIJA | anvilpatch          | 1.1.0                    | anvilpatch-1.1.0.jar                          | None                                     |
| LCHIJA | jei                 | 4.16.1.302               | jei_1.12.2-4.16.1.302.jar                     | None                                     |
| LCHIJA | appleskin           | 1.0.14                   | AppleSkin-mc1.12-1.0.14.jar                   | None                                     |
| LCHIJA | attributefix        | 1.0.4                    | AttributeFix-1.12.2-1.0.4.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | baubles             | 1.5.2                    | Baubles-1.12-1.5.2.jar                        | None                                     |
| LCHIJA | bedbreakbegone      | 1.0.0                    | BedBreakBegone-1.0.0.jar                      | None                                     |
| LCHIJA | betterburning       | 0.9.2                    | BetterBurning-1.12.2-0.9.2.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | bettercombatmod     | 1.5.6                    | BetterCombat-1.12.2-1.5.6.jar                 | None                                     |
| LCHIJA | bettersprinting     | 3.0.1                    | BetterSprinting-1.12.2-v3.0.1.jar             | None                                     |
| LCHIJA | bookworm            | 1.12.2-2.5.2.1           | bookworm-1.12.2-2.5.2.1.jar                   | None                                     |
| LCHIJA | byx                 | 1.0                      | byx_1.12-1.0.jar                              | None                                     |
| LCHIJA | chunkanimator       | 1.2                      | ChunkAnimator-MC1.12-1.2.jar                  | None                                     |
| LCHIJA | clienttweaks        | 3.1.11                   | ClientTweaks_1.12.2-3.1.11.jar                | None                                     |
| LCHIJA | clumps              | 3.1.2                    | Clumps-3.1.2.jar                              | None                                     |
| LCHIJA | codechickenlib      | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | colytra             | 1.2.0.4                  | colytra-1.12.2-1.2.0.4.jar                    | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LCHIJA | controlling         | 3.0.8                    | Controlling-3.0.8.jar                         | None                                     |
| LCHIJA | corpse              | 1.12.2-1.0.8             | corpse-1.12.2-1.0.8.jar                       | None                                     |
| LCHIJA | craftingtweaks      | 8.1.9                    | CraftingTweaks_1.12.2-8.1.9.jar               | None                                     |
| LCHIJA | creativecore        | 1.10.0                   | CreativeCore_v1.10.34_mc1.12.2.jar            | None                                     |
| LCHIJA | craftable_nametags  | 1.0.0                    | crftblnmtg1.12.2.jar                          | None                                     |
| LCHIJA | disenchanter        | 1.8                      | disenchanter[1.12]1.8.jar                     | None                                     |
| LCHIJA | enchdesc            | 1.1.20                   | EnchantmentDescriptions-1.12.2-1.1.20.jar     | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | enderstorage        | 2.4.6.137                | EnderStorage-1.12.2-2.4.6.137-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | extbonemeal         | 1.0                      | extbonemeal_1.12-1.0.jar                      | None                                     |
| LCHIJA | fastfurnace         | 1.3.1                    | FastFurnace-1.12.2-1.3.1.jar                  | None                                     |
| LCHIJA | foamfix             | 0.10.14-1.12.2           | foamfix-0.10.14-1.12.2.jar                    | None                                     |
| LCHIJA | forgelin            | 1.8.4                    | Forgelin-1.8.4.jar                            | None                                     |
| LCHIJA | fpsreducer          | mc1.12.2-1.20            | FpsReducer-mc1.12.2-1.20.jar                  | None                                     |
| LCHIJA | friendlyendermite   | 1.0                      | FriendlyEndermite_v1.0.1_mc1.12.2.jar         | None                                     |
| LCHIJA | globalgamerules     | 2.2                      | GlobalGameRules-1.12.2-2.2.7.jar              | None                                     |
| LCHIJA | waila               | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                   | None                                     |
| LCHIJA | ichunutil           | 7.2.2                    | iChunUtil-1.12.2-7.2.2.jar                    | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJA | inventoryhud        | 3.4.0                    | InventoryHUD-1.12.2.forge-3.4.1.jar           | None                                     |
| LCHIJA | inventorytweaks     | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                      | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCHIJA | jrftl               | 1.1                      | JRFTL[1.12.2]-1.1.jar                         | None                                     |
| LCHIJA | jeresources         | 0.9.2.60                 | JustEnoughResources-1.12.2-0.9.2.60.jar       | None                                     |
| LCHIJA | mooshroomspawn      | 1.0                      | mooshroomspawn_1.12-1.0.jar                   | None                                     |
| LCHIJA | multimine           | 1.6.2                    | MultiMine-1.12.2.jar                          | None                                     |
| LCHIJA | naturescompass      | 1.8.5                    | NaturesCompass-1.12.2-1.8.5.jar               | None                                     |
| LCHIJA | neat                | 1.4-17                   | Neat 1.4-17.jar                               | None                                     |
| LCHIJA | overpoweredarmorbar | @VERSION@                | overloadedarmorbar-1.0.4g.jar                 | None                                     |
| LCHIJA | particleculling     | v1.3                     | particleculling-1.12.2-v1.3.1.jar             | None                                     |
| LCHIJA | placeableitems      | 3.3                      | placeableitems-3.3.jar                        | None                                     |
| LCHIJA | roguelike           | 2.4.1                    | RoguelikeDungeonsFnarEdition-1.12.2-2.4.1.jar | None                                     |
| LCHIJA | silentlib           | 3.0.13                   | SilentLib-1.12.2-3.0.14+168.jar               | None                                     |
| LCHIJA | thaumcraft          | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar              | None                                     |
| LCHIJA | spartanshields      | 1.5.4                    | SpartanShields-1.12.2-1.5.4.jar               | None                                     |
| LCHIJA | spawner-locator     | 1.0.5                    | Spawner-Locator-1.12.2-1.0.5.jar              | None                                     |
| LCHIJA | stg                 | 1.12.2-1.2.3             | stg-1.12.2-1.2.3.jar                          | None                                     |
| LCHIJA | surge               | 2.0.77                   | Surge-1.12.2-2.0.77.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | texfix              | 4.0                      | TexFix+V-1.12-4.0.jar                         | None                                     |
| LCHIJA | tcinventoryscan     | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar    | None                                     |
| LCHIJA | thaumicjei          | 1.6.0                    | ThaumicJEI-1.12.2-1.6.0-27.jar                | None                                     |
| LCHIJA | torchslabmod        | v1.5.2                   | torchslabmod-1.12.2-v1.5.2.jar                | None                                     |
| LCHIJA | toughnessbar        | @VERSION@                | toughnessbar-2.4.jar                          | None                                     |
| LCHIJA | travelersbackpack   | 1.0.35                   | TravelersBackpack-1.12.2-1.0.35.jar           | None                                     |
| LCHIJA | wawla               | 2.6.275                  | Wawla-1.12.2-2.6.275.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | waystones           | 4.1.0                    | Waystones_1.12.2-4.1.0.jar                    | None                                     |
| LCHIJA | orelib              | 3.6.0.1                  | OreLib-1.12.2-3.6.0.1.jar                     | 7a2128d395ad96ceb9d9030fbd41d035b435753a |

Loaded coremods (and transformers): 

ForgelinPlugin (Forgelin-1.8.4.jar)

ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.3.1.jar)

ItemPatchingLoader (ItemPhysic_Full_1.4.37_mc1.12.2.jar)
com.creativemd.itemphysic.ItemTransformer
OTGCorePlugin (OTG-Core.jar)
com.pg85.otg.forge.asm.excluded.OTGClassTransformer
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.14-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
CreativePatchingLoader (CreativeCore_v1.10.34_mc1.12.2.jar)

IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
net.crazysnailboy.mods.infinimend.asm.IMClassTransformer
EntityCullingPlugin (EntityCulling-1.12.2-4.2.5.jar)
meldexun.entityculling.asm.EntityCullingClassTransformer
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
c4.colytra.asm.ElytraTransformer
BetterSprintingCore (BetterSprinting-1.12.2-v3.0.1.jar)
chylex.bettersprinting.system.core.TransformerEntityPlayerSP
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
MixinLoader (BedBreakBegone-1.0.0.jar)

MMFMLCorePlugin (MultiMine-1.12.2.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)

IvToolkit (IvToolkit-1.3.3-1.12.jar)

LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_G6_pre1
OptiFine Build: 20210323-161358
Render Distance Chunks: 5
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.3 (Compatibility Profile) Mesa 21.2.1 (git-c403646518)
OpenGlRenderer: virgl
OpenGlVendor: Mesa/X.org
CpuCount: 8

The log file and images/videos

---- Minecraft Crash Report ----

WARNING: coremods are present:
ForgelinPlugin (Forgelin-1.8.4.jar)
ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.3.1.jar)
ItemPatchingLoader (ItemPhysic_Full_1.4.37_mc1.12.2.jar)
OTGCorePlugin (OTG-Core.jar)
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.14-1.12.2.jar)
CreativePatchingLoader (CreativeCore_v1.10.34_mc1.12.2.jar)
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
EntityCullingPlugin (EntityCulling-1.12.2-4.2.5.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
BetterSprintingCore (BetterSprinting-1.12.2-v3.0.1.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
MixinLoader (BedBreakBegone-1.0.0.jar)
MMFMLCorePlugin (MultiMine-1.12.2.jar)
SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 2/28/22 11:11 PM
Description: Loading NBT data

java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at java.io.DataInputStream.readFully(DataInputStream.java:195)
at java.io.DataInputStream.readUTF(DataInputStream.java:609)
at java.io.DataInputStream.readUTF(DataInputStream.java:564)
at net.minecraft.nbt.NBTTagCompound.func_152448_b(NBTTagCompound.java:487)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:56)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:497)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:58)
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:133)
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:88)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:83)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:89)
at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:210)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:233)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)

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

-- Head --
Thread: Server thread
Stacktrace:
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at java.io.DataInputStream.readFully(DataInputStream.java:195)
at java.io.DataInputStream.readUTF(DataInputStream.java:609)
at java.io.DataInputStream.readUTF(DataInputStream.java:564)
at net.minecraft.nbt.NBTTagCompound.func_152448_b(NBTTagCompound.java:487)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:56)

-- NBT Tag --
Details:
Tag name: Level
Tag type: 10
Stacktrace:
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:497)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:58)
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:133)
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:88)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:83)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:89)
at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:210)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:233)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (aarch64) version Android-8.0.0
Java Version: 1.8.0-internal, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 387082512 bytes (369 MB) / 936378368 bytes (893 MB) up to 936378368 bytes (893 MB)
JVM Flags: 3 total; -Xms936M -Xmx936M -Xbootclasspath/p:/storage/emulated/0/games/PojavLauncher/caciocavallo/ResConfHack.jar:/storage/emulated/0/games/PojavLauncher/caciocavallo/cacio-androidnw-1.10-SNAPSHOT.jar:/storage/emulated/0/games/PojavLauncher/caciocavallo/cacio-shared-1.10-SNAPSHOT.jar
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G6_pre1 73 mods loaded, 73 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.2860.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge               | 14.23.5.2860             | forge-1.12.2-14.23.5.2860.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | creativecoredummy   | 1.0.0                    | minecraft.jar                                 | None                                     |
| LCHIJA | entity_culling      | 4.2.5                    | minecraft.jar                                 | None                                     |
| LCHIJA | infinimend          | 1.0.2                    | minecraft.jar                                 | None                                     |
| LCHIJA | itemphysic          | 1.4.0                    | minecraft.jar                                 | None                                     |
| LCHIJA | ivtoolkit           | 1.3.3-1.12               | minecraft.jar                                 | None                                     |
| LCHIJA | otgcore             | 1.12.2 - v9.0            | minecraft.jar                                 | None                                     |
| LCHIJA | foamfixcore         | 7.7.4                    | minecraft.jar                                 | None                                     |
| LCHIJA | aiimprovements      | 0.0.1.3                  | AIImprovements-1.12-0.0.1b3.jar               | None                                     |
| LCHIJA | aireducer           | 0.3.0                    | AIReducer-1.12.2-0.3.0.jar                    | None                                     |
| LCHIJA | anvilpatch          | 1.1.0                    | anvilpatch-1.1.0.jar                          | None                                     |
| LCHIJA | jei                 | 4.16.1.302               | jei_1.12.2-4.16.1.302.jar                     | None                                     |
| LCHIJA | appleskin           | 1.0.14                   | AppleSkin-mc1.12-1.0.14.jar                   | None                                     |
| LCHIJA | attributefix        | 1.0.4                    | AttributeFix-1.12.2-1.0.4.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | baubles             | 1.5.2                    | Baubles-1.12-1.5.2.jar                        | None                                     |
| LCHIJA | bedbreakbegone      | 1.0.0                    | BedBreakBegone-1.0.0.jar                      | None                                     |
| LCHIJA | betterburning       | 0.9.2                    | BetterBurning-1.12.2-0.9.2.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | bettercombatmod     | 1.5.6                    | BetterCombat-1.12.2-1.5.6.jar                 | None                                     |
| LCHIJA | bettersprinting     | 3.0.1                    | BetterSprinting-1.12.2-v3.0.1.jar             | None                                     |
| LCHIJA | bookworm            | 1.12.2-2.5.2.1           | bookworm-1.12.2-2.5.2.1.jar                   | None                                     |
| LCHIJA | byx                 | 1.0                      | byx_1.12-1.0.jar                              | None                                     |
| LCHIJA | chunkanimator       | 1.2                      | ChunkAnimator-MC1.12-1.2.jar                  | None                                     |
| LCHIJA | clienttweaks        | 3.1.11                   | ClientTweaks_1.12.2-3.1.11.jar                | None                                     |
| LCHIJA | clumps              | 3.1.2                    | Clumps-3.1.2.jar                              | None                                     |
| LCHIJA | codechickenlib      | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | colytra             | 1.2.0.4                  | colytra-1.12.2-1.2.0.4.jar                    | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LCHIJA | controlling         | 3.0.8                    | Controlling-3.0.8.jar                         | None                                     |
| LCHIJA | corpse              | 1.12.2-1.0.8             | corpse-1.12.2-1.0.8.jar                       | None                                     |
| LCHIJA | craftingtweaks      | 8.1.9                    | CraftingTweaks_1.12.2-8.1.9.jar               | None                                     |
| LCHIJA | creativecore        | 1.10.0                   | CreativeCore_v1.10.34_mc1.12.2.jar            | None                                     |
| LCHIJA | craftable_nametags  | 1.0.0                    | crftblnmtg1.12.2.jar                          | None                                     |
| LCHIJA | disenchanter        | 1.8                      | disenchanter[1.12]1.8.jar                     | None                                     |
| LCHIJA | enchdesc            | 1.1.20                   | EnchantmentDescriptions-1.12.2-1.1.20.jar     | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | enderstorage        | 2.4.6.137                | EnderStorage-1.12.2-2.4.6.137-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | extbonemeal         | 1.0                      | extbonemeal_1.12-1.0.jar                      | None                                     |
| LCHIJA | fastfurnace         | 1.3.1                    | FastFurnace-1.12.2-1.3.1.jar                  | None                                     |
| LCHIJA | foamfix             | 0.10.14-1.12.2           | foamfix-0.10.14-1.12.2.jar                    | None                                     |
| LCHIJA | forgelin            | 1.8.4                    | Forgelin-1.8.4.jar                            | None                                     |
| LCHIJA | fpsreducer          | mc1.12.2-1.20            | FpsReducer-mc1.12.2-1.20.jar                  | None                                     |
| LCHIJA | friendlyendermite   | 1.0                      | FriendlyEndermite_v1.0.1_mc1.12.2.jar         | None                                     |
| LCHIJA | globalgamerules     | 2.2                      | GlobalGameRules-1.12.2-2.2.7.jar              | None                                     |
| LCHIJA | waila               | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                   | None                                     |
| LCHIJA | ichunutil           | 7.2.2                    | iChunUtil-1.12.2-7.2.2.jar                    | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJA | inventoryhud        | 3.4.0                    | InventoryHUD-1.12.2.forge-3.4.1.jar           | None                                     |
| LCHIJA | inventorytweaks     | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                      | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCHIJA | jrftl               | 1.1                      | JRFTL[1.12.2]-1.1.jar                         | None                                     |
| LCHIJA | jeresources         | 0.9.2.60                 | JustEnoughResources-1.12.2-0.9.2.60.jar       | None                                     |
| LCHIJA | mooshroomspawn      | 1.0                      | mooshroomspawn_1.12-1.0.jar                   | None                                     |
| LCHIJA | multimine           | 1.6.2                    | MultiMine-1.12.2.jar                          | None                                     |
| LCHIJA | naturescompass      | 1.8.5                    | NaturesCompass-1.12.2-1.8.5.jar               | None                                     |
| LCHIJA | neat                | 1.4-17                   | Neat 1.4-17.jar                               | None                                     |
| LCHIJA | overpoweredarmorbar | @VERSION@                | overloadedarmorbar-1.0.4g.jar                 | None                                     |
| LCHIJA | particleculling     | v1.3                     | particleculling-1.12.2-v1.3.1.jar             | None                                     |
| LCHIJA | placeableitems      | 3.3                      | placeableitems-3.3.jar                        | None                                     |
| LCHIJA | roguelike           | 2.4.1                    | RoguelikeDungeonsFnarEdition-1.12.2-2.4.1.jar | None                                     |
| LCHIJA | silentlib           | 3.0.13                   | SilentLib-1.12.2-3.0.14+168.jar               | None                                     |
| LCHIJA | thaumcraft          | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar              | None                                     |
| LCHIJA | spartanshields      | 1.5.4                    | SpartanShields-1.12.2-1.5.4.jar               | None                                     |
| LCHIJA | spawner-locator     | 1.0.5                    | Spawner-Locator-1.12.2-1.0.5.jar              | None                                     |
| LCHIJA | stg                 | 1.12.2-1.2.3             | stg-1.12.2-1.2.3.jar                          | None                                     |
| LCHIJA | surge               | 2.0.77                   | Surge-1.12.2-2.0.77.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | texfix              | 4.0                      | TexFix+V-1.12-4.0.jar                         | None                                     |
| LCHIJA | tcinventoryscan     | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar    | None                                     |
| LCHIJA | thaumicjei          | 1.6.0                    | ThaumicJEI-1.12.2-1.6.0-27.jar                | None                                     |
| LCHIJA | torchslabmod        | v1.5.2                   | torchslabmod-1.12.2-v1.5.2.jar                | None                                     |
| LCHIJA | toughnessbar        | @VERSION@                | toughnessbar-2.4.jar                          | None                                     |
| LCHIJA | travelersbackpack   | 1.0.35                   | TravelersBackpack-1.12.2-1.0.35.jar           | None                                     |
| LCHIJA | wawla               | 2.6.275                  | Wawla-1.12.2-2.6.275.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | waystones           | 4.1.0                    | Waystones_1.12.2-4.1.0.jar                    | None                                     |
| LCHIJA | orelib              | 3.6.0.1                  | OreLib-1.12.2-3.6.0.1.jar                     | 7a2128d395ad96ceb9d9030fbd41d035b435753a |

Loaded coremods (and transformers): 

ForgelinPlugin (Forgelin-1.8.4.jar)

ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.3.1.jar)

ItemPatchingLoader (ItemPhysic_Full_1.4.37_mc1.12.2.jar)
com.creativemd.itemphysic.ItemTransformer
OTGCorePlugin (OTG-Core.jar)
com.pg85.otg.forge.asm.excluded.OTGClassTransformer
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.14-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
CreativePatchingLoader (CreativeCore_v1.10.34_mc1.12.2.jar)

IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
net.crazysnailboy.mods.infinimend.asm.IMClassTransformer
EntityCullingPlugin (EntityCulling-1.12.2-4.2.5.jar)
meldexun.entityculling.asm.EntityCullingClassTransformer
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
c4.colytra.asm.ElytraTransformer
BetterSprintingCore (BetterSprinting-1.12.2-v3.0.1.jar)
chylex.bettersprinting.system.core.TransformerEntityPlayerSP
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
MixinLoader (BedBreakBegone-1.0.0.jar)

MMFMLCorePlugin (MultiMine-1.12.2.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)

IvToolkit (IvToolkit-1.3.3-1.12.jar)

LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_G6_pre1
OptiFine Build: 20210323-161358
Render Distance Chunks: 5
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.3 (Compatibility Profile) Mesa 21.2.1 (git-c403646518)
OpenGlRenderer: virgl
OpenGlVendor: Mesa/X.org
CpuCount: 8

Steps To Reproduce

I don't know what to do i play my world for 4 days now:(

Expected Behavior

Hope to fix this

Platform

- Device model: Asus M1 max
- CPU architecture: idk what this is
- Android version: 8
- PojavLauncher version: the beta profile 2

Anything else?

---- Minecraft Crash Report ----

WARNING: coremods are present:
ForgelinPlugin (Forgelin-1.8.4.jar)
ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.3.1.jar)
ItemPatchingLoader (ItemPhysic_Full_1.4.37_mc1.12.2.jar)
OTGCorePlugin (OTG-Core.jar)
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.14-1.12.2.jar)
CreativePatchingLoader (CreativeCore_v1.10.34_mc1.12.2.jar)
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
EntityCullingPlugin (EntityCulling-1.12.2-4.2.5.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
BetterSprintingCore (BetterSprinting-1.12.2-v3.0.1.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
MixinLoader (BedBreakBegone-1.0.0.jar)
MMFMLCorePlugin (MultiMine-1.12.2.jar)
SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 2/28/22 11:11 PM
Description: Loading NBT data

java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at java.io.DataInputStream.readFully(DataInputStream.java:195)
at java.io.DataInputStream.readUTF(DataInputStream.java:609)
at java.io.DataInputStream.readUTF(DataInputStream.java:564)
at net.minecraft.nbt.NBTTagCompound.func_152448_b(NBTTagCompound.java:487)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:56)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:497)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:58)
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:133)
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:88)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:83)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:89)
at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:210)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:233)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)

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

-- Head --
Thread: Server thread
Stacktrace:
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at java.io.DataInputStream.readFully(DataInputStream.java:195)
at java.io.DataInputStream.readUTF(DataInputStream.java:609)
at java.io.DataInputStream.readUTF(DataInputStream.java:564)
at net.minecraft.nbt.NBTTagCompound.func_152448_b(NBTTagCompound.java:487)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:56)

-- NBT Tag --
Details:
Tag name: Level
Tag type: 10
Stacktrace:
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:497)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:58)
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:133)
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:88)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:83)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:89)
at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:210)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:233)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (aarch64) version Android-8.0.0
Java Version: 1.8.0-internal, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 387082512 bytes (369 MB) / 936378368 bytes (893 MB) up to 936378368 bytes (893 MB)
JVM Flags: 3 total; -Xms936M -Xmx936M -Xbootclasspath/p:/storage/emulated/0/games/PojavLauncher/caciocavallo/ResConfHack.jar:/storage/emulated/0/games/PojavLauncher/caciocavallo/cacio-androidnw-1.10-SNAPSHOT.jar:/storage/emulated/0/games/PojavLauncher/caciocavallo/cacio-shared-1.10-SNAPSHOT.jar
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G6_pre1 73 mods loaded, 73 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.2860.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge               | 14.23.5.2860             | forge-1.12.2-14.23.5.2860.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | creativecoredummy   | 1.0.0                    | minecraft.jar                                 | None                                     |
| LCHIJA | entity_culling      | 4.2.5                    | minecraft.jar                                 | None                                     |
| LCHIJA | infinimend          | 1.0.2                    | minecraft.jar                                 | None                                     |
| LCHIJA | itemphysic          | 1.4.0                    | minecraft.jar                                 | None                                     |
| LCHIJA | ivtoolkit           | 1.3.3-1.12               | minecraft.jar                                 | None                                     |
| LCHIJA | otgcore             | 1.12.2 - v9.0            | minecraft.jar                                 | None                                     |
| LCHIJA | foamfixcore         | 7.7.4                    | minecraft.jar                                 | None                                     |
| LCHIJA | aiimprovements      | 0.0.1.3                  | AIImprovements-1.12-0.0.1b3.jar               | None                                     |
| LCHIJA | aireducer           | 0.3.0                    | AIReducer-1.12.2-0.3.0.jar                    | None                                     |
| LCHIJA | anvilpatch          | 1.1.0                    | anvilpatch-1.1.0.jar                          | None                                     |
| LCHIJA | jei                 | 4.16.1.302               | jei_1.12.2-4.16.1.302.jar                     | None                                     |
| LCHIJA | appleskin           | 1.0.14                   | AppleSkin-mc1.12-1.0.14.jar                   | None                                     |
| LCHIJA | attributefix        | 1.0.4                    | AttributeFix-1.12.2-1.0.4.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | baubles             | 1.5.2                    | Baubles-1.12-1.5.2.jar                        | None                                     |
| LCHIJA | bedbreakbegone      | 1.0.0                    | BedBreakBegone-1.0.0.jar                      | None                                     |
| LCHIJA | betterburning       | 0.9.2                    | BetterBurning-1.12.2-0.9.2.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | bettercombatmod     | 1.5.6                    | BetterCombat-1.12.2-1.5.6.jar                 | None                                     |
| LCHIJA | bettersprinting     | 3.0.1                    | BetterSprinting-1.12.2-v3.0.1.jar             | None                                     |
| LCHIJA | bookworm            | 1.12.2-2.5.2.1           | bookworm-1.12.2-2.5.2.1.jar                   | None                                     |
| LCHIJA | byx                 | 1.0                      | byx_1.12-1.0.jar                              | None                                     |
| LCHIJA | chunkanimator       | 1.2                      | ChunkAnimator-MC1.12-1.2.jar                  | None                                     |
| LCHIJA | clienttweaks        | 3.1.11                   | ClientTweaks_1.12.2-3.1.11.jar                | None                                     |
| LCHIJA | clumps              | 3.1.2                    | Clumps-3.1.2.jar                              | None                                     |
| LCHIJA | codechickenlib      | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | colytra             | 1.2.0.4                  | colytra-1.12.2-1.2.0.4.jar                    | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LCHIJA | controlling         | 3.0.8                    | Controlling-3.0.8.jar                         | None                                     |
| LCHIJA | corpse              | 1.12.2-1.0.8             | corpse-1.12.2-1.0.8.jar                       | None                                     |
| LCHIJA | craftingtweaks      | 8.1.9                    | CraftingTweaks_1.12.2-8.1.9.jar               | None                                     |
| LCHIJA | creativecore        | 1.10.0                   | CreativeCore_v1.10.34_mc1.12.2.jar            | None                                     |
| LCHIJA | craftable_nametags  | 1.0.0                    | crftblnmtg1.12.2.jar                          | None                                     |
| LCHIJA | disenchanter        | 1.8                      | disenchanter[1.12]1.8.jar                     | None                                     |
| LCHIJA | enchdesc            | 1.1.20                   | EnchantmentDescriptions-1.12.2-1.1.20.jar     | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | enderstorage        | 2.4.6.137                | EnderStorage-1.12.2-2.4.6.137-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | extbonemeal         | 1.0                      | extbonemeal_1.12-1.0.jar                      | None                                     |
| LCHIJA | fastfurnace         | 1.3.1                    | FastFurnace-1.12.2-1.3.1.jar                  | None                                     |
| LCHIJA | foamfix             | 0.10.14-1.12.2           | foamfix-0.10.14-1.12.2.jar                    | None                                     |
| LCHIJA | forgelin            | 1.8.4                    | Forgelin-1.8.4.jar                            | None                                     |
| LCHIJA | fpsreducer          | mc1.12.2-1.20            | FpsReducer-mc1.12.2-1.20.jar                  | None                                     |
| LCHIJA | friendlyendermite   | 1.0                      | FriendlyEndermite_v1.0.1_mc1.12.2.jar         | None                                     |
| LCHIJA | globalgamerules     | 2.2                      | GlobalGameRules-1.12.2-2.2.7.jar              | None                                     |
| LCHIJA | waila               | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                   | None                                     |
| LCHIJA | ichunutil           | 7.2.2                    | iChunUtil-1.12.2-7.2.2.jar                    | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJA | inventoryhud        | 3.4.0                    | InventoryHUD-1.12.2.forge-3.4.1.jar           | None                                     |
| LCHIJA | inventorytweaks     | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                      | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCHIJA | jrftl               | 1.1                      | JRFTL[1.12.2]-1.1.jar                         | None                                     |
| LCHIJA | jeresources         | 0.9.2.60                 | JustEnoughResources-1.12.2-0.9.2.60.jar       | None                                     |
| LCHIJA | mooshroomspawn      | 1.0                      | mooshroomspawn_1.12-1.0.jar                   | None                                     |
| LCHIJA | multimine           | 1.6.2                    | MultiMine-1.12.2.jar                          | None                                     |
| LCHIJA | naturescompass      | 1.8.5                    | NaturesCompass-1.12.2-1.8.5.jar               | None                                     |
| LCHIJA | neat                | 1.4-17                   | Neat 1.4-17.jar                               | None                                     |
| LCHIJA | overpoweredarmorbar | @VERSION@                | overloadedarmorbar-1.0.4g.jar                 | None                                     |
| LCHIJA | particleculling     | v1.3                     | particleculling-1.12.2-v1.3.1.jar             | None                                     |
| LCHIJA | placeableitems      | 3.3                      | placeableitems-3.3.jar                        | None                                     |
| LCHIJA | roguelike           | 2.4.1                    | RoguelikeDungeonsFnarEdition-1.12.2-2.4.1.jar | None                                     |
| LCHIJA | silentlib           | 3.0.13                   | SilentLib-1.12.2-3.0.14+168.jar               | None                                     |
| LCHIJA | thaumcraft          | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar              | None                                     |
| LCHIJA | spartanshields      | 1.5.4                    | SpartanShields-1.12.2-1.5.4.jar               | None                                     |
| LCHIJA | spawner-locator     | 1.0.5                    | Spawner-Locator-1.12.2-1.0.5.jar              | None                                     |
| LCHIJA | stg                 | 1.12.2-1.2.3             | stg-1.12.2-1.2.3.jar                          | None                                     |
| LCHIJA | surge               | 2.0.77                   | Surge-1.12.2-2.0.77.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | texfix              | 4.0                      | TexFix+V-1.12-4.0.jar                         | None                                     |
| LCHIJA | tcinventoryscan     | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar    | None                                     |
| LCHIJA | thaumicjei          | 1.6.0                    | ThaumicJEI-1.12.2-1.6.0-27.jar                | None                                     |
| LCHIJA | torchslabmod        | v1.5.2                   | torchslabmod-1.12.2-v1.5.2.jar                | None                                     |
| LCHIJA | toughnessbar        | @VERSION@                | toughnessbar-2.4.jar                          | None                                     |
| LCHIJA | travelersbackpack   | 1.0.35                   | TravelersBackpack-1.12.2-1.0.35.jar           | None                                     |
| LCHIJA | wawla               | 2.6.275                  | Wawla-1.12.2-2.6.275.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | waystones           | 4.1.0                    | Waystones_1.12.2-4.1.0.jar                    | None                                     |
| LCHIJA | orelib              | 3.6.0.1                  | OreLib-1.12.2-3.6.0.1.jar                     | 7a2128d395ad96ceb9d9030fbd41d035b435753a |

Loaded coremods (and transformers): 

ForgelinPlugin (Forgelin-1.8.4.jar)

ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.3.1.jar)

ItemPatchingLoader (ItemPhysic_Full_1.4.37_mc1.12.2.jar)
com.creativemd.itemphysic.ItemTransformer
OTGCorePlugin (OTG-Core.jar)
com.pg85.otg.forge.asm.excluded.OTGClassTransformer
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.14-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
CreativePatchingLoader (CreativeCore_v1.10.34_mc1.12.2.jar)

IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
net.crazysnailboy.mods.infinimend.asm.IMClassTransformer
EntityCullingPlugin (EntityCulling-1.12.2-4.2.5.jar)
meldexun.entityculling.asm.EntityCullingClassTransformer
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
c4.colytra.asm.ElytraTransformer
BetterSprintingCore (BetterSprinting-1.12.2-v3.0.1.jar)
chylex.bettersprinting.system.core.TransformerEntityPlayerSP
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
MixinLoader (BedBreakBegone-1.0.0.jar)

MMFMLCorePlugin (MultiMine-1.12.2.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)

IvToolkit (IvToolkit-1.3.3-1.12.jar)

LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_G6_pre1
OptiFine Build: 20210323-161358
Render Distance Chunks: 5
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.3 (Compatibility Profile) Mesa 21.2.1 (git-c403646518)
OpenGlRenderer: virgl
OpenGlVendor: Mesa/X.org
CpuCount: 8

@Ghost085444 Ghost085444 added the bug Something isn't working label Feb 28, 2022
@Ghost085444
Copy link
Author

I hope someone can fix it i play a lot in my world if it will not fix i will be sad:(

@khanhduytran0
Copy link
Member

The world data might have corrupted. Also, please

  • send latestlog.txt
  • verify your game ownership

@Mathias-Boulay
Copy link
Contributor

#1948

@Ghost085444
Copy link
Author

Ghost085444 commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants