-
Notifications
You must be signed in to change notification settings - Fork 14
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
should not be calling OpenGL in static models #37
Comments
This is NOT an issue related to this mod if it happen without the mod too, it should happen in vanilla 1.8.9+ too... Check your GPU drivers, or, if using Linux, be sure that's the laptop internal screen is on. ( On windows too sometimes, as I know you use Win 10. ) I couldn't find your Graphics cards model in the logs, I'm pretty sure it's only a driver misconfiguration. |
This is tinker's construct issue. Known issue. Has been reported before. Disable the tabletop render in Tinker's config until it is fixed, |
demfels wrote:
This is tinker's construct issue. Known issue. Has been reported before.
Disable the tabletop render in Tinker's config until it is fixed,
Actually it arguably is my fault. The issue is that for AC curved surfaces to
render properly, smooth shading needs to be turned on in OpenGL. The MC
rendering system doesn't seem to do that, and because of the way rendering is
mediated by models in 1.8 and later, there's no obvious place to do it myself.
My current solution is a hack -- I picked a method that I know will be called
before rendering an AC block and put a call to glShadeModel in it. The problem
is that it seems this method can sometimes be called for other reasons besides
rendering.
I'm open to suggestions on a better way of doing this. I need a hook that gets
called before rendering each frame that lets me modify the OpenGL state, but
that won't every be called on the server or any other situation where there
isn't a valid OpenGL context.
…--
Greg
|
---- Minecraft Crash Report ----
WARNING: coremods are present:
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.11.16-universal.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
Brandon's Core (BrandonsCore-1.10.2-2.1.10.122-universal.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.1-anarchy.jar)
CTMCorePlugin (CTM-MC1.10.2-0.2.1.21.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.2.2.jar)
IC2core (industrialcraft-2-2.6.252-ex110.jar)
AstralCore (astralsorcery-1.4.5.jar)
AppleCore (AppleCore-mc1.10.2-2.2.2.jar)
LoadingPlugin (DimensionRules-MC1.10.2-1.1.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.9.jar)
BlurPlugin (Blur-1.0.4-14.jar)
RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
Contact their authors BEFORE contacting forge
// Quite honestly, I wouldn't worry myself about that.
Time: 8/17/17 9:35 PM
Description: Tesselating block in world
java.lang.RuntimeException: No OpenGL context found in the current thread.
at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124)
at org.lwjgl.opengl.GL11.glShadeModel(GL11.java:2356)
at net.minecraft.client.renderer.GlStateManager.func_179103_j(SourceFile:529)
at gcewing.architecture.BaseRenderingManager$CustomItemRenderOverrideList.handleItemState(BaseRenderingManager.java:199)
at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:249)
at codechicken.lib.render.item.CCRenderItem.func_184393_a(CCRenderItem.java:297)
at slimeknights.tconstruct.library.client.model.ModelHelper.getBakedModelForItem(ModelHelper.java:62)
at slimeknights.tconstruct.shared.tileentity.TileTable.getTableItem(TileTable.java:110)
at slimeknights.tconstruct.tools.common.tileentity.TileCraftingStation.setInventoryDisplay(TileCraftingStation.java:48)
at slimeknights.tconstruct.shared.tileentity.TileTable.writeExtendedBlockState(TileTable.java:72)
at slimeknights.tconstruct.shared.block.BlockTable.getExtendedState(BlockTable.java:108)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:80)
at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:54)
at gcewing.architecture.BaseAORenderingManager$CustomBlockRendererDispatcher.func_175018_a(BaseAORenderingManager.java:85)
at gcewing.sg.BaseAORenderingManager$CustomBlockRendererDispatcher.func_175018_a(BaseAORenderingManager.java:85)
at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:61)
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:199)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:43)
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: Client thread
Stacktrace:
at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124)
at org.lwjgl.opengl.GL11.glShadeModel(GL11.java:2356)
at net.minecraft.client.renderer.GlStateManager.func_179103_j(SourceFile:529)
at gcewing.architecture.BaseRenderingManager$CustomItemRenderOverrideList.handleItemState(BaseRenderingManager.java:199)
at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:249)
at codechicken.lib.render.item.CCRenderItem.func_184393_a(CCRenderItem.java:297)
at slimeknights.tconstruct.library.client.model.ModelHelper.getBakedModelForItem(ModelHelper.java:62)
at slimeknights.tconstruct.shared.tileentity.TileTable.getTableItem(TileTable.java:110)
at slimeknights.tconstruct.tools.common.tileentity.TileCraftingStation.setInventoryDisplay(TileCraftingStation.java:48)
at slimeknights.tconstruct.shared.tileentity.TileTable.writeExtendedBlockState(TileTable.java:72)
at slimeknights.tconstruct.shared.block.BlockTable.getExtendedState(BlockTable.java:108)
-- Block being tesselated --
Details:
Block type: ID #1454 (tile.tconstruct.tooltables // slimeknights.tconstruct.tools.common.block.BlockToolTable)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (1,65,970), Chunk: (at 1,4,10 in 0,60; contains blocks 0,0,960 to 15,255,975), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Stacktrace:
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:80)
-- Block being tesselated --
Details:
Block type: ID #1454 (tile.tconstruct.tooltables // slimeknights.tconstruct.tools.common.block.BlockToolTable)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (1,65,970), Chunk: (at 1,4,10 in 0,60; contains blocks 0,0,960 to 15,255,975), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Stacktrace:
at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:54)
at gcewing.architecture.BaseAORenderingManager$CustomBlockRendererDispatcher.func_175018_a(BaseAORenderingManager.java:85)
at gcewing.sg.BaseAORenderingManager$CustomBlockRendererDispatcher.func_175018_a(BaseAORenderingManager.java:85)
at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:61)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Stroam'/60598, l='MpServer', x=-93.79, y=67.66, z=923.24]]
Chunk stats: MultiplayerChunkCache: 225, 225
Level seed: 0
Level generator: ID 06 - RTG, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 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: 11625055 game time, 14912689 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 77 total; [EntityHorse['Horse'/1032207, l='MpServer', x=-83.82, y=68.00, z=942.10], EntityHorse['Horse'/1032206, l='MpServer', x=-91.85, y=68.00, z=941.79], EntityItem['item.item.egg'/1032205, l='MpServer', x=-105.03, y=68.00, z=946.44], EntityChicken['Chicken'/1032204, l='MpServer', x=-106.17, y=68.00, z=945.72], EntityZombie['Zombie'/2689069, l='MpServer', x=-172.50, y=36.00, z=846.50], EntityChicken['Chicken'/1032203, l='MpServer', x=-92.92, y=66.00, z=912.09], EntityHorse['Horse'/1032202, l='MpServer', x=-94.80, y=67.00, z=919.90], EntityHorse['Horse'/1032201, l='MpServer', x=-89.63, y=67.00, z=922.87], EntityZombie['Zombie'/2689070, l='MpServer', x=-172.50, y=36.00, z=846.50], EntityChicken['Chicken'/1032200, l='MpServer', x=-96.08, y=68.00, z=939.39], EntityChicken['Chicken'/1032198, l='MpServer', x=-90.22, y=66.00, z=998.50], EntityChicken['Chicken'/1032195, l='MpServer', x=-88.50, y=66.00, z=971.98], EntityCreeper['Creeper'/2689081, l='MpServer', x=-166.50, y=36.00, z=841.50], EntityBat['Bat'/2689083, l='MpServer', x=-166.66, y=36.10, z=840.20], EntityCreeper['Creeper'/2689082, l='MpServer', x=-166.50, y=36.00, z=841.50], EntityBat['Bat'/2689087, l='MpServer', x=-167.45, y=36.89, z=840.28], EntityBat['Bat'/2689073, l='MpServer', x=-170.04, y=37.10, z=839.32], EntityZombie['Zombie'/2689072, l='MpServer', x=-172.50, y=36.00, z=846.50], EntityPig['Pig'/1036053, l='MpServer', x=-110.53, y=65.00, z=847.67], EntityPig['Pig'/1036052, l='MpServer', x=-118.80, y=66.00, z=852.35], EntityChicken['Chicken'/1032211, l='MpServer', x=-89.58, y=68.00, z=945.15], EntityChicken['Chicken'/1032210, l='MpServer', x=-81.84, y=68.00, z=948.25], EntityChicken['Chicken'/1032209, l='MpServer', x=-87.12, y=68.00, z=945.26], EntityChicken['Chicken'/1032208, l='MpServer', x=-82.79, y=68.00, z=930.27], EntityOtherPlayerMP['sharpskull_2'/249, l='MpServer', x=-643.72, y=75.00, z=398.38], EntityItem['item.item.egg'/2689295, l='MpServer', x=-81.58, y=68.00, z=927.75], EntityOtherPlayerMP['sharpskull_2'/249, l='MpServer', x=-644.15, y=75.02, z=398.32], EntityItem['item.item.egg'/2689285, l='MpServer', x=-87.56, y=68.00, z=945.12], EntityItem['item.item.egg'/2668906, l='MpServer', x=-62.41, y=66.00, z=947.13], EntityOtherPlayerMP['sharpskull_2'/249, l='MpServer', x=-658.81, y=75.00, z=410.26], EntityChicken['Chicken'/2689123, l='MpServer', x=-158.67, y=69.00, z=843.69], EntityCreeper['Creeper'/2689149, l='MpServer', x=-172.50, y=73.00, z=862.50], EntityPig['Pig'/2689151, l='MpServer', x=-126.52, y=66.00, z=858.48], EntityChicken['Chicken'/2689096, l='MpServer', x=-160.20, y=70.00, z=841.51], EntityChicken['Chicken'/1032301, l='MpServer', x=-56.65, y=66.00, z=901.85], EntityChicken['Chicken'/1032300, l='MpServer', x=-65.90, y=66.00, z=976.75], EntityOtherPlayerMP['sharpskull_2'/249, l='MpServer', x=-640.31, y=75.00, z=419.20], EntityChicken['Chicken'/1032296, l='MpServer', x=-65.12, y=67.00, z=961.68], EntityItem['item.item.egg'/2651456, l='MpServer', x=-92.91, y=66.00, z=912.28], EntityChicken['Chicken'/1032295, l='MpServer', x=-65.85, y=67.00, z=968.11], EntitySkeleton['Skeleton'/2689088, l='MpServer', x=-172.50, y=36.00, z=846.50], EntityChicken['Chicken'/1032294, l='MpServer', x=-69.83, y=67.00, z=968.39], EntityCreeper['Creeper'/2689090, l='MpServer', x=-173.50, y=36.00, z=845.50], EntityChicken['Chicken'/1032292, l='MpServer', x=-66.10, y=67.00, z=953.10], EntityChicken['Chicken'/1032289, l='MpServer', x=-73.30, y=67.00, z=959.15], EntitySkeleton['Skeleton'/2689094, l='MpServer', x=-173.50, y=36.00, z=845.50], EntityChicken['Chicken'/1032288, l='MpServer', x=-70.85, y=68.00, z=944.60], EntityLatchedRenderer['unknown'/23709, l='MpServer', x=-93.79, y=67.66, z=923.24], EntitySheep['Sheep'/1032378, l='MpServer', x=-120.53, y=67.00, z=993.28], EntityItem['item.item.egg'/2651375, l='MpServer', x=-47.50, y=66.00, z=942.22], EntityItem['item.item.egg'/2689252, l='MpServer', x=-88.13, y=66.00, z=971.94], EntityChicken['Chicken'/1032414, l='MpServer', x=-62.49, y=66.00, z=947.88], EntityChicken['Chicken'/1032408, l='MpServer', x=-26.77, y=65.00, z=993.89], EntityPlayerSP['Stroam'/60598, l='MpServer', x=-93.79, y=67.66, z=923.24], EntityLatchedRenderer['unknown'/20185, l='MpServer', x=8.50, y=65.00, z=8.50], EntityLatchedRenderer['unknown'/20186, l='MpServer', x=-643.50, y=75.50, z=402.50], EntityLatchedRenderer['unknown'/20187, l='MpServer', x=-643.50, y=75.50, z=402.50], EntityLatchedRenderer['unknown'/20188, l='MpServer', x=-643.50, y=75.50, z=402.50], EntityLatchedRenderer['unknown'/20189, l='MpServer', x=-643.50, y=75.50, z=402.50], EntityChicken['Chicken'/1032402, l='MpServer', x=-61.24, y=65.00, z=999.47], EntityLatchedRenderer['unknown'/20190, l='MpServer', x=-643.50, y=75.50, z=402.50], EntityLatchedRenderer['unknown'/20191, l='MpServer', x=-643.50, y=75.50, z=402.50], EntityHorse['Skeleton Horse'/2651337, l='MpServer', x=-93.79, y=67.00, z=923.24], EntitySheep['Sheep'/1034729, l='MpServer', x=-147.54, y=65.00, z=974.80], EntityItem['item.item.egg'/2658767, l='MpServer', x=-70.60, y=67.00, z=945.64], EntitySheep['Sheep'/1034728, l='MpServer', x=-139.81, y=65.00, z=980.64], EntityOtherPlayerMP['sharpskull_2'/249, l='MpServer', x=-658.81, y=75.00, z=410.26], EntityChicken['Chicken'/1032419, l='MpServer', x=-57.53, y=66.00, z=985.90], EntityItem['item.item.egg'/2651333, l='MpServer', x=-69.64, y=67.00, z=968.77], EntityChicken['Chicken'/1032417, l='MpServer', x=-47.88, y=66.00, z=943.14], EntityChicken['Chicken'/1032416, l='MpServer', x=-37.16, y=66.00, z=931.87], EntityItem['item.item.egg'/2651353, l='MpServer', x=-73.59, y=67.00, z=959.81], EntitySheep['Sheep'/2689243, l='MpServer', x=-177.77, y=66.00, z=942.68], EntityItem['item.item.egg'/2689245, l='MpServer', x=-57.18, y=66.00, z=901.07], EntityChicken['Chicken'/2689244, l='MpServer', x=-168.34, y=67.00, z=932.88], EntityChicken['Chicken'/2689236, l='MpServer', x=-176.01, y=67.00, z=926.64], EntityChicken['Chicken'/2689239, l='MpServer', x=-154.35, y=67.00, z=921.90]]
Retry entities: 7 total; [EntityLatchedRenderer['unknown'/20185, l='MpServer', x=8.50, y=65.00, z=8.50], EntityLatchedRenderer['unknown'/20186, l='MpServer', x=-643.50, y=75.50, z=402.50], EntityLatchedRenderer['unknown'/20187, l='MpServer', x=-643.50, y=75.50, z=402.50], EntityLatchedRenderer['unknown'/20188, l='MpServer', x=-643.50, y=75.50, z=402.50], EntityLatchedRenderer['unknown'/20189, l='MpServer', x=-643.50, y=75.50, z=402.50], EntityLatchedRenderer['unknown'/20190, l='MpServer', x=-643.50, y=75.50, z=402.50], EntityLatchedRenderer['unknown'/20191, l='MpServer', x=-643.50, y=75.50, z=402.50]]
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:49)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 801857536 bytes (764 MB) / 3554148352 bytes (3389 MB) up to 5726797824 bytes (5461 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 9, tallocated: 61
FML: MCP 9.32 Powered by Forge 12.18.3.2316 130 mods loaded, 130 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2316.jar)
UCHIJA Forge{12.18.3.2316} [Minecraft Forge] (forge-1.10.2-12.18.3.2316.jar)
UCHIJA AdvancedRocketryCore{1} [Advanced Rocketry] (minecraft.jar)
UCHIJA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar)
UCHIJA {000} [CoFH ASM] (minecraft.jar)
UCHIJA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
UCHIJA IC2{2.6.252-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.252-ex110.jar)
UCHIJA advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar)
UCHIJA libVulpes{0.2.5.} [libVulpes] (LibVulpes-1.10.2-0.2.5-universal.jar)
UCHIJA advancedRocketry{1.2.2} [Advanced Rocketry] (AdvancedRocketry-1.10.2-1.2.2.jar)
UCHIJA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
UCHIJA AppleCore{2.2.2} [AppleCore] (AppleCore-mc1.10.2-2.2.2.jar)
UCHIJA appleskin{1.0.7} [AppleSkin] (AppleSkin-mc1.10.2-1.0.7.jar)
UCHIJA architecturecraft{1.7.3} [ArchitectureCraft] (ArchitectureCraft-1.7.3-mc1.10.2.jar)
UCHIJA Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar)
UCHIJA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.7.jar)
UCHIJA astralsorcery{1.4.5} [Astral Sorcery] (astralsorcery-1.4.5.jar)
UCHIJA badwithernocookie{1.10.2-0.0.1-5418dde} [Bad Wither No Cookie!] (BadWitherNoCookie-1.10.2-0.0.1-5418dde.jar)
UCHIJA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
UCHIJA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
UCHIJA bedbugs{@Version@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar)
UCHIJA betterbeginnings{b0.9.8-R7c} [BetterBeginnings] (betterbeginnings-MC1.10.2-b0.9.8-R8c.jar)
UCHIJA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
UCHIJA guideapi{@Version@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
UCHIJA BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar)
UCHIJA blur{1.0.4-14} [Blur] (Blur-1.0.4-14.jar)
UCHIJA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
UCHIJA CodeChickenLib{2.5.9.283} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
UCHIJA cofhcore{4.1.11} [CoFH Core] (CoFHCore-1.10.2-4.1.11.16-universal.jar)
UCHIJA brandonscore{2.1.10} [Brandon's Core] (BrandonsCore-1.10.2-2.1.10.122-universal.jar)
UCHIJA ChestTransporter{2.5.18} [Chest Transporter] (ChestTransporter-1.10.2-2.5.18.jar)
UCHIJA chisel{MC1.10.2-0.0.13.29} [Chisel] (Chisel-MC1.10.2-0.0.13.29.jar)
UCHIJA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
UCHIJA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
UCHIJA claybucket{1.1} [Clay Bucket] (ClayBucket-1.9.4-1.1.jar)
UCHIJA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
UCHIJA cookingforblockheads{4.2.45} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.45.jar)
UCHIJA cosmeticarmorreworked{1.10.2-v2a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.10.2-v2a.jar)
UCHIJA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJA MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJA ctm{MC1.10.2-0.2.1.21} [CTM] (CTM-MC1.10.2-0.2.1.21.jar)
UCHIJA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar)
UCHIJA DimensionRules{1.1} [Dimension Rules] (DimensionRules-MC1.10.2-1.1.jar)
UCHIJA ding{1.0.1} [Ding] (Ding-1.10.2-1.0.1.jar)
UCHIJA draconicevolution{2.1.3} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.3.256-universal.jar)
UCHIJA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
UCHIJA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
UCHIJA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
UCHIJA EnderIO{1.10.2-3.1.183} [Ender IO] (EnderIO-1.10.2-3.1.183.jar)
UCHIJA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
UCHIJA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
UCHIJA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.5.1.jar)
UCHIJA zerocore{1.10.2-0.1.0.6} [Zero CORE] (zerocore-1.10.2-0.1.0.6.jar)
UCHIJA bigreactors{1.10.2-0.4.5.30} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.30.jar)
UCHIJA uraniumbigreactor{uraniumbigreactor} [Uranium Big Reactor] (ExtremeUraniumReactor-1.0.jar)
UCHIJA foamfix{@Version@} [FoamFix] (foamfix-0.7.1-anarchy.jar)
UCHIJA forestry{5.2.17.383} [Forestry] (forestry_1.10.2-5.2.17.383.jar)
UCHIJA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar)
UCHIJA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar)
UCHIJA fw{1.5.1} [Fullscreen Windowed] (FullscreenWindowed-1.10.2-1.5.1.jar)
UCHIJA gendustry{1.6.5.31} [GenDustry] (gendustry-1.6.5.31-mc1.10.2.jar)
UCHIJA grapple_hooks{1.0.8} [Grapple Hooks] (Grapple-Hooks-1.10.2-1.0.8.jar)
UCHIJA hardcorewither{2.2.3} [Hardcore Wither] (hardcoreWither-1.10.2-2.2.3-beta-4bd2a01-universal.jar)
UCHIJA helpfixer{1.0} [HelpFixer] (HelpFixer-1.10.2-1.4.15.jar)
UCHIJA ichunutil{6.4.0} [iChunUtil] (iChunUtil-1.10.2-6.4.0.jar)
UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCHIJA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
UCHIJA immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar)
UCHIJA immersivepetroleum{1.0.7} [Immersive Petroleum] (immersivepetroleum-1.10.2-1.0.7.jar)
UCHIJA mtlib{@Version@} [MTLib] (MTLib-1.0.3.jar)
UCHIJA initialinventory{1.0.1} [InitialInventory] (InitialInventory-1.0.1.jar)
UCHIJA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCHIJA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
UCHIJA JEFB{1.0.4} [Just Enough Forestry Bees] (jefb_1.10.2-1.0.4.jar)
UCHIJA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
UCHIJA journeymap{1.10.2-5.4.7} [JourneyMap] (journeymap-1.10.2-5.4.7.jar)
UCHIJA jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar)
UCHIJA kc{2.0.15} [Knob Control] (knobcontrol-1.10.2-2.0.15.jar)
UCHIJA login_shield{1.10.2-19-gd16e7e0} [Login Shield] (Login_Shield-1.10.2-19-gd16e7e0.jar)
UCHIJA LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
UCHIJA mtrm{1.2.1.26} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.10.2-1.2.1.26.jar)
UCHIJA thedragonlib{1.10.2-1.0.3.0} [TheDragonLib] (thedragonlib-1.10.2-1.0.3.0.jar)
UCHIJA mobsettings{1.10.2-1.4.1} [Mob Settings] (mobsettings-1.10.2-1.4.1.jar)
UCHIJA modtweaker{2.0.13} [Mod Tweaker] (ModTweaker2-2.0.13.jar)
UCHIJA numina{1.4.0} [numina] (ModularPowersuits-1.10.2-1.2.124.jar)
UCHIJA powersuits{1.10.2-1.2.124} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.10.2-1.2.124.jar)
UCHIJA reborncore{2.13.6.142} [RebornCore] (RebornCore-1.10.2-2.13.6.142-universal.jar)
UCHIJA techreborn{2.1.17.233} [TechReborn] (TechReborn-1.10.2-2.1.17.233-universal.jar)
UCHIJA morebees{1.10.2-1.4.1.1} [More Bees] (morebees-1.10.2-1.4.1.1.jar)
UCHIJA moreoverlays{1.11} [MoreOverlays] (moreoverlays-1.11-mc1.10.2.jar)
UCHIJA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
UCHIJA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar)
UCHIJA mysticalagriculture{1.5.8} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.5.8.jar)
UCHIJA nofist{4.1.0.1} [No Fist] (nofist-1.10.2-4.1.0.1.jar)
UCHIJA yurtmod{7.01} [Nomadic Tents] (NomadicTents[1.10.2]-7.01.jar)
UCHIJA optionsync{1.10.2-r1} [OptionSync] (OptionSync-1.10.2-r1.jar)
UCHIJA harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar)
UCHIJA portalgun{6.0.1} [PortalGun] (PortalGun-1.10.2-6.0.1.jar)
UCHIJA progressiveautomation{1.7.4} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.7.4.jar)
UCHIJA reauth{3.5.0} [ReAuth] (ReAuth-3.5.0.jar)
UCHIJA reborncore-mcmultipart{2.13.6.142} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.6.142-universal.jar)
UCHIJA refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar)
UCHIJA rebornstorage{1.0.0} [RebornStorage] (RebornStorage-1.10.2-1.0.3.30.jar)
UCHIJA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
UCHIJA RestrictedPortals{1.9.4-0.5.8} [Restricted Portals] (RestrictedPortals-1.9.4-0.5.8.jar)
UCHIJA roots{0.208} [Roots] (roots-0.208.jar)
UCHIJA RTG{4.1.2.4} [Realistic Terrain Generation] (RTG-1.10.2-4.1.2.4.jar)
UCHIJA sgcraft{1.13.2} [SG Craft] (SGCraft-1.13.2-mc1.10.2.jar)
UCHIJA shetiphiancore{3.3.9} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.9.jar)
UCHIJA special_ai{1.1.3} [Special AI] (special_ai-1.10.2-1.1.3.jar)
UCHIJA SpiceOfLife{1.3.8} [The Spice of Life] (SpiceOfLife-mc1.9.4-1.3.8.jar)
UCHIJA Stackie{1.6.0.44} [Stackie] (Stackie-1.10.2-1.6.0.44-universal.jar)
UCHIJA thermalfoundation{2.1.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.5.12-universal.jar)
UCHIJA thermalexpansion{5.1.9} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.9.23-universal.jar)
UCHIJA thermaldynamics{2.0.10} [Thermal Dynamics] (ThermalDynamics-1.10.2-2.0.10.16-universal.jar)
UCHIJA tombmanygraves{1.10.2-2.1.16} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.16.jar)
UCHIJA wailafeatures{0.3.1.13} [WAILA Features] (WAILA-features-1.10.2-0.3.1.13.jar)
UCHIJA WailaHarvestability{1.1.10} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.10.jar)
UCHIJA wailaplugins{MC1.10.2-0.3.0-26} [WAILA Plugins] (WAILAPlugins-MC1.10.2-0.3.0-26.jar)
UCHIJA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
UCHIJA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar)
UCHIJA wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar)
UCHIJA Woot{1.10.2-1.4.1} [Woot] (woot-1.10.2-1.4.1.jar)
UCHIJA yabba{1.10.2-0.5.1} [YABBA] (YABBA-1.10.2-0.5.1.jar)
UCHIJA denseores{1.0} [denseores] (denseores-1.11-1.0.2.jar)
UCHIJA unidict{1.10.2-2.9b} [UniDict] (UniDict-1.10.2-2.9b.jar)
Loaded coremods (and transformers):
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.11.16-universal.jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
lumien.resourceloader.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
Brandon's Core (BrandonsCore-1.10.2-2.1.10.122-universal.jar)
com.brandon3055.brandonscore.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.1-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
CTMCorePlugin (CTM-MC1.10.2-0.2.1.21.jar)
team.chisel.ctm.client.asm.CTMTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.2.2.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
IC2core (industrialcraft-2-2.6.252-ex110.jar)
AstralCore (astralsorcery-1.4.5.jar)
AppleCore (AppleCore-mc1.10.2-2.2.2.jar)
squeek.applecore.asm.TransformerModuleHandler
LoadingPlugin (DimensionRules-MC1.10.2-1.1.jar)
lumien.dimensionrules.asm.ClassTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.9.jar)
shetiphian.core.asm.ClassTransformer
BlurPlugin (Blur-1.0.4-14.jar)
com.tterrag.blur.BlurTransformer
RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
reborncore.mixin.transformer.MixinTransformer
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Pulsar/tconstruct loaded Pulses:
List of loaded APIs:
* AppleCoreAPI (2.3.0) from AppleCore-mc1.10.2-2.2.2.jar
* Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.11.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.30.jar
* BloodMagic|API (@Version@) from BloodMagic-1.10.2-2.1.11-80.jar
* BotaniaAPI (85) from Botania r1.9-341.jar
* chesttransporter|api (1) from ChestTransporter-1.10.2-2.5.18.jar
* Chisel-API (0.0.1) from Chisel-MC1.10.2-0.0.13.29.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.13.29.jar
* ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.12.jar
* CoFHAPI (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
* cofhapi (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
* cofhapi|block (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
* CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
* cofhapi|core (1.7.0) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* CoFHAPI|energy (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.4.3.jar
* cofhapi|energy (1.7.0) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
* CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.4.3.jar
* cofhapi|item (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
* CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.7.4.jar
* cofhapi|tileentity (1.7.0) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* cofhapi|util (1.7.0) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* cofhlib (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* cofhlib|audio (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* cofhlib|gui (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* cofhlib|gui|container (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* cofhlib|gui|element (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* cofhlib|gui|element|listbox (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* cofhlib|gui|slot (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* cofhlib|inventory (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* cofhlib|util (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* cofhlib|util|helpers (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* cofhlib|world (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* cofhlib|world|feature (1.7.5) from CoFHCore-1.10.2-4.1.11.16-universal.jar
* compatlayer (0.2.9) from compatlayer-1.10-0.2.9.jar
* ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* ctm-api (0.1.0) from CTM-MC1.10.2-0.2.1.21.jar
* ctm-api-models (0.1.0) from CTM-MC1.10.2-0.2.1.21.jar
* ctm-api-textures (0.1.0) from CTM-MC1.10.2-0.2.1.21.jar
* ctm-api-utils (0.1.0) from CTM-MC1.10.2-0.2.1.21.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.1.3.256-universal.jar
* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.183.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.183.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.183.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.183.jar
* environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.383.jar
* ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.383.jar
* gendustryAPI (2.3.0) from gendustry-1.6.5.31-mc1.10.2.jar
* Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
* iChunUtil API (1.2.0) from iChunUtil-1.10.2-6.4.0.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-61.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-61.jar
* jeresources|API (0.5.8.98) from JustEnoughResources-1.10.2-0.5.8.98.jar
* journeymap|client-api (1.3) from journeymap-1.10.2-5.4.7.jar
* journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.7.jar
* journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.7.jar
* journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.7.jar
* journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.7.jar
* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
* mcjtylib_ng (2.4.3) from mcjtylib-1.1x-2.4.3.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.10.2.jar
* nofistapi (1.0.0) from nofist-1.10.2-4.1.0.1.jar
* reborncoreAPI (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
* reborncoreAPI|Fuel (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
* reborncoreAPI|Power (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
* reborncoreAPI|Recipe (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
* reborncoreAPI|Tile (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
* StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
* techrebornAPI (2.1.17.233) from TechReborn-1.10.2-2.1.17.233-universal.jar
* valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
* WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
CodeChickenLib Invalid Fingerprint Reports:
CodeChickenCore Invalid Fingerprint Reports:
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
* The RF API that is being used (1.5.0 from (guessing) null) differes from that that is reported as being loaded (1.8.9R1.2.0B1 from mcjtylib-1.1x-2.4.3.jar).
It is a supported version, but that difference may lead to problems.
This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
* RF API class 'EnergyStorage' is loaded from: jar:file:/D:/MC/Twitch/Instances/Age%20of%20Progression/mods/BrandonsCore-1.10.2-2.1.10.122-universal.jar!/cofh/api/energy/EnergyStorage.class
* RF API class 'IEnergyConnection' is loaded from: jar:file:/D:/MC/Twitch/Instances/Age%20of%20Progression/mods/BrandonsCore-1.10.2-2.1.10.122-universal.jar!/cofh/api/energy/IEnergyConnection.class
* RF API class 'IEnergyContainerItem' is loaded from: jar:file:/D:/MC/Twitch/Instances/Age%20of%20Progression/mods/BrandonsCore-1.10.2-2.1.10.122-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
* RF API class 'IEnergyHandler' is loaded from: jar:file:/D:/MC/Twitch/Instances/Age%20of%20Progression/mods/BrandonsCore-1.10.2-2.1.10.122-universal.jar!/cofh/api/energy/IEnergyHandler.class
* RF API class 'IEnergyProvider' is loaded from: jar:file:/D:/MC/Twitch/Instances/Age%20of%20Progression/mods/BrandonsCore-1.10.2-2.1.10.122-universal.jar!/cofh/api/energy/IEnergyProvider.class
* RF API class 'IEnergyReceiver' is loaded from: jar:file:/D:/MC/Twitch/Instances/Age%20of%20Progression/mods/BrandonsCore-1.10.2-2.1.10.122-universal.jar!/cofh/api/energy/IEnergyReceiver.class
* RF API class 'IEnergyStorage' is loaded from: jar:file:/D:/MC/Twitch/Instances/Age%20of%20Progression/mods/BrandonsCore-1.10.2-2.1.10.122-universal.jar!/cofh/api/energy/IEnergyStorage.class
* RF API class 'ItemEnergyContainer' is loaded from: jar:file:/D:/MC/Twitch/Instances/Age%20of%20Progression/mods/BrandonsCore-1.10.2-2.1.10.122-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
* RF API class 'TileEnergyHandler' is loaded from: jar:file:/D:/MC/Twitch/Instances/Age%20of%20Progression/mods/BrandonsCore-1.10.2-2.1.10.122-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
* Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
* Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
* Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
* Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
* Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
* Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
* Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
* Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
* Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
* Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
* Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
EnderStorage Invalid Fingerprint Reports:
RebornCore:
Plugin Engine: 0
RebornCore Version: 2.13.6.142
Mixin Status: 1
Runtime Debofucsation 1
RenderEngine: 0
forestry : Plugins have been disabled in the config: mysticalagriculture, BuildCraft 6 Recipes, Natura, ExtraUtilities, BuildCraft 6 Transport, Mail, Actually Additions, malisisdoors, BuildCraft 6 Fuels, BuildCraft 6 Statements
Launched Version: forge-12.18.3.2316
LWJGL: 2.9.4
OpenGL:
ERRORRuntimeException: No OpenGL context found in the current thread.GL Caps: Using GL 1.3 multitexturing.
The text was updated successfully, but these errors were encountered: