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

Is Mojang collecting data outside what is defined in the snooper settings? If not then you are able to opt out. If mods piggyback on this would opting out of Mojang config disable theirs?

0

Share this post


Link to post
Share on other sites

Is Mojang collecting data outside what is defined in the snooper settings? If not then you are able to opt out. If mods piggyback on this would opting out of Mojang config disable theirs?

 

Start up the vanilla launcher, and take a look at the Launcher Log tab. Mojang collects that info regardless of if snooper settings are turned off or not.

0

Share this post


Link to post
Share on other sites

snip

I will add a little message to the op about the data collection. As far as I know, i'm one of the only developers who use mcstats, most devs seem tot use a homebrew system (if they use one at all) but I prefere something that is open en known. (At least known in the bukkit community)

0

Share this post


Link to post
Share on other sites

 snip

 

What do you think of the op now? I think that should suffice.

0

Share this post


Link to post
Share on other sites

What do you think of the op now? I think that should suffice.

 

that is perfect!

Thank you.

0

Share this post


Link to post
Share on other sites

So someone just made an awesome PR, the barrel recipes now look like this:

 

Posted Image

1

Share this post


Link to post
Share on other sites

Thanks a lot Dries007 for adding my PR!

(For those wondering, I'm the "someone" :D )

 

Greetings from Switzerland

Teddy

2

Share this post


Link to post
Share on other sites

Kudos for the PR, Teddy.  Perfect timing, too, as I was able to plop in the version from the jenkins and mess around with it a bit before I submitted my pack this morning.  Didn't blow anything up so I'm a happy camper. =)

0

Share this post


Link to post
Share on other sites

Thanks Vauthil, I'm glad I could contribute something useful!

And the fact that I didn't screw up too badly makes me happy too ;) (I'm kind of new to modding and afraid of possible mistakes on my end, so I'm glad this is not yet the case.)

0

Share this post


Link to post
Share on other sites

I can't figure out how to stop the game from crashing when i try to look at recipes for items, help please?

---- Minecraft Crash Report ----

// I let you down. Sorry :(

Time: 2/16/15 9:01 AM

Description: Updating screen events

java.lang.NoClassDefFoundError: com/bioxx/tfc/ItemSetup

at net.dries007.tfcnei.recipeHandlers.AlloyRecipeHandler.newInstance(AlloyRecipeHandler.java:94)

at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:464)

at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)

at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)

at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)

at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)

at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)

at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)

at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)

at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)

at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)

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(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Caused by: java.lang.ClassNotFoundException: com.bioxx.tfc.ItemSetup

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

... 21 more

Caused by: java.lang.NullPointerException

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)

... 23 more

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

-- Head --

Stacktrace:

at net.dries007.tfcnei.recipeHandlers.AlloyRecipeHandler.newInstance(AlloyRecipeHandler.java:94)

at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:464)

at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)

at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)

at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)

at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)

at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)

at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)

at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)

at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)

at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)

-- Affected screen --

Details:

Screen name: com.bioxx.tfc.GUI.GuiInventoryTFC

-- Affected level --

Details:

Level name: MpServer

All players: 1 total; [EntityClientPlayerMP['pikmin45'/152, l='MpServer', x=43.29, y=153.62, z=-5317.98]]

Chunk stats: MultiplayerChunkCache: 400, 400

Level seed: 7085013479818993177

Level generator: ID 00 - TFCDefault, ver 0. Features enabled: false

Level generator options:

Level spawn location: World: (56,162,-5332), Chunk: (at 8,10,12 in 3,-334; contains blocks 48,0,-5344 to 63,255,-5329), Region: (0,-11; contains chunks 0,-352 to 31,-321, blocks 0,0,-5632 to 511,255,-5121)

