Skip to content

Instantly share code, notes, and snippets.

@primetoxinz
Created April 23, 2018 22:28
Show Gist options
  • Save primetoxinz/d3a8e0b80e487bcb3b3f3134d84d92b3 to your computer and use it in GitHub Desktop.
Save primetoxinz/d3a8e0b80e487bcb3b3f3134d84d92b3 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
SSLoadingPlugin (SereneSeasons-1.12.2-1.1.2-universal.jar)
LoadingPlugin (HardcoreBuoy-1.12-1.0.2.jar)
No More Glowing Pots (nomoreglowingpots-1.0.jar)
LoadingPlugin (Quark-r1.4-123.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.7-1.12.2-anarchy.jar)
Contact their authors BEFORE contacting forge
// Hey, that tickles! Hehehe!
Time: 4/23/18 6:25 PM
Description: Ticking entity
java.lang.IllegalArgumentException: Cannot get property PropertyEnum{name=variant, clazz=class biomesoplenty.common.block.BlockBOPGrass$BOPGrassType, values=[spectral_moss, overgrown_stone, loamy, sandy, silty, origin, overgrown_netherrack, daisy, mycelial_netherrack]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:209)
at biomesoplenty.common.block.BlockBOPGrass.getExplosionResistance(BlockBOPGrass.java:203)
at betterwithaddons.entity.EntityGreatarrow.func_184549_a(EntityGreatarrow.java:107)
at net.minecraft.entity.projectile.EntityArrow.func_70071_h_(EntityArrow.java:267)
at betterwithaddons.entity.EntityGreatarrow.func_70071_h_(EntityGreatarrow.java:72)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1952)
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
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 net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:209)
at biomesoplenty.common.block.BlockBOPGrass.getExplosionResistance(BlockBOPGrass.java:203)
at betterwithaddons.entity.EntityGreatarrow.func_184549_a(EntityGreatarrow.java:107)
at net.minecraft.entity.projectile.EntityArrow.func_70071_h_(EntityArrow.java:267)
at betterwithaddons.entity.EntityGreatarrow.func_70071_h_(EntityGreatarrow.java:72)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1952)
-- Entity being ticked --
Details:
Entity Type: betterwithaddons:greatarrow (betterwithaddons.entity.EntityGreatarrow)
Entity ID: 1298
Entity Name: entity.greatarrow.name
Entity's Exact location: 10579.39, 65.34, -7926.99
Entity's Block location: World: (10579,65,-7927), Chunk: (at 3,4,9 in 661,-496; contains blocks 10576,0,-7936 to 10591,255,-7921), Region: (20,-16; contains chunks 640,-512 to 671,-481, blocks 10240,0,-8192 to 10751,255,-7681)
Entity's Momentum: 0.89, -0.83, 2.43
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
-- Affected level --
Details:
Level name: New World
All players: 1 total; [EntityPlayerMP['TheMyon'/1167, l='New World', x=10567.98, y=70.37, z=-7958.07]]
Chunk stats: ServerChunkCache: 701 Drop: 260
Level seed: -881131378985041660
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
Level generator options: {"landScheme":"vanilla","tempScheme":"small_zones","rainScheme":"small_zones","biomeSize":"medium","amplitude":1.0,"generateBopOre":true,"generateRockFormations":true,"generatePoisonIvy":false,"generateBerryBushes":true,"generateThorns":true,"generateQuicksand":true,"generateLiquidPoison":false,"generateHotSprings":true,"generateNetherHives":true,"generateEndFeatures":true,"mainNoiseScaleX":80.0,"mainNoiseScaleY":160.0,"mainNoiseScaleZ":80.0,"coordinateScale":684.412,"heightScale":684.412,"upperLimitScale":512.0,"lowerLimitScale":512.0}
Level spawn location: World: (216,64,256), Chunk: (at 8,4,0 in 13,16; contains blocks 208,0,256 to 223,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 68458 game time, 68458 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Thread.java:748)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 4.15.12-1-ARCH
Java Version: 1.8.0_162, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 327578144 bytes (312 MB) / 784740352 bytes (748 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 5 total; -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
FML: MCP 9.42 Powered by Forge 14.23.3.2671 Optifine OptiFine_1.12.2_HD_U_D1 36 mods loaded, 36 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 |
|:--------- |:-------------------- |:--------------- |:--------------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.3.2671.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.3.2671 | forge-1.12.2-14.23.3.2671.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | foamfixcore | 7.7.4 | minecraft.jar | None |
| UCHIJAAAA | astikoor | 1.0.0 | astikoor-1.0.0.jar | None |
| UCHIJAAAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
| UCHIJAAAA | betterwithmods | ${version} | BetterWithMods-1.12-2.1.11.jar | None |
| UCHIJAAAA | quark | r1.4-123 | Quark-r1.4-123.jar | None |
| UCHIJAAAA | autoreglib | 1.3-16 | AutoRegLib-1.3-16.jar | None |
| UCHIJAAAA | betterwithaddons | @VERSION@ | Better+With+Addons-0.39hotfix2.jar | None |
| UCHIJAAAA | miscrails | 1.0.0 | Better-Railroads-1.0.0.jar | None |
| UCHIJAAAA | betterthanmending | 1.1.1 | BetterThanMending-1.1.1.jar | None |
| UCHIJAAAA | biomesoplenty | 7.0.1.2361 | BiomesOPlenty-1.12.2-7.0.1.2361-universal.jar | None |
| UCHIJAAAA | debarkedlogs | ${version} | Debarked+Logs-1.0.5-1.12.jar | None |
| UCHIJAAAA | extraalchemy | 0.3.8.4-release | extraalchemy-0.3.8.4-release.jar | None |
| UCHIJAAAA | familiarfauna | 1.0.4 | FamiliarFauna-1.12.2-1.0.4.jar | None |
| UCHIJAAAA | foamfix | 0.9.7-1.12.2 | foamfix-0.9.7-1.12.2-anarchy.jar | None |
| UCHIJAAAA | jei | 4.9.0.163 | jei_1.12.2-4.9.0.163.jar | None |
| UCHIJAAAA | ftblib | 5.0.2.10 | FTBLib-5.0.2.10.jar | None |
| UCHIJAAAA | hardcorebuoy | ${version} | HardcoreBuoy-1.12-1.0.2.jar | None |
| UCHIJAAAA | hopperducts | 1.5 | hopperducts-mc1.12-1.5.jar | None |
| UCHIJAAAA | inspirations | 1.12.2-0.1.3 | Inspirations-1.12.2-0.1.3.jar | None |
| UCHIJAAAA | jarm | 1.1.1 | Just+A+Raft+Mod-1.1.1.jar | None |
| UCHIJAAAA | jeresources | 0.8.5.27 | JustEnoughResources-1.12.2-0.8.5.27.jar | None |
| UCHIJAAAA | naturalnetherportals | 1.2.0 | naturalnetherportals-1.2.0-mc1.12.x.jar | None |
| UCHIJAAAA | neat | 1.4-15 | Neat+1.4-15.jar | None |
| UCHIJAAAA | nethergoldore | 1.1.2 | nethergoldore-1.1.2-mc1.12.x.jar | None |
| UCHIJAAAA | oreberries | 0.4.0 | oreberries-1.12.x-0.4.0.jar | None |
| UCHIJAAAA | primitivemobs | 1.1.6 | primitivemobs-1.1.6_beta.jar | None |
| UCHIJAAAA | sereneseasons | 1.1.2 | SereneSeasons-1.12.2-1.1.2-universal.jar | None |
| UCHIJAAAA | storageboats | 3.1 | StorageBoats-3.2.jar | None |
| UCHIJAAAA | waddles | 0.6.0 | Waddles-1.12.2-0.6.0.jar | None |
| UCHIJAAAA | wearablebackpacks | 3.1.2 | WearableBackpacks-1.12.2-3.1.2.jar | None |
| UCHIJAAAA | yabba | 1.1.2.5 | YABBA-1.1.2.5.jar | None |
| UCHIJAAAA | gravelores | 1.8 | gravelores-1.8.jar | None |
Loaded coremods (and transformers):
SSLoadingPlugin (SereneSeasons-1.12.2-1.1.2-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
LoadingPlugin (HardcoreBuoy-1.12-1.0.2.jar)
betterwithmods.core.ClassTransformer
No More Glowing Pots (nomoreglowingpots-1.0.jar)
zabi.minecraft.nomoreglowingpots.PotionTransformer
LoadingPlugin (Quark-r1.4-123.jar)
vazkii.quark.base.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.7-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Pulsar/inspirations loaded Pulses:
- InspirationsShared (Enabled/Forced)
- InspirationsBuilding (Enabled/Not Forced)
- InspirationsUtility (Enabled/Not Forced)
- InspirationsRecipes (Enabled/Not Forced)
- InspirationsTweaks (Enabled/Not Forced)
- InspirationsShared (Enabled/Forced)
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['TheMyon'/1167, l='New World', x=10567.98, y=70.37, z=-7958.07]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_D1
OptiFine Build: 20180323-135452
Render Distance Chunks: 6
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 3.0 Mesa 17.3.7
OpenGlRenderer: AMD ARUBA (DRM 2.50.0 / 4.15.12-1-ARCH, LLVM 6.0.0)
OpenGlVendor: X.Org
CpuCount: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment