Jump to content

Tinkers construct 1.10.2 crashes when pre-initializing


Villfuk02

Recommended Posts

Please help me, i tried different java versions, tc versions and mantle versions (but all for 1.10.2).

 

Here is crash report:

 

---- Minecraft Crash Report ----

// Don't be sad. I'll do better next time, I promise!

 

Time: 11.10.16 19:35

Description: Initializing game

 

java.lang.Error: java.lang.reflect.InvocationTargetException

at slimeknights.mantle.pulsar.internal.BusExceptionHandler.handle(BusExceptionHandler.java:30)

at slimeknights.mantle.pulsar.flightpath.Flightpath.post(Flightpath.java:92)

at slimeknights.mantle.pulsar.control.PulseManager.propagateEvent(PulseManager.java:203)

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 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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)

at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)

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 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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)

at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:609)

at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)

at net.minecraft.client.main.Main.main(SourceFile:124)

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.reflect.InvocationTargetException

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 slimeknights.mantle.pulsar.flightpath.Flightpath.post(Flightpath.java:89)

... 33 more

Caused by: java.lang.NullPointerException

at slimeknights.tconstruct.shared.TinkerCommons.preInit(TinkerCommons.java:329)

... 38 more

 

 

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

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

 

-- Head --

Thread: Client thread

Stacktrace:

at slimeknights.mantle.pulsar.internal.BusExceptionHandler.handle(BusExceptionHandler.java:30)

at slimeknights.mantle.pulsar.flightpath.Flightpath.post(Flightpath.java:92)

at slimeknights.mantle.pulsar.control.PulseManager.propagateEvent(PulseManager.java:203)

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 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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)

at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)

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 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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)

at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:609)

at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)

 

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)

at net.minecraft.client.main.Main.main(SourceFile:124)

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.10.2

Operating System: Windows 10 (amd64) version 10.0

Java Version: 1.8.0_25, Oracle Corporation

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

Memory: 507862576 bytes (484 MB) / 702021632 bytes (669 MB) up to 1908932608 bytes (1820 MB)

JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP 9.32 Powered by Forge 12.18.2.2097 5 mods loaded, 5 mods active

States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)

UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2097.jar)

UCH Forge{12.18.2.2097} [Minecraft Forge] (forge-1.10.2-12.18.2.2097.jar)

UCH mantle{1.10.2-1.0.0.jenkins170} [Mantle] (Mantle-1.10.2-1.0.0.jar)

