Wow, you're really quick! Awesome! Checking this out right now
€dit: Game boots now. I get a crash when using NEI though. Testing a bit more for further info now.
€dit2: Sorry to bother you again...
The NEI crash keeps appearing as soon as I want to show recipes (not only from this mods). This issue appears for both item recipe and item usage.
Log content:
Usage mode (extract from forge log):
Spoiler
Spoiler
Source code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2015-02-08 13:30:00 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2015-02-08 13:30:00 [INFO] [STDERR] at speiger.src.spmodapi.common.plugins.Nei.core.MobMachineRecipes.loadCraftingRecipes(MobMachineRecipes.java:123)
2015-02-08 13:30:00 [INFO] [STDERR] at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:358)
2015-02-08 13:30:00 [INFO] [STDERR] at speiger.src.spmodapi.common.plugins.Nei.core.MobMachineRecipes.loadCraftingRecipes(MobMachineRecipes.java:143)
2015-02-08 13:30:00 [INFO] [STDERR] at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:504)
2015-02-08 13:30:00 [INFO] [STDERR] at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:42)
2015-02-08 13:30:00 [INFO] [STDERR] at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:22)
2015-02-08 13:30:00 [INFO] [STDERR] at codechicken.nei.forge.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:341)
2015-02-08 13:30:00 [INFO] [STDERR] at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java:909)
2015-02-08 13:30:00 [INFO] [STDERR] at net.minecraft.client.gui.inventory.GuiContainer.keyPress(GuiContainer.java:999)
2015-02-08 13:30:00 [INFO] [STDERR] at codechicken.nei.forge.GuiContainerManager.fixhandleKeyboardInput(GuiContainerManager.java:514)
2015-02-08 13:30:00 [INFO] [STDERR] at net.minecraft.client.gui.inventory.GuiContainer.func_73860_n(GuiContainer.java:1004)
2015-02-08 13:30:00 [INFO] [STDERR] at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:111)
2015-02-08 13:30:00 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1566)
2015-02-08 13:30:00 [INFO] [STDERR] ... 17 more
Recipe mode (extract from crashlog since game was already restarted):
Spoiler
Spoiler
Source code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
at speiger.src.spmodapi.common.plugins.Nei.core.MobMachineRecipes.loadCraftingRecipes(MobMachineRecipes.java:123)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:358)
at speiger.src.spmodapi.common.plugins.Nei.core.MobMachineRecipes.loadCraftingRecipes(MobMachineRecipes.java:143)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:504)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:42)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:22)
at codechicken.nei.forge.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:341)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java:909)
at net.minecraft.client.gui.inventory.GuiContainer.keyPress(GuiContainer.java:999)
at codechicken.nei.forge.GuiContainerManager.fixhandleKeyboardInput(GuiContainerManager.java:514)
at net.minecraft.client.gui.inventory.GuiContainer.func_73860_n(GuiContainer.java:1004)
at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:111)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1566)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
I suppose the issue is somewhere in this line: "if (result.d == APIItems.mobMachineHelper.cv)"
€dit3: Nope, I'm using the latest NEI and CCCore.
Also, I've got a request for the mod:
Could you please add a possibility to the solar turbine to add water via pipe/fluiduct?
Thanks!
I'm going to check whether my NEI is outdated now, but I don't think so.
Nope not outdated.
Also could you lower the amounts of "Test" messages in the log from the IV transformer please? They're kind of spamming the log
Maybe simply only output the test every 100 or 1000 ticks?
Or simply add an item to read the content and show a chat message with it?