No idea whats causing it but from the error it sounded like an issue with either FN or thaumcraft or both. no idea how to fix this. This happened twice in a cherry blossom biome, both at random times.
java.lang.NullPointerException: Ticking block entity
at ForgottenNature.Handlers.BreakBlockHandler.harvestBlock(BreakBlockHandler.java:70)
at ForgottenNature.Handlers.BreakBlockHandler.onEvent(BreakBlockHandler.java:58)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_970_BreakBlockHandler_onEvent_HarvestDropsEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.event.ForgeEventFactory.fireBlockHarvesting(ForgeEventFactory.java:155)
at net.minecraft.block.Block.func_149690_a(Block.java:656)
at net.minecraft.block.Block.func_149697_b(Block.java:648)
at net.minecraft.world.World.func_147480_a(World.java:591)
at thaumcraft.common.tiles.TileNode.handleHungryNodeSecond(TileNode.java:933)
at thaumcraft.common.tiles.TileNode.func_145845_h(TileNode.java:123)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at ForgottenNature.Handlers.BreakBlockHandler.harvestBlock(BreakBlockHandler.java:70)
at ForgottenNature.Handlers.BreakBlockHandler.onEvent(BreakBlockHandler.java:58)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_970_BreakBlockHandler_onEvent_HarvestDropsEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.event.ForgeEventFactory.fireBlockHarvesting(ForgeEventFactory.java:155)
at net.minecraft.block.Block.func_149690_a(Block.java:656)
at net.minecraft.block.Block.func_149697_b(Block.java:648)
at net.minecraft.world.World.func_147480_a(World.java:591)
at thaumcraft.common.tiles.TileNode.handleHungryNodeSecond(TileNode.java:933)
at thaumcraft.common.tiles.TileNode.func_145845_h(TileNode.java:123)
-- Block entity being ticked --
Details:
Name: TileNode // thaumcraft.common.tiles.TileNode
Block type: ID #482 (tile.blockAiry // thaumcraft.common.blocks.BlockAiry)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-986,93,-744), Chunk: (at 6,5,8 in -62,-47; contains blocks -992,0,-752 to -977,255,-737), Region: (-2,-2; contains chunks -64,-64 to -33,-33, blocks -1024,0,-1024 to -513,255,-513)
Actual block type: ID #482 (tile.blockAiry // thaumcraft.common.blocks.BlockAiry)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: ;kjasdrghk;adfhdgkjwrf
All players: 1 total; [GCEntityPlayerMP['TheLordofNyrin'/291, l=';kjasdrghk;adfhdgkjwrf', x=-1122.81, y=90.52, z=-846.83]]
Chunk stats: ServerChunkCache: 887 Drop: 0
Level seed: -4957618522713692298
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-90,64,116), Chunk: (at 6,4,4 in -6,7; contains blocks -96,0,112 to -81,255,127), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 13359 game time, 13359 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 127775 (now: false), thunder time: 74933 (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:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
No idea whats causing it but from the error it sounded like an issue with either FN or thaumcraft or both. no idea how to fix this. This happened twice in a cherry blossom biome, both at random times.
FN modifies the drop events of stone and sandstone. If Thaum craft does this as well, that may be a problem. Shouldn't be localized to a specific biome though... I'll take a look later this evening.
reading over this error again i wonder if it had to do with a hungry node spawning in that specific biome and it makes me wonder if sinster nodes from thaumcraft are incompatable with something in FN. -shrug- this is beyond me and i have no idea why thaumcraft nodes would cause a crash from conflicting with FN's drop events.
i would report this to the owner of thaumcraft as well if anyone else has this issue too.
reading over this error again i wonder if it had to do with a hungry node spawning in that specific biome and it makes me wonder if sinster nodes from thaumcraft are incompatable with something in FN. -shrug- this is beyond me and i have no idea why thaumcraft nodes would cause a crash from conflicting with FN's drop events.
i would report this to the owner of thaumcraft as well if anyone else has this issue too.
Have you used the latest version of FN? It's been updated. If so, is it the same crash report error?
BTW, I found that it wasn't a drop event bug. It's a bug with a log block breaking with no player nearby. It shouldn't be doing that any longer.
Nightshade is back? Where have I been? Will be nice having the mod back, since the EBXL Team said they were going to integrate it back in 1.4 but that never happened.
I would've shown up sooner but i only saw it in the patch notes of RTG
Nightshade is back? Where have I been? Will be nice having the mod back, since the EBXL Team said they were going to integrate it back in 1.4 but that never happened.
I would've shown up sooner but i only saw it in the patch notes of RTG
I know that maybe sounds a bit weird, but do you still have versions of LCTrees for MC 1.2.5 somewhere on your HDD? The mod topic sadly just has the 1.3.2 version. Or didn't I remember correctly and there never was a 1.2.5 version? Also the dropbox link to the 1.4.7 version (ForgottenNature 1.2.2) is broken. I am currently reassembling old server worlds and try to get the mods. ForgottenNature is the last on my list, so it would be awesome if you can help out
Sorry Jhary,
I only have one version which is the only one linked on the LCTrees OP.
MrFibre retired from modding, and the current team that is holding EXBL is a bit less than confident in what they're doing. Their textures don't even hold consistency with vanilla MC styles anymore, and EBXL 4 never happened. Its still v3.16
Also, Nightshade, I can only deduce this to be on your end. Logs that are rotated out of their normal orientation are dropping as "Oak Log" with their orientation intact in item form. These logs cannot be used for crafting, and have to be replaced in upright orientation to be usable.
Also, Nightshade, I can only deduce this to be on your end. Logs that are rotated out of their normal orientation are dropping as "Oak Log" with their orientation intact in item form. These logs cannot be used for crafting, and have to be replaced in upright orientation to be usable.
May we use this in our MODPACK?
Owner of The Dread Life Pack , a mod maker for PC and Pocket Edition, and creator of the MoreFoodMod for PE!
Put your spoiler
[05:03:09] [NEI Item Loading/ERROR] [NotEnoughItems]: Ommiting ForgottenNature.Items.ItemNewHalfPlanks2@1838338b:7 ItemNewHalfPlanks2
java.lang.ArrayIndexOutOfBoundsException: 7
at ForgottenNature.Blocks.BlockNewHalfPlanks2.func_149691_a(BlockNewHalfPlanks2.java:55) ~[BlockNewHalfPlanks2.class:?]
at ForgottenNature.Items.ItemNewHalfPlanks2.func_77617_a(ItemNewHalfPlanks2.java:48) ~[ItemNewHalfPlanks2.class:?]
at net.minecraft.item.Item.func_77650_f(Item.java:440) ~[adb.class:?]
at codechicken.nei.ItemList$1.damageSearch(ItemList.java:165) [ItemList$1.class:?]
at codechicken.nei.ItemList$1.execute(ItemList.java:206) [ItemList$1.class:?]
at codechicken.nei.RestartableTask$1.run(RestartableTask.java:24) [RestartableTask$1.class:?]
here.
Next update will address this as well as compatibility with RTG.
Sure
// Quite honestly, I wouldn't worry myself about that. Time: 2/23/16 3:05 PM
Description: Ticking block entity java.lang.NullPointerException: Ticking block entity
at ForgottenNature.Handlers.BreakBlockHandler.harvestBlock(BreakBlockHandler.java:70)
at ForgottenNature.Handlers.BreakBlockHandler.onEvent(BreakBlockHandler.java:58)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_970_BreakBlockHandler_onEvent_HarvestDropsEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.event.ForgeEventFactory.fireBlockHarvesting(ForgeEventFactory.java:155)
at net.minecraft.block.Block.func_149690_a(Block.java:656)
at net.minecraft.block.Block.func_149697_b(Block.java:648)
at net.minecraft.world.World.func_147480_a(World.java:591)
at thaumcraft.common.tiles.TileNode.handleHungryNodeSecond(TileNode.java:933)
at thaumcraft.common.tiles.TileNode.func_145845_h(TileNode.java:123)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) A detailed walkthrough of the error, its code path and all known details is as follows:
--------------------------------------------------------------------------------------- -- Head --
Stacktrace:
at ForgottenNature.Handlers.BreakBlockHandler.harvestBlock(BreakBlockHandler.java:70)
at ForgottenNature.Handlers.BreakBlockHandler.onEvent(BreakBlockHandler.java:58)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_970_BreakBlockHandler_onEvent_HarvestDropsEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.event.ForgeEventFactory.fireBlockHarvesting(ForgeEventFactory.java:155)
at net.minecraft.block.Block.func_149690_a(Block.java:656)
at net.minecraft.block.Block.func_149697_b(Block.java:648)
at net.minecraft.world.World.func_147480_a(World.java:591)
at thaumcraft.common.tiles.TileNode.handleHungryNodeSecond(TileNode.java:933)
at thaumcraft.common.tiles.TileNode.func_145845_h(TileNode.java:123) -- Block entity being ticked --
Details:
Name: TileNode // thaumcraft.common.tiles.TileNode
Block type: ID #482 (tile.blockAiry // thaumcraft.common.blocks.BlockAiry)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-986,93,-744), Chunk: (at 6,5,8 in -62,-47; contains blocks -992,0,-752 to -977,255,-737), Region: (-2,-2; contains chunks -64,-64 to -33,-33, blocks -1024,0,-1024 to -513,255,-513)
Actual block type: ID #482 (tile.blockAiry // thaumcraft.common.blocks.BlockAiry)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) -- Affected level --
Details:
Level name: ;kjasdrghk;adfhdgkjwrf
All players: 1 total; [GCEntityPlayerMP['TheLordofNyrin'/291, l=';kjasdrghk;adfhdgkjwrf', x=-1122.81, y=90.52, z=-846.83]]
Chunk stats: ServerChunkCache: 887 Drop: 0
Level seed: -4957618522713692298
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-90,64,116), Chunk: (at 6,4,4 in -6,7; contains blocks -96,0,112 to -81,255,127), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 13359 game time, 13359 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 127775 (now: false), thunder time: 74933 (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:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) -- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_75, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1131963128 bytes (1079 MB) / 3112472576 bytes (2968 MB) up to 4241293312 bytes (4044 MB)
JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:MaxPermSize=256m -Xmn512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 80, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 Optifine OptiFine_1.7.10_HD_U_D1 140 mods loaded, 140 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCHIJAAAA AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCHIJAAAA appliedenergistics2-core{rv3-beta-5} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA InfiniBows{1.3.0 build 20} [InfiniBows] (minecraft.jar)
UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAAAA OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA AnimationAPI{1.2.3} [AnimationAPI] (AnimationAPI-1.7.10-1.2.3.jar)
UCHIJAAAA arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCHIJAAAA IC2{2.2.814-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.814-experimental.jar)
UCHIJAAAA AdvancedMachines{1.1.6} [IC2 Advanced Machines Addon] (AdvancedMachinesAS-1.7.10.jar)
UCHIJAAAA antiidconflict{1.3.5} [Anti Id Conflict] (AntiIdConflict-LATEST-1.7.10.jar)
UCHIJAAAA appliedenergistics2{rv3-beta-5} [Applied Energistics 2] (appliedenergistics2-rv3-beta-5.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA arcanearteries{5} [Arcane Arteries] (ArcaneArteries0.7.2.jar)
UCHIJAAAA BiblioCraft{1.10.5} [BiblioCraft] (BiblioCraft[v1.10.5][MC1.7.10].jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1548-universal.jar)
UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJAAAA ExtrabiomesXL{3.16.4} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.4.jar)
UCHIJAAAA BiblioWoodsEBXL{1.4} [BiblioWoods ExtraBiomesXL Edition] (BiblioWoods[ExtraBiomesXL][v1.4].jar)
UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-11.jar)
UCHIJAAAA Botania{r1.7-208} [Botania] (Botania r1.7-208.jar)
UCHIJAAAA candycraftmod{Beta 1.3} [CandyCraft] (CandyCraft-1.3.jar)
UCHIJAAAA CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
UCHIJAAAA EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJAAAA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
UCHIJAAAA CompactSolars{4.4.39.315} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.39.315-universal.jar)
UCHIJAAAA ComputerCraft{1.74} [ComputerCraft] (ComputerCraft1.74.jar)
UCHIJAAAA BuildMod{v1.0} [Build Mod] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA CoroPets{v1.0} [CoroPets] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA CoroAI{v1.0} [CoroAI] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA customnpcs{1.7.10c} [CustomNpcs] (CustomNPCs_1.7.10c.jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA dimdoors{2.2.5-test} [Dimensional Doors] (DimensionalDoors-2.2.5-test8.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.442.jar)
UCHIJAAAA Mekanism{8.1.8} [Mekanism] (Mekanism-1.7.10-8.1.8.258.jar)
UCHIJAAAA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
UCHIJAAAA EnderStorage{1.4.7.33} [EnderStorage] (EnderStorage-1.7.10-1.4.7.33-universal.jar)
UCHIJAAAA eternalfrost{2.0b4} [Eternal Frost] (eternalfrost-2.0b6.jar)
UCHIJAAAA examplemod{1.0} [examplemod] (ExtraDoors-1.7.2-1.5.1.jar)
UCHIJAAAA extradoors{1.5.1} [Extra Doors] (ExtraDoors-1.7.2-1.5.1.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA ExtraUtilities{1.2.9} [Extra Utilities] (extrautilities-1.2.9.jar)
UCHIJAAAA Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft.jar)
UCHIJAAAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCHIJAAAA FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar)
UCHIJAAAA ForbiddenMagic{1.7.10-0.573} [Forbidden Magic] (Forbidden Magic-1.7.10-0.573.jar)
UCHIJAAAA ForgottenNature{1.6.7} [Forgotten Nature] (ForgottenNature_1.6.8.jar)
UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-5c.jar)
UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.442.jar)
UCHIJAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
UCHIJAAAA IC2NuclearControl{2.3.4a} [Nuclear Control 2] (IC2NuclearControl-2.3.4a.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA ImLookingAtBlood{1.1} [I'm Looking At Blood] (ImLookingAtBlood-1.7.2-1.1a.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA journeymap{5.1.3} [JourneyMap] (journeymap-1.7.10-5.1.3-unlimited.jar)
UCHIJAAAA MekanismGenerators{8.1.8} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.8.258.jar)
UCHIJAAAA MekanismTools{8.1.8} [MekanismTools] (MekanismTools-1.7.10-8.1.8.258.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA Mystcraft{0.12.3.01} [Mystcraft] (mystcraft-1.7.10-0.12.3.01.jar)
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar)
UCHIJAAAA ProjRed|Core{4.7.0pre8.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre8.92-Base.jar)
UCHIJAAAA ProjRed|Exploration{4.7.0pre8.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre8.92-World.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA numina{0.4.0.101} [Numina] (Numina-0.4.0.101.jar)
UCHIJAAAA powersuits{0.11.0.181} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.181.jar)
UCHIJAAAA Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
UCHIJAAAA cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCHIJAAAA NEIAddons{1.12.11.36} [NEI Addons] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.11.36} [NEI Addons: Developer Tools] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.11.36} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.11.36} [NEI Addons: Botany] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.11.36} [NEI Addons: Forestry] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.11.36} [NEI Addons: Crafting Tables] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.11.36} [NEI Addons: Ex Nihilo] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.0.12} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.12.jar)
UCHIJAAAA NotEnoughCodecs{0.3} [NotEnoughCodecs] (NotEnoughCodecs-1.7.10-0.3-snapshot-11.jar)
UCHIJAAAA notenoughkeys{@MOD_VERSION@} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar)
UCHIJAAAA OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
UCHIJAAAA OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
UCHIJAAAA OCS{1.7.5} [OpenCCSensors] (openccsensors-1.7.5.jar)
UCHIJAAAA OpenPeripheralCore{1.2} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.2.jar)
UCHIJAAAA OpenPeripheral{0.4} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.4.jar)
UCHIJAAAA OpenPeripheralIntegration{0.3} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.3.jar)
UCHIJAAAA ProjRed|Transmission{4.7.0pre8.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre8.92-Integration.jar)
UCHIJAAAA ProjRed|Compatibility{4.7.0pre8.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre8.92-Compat.jar)
UCHIJAAAA ProjRed|Integration{4.7.0pre8.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre8.92-Integration.jar)
UCHIJAAAA ProjRed|Illumination{4.7.0pre8.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre8.92-Lighting.jar)
UCHIJAAAA DP_SimpleFlight{0.8} [Simple Flight] (simpleflight-0.8.jar)
UCHIJAAAA soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar)
UCHIJAAAA TallDoors{0.5.1} [Tall Doors Mod] (TallDoors-1.7.10-0.5.2.jar)
UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-37.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHIJAAAA TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar)
UCHIJAAAA tropicraft{v6.0.5} [Tropicraft] (tropicraft-6.0.5.jar)
UCHIJAAAA WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
UCHIJAAAA weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCHIJAAAA weather2{v2.3.10} [Localized Weather & Storms] (weather2-2.3.10 for MC v1.7.10.jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA aobd{2.9.1} [Another One Bites The Dust] (AOBD-2.9.1.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
OpenModsLib class transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED],[map_gen_fix:FINISHED],[movement_callback:FINISHED],[stencil_patches:FINISHED]
Class transformer null safety: all safe
AE2 Version: beta rv3-beta-5 for Forge 10.13.4.1448
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
CoFHCore: -[1.7.10]3.0.3-303
MineFactoryReloaded: -[1.7.10]2.8.0-104
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.1.0-161
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BuildCraftCore:OFF, BuildCraftTransport:OFF, BuildCraftBuilder:OFF, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [GCEntityPlayerMP['TheLordofNyrin'/291, l=';kjasdrghk;adfhdgkjwrf', x=-1122.81, y=90.52, z=-846.83]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.7.10_HD_U_D1
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.5.0 NVIDIA 353.62
OpenGlRenderer: GeForce GTX 780/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 12
No idea whats causing it but from the error it sounded like an issue with either FN or thaumcraft or both. no idea how to fix this. This happened twice in a cherry blossom biome, both at random times.
FN modifies the drop events of stone and sandstone. If Thaum craft does this as well, that may be a problem. Shouldn't be localized to a specific biome though... I'll take a look later this evening.
Updated.
Added a couple things, but also fixed the last few bugs that were mentioned.
Check the change log for details.
-Edit: Forgot to mention that I fixed the link to the 64x64 textures. Didn't notice that until today...
reading over this error again i wonder if it had to do with a hungry node spawning in that specific biome and it makes me wonder if sinster nodes from thaumcraft are incompatable with something in FN. -shrug- this is beyond me and i have no idea why thaumcraft nodes would cause a crash from conflicting with FN's drop events.
i would report this to the owner of thaumcraft as well if anyone else has this issue too.
Have you used the latest version of FN? It's been updated. If so, is it the same crash report error?
BTW, I found that it wasn't a drop event bug. It's a bug with a log block breaking with no player nearby. It shouldn't be doing that any longer.
no i have not tried the new version as of yet though i will tomarrow. the error log i was looking at was from the previous update.
...
............
it's alive???
................
But.... But.... I remember..... when 1.3 came out...... it..... phphphhhhh.........
I think the planets aligned or something.
Here is banner what I created, I hope you like it:
Nightshade is back? Where have I been? Will be nice having the mod back, since the EBXL Team said they were going to integrate it back in 1.4 but that never happened.
I would've shown up sooner but i only saw it in the patch notes of RTG
Oh... I assumed they implemented it. O_o
Sorry Jhary,
I only have one version which is the only one linked on the LCTrees OP.
MrFibre retired from modding, and the current team that is holding EXBL is a bit less than confident in what they're doing. Their textures don't even hold consistency with vanilla MC styles anymore, and EBXL 4 never happened. Its still v3.16
Also, Nightshade, I can only deduce this to be on your end. Logs that are rotated out of their normal orientation are dropping as "Oak Log" with their orientation intact in item form. These logs cannot be used for crafting, and have to be replaced in upright orientation to be usable.
Does anybody use my banner?
oh.... derp. Yea, I'll have to fix that one.
Not that I know of.