UC tconstruct{1.10.2-2.5.5.jenkins393} [Tinkers' Construct] (TConstruct-1.10.2-2.5.5.jar)

Loaded coremods (and transformers):

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 369.09' Renderer: 'GeForce GT 610/PCIe/SSE2'

Pulsar/tconstruct loaded Pulses:

- TinkerCommons (Enabled/Forced)

- TinkerWorld (Enabled/Not Forced)

- TinkerTools (Enabled/Not Forced)

- TinkerHarvestTools (Enabled/Forced)

- TinkerMeleeWeapons (Enabled/Forced)

- TinkerRangedWeapons (Enabled/Forced)

- TinkerModifiers (Enabled/Forced)

- TinkerSmeltery (Enabled/Not Forced)

- TinkerGadgets (Enabled/Not Forced)

- TinkerOredict (Enabled/Forced)

- TinkerIntegration (Enabled/Forced)

- TinkerFluids (Enabled/Forced)

- TinkerMaterials (Enabled/Forced)

- TinkerModelRegister (Enabled/Forced)

 

Launched Version: 1.10.2-forge1.10.2-12.18.2.2097

LWJGL: 2.9.4

OpenGL: GeForce GT 610/PCIe/SSE2 GL version 4.5.0 NVIDIA 369.09, NVIDIA Corporation

GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.

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

Shaders are available because OpenGL 2.1 is supported.

VBOs are available because OpenGL 1.5 is supported.

 

Using VBOs: Yes

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

Type: Client (map_client.txt)

Resource Packs:

Current Language: English (United Kingdom)

Profiler Position: N/A (disabled)

CPU: 2x Pentium® Dual-Core CPU E5700 @ 3.00GHz

 

Thank you for any feedback

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I made it by copying the properties of the soul one. How do I copy the block entity too? package net.Blue4X.Revive; import net.minecraft.world.item.BlockItem; import net.minecraft.world.item.Item; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.block.CampfireBlock; import net.minecraft.world.level.block.state.BlockBehaviour; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.block.state.properties.BlockStateProperties; import net.minecraftforge.eventbus.api.IEventBus; import net.minecraftforge.registries.DeferredRegister; import net.minecraftforge.registries.ForgeRegistries; import net.minecraftforge.registries.RegistryObject; import java.util.function.Supplier; import java.util.function.ToIntFunction; public class ModBlocks { public static final DeferredRegister<Block> BLOCKS = DeferredRegister.create(ForgeRegistries.BLOCKS, TheRevival.MODID); public static final RegistryObject<Block> BLOCK_CAMPFIRE = registerBlock( () -> new CampfireBlock(true, 4, BlockBehaviour.Properties.ofFullCopy(Blocks.SOUL_CAMPFIRE) .ignitedByLava() .noOcclusion() .lightLevel(litBlockEmission(15)) ) ); private static <T extends Block> RegistryObject<T> registerBlock(Supplier<T> block) { RegistryObject<T> toReturn = BLOCKS.register("block_campfire", block); registerBlockItem(toReturn); return toReturn; } private static <T extends Block> void registerBlockItem(RegistryObject<T> block) { ModItems.ITEMS.register("block_campfire", () -> new BlockItem(block.get(), new Item.Properties())); } public static void register(IEventBus EventBus) { BLOCKS.register(EventBus); } private static ToIntFunction<BlockState> litBlockEmission(int pLightValue) { return p_50763_ -> p_50763_.getValue(BlockStateProperties.LIT) ? pLightValue : 0; } } Minecraft 1.20.6 Forge 50.0.5
    • Help I turned on the xaeros minimap debug and the game crashed instantly and i cant seem to get into my server or even singleplayer as it crashes instantly, i tried to check from the minimap txt file and debug is set on false but still cant get in.  Heres the crash report: https://pastebin.com/HSWLC2tA Update: i can now get inside the world fine but when i try to open the minimap it crashes instantly. Heres the latest crash report as it seems different: https://pastebin.com/WqJnuEcR And i cant seem to figure out whats the problem UPDATE: i fixed it debug was set on true on xaeroworldmap.txt from the actual modrinth bmc files i checked the servers xaero only. if anyone is having the same issue theres the fix.
    • I Need help. I tried many things with a Developer from this server and we just dont know what to do. No one rn can find the error.  I Get kicked very often from a specific server with bc of this Exception. Does someone know the Reason? Pls help guys
    • Im currently trying to install forge to play some mods that are only avilable in 1.16.5, and since I would like it to work with OptiFine I downloaded the 36.1.0, installer, it didnt work, so I downloaded the recommended one, it still didint work, maybe the latest version? nop, will still not work, downloaded some more random versions that werent the ones I needed or recommended and it will still crash telling me "Something went wrong while installing: java.lang.NullPointerException" I keep trying and searching answers for this problem but they will just not work, I dont know what to do, and each answer is completely different, I dont understad why it doesnt work. I would really appreciate if somebody could give me an answer, if it works thanks, if it doesnt well at least you tried helping, thanks!   This is the installer.log in case you need it: JVM info: Oracle Corporation - 1.8.0_202 - 25.202-b08 java.net.preferIPv4Stack=true Current Time: 17/05/2024 07:44:51 Host: files.minecraftforge.net [172.67.161.211, 104.21.58.163] Host: maven.minecraftforge.net [104.21.58.163, 172.67.161.211] Host: libraries.minecraft.net [13.107.246.69, 13.107.213.69] Host: launchermeta.mojang.com [13.107.246.71, 13.107.213.71] Host: piston-meta.mojang.com [13.107.213.41, 13.107.246.41] Host: sessionserver.mojang.com [13.107.246.69, 13.107.213.69] Host: authserver.mojang.com [Unknown] java.lang.NullPointerException     at net.minecraftforge.installer.json.Util.readFully(Util.java:95)     at net.minecraftforge.installer.json.Util.loadInstallProfile(Util.java:30)     at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:178)     at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:154)  
    • Hello, i have a problem with creating a modded server, i keep getting crashes and i don't understand what is the problem. I'm not an profesional at coding and i wanted to just play with few friends with some mods. I tried changing verions of forge server installer, like newest and the most recommended on forge server download page. i would be very thankfull if someone could help me.  I checked and whem im launching a game with the it works And im sorry for bad wording, enlgish isn't my first language.   This is the crash report.  
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.