Crashing when adding a new mod

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
W

Wiebesu_

Guest
Title Crashing when adding a new mod

Launcher Type Curse App

Modpack Inventions

Modpack version 1.0.2

Have you modified the pack? Yes

Link to log file http://pastebin.com/smsipJ1y

Details of the issue All I did was add a mod to the existing modpack, it's Tconstruct 1.7

Anyway to sort this out? I really want to add it... :(

Thank you in advance!
 
Last edited by a moderator:
W

Wiebesu_

Guest
In case of laziness:
---- Minecraft Crash Report ----
// Oops.

Time: 2/28/17 12:19 AM
Description: Initializing game

java.lang.NullPointerException: Initializing game
at tconstruct.library.crafting.PatternBuilder.registerFullMaterial(PatternBuilder.java:39)
at tconstruct.util.IMCHandler.processIMC(IMCHandler.java:82)
at tconstruct.TConstruct.handleIMC(TConstruct.java:217)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 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:297)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
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 tconstruct.library.crafting.PatternBuilder.registerFullMaterial(PatternBuilder.java:39)
at tconstruct.util.IMCHandler.processIMC(IMCHandler.java:82)
at tconstruct.TConstruct.handleIMC(TConstruct.java:217)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 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:297)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:740)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)[/spoiler
 
Last edited:

Henry Link

Forum Addict
Dec 23, 2012
2,601
553
153
USA - East Coast
Please do not post a wall of text like that again. It is considered bad forum manners. Either post it in a spoiler or use a URL to pastebin.

As for your issue, have you tried a more recent version of TiC that is still 1.7.10 version? The 1.7.1 version you have loaded in the pack is very old.
 
W

Wiebesu_

Guest
Please do not post a wall of text like that again. It is considered bad forum manners. Either post it in a spoiler or use a URL to pastebin.

As for your issue, have you tried a more recent version of TiC that is still 1.7.10 version? The 1.7.1 version you have loaded in the pack is very old.

Thank you for your reply! Sorry for the mess, as you stated, I made a spoiler of it.
As for the mod version... I've scourged the web but couldn't find anything :( the most recent is 1.7.1 ((aka 1.7.10)It's the same) so I don't think that that's the issue here could you think of anything else?
 
W

Wiebesu_

Guest
For 1.7.10 last version 1.8.8. Try this link to locate it.

https://minecraft.curseforge.com/projects/tinkers-construct/files
How curious!

I installed the most recent one from 12feb (TConstruct-1.10.2-2.6.3.jar).
No erros, the game booted up, went in singleplayer tried to get to the stuff but nothing's there! Curse says "installed" but it's not obtainable...(?)
Well, we got past the crashing part... now got to figure out how to make it available in-game.... Any ideas?

Thank you so for btw!
 
W

Wiebesu_

Guest
That one will not work. It is for 1.10.2 packs. You need go back in that listing of downloads and use the 1.7.10-1.8.8 version.
Epic! You were right! It was about finding the right version... however one last thing and then we'll be done!

I was trying to get dimensional doors installed as well. I got the .jar file from here <link to a mod reposting site nuked by a moderator>
Using common sense, I picked the 1.7.10 version, downloaded it, moved it to the mods folder aaaaand... Nothing happened. The game doesn't crash but It's not available in-game...

I would've thought that it had to do with the version like the previous time but that wasn't the case..

Thank you in advance!
 
Last edited by a moderator:

Quetzi

Jack of All Trades
Retired Staff
Aug 20, 2012
826
329
100
quetzi.tv
In future, when searching for mods there are only a few trustworthy sources you should be downloading from:
  • The mods Minecraft Forum post
  • The mods Curse or CurseForge page
  • The mods Official website
  • In rare cases, Planet Minecraft
Despite the promises made by these other sites, the mods they either link to or host without permission are often not for the version of Minecraft they say they are for. Having found sites hosting my mods without permission in the past they frequently advertise them as being for versions of Minecraft that haven't even been released yet. These sites exist to leech legitimate traffic from reputable sources and in some cases to install ad/malware as part of executable installers. For more info see: http://stopmodreposts.org/