Level time: 576835 game time, 576835 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: 105 total; [EntityZombieTFC['Zombie'/18, l='MpServer', x=-17.28, y=111.00, z=-5237.09], EntitySkeletonTFC['Skeleton'/19, l='MpServer', x=-17.26, y=111.00, z=-5235.47], EntitySkeletonTFC['Skeleton'/20, l='MpServer', x=-25.09, y=113.00, z=-5236.50], EntityZombieTFC['Zombie'/21, l='MpServer', x=-16.91, y=110.00, z=-5230.69], EntityZombieTFC['Zombie'/22, l='MpServer', x=-18.50, y=150.00, z=-5206.50], EntityZombieTFC['Zombie'/29, l='MpServer', x=-8.50, y=115.00, z=-5228.50], EntityZombieTFC['Zombie'/30, l='MpServer', x=-8.50, y=115.00, z=-5227.50], EntityZombieTFC['Zombie'/31, l='MpServer', x=-12.56, y=148.00, z=-5221.00], EntitySkeletonTFC['Skeleton'/32, l='MpServer', x=7.50, y=149.00, z=-5387.72], EntityZombieTFC['Zombie'/33, l='MpServer', x=8.63, y=148.00, z=-5340.14], EntitySkeletonTFC['Skeleton'/34, l='MpServer', x=4.50, y=126.00, z=-5299.50], EntitySkeletonTFC['Skeleton'/35, l='MpServer', x=1.50, y=126.00, z=-5297.50], EntityCreeperTFC['Creeper'/36, l='MpServer', x=14.00, y=126.00, z=-5309.41], EntityZombieTFC['Zombie'/37, l='MpServer', x=6.63, y=127.00, z=-5287.44], EntitySkeletonTFC['Skeleton'/38, l='MpServer', x=11.50, y=114.00, z=-5257.50], EntityZombieTFC['Zombie'/39, l='MpServer', x=13.00, y=148.00, z=-5239.44], EntityZombieTFC['Zombie'/40, l='MpServer', x=5.50, y=150.00, z=-5229.25], EntityBat['Bat'/41, l='MpServer', x=32.72, y=57.15, z=-5362.50], EntitySpiderTFC['Spider'/42, l='MpServer', x=18.75, y=161.05, z=-5369.72], EntityBat['Bat'/43, l='MpServer', x=27.97, y=65.57, z=-5316.00], EntitySkeletonTFC['Skeleton'/44, l='MpServer', x=18.72, y=129.00, z=-5296.97], EntityCreeperTFC['Creeper'/45, l='MpServer', x=17.50, y=111.00, z=-5251.50], EntitySkeletonTFC['Skeleton'/46, l='MpServer', x=17.47, y=111.00, z=-5260.09], EntitySkeletonTFC['Skeleton'/47, l='MpServer', x=17.50, y=117.00, z=-5246.50], EntitySkeletonTFC['Skeleton'/48, l='MpServer', x=18.59, y=113.00, z=-5218.47], EntitySkeletonTFC['Skeleton'/49, l='MpServer', x=31.13, y=117.00, z=-5204.50], EntityZombieTFC['Zombie'/50, l='MpServer', x=27.66, y=114.00, z=-5205.33], EntitySkeletonTFC['Skeleton'/51, l='MpServer', x=40.63, y=159.00, z=-5390.91], EntitySpiderTFC['Spider'/52, l='MpServer', x=34.75, y=159.00, z=-5364.47], EntityItem['item.tile.Flowers2.flower_oxeye_daisy'/53, l='MpServer', x=36.56, y=159.13, z=-5360.72], EntitySpiderTFC['Spider'/54, l='MpServer', x=32.62, y=114.00, z=-5293.03], EntitySpiderTFC['Spider'/55, l='MpServer', x=43.41, y=117.00, z=-5282.72], EntitySpiderTFC['Spider'/56, l='MpServer', x=43.09, y=117.00, z=-5280.91], EntitySkeletonTFC['Skeleton'/57, l='MpServer', x=47.50, y=102.00, z=-5250.50], EntityZombieTFC['Zombie'/58, l='MpServer', x=46.50, y=111.00, z=-5260.50], EntitySkeletonTFC['Skeleton'/59, l='MpServer', x=45.50, y=101.00, z=-5246.50], EntityZombieTFC['Zombie'/60, l='MpServer', x=47.91, y=110.00, z=-5225.50], EntityZombieTFC['Zombie'/61, l='MpServer', x=47.75, y=117.00, z=-5198.50], EntitySkeletonTFC['Skeleton'/64, l='MpServer', x=57.64, y=150.00, z=-5395.77], EntitySpiderTFC['Spider'/65, l='MpServer', x=54.72, y=159.00, z=-5381.41], EntityZombieTFC['Zombie'/66, l='MpServer', x=55.50, y=59.00, z=-5344.50], EntityZombieTFC['Zombie'/67, l='MpServer', x=59.41, y=60.00, z=-5339.00], EntityZombieTFC['Zombie'/68, l='MpServer', x=57.92, y=59.00, z=-5343.53], EntityBat['Bat'/69, l='MpServer', x=64.38, y=62.00, z=-5331.28], EntityBat['Bat'/70, l='MpServer', x=47.50, y=62.40, z=-5313.25], EntityZombieTFC['Zombie'/71, l='MpServer', x=48.50, y=111.00, z=-5262.50], EntityEndermanTFC['Enderman'/72, l='MpServer', x=54.28, y=105.00, z=-5239.78], EntitySkeletonTFC['Skeleton'/73, l='MpServer', x=57.50, y=101.06, z=-5247.69], EntityCreeperTFC['Creeper'/74, l='MpServer', x=49.41, y=105.00, z=-5242.94], EntityZombieTFC['Zombie'/75, l='MpServer', x=48.50, y=101.00, z=-5225.50], EntityZombieTFC['Zombie'/76, l='MpServer', x=49.97, y=98.00, z=-5219.38], EntitySkeletonTFC['Skeleton'/77, l='MpServer', x=50.53, y=108.00, z=-5231.00], EntitySkeletonTFC['Skeleton'/78, l='MpServer', x=50.28, y=108.00, z=-5230.16], EntityZombieTFC['Zombie'/79, l='MpServer', x=47.99, y=121.00, z=-5212.34], EntitySpiderTFC['Spider'/80, l='MpServer', x=76.03, y=77.00, z=-5354.06], EntitySkeletonTFC['Skeleton'/81, l='MpServer', x=68.94, y=149.00, z=-5347.53], EntityBat['Bat'/82, l='MpServer', x=58.53, y=62.11, z=-5320.94], EntityBat['Bat'/83, l='MpServer', x=76.34, y=47.00, z=-5272.69], EntityBat['Bat'/84, l='MpServer', x=69.84, y=50.00, z=-5268.63], EntityZombieTFC['Zombie'/85, l='MpServer', x=68.90, y=96.00, z=-5274.53], EntityZombieTFC['Zombie'/86, l='MpServer', x=79.97, y=91.00, z=-5232.59], EntitySpiderTFC['Spider'/87, l='MpServer', x=66.31, y=154.00, z=-5244.13], EntityZombieTFC['Zombie'/88, l='MpServer', x=69.50, y=149.00, z=-5232.09], EntityZombieTFC['Zombie'/89, l='MpServer', x=77.13, y=107.00, z=-5222.53], EntityZombieTFC['Zombie'/90, l='MpServer', x=72.50, y=148.00, z=-5226.50], EntitySpiderTFC['Spider'/91, l='MpServer', x=93.50, y=151.00, z=-5368.94], EntityBat['Bat'/92, l='MpServer', x=95.25, y=62.10, z=-5340.25], EntityBat['Bat'/93, l='MpServer', x=92.53, y=61.00, z=-5337.00], EntityBat['Bat'/94, l='MpServer', x=90.31, y=61.45, z=-5337.53], EntityBat['Bat'/95, l='MpServer', x=95.47, y=62.10, z=-5340.25], EntitySkeletonTFC['Skeleton'/96, l='MpServer', x=94.41, y=59.00, z=-5326.01], EntityBat['Bat'/97, l='MpServer', x=94.53, y=61.00, z=-5335.25], EntityBat['Bat'/98, l='MpServer', x=86.38, y=60.33, z=-5335.56], EntityCreeperTFC['Creeper'/99, l='MpServer', x=83.50, y=161.00, z=-5331.50], EntityBat['Bat'/100, l='MpServer', x=83.56, y=47.00, z=-5274.34], EntityZombieTFC['Zombie'/101, l='MpServer', x=95.88, y=149.00, z=-5283.41], EntitySkeletonTFC['Skeleton'/102, l='MpServer', x=95.87, y=91.00, z=-5263.52], EntityZombieTFC['Zombie'/103, l='MpServer', x=97.44, y=91.00, z=-5264.13], EntityZombieTFC['Zombie'/104, l='MpServer', x=95.50, y=96.00, z=-5269.50], EntitySkeletonTFC['Skeleton'/105, l='MpServer', x=87.50, y=103.00, z=-5268.50], EntityZombieTFC['Zombie'/106, l='MpServer', x=83.03, y=97.00, z=-5272.50], EntityZombieTFC['Zombie'/107, l='MpServer', x=80.91, y=152.00, z=-5252.50], EntitySpiderTFC['Spider'/108, l='MpServer', x=94.08, y=149.47, z=-5261.48], EntityZombieTFC['Zombie'/109, l='MpServer', x=82.50, y=93.92, z=-5236.41], EntitySkeletonTFC['Skeleton'/110, l='MpServer', x=96.53, y=96.00, z=-5232.90], EntityZombieTFC['Zombie'/111, l='MpServer', x=82.63, y=91.00, z=-5224.88], EntityZombieTFC['Zombie'/114, l='MpServer', x=106.97, y=81.00, z=-5391.50], EntityCreeperTFC['Creeper'/115, l='MpServer', x=103.91, y=151.00, z=-5380.25], EntityZombieTFC['Zombie'/116, l='MpServer', x=106.44, y=151.00, z=-5369.50], EntityZombieTFC['Zombie'/117, l='MpServer', x=104.00, y=149.00, z=-5363.56], EntitySkeletonTFC['Skeleton'/118, l='MpServer', x=99.44, y=60.00, z=-5337.94], EntitySkeletonTFC['Skeleton'/119, l='MpServer', x=103.28, y=52.00, z=-5301.50], EntityBat['Bat'/120, l='MpServer', x=114.31, y=48.54, z=-5304.00], EntitySkeletonTFC['Skeleton'/121, l='MpServer', x=97.50, y=151.00, z=-5289.13], EntityZombieTFC['Zombie'/122, l='MpServer', x=97.50, y=105.00, z=-5271.91], EntitySkeletonTFC['Skeleton'/123, l='MpServer', x=97.59, y=149.00, z=-5278.16], EntitySkeletonTFC['Skeleton'/124, l='MpServer', x=102.50, y=149.00, z=-5276.50], EntityEndermanTFC['Enderman'/125, l='MpServer', x=100.50, y=149.00, z=-5277.56], EntityZombieTFC['Zombie'/126, l='MpServer', x=104.47, y=148.00, z=-5257.16], EntitySpiderTFC['Spider'/127, l='MpServer', x=100.22, y=149.00, z=-5260.00], EntityBat['Bat'/130, l='MpServer', x=106.13, y=50.32, z=-5298.63], EntityBat['Bat'/131, l='MpServer', x=116.78, y=62.00, z=-5304.09], EntityCreeperTFC['Creeper'/135, l='MpServer', x=136.50, y=146.00, z=-5380.50], EntitySkeletonTFC['Skeleton'/136, l='MpServer', x=132.31, y=145.00, z=-5379.50], EntityClientPlayerMP['pikmin45'/152, l='MpServer', x=43.29, y=153.62, z=-5317.98]]

Retry entities: 0 total; []

Server brand: fml,forge

Server type: Integrated singleplayer 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(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

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.8.0_25, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 175505184 bytes (167 MB) / 546177024 bytes (520 MB) up to 1060372480 bytes (1011 MB)

JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -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.84.1217 Minecraft Forge 10.13.1.1217 8 mods loaded, 8 mods active

mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

FML{7.10.84.1217} [Forge Mod Loader] (forge-1.7.10-10.13.1.1217.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Forge{10.13.1.1217} [Minecraft Forge] (forge-1.7.10-10.13.1.1217.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

tfc_coremod{0.79.15} [TFC[coremod]] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

NotEnoughItems{1.0.4.83} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.83-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

terrafirmacraft{0.79.15} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.15.538.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

TerraFirmaCraftNEIplugin{1.3.0.17} [TerraFirmaCraftNEIplugin] (TerraFirmaCraftNEIplugin-1.7.10-1.3.0.17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Launched Version: 1.7.10-Forge10.13.1.1217

LWJGL: 2.9.1

OpenGL: AMD Radeon HD 7700 Series GL version 4.4.13283 Compatibility Profile Context 14.501.1003.0, ATI Technologies Inc.

GL Caps: Using GL 1.3 multitexturing.

Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.

Anisotropic filtering is supported and maximum anisotropy is 16.

Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Packs: []

Current Language: English (US)

Profiler Position: N/A (disabled)

Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Anisotropic Filtering: Off (1)

Edited by Bunsan
Please use spoiler tags for crash reports or better yet pastebin
0

Share this post


Link to post
Share on other sites

Your forge version is VERY out of date, version 1217 is from back in September. For TFC you should have at least 1236 and 1272 or higher is recommended. I don't know the exact requirements for this addon or NEI itself but they are probably similar.

0

Share this post


Link to post
Share on other sites

I see --> Java Version: 1.8.0_25, Oracle Corporation

 

Try updating to the latest version. If i remember correctly, there were some issues with version _25.

 

edit: And you need to use more RAM (-Xmx2G maybe)

0

Share this post


Link to post
Share on other sites

I've done all I know to do, and anytime I try to look up a recipe on NEI, it crashes the game.I'm using the following:TerraFirmaCraft 0.79.13.468

TerraFirmaCraftNEIplugin 1.3.0.17

NotEnoughItems 1.0.4.83

CodeChickenCore 1.0.4.35

Java 8 version 31

 

Here's the crash report:

Description: Updating screen events
 
java.lang.NoClassDefFoundError: com/bioxx/tfc/ItemSetup
at net.dries007.tfcnei.recipeHandlers.AlloyRecipeHandler.newInstance(AlloyRecipeHandler.java:94)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:464)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)
at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1628)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.bioxx.tfc.ItemSetup
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 21 more
Caused by: java.lang.NullPointerException
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- Head --
Stacktrace:
at net.dries007.tfcnei.recipeHandlers.AlloyRecipeHandler.newInstance(AlloyRecipeHandler.java:94)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:464)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)
at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
 
