Skip to content

Instantly share code, notes, and snippets.

@modmuss50
Created November 1, 2017 23:08
Show Gist options
  • Save modmuss50/25fb0e2147f49219b370766d5f22a87c to your computer and use it in GitHub Desktop.
Save modmuss50/25fb0e2147f49219b370766d5f22a87c to your computer and use it in GitHub Desktop.
GNU nano 2.2.6 File: crash-2017-11-01_19.01.02-server.txt
---- Minecraft Crash Report ----
WARNING: coremods are present:
ForgelinPlugin (Forgelin-1.5.1.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-74-core.jar)
mysttmtgravitymod (UpAndDownAndAllAround-1.12.2-2.8.0.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
btmtweaksloading (btmtweaks-0.0.4-universal.jar)
LoadingPlugin (sampler-1.73.jar)
TransformerLoader (OpenComputers-MC1.12.1-1.7.0.20.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.1-1.12-anarchy.jar)
LoadingPlugin (Quark-r1.3-114.jar)
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.b128.jar)
CharsetPatchCore (CharsetPatches-0.1.0.jar)
llibrary (llibrary-1.7.7-1.12.2.jar)
LibrarianLib Plugin (librarianlib-4.0.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.0.8.jar)
Contact their authors BEFORE contacting forge
// Oops.
Time: 11/1/17 7:01 PM
Description: Exception ticking world
java.lang.NoSuchMethodError: net.minecraft.world.biome.Biome.func_185359_l()Ljava/lang/String;
at de.canitzp.carz.gen.WorldGenRubberTree.generateAt(WorldGenRubberTree.java:45)
at de.canitzp.carz.gen.WorldGenRubberTree.generate(WorldGenRubberTree.java:40)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1016)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:987)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:754)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at de.canitzp.carz.gen.WorldGenRubberTree.generateAt(WorldGenRubberTree.java:45)
at de.canitzp.carz.gen.WorldGenRubberTree.generate(WorldGenRubberTree.java:40)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1016)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:987)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
-- Affected level --
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['Mantes'/341, l='world', x=-123.61, y=202.10, z=155.69]]
Chunk stats: ServerChunkCache: 36 Drop: 0
Level seed: -9055263401075442317
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text ^T To Spell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment