Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.
Dries007

[TFC 0.79.23+] TerraFirmaCraft NEI plugin

242 posts in this topic

Getting an error when launching the game, gets back to the launcher. Pastebin of the error log: http://pastebin.com/WXuiW0Mn

 

happening with the latest TFC/NEI/NEI+TFC plugin. Nothing else.

 

CodeChickenCore by anny chance ? I think that would help

0

Share this post


Link to post
Share on other sites

Thanks so much for adding this, it's been really useful with barrel recipes especially. I ran into a bug and I thought it might interest you. TFC currently has mud bricks for all the stone types but they have no recipe and no use. After clicking on one to see if there was a recipe (didn't know there was not at the time) nei became locked on that page. Clearing the search bar and typing something new does not take the grid of items off the mud bricks. I can still use the hot keys when hovering over items that are in an inventory, but checking the recipe and uses of something I don't have is now impossible. Once again thank you for creating this, it's really good.

0

Share this post


Link to post
Share on other sites

Thanks so much for adding this, it's been really useful with barrel recipes especially. I ran into a bug and I thought it might interest you. TFC currently has mud bricks for all the stone types but they have no recipe and no use. After clicking on one to see if there was a recipe (didn't know there was not at the time) nei became locked on that page. Clearing the search bar and typing something new does not take the grid of items off the mud bricks. I can still use the hot keys when hovering over items that are in an inventory, but checking the recipe and uses of something I don't have is now impossible. Once again thank you for creating this, it's really good.

 

Please read Cedric Bale's above post. This is an issue with NEI, not with the plugin, or with TFC.

0

Share this post


Link to post
Share on other sites

CodeChickenCore by anny chance ? I think that would help

 

-___-

 

Thanks. It's working now.

0

Share this post


Link to post
Share on other sites

I am having a slight problem, when attempting to find the use or recipe of anything in game, my game instantly crashes, vanilla or tfc recipe

0

Share this post


Link to post
Share on other sites

I am having a slight problem, when attempting to find the use or recipe of anything in game, my game instantly crashes, vanilla or tfc recipe

 

Unless you provide a crash report, there's really nothing anybody can do.

0

Share this post


Link to post
Share on other sites

Hi.

The jenkins link for download is not working.

0

Share this post


Link to post
Share on other sites

Hi.

The jenkins link for download is not working.

 

VPS issues again, should be fixed now.

1

Share this post


Link to post
Share on other sites

Awesome, was missing NEI while playing TFC. 

Is there a way to hide vanilla items/recipies that is not in use?

0

Share this post


Link to post
Share on other sites

No, as they are still valid recipes. They still exist in the game, they are just not reachable. And scanning for that would be hard.

0

Share this post


Link to post
Share on other sites

No, as they are still valid recipes. They still exist in the game, they are just not reachable. And scanning for that would be hard.

I see, but is it hard to remove them entirely then? with an own mod or something...?

0

Share this post


Link to post
Share on other sites

everytime i use this plug in and press r for the recipe the game crashes and gives no crash report 

0

Share this post


Link to post
Share on other sites

I see, but is it hard to remove them entirely then? with an own mod or something...?

I'm going to try a detection algorithm, that detects removed recipes and tries to figure out if the chain has been broken somewhere in between.

 

great job, thanks for your efforts

Thanks!

 

everytime i use this plug in and press r for the recipe the game crashes and gives no crash report 

Can you post your log anyways? No log = no help.

0

Share this post


Link to post
Share on other sites

Crashes when I Use "R".

 

---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
 
Time: 11/11/14 1:59 PM
Description: Updating screen events
 
java.lang.NoSuchMethodError: net.minecraft.item.crafting.IRecipe.getRecipeOutput()Lnet/minecraft/item/ItemStack;
at net.dries007.tfcnei.recipeHandlers.KnappingRecipeHandler.loadCraftingRecipes(KnappingRecipeHandler.java:154)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:327)
at net.dries007.tfcnei.recipeHandlers.KnappingRecipeHandler.loadCraftingRecipes(KnappingRecipeHandler.java:146)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:465)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:23)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:474)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:464)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1629)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- Head --
Stacktrace:
at net.dries007.tfcnei.recipeHandlers.KnappingRecipeHandler.loadCraftingRecipes(KnappingRecipeHandler.java:154)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:327)
at net.dries007.tfcnei.recipeHandlers.KnappingRecipeHandler.loadCraftingRecipes(KnappingRecipeHandler.java:146)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:465)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:23)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:474)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:464)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
 
-- Affected screen --
Details:
Screen name: com.bioxx.tfc.GUI.GuiInventoryTFC
 
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [EntityClientPlayerMP['lfod1836'/2602946, l='MpServer', x=23369.43, y=149.75, z=-14120.60], EntityOtherPlayerMP['Sniper10176'/2477897, l='MpServer', x=23359.94, y=148.91, z=-14124.59]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 1175961842230913327
Level generator: ID 00 - TFCDefault, ver 0. Features enabled: false
Level generator options: 
Level spawn location: World: (23363,148,-14124), Chunk: (at 3,9,4 in 1460,-883; contains blocks 23360,0,-14128 to 23375,255,-14113), Region: (45,-28; contains chunks 1440,-896 to 1471,-865, blocks 23040,0,-14336 to 23551,255,-13825)
Level time: 1774748 game time, 1765640 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: 17 total; [EntityClientPlayerMP['lfod1836'/2602946, l='MpServer', x=23369.43, y=149.75, z=-14120.60], EntityOtherPlayerMP['Sniper10176'/2477897, l='MpServer', x=23359.94, y=148.91, z=-14124.59], EntityBat['Bat'/2596149, l='MpServer', x=23432.25, y=52.10, z=-14161.25], EntityBat['Bat'/2606411, l='MpServer', x=23438.03, y=51.11, z=-14158.56], EntityPigTFC['Pig'/1017703, l='MpServer', x=23375.09, y=148.13, z=-14129.50], EntityPigTFC['Pig'/1017700, l='MpServer', x=23375.09, y=148.13, z=-14130.66], EntityBat['Bat'/2608207, l='MpServer', x=23310.04, y=62.00, z=-14075.53], EntityBat['Bat'/2608206, l='MpServer', x=23312.42, y=61.00, z=-14078.15], EntityBat['Bat'/2606526, l='MpServer', x=23441.14, y=56.31, z=-14156.75], EntityPigTFC['Pig'/1017689, l='MpServer', x=23382.71, y=148.13, z=-14144.91], EntityBat['Bat'/2601854, l='MpServer', x=23440.61, y=53.03, z=-14158.57], EntityPigTFC['Pig'/1017688, l='MpServer', x=23375.09, y=148.13, z=-14133.50], EntityBat['Bat'/2602994, l='MpServer', x=23443.58, y=58.29, z=-14155.86], EntityBat['Bat'/2604277, l='MpServer', x=23444.92, y=56.25, z=-14152.18], EntityPigTFC['Pig'/1017687, l='MpServer', x=23386.34, y=148.13, z=-14134.16], EntityOtherPlayerMP['Sniper10176'/2477897, l='MpServer', x=23359.94, y=148.91, z=-14124.59], EntityBat['Bat'/2603467, l='MpServer', x=23431.75, y=58.87, z=-14181.47]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:908)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
 
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 196409560 bytes (187 MB) / 445145088 bytes (424 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 9 mods loaded, 9 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
tfc_coremod{0.79.10} [TFC[coremod]] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CodeChickenCore{1.0.3.28} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NotEnoughItems{1.0.3.67} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.67-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
terrafirmacraft{0.79.10} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.10.375.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ReiMinimap{1.7.10} [Rei's Minimap] (ReiMinimap-1.7.10-3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TerraFirmaCraftNEIplugin{1.1.1.7} [TerraFirmaCraftNEIplugin] (TerraFirmaCraftNEIplugin-1.7.10-1.1.1.7-dev.jar) Unloaded->Constructed->Pre-initialized-
0

Share this post


Link to post
Share on other sites

http://pastebin.com/A0cxXRMU

 

I just updated my forge to match the new updated TFC B79.12 with forge 10.13.2.1236. I am getting the same error. Will try to update my code chicken but not sure if that will be compatible with this plugin.

 

Edit: I have the latest versions of both NEI and ChickenBones.

 

Edit: Just updated the NEI plugin in as well (should be made more obvious on OP that there is an update) but I am still crashing when using NEI in game with same error.

1

Share this post


Link to post
Share on other sites

I can confirm the unexpected exit with 79.12/Forge build 1236. Using "recommended" builds of NEI and CodeChickenCore. It was working beautifully before TFC updated. =)

 

http://pastebin.com/HL4aqtYB

 

Hope this helps.

0

Share this post


Link to post
Share on other sites

It's not just using "R" for me, anything that causes the recipe window to show is causing the crash

0

Share this post


Link to post
Share on other sites

Jup, NEI doesn't work with the version of forge that's required for lastest TFC.

I suggest either not yet updating TFC + forge, uninstalling NEI or disabling its UI (standard key config "O").

0

Share this post


Link to post
Share on other sites