-- Affected screen --
Details:
Screen name: com.bioxx.tfc.GUI.GuiInventoryTFC
 
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['LabyrinthX'/18, l='MpServer', x=-239.74, y=148.62, z=24.47]]
Chunk stats: MultiplayerChunkCache: 427, 427
Level seed: -1248618113
Level generator: ID 00 - TFCDefault, ver 0. Features enabled: false
Level generator options: 
Level spawn location: World: (64,148,-6164), Chunk: (at 0,9,12 in 4,-386; contains blocks 64,0,-6176 to 79,255,-6161), Region: (0,-13; contains chunks 0,-416 to 31,-385, blocks 0,0,-6656 to 511,255,-6145)
Level time: 693993 game time, 693993 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 95 total; [EntitySkeletonTFC['Skeleton'/20233, l='MpServer', x=-299.50, y=125.00, z=-70.50], EntityZombieTFC['Zombie'/20234, l='MpServer', x=-302.50, y=125.00, z=-68.50], EntityZombieTFC['Zombie'/20237, l='MpServer', x=-173.50, y=151.00, z=65.50], EntityBat['Bat'/22031, l='MpServer', x=-256.95, y=37.70, z=4.59], EntityBat['Bat'/14352, l='MpServer', x=-225.25, y=66.10, z=-51.63], EntitySkeletonTFC['Skeleton'/21522, l='MpServer', x=-182.50, y=107.00, z=111.50], EntityClientPlayerMP['LabyrinthX'/18, l='MpServer', x=-239.74, y=148.62, z=24.47], EntityWaypointContainer['unknown'/20, l='MpServer', x=0.00, y=0.00, z=0.00], EntitySkeletonTFC['Skeleton'/6678, l='MpServer', x=-129.50, y=148.00, z=58.50], EntitySkeletonTFC['Skeleton'/6680, l='MpServer', x=-131.50, y=148.00, z=59.50], EntityZombieTFC['Zombie'/6682, l='MpServer', x=-135.28, y=148.00, z=46.75], EntityZombieTFC['Zombie'/6683, l='MpServer', x=-128.50, y=148.00, z=57.50], EntitySpiderTFC['Spider'/6685, l='MpServer', x=-124.75, y=148.00, z=53.59], EntityCreeperTFC['Creeper'/30, l='MpServer', x=-228.50, y=73.00, z=66.50], EntityBat['Bat'/18976, l='MpServer', x=-226.78, y=59.10, z=-48.66], EntitySkeletonTFC['Skeleton'/34, l='MpServer', x=-282.06, y=146.00, z=14.47], EntityBat['Bat'/35, l='MpServer', x=-242.31, y=55.10, z=-26.00], EntityZombieTFC['Zombie'/33827, l='MpServer', x=-304.50, y=148.00, z=-22.50], EntitySkeletonTFC['Skeleton'/37, l='MpServer', x=-245.53, y=113.00, z=-26.88], EntityZombieTFC['Zombie'/33830, l='MpServer', x=-302.06, y=148.00, z=-13.89], EntityEndermanTFC['Enderman'/33832, l='MpServer', x=-254.06, y=119.00, z=-6.31], EntityBat['Bat'/46, l='MpServer', x=-253.53, y=63.10, z=-46.75], EntitySkeletonTFC['Skeleton'/51, l='MpServer', x=-217.88, y=100.00, z=-37.47], EntitySkeletonTFC['Skeleton'/53, l='MpServer', x=-303.16, y=148.00, z=-14.31], EntitySkeletonTFC['Skeleton'/54, l='MpServer', x=-259.72, y=62.00, z=-46.47], EntityCreeperTFC['Creeper'/56, l='MpServer', x=-265.06, y=64.00, z=-42.50], EntitySkeletonTFC['Skeleton'/30778, l='MpServer', x=-161.50, y=145.00, z=86.50], EntityBat['Bat'/61, l='MpServer', x=-226.25, y=59.10, z=-48.75], EntityBat['Bat'/64, l='MpServer', x=-219.77, y=58.06, z=-41.07], EntitySkeletonTFC['Skeleton'/35136, l='MpServer', x=-277.50, y=145.00, z=33.50], EntityCreeperTFC['Creeper'/67, l='MpServer', x=-239.88, y=64.00, z=-47.78], EntityBat['Bat'/23620, l='MpServer', x=-277.25, y=57.00, z=-53.75], EntitySkeletonTFC['Skeleton'/35140, l='MpServer', x=-166.50, y=162.00, z=-41.50], EntityBat['Bat'/23622, l='MpServer', x=-284.98, y=55.50, z=-48.15], EntitySpiderTFC['Spider'/75, l='MpServer', x=-236.97, y=143.14, z=111.66], EntitySkeletonTFC['Skeleton'/77, l='MpServer', x=-247.25, y=144.00, z=100.25], EntityCreeperTFC['Creeper'/80, l='MpServer', x=-244.25, y=65.00, z=-48.09], EntitySpiderTFC['Spider'/92, l='MpServer', x=-188.25, y=124.00, z=105.31], EntityBat['Bat'/35420, l='MpServer', x=-228.74, y=58.52, z=-50.77], EntitySkeletonTFC['Skeleton'/93, l='MpServer', x=-230.25, y=146.00, z=-74.31], EntityCreeperTFC['Creeper'/94, l='MpServer', x=-230.41, y=144.00, z=-69.03], EntityEndermanTFC['Enderman'/96, l='MpServer', x=-136.28, y=149.00, z=29.41], EntityZombieTFC['Zombie'/106, l='MpServer', x=-168.47, y=116.00, z=102.09], EntityCreeperTFC['Creeper'/107, l='MpServer', x=-290.13, y=121.00, z=-64.78], EntitySkeletonTFC['Skeleton'/9580, l='MpServer', x=-163.50, y=147.00, z=-57.50], EntityZombieTFC['Zombie'/109, l='MpServer', x=-250.16, y=143.11, z=136.97], EntitySpiderTFC['Spider'/31341, l='MpServer', x=-284.50, y=112.00, z=17.50], EntityZombieTFC['Zombie'/110, l='MpServer', x=-125.19, y=145.00, z=12.25], EntityZombieTFC['Zombie'/111, l='MpServer', x=-163.38, y=116.00, z=94.84], EntitySpiderTFC['Spider'/120, l='MpServer', x=-363.16, y=148.00, z=53.53], EntitySpiderTFC['Spider'/9106, l='MpServer', x=-247.28, y=65.00, z=-52.00], EntitySkeletonTFC['Skeleton'/29594, l='MpServer', x=-191.50, y=129.00, z=100.50], EntitySkeletonTFC['Skeleton'/29595, l='MpServer', x=-193.50, y=130.00, z=95.91], EntitySkeletonTFC['Skeleton'/33180, l='MpServer', x=-187.50, y=111.00, z=108.50], EntityCreeperTFC['Creeper'/25757, l='MpServer', x=-285.50, y=144.00, z=67.50], EntitySkeletonTFC['Skeleton'/29597, l='MpServer', x=-285.50, y=118.00, z=29.50], EntitySkeletonTFC['Skeleton'/33181, l='MpServer', x=-190.50, y=111.00, z=106.50], EntitySkeletonTFC['Skeleton'/29598, l='MpServer', x=-282.16, y=117.00, z=37.06], EntitySkeletonTFC['Skeleton'/25759, l='MpServer', x=-152.50, y=113.00, z=111.50], EntitySpiderTFC['Spider'/29599, l='MpServer', x=-285.38, y=117.00, z=26.59], EntitySkeletonTFC['Skeleton'/25760, l='MpServer', x=-157.50, y=113.00, z=105.50], EntitySkeletonTFC['Skeleton'/22689, l='MpServer', x=-168.50, y=124.00, z=112.03], EntitySkeletonTFC['Skeleton'/22691, l='MpServer', x=-150.50, y=156.00, z=114.50], EntityZombieTFC['Zombie'/22693, l='MpServer', x=-239.50, y=144.00, z=111.50], EntityZombieTFC['Zombie'/22694, l='MpServer', x=-242.50, y=144.00, z=115.50], EntitySkeletonTFC['Skeleton'/22697, l='MpServer', x=-245.66, y=144.00, z=115.16], EntityEndermanTFC['Enderman'/6314, l='MpServer', x=-159.88, y=116.00, z=77.50], EntitySkeletonTFC['Skeleton'/22699, l='MpServer', x=-252.78, y=144.00, z=101.50], EntityZombieTFC['Zombie'/6318, l='MpServer', x=-160.34, y=86.00, z=98.97], EntitySkeletonTFC['Skeleton'/6320, l='MpServer', x=-158.50, y=91.00, z=96.50], EntityCreeperTFC['Creeper'/27068, l='MpServer', x=-240.50, y=147.00, z=-89.50], EntityZombieTFC['Zombie'/27069, l='MpServer', x=-250.50, y=154.00, z=107.50], EntityZombieTFC['Zombie'/32445, l='MpServer', x=-193.31, y=123.00, z=102.16], EntityZombieTFC['Zombie'/32446, l='MpServer', x=-190.50, y=126.00, z=86.75], EntityEndermanTFC['Enderman'/10432, l='MpServer', x=-201.38, y=128.00, z=66.03], EntityEndermanTFC['Enderman'/10434, l='MpServer', x=-250.47, y=113.00, z=27.00], EntitySpiderTFC['Spider'/32195, l='MpServer', x=-195.03, y=149.00, z=-32.38], EntitySkeletonTFC['Skeleton'/30661, l='MpServer', x=-133.60, y=157.47, z=73.95], EntitySkeletonTFC['Skeleton'/32197, l='MpServer', x=-194.50, y=149.00, z=-30.50], EntityCreeperTFC['Creeper'/5325, l='MpServer', x=-161.50, y=96.00, z=111.50], EntityBat['Bat'/28621, l='MpServer', x=-274.42, y=50.01, z=-29.26], EntityZombieTFC['Zombie'/12254, l='MpServer', x=-254.50, y=144.00, z=-85.50], EntityZombieTFC['Zombie'/12255, l='MpServer', x=-252.50, y=144.00, z=-86.50], EntityZombieTFC['Zombie'/12256, l='MpServer', x=-250.50, y=144.00, z=-84.50], EntityZombieTFC['Zombie'/12257, l='MpServer', x=-256.50, y=144.00, z=-81.50], EntityCreeperTFC['Creeper'/12266, l='MpServer', x=-316.50, y=148.00, z=3.50], EntityZombieTFC['Zombie'/12267, l='MpServer', x=-321.50, y=148.00, z=-10.50], EntityZombieTFC['Zombie'/12269, l='MpServer', x=-318.50, y=148.00, z=-2.50], EntityZombieTFC['Zombie'/12271, l='MpServer', x=-317.63, y=148.00, z=1.78], EntityZombieTFC['Zombie'/12272, l='MpServer', x=-309.78, y=148.00, z=6.28], EntityZombieTFC['Zombie'/31729, l='MpServer', x=-211.50, y=147.00, z=-82.50], EntitySkeletonTFC['Skeleton'/31730, l='MpServer', x=-210.50, y=147.00, z=-81.50], EntityBat['Bat'/32760, l='MpServer', x=-277.56, y=36.26, z=-17.28], EntityBat['Bat'/32761, l='MpServer', x=-276.31, y=41.00, z=-16.67], EntityZombieTFC['Zombie'/10746, l='MpServer', x=-346.09, y=148.00, z=19.47]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2432)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:909)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 545348704 bytes (520 MB) / 1249959936 bytes (1192 MB) up to 2134114304 bytes (2035 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -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: 17, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 17 mods loaded, 17 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tfc_coremod{0.79.13} [TFC[coremod]] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.4.35} [codeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.4.83} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.83-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PlayerAPI{1.2} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartCore{1.0} [smart Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
terrafirmacraft{0.79.13} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.13.468.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FastCraft{1.19} [FastCraft] (fastcraft-1.19.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.59-dev-152-cf6e263} [inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
journeymap{5.0.1} [JourneyMap] (JourneyMap5.0.1_Unlimited_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartMoving{15.2} [smart Moving] (SmartMoving-1.7.10-15.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartRender{2.0} [smart Render] (SmartRender-1.7.10-2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TerraFirmaCraftNEIplugin{1.3.0.17} [TerraFirmaCraftNEIplugin] (TerraFirmaCraftNEIplugin-1.7.10-1.3.0.17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
voxelmap{1.7.10} [VoxelMap No Radar] (voxelmapNoRadar-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Waila{1.5.3} [Waila] (Waila-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.10-Forge10.13.2.1291
LWJGL: 2.9.1
OpenGL: GeForce GTS 250/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
 
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [bDcraft Sounds Pack.zip, BDcraft Musics Pack.zip, Sphax TerraFirmaCraft 128x MC18 - Copy.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

0

Share this post


Link to post
Share on other sites

 

I've done all I know to do, and anytime I try to look up a recipe on NEI, it crashes the game.I'm using the following:TerraFirmaCraft 0.79.13.468

TerraFirmaCraftNEIplugin 1.3.0.17

NotEnoughItems 1.0.4.83

CodeChickenCore 1.0.4.35

Java 8 version 31

 

Have you tried updating TFC? You're using 79.13, but the latest version is 79.15

0

Share this post


Link to post
Share on other sites

To anyone who is getting the 

java.lang.NoClassDefFoundError: com/bioxx/tfc/ItemSetup

error, you need to download an older version of the NEI Plugin. The "latest version" that is currently on the download link is actually for 79.16, which hasn't been released yet, and is not compatible with any public versions of TFC.

2

Share this post


Link to post
Share on other sites

To anyone who is getting the 

java.lang.NoClassDefFoundError: com/bioxx/tfc/ItemSetup

error, you need to download an older version of the NEI Plugin. The "latest version" that is currently on the download link is actually for 79.16, which hasn't been released yet, and is not compatible with any public versions of TFC.

 

I reverted to NEI Plugin 79.13 and it worked! Thanks a bunch. The reason I'm using TFC 79.13 instead of 15 is because I use a Sphax BDCraft resource pack, and it's a little glitchy in version 15. 

0

Share this post


Link to post
Share on other sites

Version #: 79.15 of tfc and 1.3.0.18 if the NEI plugin

SSP/SMP (Single/MultiPlayer):sp

Suggested Name:

Suggested Category: Annoying
 

Description: Game crashes upon checking a recipe in NEI

 

---- Minecraft Crash Report ----


// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

Time: 18/02/15 4:03 PM
Description: Unexpected error

java.lang.UnsatisfiedLinkError: org.lwjgl.openal.AL10.nalGetSourcei(II)I
at org.lwjgl.openal.AL10.nalGetSourcei(Native Method)
at org.lwjgl.openal.AL10.alGetSourcei(AL10.java:853)
at paulscode.sound.libraries.ChannelLWJGLOpenAL.playing(ChannelLWJGLOpenAL.java:651)
at paulscode.sound.Source.playing(Source.java:1213)
at net.minecraft.client.audio.SoundManager$SoundSystemStarterThread.playing(SoundManager.java:500)
at net.minecraft.client.audio.SoundManager.func_148605_d(SoundManager.java:218)
at net.minecraft.client.audio.SoundHandler.func_73660_a(SourceFile:179)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2002)
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 org.lwjgl.openal.AL10.nalGetSourcei(Native Method)
at org.lwjgl.openal.AL10.alGetSourcei(AL10.java:853)
at paulscode.sound.libraries.ChannelLWJGLOpenAL.playing(ChannelLWJGLOpenAL.java:651)
at paulscode.sound.Source.playing(Source.java:1213)
at net.minecraft.client.audio.SoundManager$SoundSystemStarterThread.playing(SoundManager.java:500)
at net.minecraft.client.audio.SoundManager.func_148605_d(SoundManager.java:218)
at net.minecraft.client.audio.SoundHandler.func_73660_a(SourceFile:179)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Tiat'/10, l='MpServer', x=-487.51, y=152.62, z=-11928.14]]
Chunk stats: MultiplayerChunkCache: 730, 730
Level seed: 2368254
Level generator: ID 00 - TFCDefault, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (32,148,-12192), Chunk: (at 0,9,0 in 2,-762; contains blocks 32,0,-12192 to 47,255,-12177), Region: (0,-24; contains chunks 0,-768 to 31,-737, blocks 0,0,-12288 to 511,255,-11777)
Level time: 646019 game time, 671524 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 105 total; [EntitySkeletonTFC['Skeleton'/11, l='MpServer', x=-592.56, y=152.00, z=-11982.19], EntityZombieTFC['Zombie'/15, l='MpServer', x=-530.94, y=82.00, z=-11857.53], EntityZombieTFC['Zombie'/16, l='MpServer', x=-542.06, y=84.00, z=-11865.50], EntityZombieTFC['Zombie'/17, l='MpServer', x=-538.25, y=156.00, z=-11870.47], EntityZombieTFC['Zombie'/18, l='MpServer', x=-506.81, y=101.00, z=-11849.22], EntitySpiderTFC['Spider'/19, l='MpServer', x=-514.28, y=104.00, z=-11832.84], EntityFishTFC['Bass'/20, l='MpServer', x=-478.06, y=143.00, z=-11982.94], EntityZombieTFC['Zombie'/21, l='MpServer', x=-564.74, y=148.00, z=-12027.41], EntityBat['Bat'/22, l='MpServer', x=-412.56, y=61.88, z=-11905.84], EntityZombieTFC['Zombie'/23, l='MpServer', x=-507.03, y=73.00, z=-11976.41], EntityBat['Bat'/24, l='MpServer', x=-411.75, y=70.10, z=-11879.25], EntityBat['Bat'/25, l='MpServer', x=-412.25, y=66.10, z=-11878.75], EntityCreeperTFC['Creeper'/26, l='MpServer', x=-402.41, y=88.00, z=-11880.03], EntityZombieTFC['Zombie'/27, l='MpServer', x=-535.50, y=156.00, z=-11904.50], EntityZombieTFC['Zombie'/28, l='MpServer', x=-535.50, y=156.00, z=-11908.50], EntityBat['Bat'/29, l='MpServer', x=-438.63, y=63.10, z=-11867.03], EntityZombieTFC['Zombie'/30, l='MpServer', x=-438.56, y=151.36, z=-11855.72], EntitySkeletonTFC['Skeleton'/31, l='MpServer', x=-494.59, y=86.00, z=-11830.09], EntityZombieTFC['Zombie'/32, l='MpServer', x=-512.63, y=98.00, z=-11872.88], EntityZombieTFC['Zombie'/33, l='MpServer', x=-518.94, y=156.00, z=-11869.63], EntitySkeletonTFC['Skeleton'/34, l='MpServer', x=-523.50, y=159.00, z=-11857.50], EntityBat['Bat'/40, l='MpServer', x=-539.54, y=56.41, z=-11967.61], EntityZombieTFC['Zombie'/41, l='MpServer', x=-535.50, y=156.00, z=-11971.03], EntitySkeletonTFC['Skeleton'/42, l='MpServer', x=-489.84, y=148.00, z=-12041.38], EntityZombieTFC['Zombie'/43, l='MpServer', x=-408.22, y=143.31, z=-11842.78], EntityZombieTFC['Zombie'/44, l='MpServer', x=-525.41, y=68.00, z=-11992.00], EntitySkeletonTFC['Skeleton'/45, l='MpServer', x=-524.69, y=68.50, z=-11992.97], EntityZombieTFC['Zombie'/46, l='MpServer', x=-525.34, y=68.00, z=-11996.28], EntitySkeletonTFC['Skeleton'/47, l='MpServer', x=-566.50, y=150.00, z=-12019.94], EntityZombieTFC['Zombie'/48, l='MpServer', x=-579.50, y=157.00, z=-11955.50], EntityZombieTFC['Zombie'/49, l='MpServer', x=-439.72, y=148.00, z=-12036.91], EntityBat['Bat'/50, l='MpServer', x=-540.47, y=57.10, z=-11932.53], EntityZombieTFC['Zombie'/51, l='MpServer', x=-540.50, y=112.00, z=-11928.50], EntitySkeletonTFC['Skeleton'/52, l='MpServer', x=-547.91, y=97.00, z=-11866.75], EntityBat['Bat'/53, l='MpServer', x=-467.50, y=61.99, z=-11864.56], EntitySkeletonTFC['Skeleton'/57, l='MpServer', x=-520.50, y=69.00, z=-12000.50], EntitySkeletonTFC['Skeleton'/58, l='MpServer', x=-520.09, y=67.00, z=-12005.28], EntityZombieTFC['Zombie'/59, l='MpServer', x=-531.97, y=84.00, z=-11887.53], EntitySkeletonTFC['Skeleton'/60, l='MpServer', x=-536.00, y=158.00, z=-11877.78], EntitySpiderTFC['Spider'/61, l='MpServer', x=-504.75, y=85.00, z=-11824.81], EntitySkeletonTFC['Skeleton'/62, l='MpServer', x=-528.50, y=70.00, z=-11996.13], EntityFishTFC['Bass'/63, l='MpServer', x=-466.94, y=142.97, z=-11982.59], EntitySkeletonTFC['Skeleton'/64, l='MpServer', x=-535.16, y=158.00, z=-11842.50], EntityBat['Bat'/65, l='MpServer', x=-416.55, y=61.34, z=-11894.52], EntityBat['Bat'/66, l='MpServer', x=-551.02, y=53.97, z=-11933.41], EntityZombieTFC['Zombie'/67, l='MpServer', x=-548.47, y=90.00, z=-11931.09], EntitySkeletonTFC['Skeleton'/68, l='MpServer', x=-551.50, y=97.00, z=-11924.16], EntitySkeletonTFC['Skeleton'/69, l='MpServer', x=-557.44, y=159.00, z=-11920.88], EntitySpiderTFC['Spider'/70, l='MpServer', x=-502.88, y=148.00, z=-12022.06], EntitySpiderTFC['Spider'/71, l='MpServer', x=-502.13, y=148.00, z=-12026.28], EntitySpiderTFC['Spider'/72, l='MpServer', x=-522.97, y=90.00, z=-11901.31], EntityZombieTFC['Zombie'/73, l='MpServer', x=-582.54, y=98.00, z=-11934.67], EntityEndermanTFC['Enderman'/74, l='MpServer', x=-599.78, y=158.00, z=-11947.63], EntityCreeperTFC['Creeper'/76, l='MpServer', x=-561.72, y=158.00, z=-11824.97], EntityZombieTFC['Zombie'/77, l='MpServer', x=-538.06, y=153.00, z=-11819.81], EntityZombieTFC['Zombie'/78, l='MpServer', x=-413.31, y=61.00, z=-11913.37], EntityItem['item.item.arrow'/79, l='MpServer', x=-476.63, y=120.13, z=-11922.88], EntityItem['item.item.bone'/80, l='MpServer', x=-477.94, y=120.13, z=-11922.88], EntitySkeletonTFC['Skeleton'/81, l='MpServer', x=-488.13, y=73.00, z=-11884.50], EntityZombieTFC['Zombie'/82, l='MpServer', x=-424.91, y=54.00, z=-11899.47], EntityBat['Bat'/83, l='MpServer', x=-426.44, y=58.10, z=-11894.59], EntityBat['Bat'/84, l='MpServer', x=-428.72, y=65.10, z=-11901.53], EntityBat['Bat'/85, l='MpServer', x=-428.75, y=64.10, z=-11894.25], EntityZombieTFC['Zombie'/86, l='MpServer', x=-512.91, y=151.00, z=-11977.56], EntityZombieTFC['Zombie'/87, l='MpServer', x=-518.41, y=152.00, z=-11982.03], EntityZombieTFC['Zombie'/88, l='MpServer', x=-548.50, y=92.00, z=-11958.50], EntityZombieTFC['Zombie'/89, l='MpServer', x=-550.98, y=91.00, z=-11953.23], EntitySkeletonTFC['Skeleton'/90, l='MpServer', x=-376.63, y=147.00, z=-11970.16], EntityZombieTFC['Zombie'/91, l='MpServer', x=-509.03, y=88.00, z=-11866.47], EntitySkeletonTFC['Skeleton'/92, l='MpServer', x=-507.50, y=87.00, z=-11862.50], EntityZombieTFC['Zombie'/93, l='MpServer', x=-507.50, y=103.00, z=-11864.97], EntitySkeletonTFC['Skeleton'/94, l='MpServer', x=-548.72, y=101.00, z=-12012.34], EntityZombieTFC['Zombie'/95, l='MpServer', x=-552.06, y=98.00, z=-12006.63], EntitySkeletonTFC['Skeleton'/96, l='MpServer', x=-540.56, y=99.00, z=-12017.13], EntitySkeletonTFC['Skeleton'/97, l='MpServer', x=-507.66, y=88.00, z=-11881.09], EntityEndermanTFC['Enderman'/98, l='MpServer', x=-523.31, y=62.00, z=-11882.84], EntityCreeperTFC['Creeper'/99, l='MpServer', x=-523.03, y=88.00, z=-11873.72], EntityZombieTFC['Zombie'/100, l='MpServer', x=-515.34, y=99.00, z=-11874.09], EntityBat['Bat'/101, l='MpServer', x=-452.50, y=64.10, z=-11909.69], EntityZombieTFC['Zombie'/102, l='MpServer', x=-462.16, y=151.00, z=-11865.66], EntityZombieTFC['Zombie'/106, l='MpServer', x=-494.50, y=159.00, z=-11855.50], EntitySkeletonTFC['Skeleton'/108, l='MpServer', x=-387.50, y=88.00, z=-11891.09], EntityZombieTFC['Zombie'/109, l='MpServer', x=-382.47, y=143.22, z=-11957.59], EntitySkeletonTFC['Skeleton'/110, l='MpServer', x=-491.22, y=144.00, z=-11971.34], EntityZombieTFC['Zombie'/111, l='MpServer', x=-583.66, y=153.00, z=-11882.19], EntityCreeperTFC['Creeper'/112, l='MpServer', x=-560.88, y=102.00, z=-11910.84], EntitySkeletonTFC['Skeleton'/113, l='MpServer', x=-568.88, y=98.00, z=-11907.50], EntitySkeletonTFC['Skeleton'/114, l='MpServer', x=-571.84, y=96.00, z=-11914.50], EntitySkeletonTFC['Skeleton'/115, l='MpServer', x=-535.50, y=146.00, z=-12032.50], EntitySkeletonTFC['Skeleton'/116, l='MpServer', x=-542.81, y=144.00, z=-12033.63], EntityBat['Bat'/117, l='MpServer', x=-456.94, y=60.10, z=-11854.28], EntityZombieTFC['Zombie'/118, l='MpServer', x=-432.47, y=41.00, z=-11917.09], EntitySkeletonTFC['Skeleton'/120, l='MpServer', x=-440.50, y=69.00, z=-11916.50], EntityZombieTFC['Zombie'/121, l='MpServer', x=-437.28, y=67.00, z=-11915.44], EntitySkeletonTFC['Skeleton'/123, l='MpServer', x=-412.93, y=73.00, z=-11872.50], EntityBat['Bat'/124, l='MpServer', x=-419.84, y=71.00, z=-11857.86], EntityZombieTFC['Zombie'/125, l='MpServer', x=-426.13, y=148.00, z=-11866.31], EntityBat['Bat'/126, l='MpServer', x=-441.75, y=63.10, z=-11883.25], EntityCreeperTFC['Creeper'/127, l='MpServer', x=-443.68, y=59.00, z=-11884.18], EntitySpiderTFC['Spider'/128, l='MpServer', x=-472.31, y=148.00, z=-12036.19], EntityCreeperTFC['Creeper'/129, l='MpServer', x=-558.50, y=94.00, z=-11913.50], EntityClientPlayerMP['Tiat'/10, l='MpServer', x=-487.51, y=152.62, z=-11928.14], EntityBear['Bear'/138, l='MpServer', x=-424.13, y=148.00, z=-12070.31], EntityZombieTFC['Zombie'/149, l='MpServer', x=-476.61, y=148.00, z=-11802.74], EntityBat['Bat'/426, l='MpServer', x=-439.83, y=63.60, z=-11900.30]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer 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:916)
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 7 (amd64) version 6.1
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 421431104 bytes (401 MB) / 996831232 bytes (950 MB) up to 2952790016 bytes (2816 MB)
JVM Flags: 11 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmn1G -Xms1G -Xmx3G -XX:NewSize=512M -XX:SurvivorRatio=2 -XX:+DisableExplicitGC -XX:ParallelGCThreads=4 -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:+AggressiveOpts
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 17
FML: MCP v9.05 FML v7.10.85.1272 Minecraft Forge 10.13.2.1272 9 mods loaded, 9 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1272} [Forge Mod Loader] (forge-1.7.10-10.13.2.1272.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1272} [Minecraft Forge] (forge-1.7.10-10.13.2.1272.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tfc_coremod{0.79.15} [TFC[coremod]] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
terrafirmacraft{0.79.15} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.15.538.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FastCraft{1.19} [FastCraft] (fastcraft-1.19.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TerraFirmaCraftNEIplugin{1.3.0.18} [TerraFirmaCraftNEIplugin] (TerraFirmaCraftNEIplugin-1.7.10-1.3.0.18.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.10-Forge10.13.2.1272
LWJGL: 2.9.1
OpenGL: ATI Mobility Radeon HD 4250 GL version 3.2.9751 Compatibility Profile Context, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: Canadian English (Canada)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

0

Share this post


Link to post
Share on other sites

Version #: 79.15 of tfc and 1.3.0.18 if the NEI plugin

SSP/SMP (Single/MultiPlayer):sp

Suggested Name:

Suggested Category: Annoying

 

Description: Game crashes upon checking a recipe in NEI

 

Try reinstalling java. That crash report does not appear to be dependent on any mods, and a quick google shows that it happens in vanilla MC too.

0

Share this post


Link to post
Share on other sites

I cannot get the NEI plugin to run (Minecraft crashes on startup). I've gone through most of this thread, and none of the suggestions I've read have worked. Here's the crash report:

 

---- Minecraft Crash Report ----// Don't be sad, have a hug! <3Time: 2/24/15 12:30 AMDescription: There was a severe problem during mod loading that has caused the game to failcpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: net.dries007.tfcnei.TerraFirmaCraftNEIpluginat cpw.mods.fml.common.LoadController.transition(LoadController.java:162)at cpw.mods.fml.common.Loader.loadMods(Loader.java:502)at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)at net.minecraft.client.main.Main.main(SourceFile:148)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)at java.lang.reflect.Method.invoke(Method.java:597)at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)at net.minecraft.launchwrapper.Launch.main(Launch.java:28)Caused by: java.lang.ClassNotFoundException: net.dries007.tfcnei.TerraFirmaCraftNEIpluginat net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)at java.lang.ClassLoader.loadClass(ClassLoader.java:306)at java.lang.ClassLoader.loadClass(ClassLoader.java:247)at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)at java.lang.Class.forName0(Native Method)at java.lang.Class.forName(Class.java:249)at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)at java.lang.reflect.Method.invoke(Method.java:597)at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)at com.google.common.eventbus.EventBus.post(EventBus.java:275)at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)at java.lang.reflect.Method.invoke(Method.java:597)at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)at com.google.common.eventbus.EventBus.post(EventBus.java:275)at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)... 10 moreCaused by: java.lang.UnsupportedClassVersionError: net/dries007/tfcnei/TerraFirmaCraftNEIplugin : Unsupported major.minor version 51.0at java.lang.ClassLoader.defineClass1(Native Method)at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)at java.lang.ClassLoader.defineClass(ClassLoader.java:621)at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)... 38 moreA detailed walkthrough of the error, its code path and all known details is as follows:----------------------------------------------------------------------------------------- System Details --Details:Minecraft Version: 1.7.10Operating System: Mac OS X (x86_64) version 10.10.1Java Version: 1.6.0_65, Apple Inc.Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Apple Inc.Memory: 152761048 bytes (145 MB) / 262029312 bytes (249 MB) up to 2134114304 bytes (2035 MB)JVM Flags: 5 total; -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128MAABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) usedIntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0FML: MCP v9.05 FML v7.10.85.1272 Minecraft Forge 10.13.2.1272 8 mods loaded, 8 mods activemcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->ConstructedFML{7.10.85.1272} [Forge Mod Loader] (forge-1.7.10-10.13.2.1272.jar) Unloaded->ConstructedForge{10.13.2.1272} [Minecraft Forge] (forge-1.7.10-10.13.2.1272.jar) Unloaded->Constructedtfc_coremod{0.79.15} [TFC[coremod]] (minecraft.jar) Unloaded->ConstructedCodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->ConstructedNotEnoughItems{1.0.4.83} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.83-universal.jar) Unloaded->Constructedterrafirmacraft{0.79.15} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.15.538-2.jar) Unloaded->ConstructedTerraFirmaCraftNEIplugin{1.3.0.18} [TerraFirmaCraftNEIplugin] (TerraFirmaCraftNEIplugin-1.7.10-1.3.0.18.jar) Unloaded->Errored

0

Share this post


Link to post
Share on other sites

I cannot get the NEI plugin to run (Minecraft crashes on startup). I've gone through most of this thread, and none of the suggestions I've read have worked. Here's the crash report:

 

 

You are using java 6, which has been stated many times in this topic that it is not compatible. There are also links in this thread on how to update java on a mac.

0

Share this post


Link to post
Share on other sites

My apologies - in my system preferences, Java said it was updated to version 8. Turns out, that was only for the web plugin, and I was still running system version 6. I had trouble finding the instructions in this thread, so I'll post what I did to update (on Mac):

 

1. Download the newest version of Java here.

2. Install it

3. Start Minecraft, then edit the profile associated with TFC

4. In Java Settings (Advanced), check the Executable box and fill in:

/Library/Java/JavaVirtualMachines/jdk1.8.0_31.jdk/Contents/Home/bin/java

The "jdk1.8.0_31.jdk" part will change based on what the latest version of Java is. If this post is old, you'll have to find it for yourself. In a Finder window, press shift+command+g and type in /Library/Java/JavaVirtualMachines. Whatever the name of the folder is that pops up is what you'll need to put in the path where "jdk1.8.0_31.jdk" is.

0

Share this post


Link to post
Share on other sites

The web plugin is in fact the Java JRE inside the apple internet-plugin package. You can get the path via the system preferences Java app. Just click Java tab and click view. From there you can highlight and copy path. Since some people don't want the JDK version.

0

Share this post


Link to post
Share on other sites

Hi, I have the newest version of TFC, NEI, and The plugin but the Mod doesnt seem to load in game.

 

TFC 0.79.15.538

NEI 1.7.10-1.0.4.90-universal

TerrafirmacraftNEIplugin-1.7.10-1.3.0.18CodeChickenCore-1.7.10-1.0.4.35-universal

Forge 10.13.2.1272 

at the main menu it seems to be running, but when I start a new game it just doesn't show up.

 

There are no crashes or interuptions, it just doesnt loadAm I doing anything wrong?

0

Share this post


Link to post
Share on other sites

Hi, I have the newest version of TFC, NEI, and The plugin but the Mod doesnt seem to load in game.

 

TFC 0.79.15.538

NEI 1.7.10-1.0.4.90-universal

TerrafirmacraftNEIplugin-1.7.10-1.3.0.18CodeChickenCore-1.7.10-1.0.4.35-universal

Forge 10.13.2.1272 

at the main menu it seems to be running, but when I start a new game it just doesn't show up.

 

There are no crashes or interuptions, it just doesnt loadAm I doing anything wrong?

 

What are you doing that makes you think that it isn't working?

0

Share this post


Link to post
Share on other sites