Jump to content

Game Crashes on Start [1.14.4-28.1.39]


The_Unkown675

Recommended Posts

My game crashes on start. I've updated my drivers and everything and I've looked online but found nothing useful.

 

Crash Report:

---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 10/6/19 10:10 AM
Description: Initializing game

java.lang.NullPointerException: Initializing game
	at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at gigaherz.configurablecane.ConfigurableCane$ClientEvents.blockColors(ConfigurableCane.java:78) ~[?:?] {re:classloading,pl:eventbus:A}
	at net.minecraftforge.eventbus.ASMEventHandler_281_ClientEvents_blockColors_Block.invoke(.dynamic) ~[?:?] {}
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.1] {re:classloading}
	at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:241) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.ModLoader$$Lambda$4181/724857504.accept(Unknown Source) ~[?:?] {}
	at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
	at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:241) ~[?:?] {re:classloading}
	at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:184) ~[?:?] {re:classloading}
	at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.39.jar:28.1] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$397/971404566.call(Unknown Source) [forge-1.14.4-28.1.39.jar:28.1] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.0.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.0.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.0.0.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.0.0.jar:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.0.0.jar:?] {}


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

-- Head --
Thread: Client thread
Stacktrace:
	at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
	at gigaherz.configurablecane.ConfigurableCane$ClientEvents.blockColors(ConfigurableCane.java:78)
	at net.minecraftforge.eventbus.ASMEventHandler_281_ClientEvents_blockColors_Block.invoke(.dynamic)
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
	at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:241)
	at net.minecraftforge.fml.ModLoader$$Lambda$4181/724857504.accept(Unknown Source)
	at java.util.HashMap.forEach(HashMap.java:1280)
	at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
	at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:241)
	at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:184)
	at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)

-- Initialization --
Details:
Stacktrace:
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
	at net.minecraft.client.main.Main.main(SourceFile:155)
	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:497)
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$397/971404566.call(Unknown Source)
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
	Minecraft Version: 1.14.4
	Minecraft Version ID: 1.14.4
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_51, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 13683659224 bytes (13049 MB) / 16324231168 bytes (15568 MB) up to 17179869184 bytes (16384 MB)
	CPUs: 32
	JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
	ModLauncher: 4.0.0+61+ca3b447
	ModLauncher launch target: fmlclient
	ModLauncher naming: srg
	ModLauncher services: 
		/eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
		/forge-1.14.4-28.1.39.jar object_holder_definalize PLUGINSERVICE 
		/forge-1.14.4-28.1.39.jar runtime_enum_extender PLUGINSERVICE 
		/accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE 
		/forge-1.14.4-28.1.39.jar capability_inject_definalize PLUGINSERVICE 
		/forge-1.14.4-28.1.39.jar runtimedistcleaner PLUGINSERVICE 
		/forge-1.14.4-28.1.39.jar fml TRANSFORMATIONSERVICE 
	FML: 28.1
	Forge: net.minecraftforge:28.1.39
	FML Language Providers: 
		javafml@28.1
		minecraft@1
		kotori_scala@2.12.9
	Mod List: 
		angelblock-1.0a.jar Angel Block {angelblock@1.0a LOAD_REGISTRIES}
		angelring-1.14.4-1.0.1.jar Angel Ring {angelring@1.0.1 LOAD_REGISTRIES}
		animalnet-v1.14.4 Forge b4.jar AnimalNet {animalnet@v1.14.4 Forge b4 LOAD_REGISTRIES}
		Apotheosis-1.14.4-2.4.0.jar Apotheosis {apotheosis@2.4.0 LOAD_REGISTRIES}
		AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {appleskin@1.0.12 LOAD_REGISTRIES}
		AssistedProgression-1.14.4-2.0.jar Assisted Progression {assistedprogression@1.14.4-2.0-B32 LOAD_REGISTRIES}
		AttainedDrops-1.14.4-5.2.0.jar Attained Drops {attained_drops@5.2.0 LOAD_REGISTRIES}
		bambooeverything-1.14-1.4.0.jar Bamboo Everything {bambooeverything@1.14-1.4.0 LOAD_REGISTRIES}
		BetterCrates-1.14.4-1.0.0.jar Better Crates {bettercrates@1.0.0 LOAD_REGISTRIES}
		BiomesOPlenty-1.14.4-9.0.0.253-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.253 LOAD_REGISTRIES}
		BioTechnik-1.14.4-1.0.1.jar Bio Technik {biotechnik@1.0.1 LOAD_REGISTRIES}
		bluepower-1.14.4-0.3.123-alpha-universal.jar Blue Power {bluepower@0.3.123-alpha LOAD_REGISTRIES}
		buildinggadgets-3.0.5.jar Building Gadgets {buildinggadgets@3.0.5 LOAD_REGISTRIES}
		CarryOn MC1.14.4 v1.12.3.jar Carry On {carryon@1.12.3 LOAD_REGISTRIES}
		chanceglobe-1.14.x-v1.2.2.jar Chance Globe {chanceglobe@v1.2.2 LOAD_REGISTRIES}
		ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {chunknogobyebye@1.14.4-1.0.3 LOAD_REGISTRIES}
		ClickMachine-1.14.4-2.1.0.jar Click Machine {clickmachine@2.1.0 LOAD_REGISTRIES}
		CoalChunks-1.14.4-1.2.jar Coal Chunks {coalchunks@1.1 LOAD_REGISTRIES}
		ComPatchedStorage-1.14.4-2.1.1.jar ComPatchedStorage {compatchedstorage@2.1.1 LOAD_REGISTRIES}
		ConfigurableCane-1.14.4-1.5.jar Configurable Cane {configurablecane@1.5 LOAD_REGISTRIES}
		Controlling-5.0.4.jar Controlling {controlling@5.0.4 LOAD_REGISTRIES}
		craftingstation-2.0.3.jar Crafting Station {craftingstation@2.0.3 LOAD_REGISTRIES}
		Cucumber-1.14.4-2.0.3.jar Cucumber Library {cucumber@2.0.3 LOAD_REGISTRIES}
		curios-FORGE-1.14.4-1.0.jar Curios API {curios@FORGE-1.14.4-1.0 LOAD_REGISTRIES}
		cursedearth-1.3a.jar Cursed Earth {cursedearth@1.3a LOAD_REGISTRIES}
		Cyclic-1.14.4-0.0.11.jar Cyclic {cyclic@1.14.4-0.0.11 LOAD_REGISTRIES}
		Druidcraft-1.14-0.1.2.jar Druidcraft {druidcraft@0.1.12 LOAD_REGISTRIES}
		elevatorid-1.14.4-1.5.1.jar Elevator Mod {elevatorid@1.14.4-1.5.1 LOAD_REGISTRIES}
		embellishcraft-1.14.4-1.0.0.jar EmbellishCraft {embellishcraft@1.14.4-1.0.0 LOAD_REGISTRIES}
		EnchantmentDescriptions-1.14.4-1.3.3.jar EnchantmentDescriptions {enchdesc@1.3.3 LOAD_REGISTRIES}
		EnderBags-1.14.4-4.2.0.jar Ender Bags {ender_bags@4.2.0 LOAD_REGISTRIES}
		EnderMagnet-1.14.3-1.0.0.jar Ender Magnet {endermagnet@1.14.3-1.0.0 LOAD_REGISTRIES}
		engineersdecor-1.14.4-1.0.13-b1.jar Engineer's Decor {engineersdecor@1.0.13-b1 LOAD_REGISTRIES}
		EnigmaticLegacy-1.2.2.jar Enigmatic Legacy {enigmaticlegacy@1.2.2 LOAD_REGISTRIES}
		EquipmentTooltips-1.14.4-1.3.2+10.jar Equipment Tooltips {equipmenttooltips@1.3.2+10 LOAD_REGISTRIES}
		exp_bottling-1.14.4-3.jar EXP Bottling {exp_bottling@1.14.4-3 LOAD_REGISTRIES}
		extcaves-1.2.jar Extended Caves {extcaves@1.2 LOAD_REGISTRIES}
		extlights-1.4.jar Extended Lights {extlights@1.4 LOAD_REGISTRIES}
		extraboats-1.0.5-1.14.4.jar Extra Boats {extraboats@1.0.5 LOAD_REGISTRIES}
		extrabows-v1.14.4 b5.jar Extra Bows {extrabows@v1.14.4 b5 LOAD_REGISTRIES}
		farlanders-1.14.4-1.0.0.jar The Farlanders {farlanders@1.0.0 LOAD_REGISTRIES}
		Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version LOAD_REGISTRIES}
		ferroustry-1.1.jar Ferroustry {ferroustry@1.1 LOAD_REGISTRIES}
		findme-1.14.4-1.1.0.12.jar Find Me {findme@NONE LOAD_REGISTRIES}
		forbidden_arcanus-1.14.4-1.1.jar Forbidden & Arcanus {forbidden_arcanus@1.14.4-1.0-Beta-4 ERROR}
		FTBUtilitiesBackups-2.0.0.11.jar FTB Utilities: Backups {ftbbackups@2.0.0.11 LOAD_REGISTRIES}
		furniture-7.0.0-pre8-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre8 LOAD_REGISTRIES}
		glassential-forge-1.14.4-1.1.1.jar Glassential {glassential@1.1.1 LOAD_REGISTRIES}
		globalxp-1.14.4-v1.4.6.jar Global XP {globalxp@v1.4.6 LOAD_REGISTRIES}
		Glowglass-1.14.4-1.1.jar Glowglass {glowglass@1.1 LOAD_REGISTRIES}
		grassworld-1.1.4.jar Grass World {grassworld@1.1.4 LOAD_REGISTRIES}
		gravestone-1.15.1.jar Gravestone Mod {gravestone@1.15.1 LOAD_REGISTRIES}
		Heaven Paradise Plant ver1.2.jar Heaven Paradise Plant {heavenparadiseplantmod@1.0.0 LOAD_REGISTRIES}
		ilikewood-1.14.4-1.1.2.3.jar I Like Wood {ilikewood@1.1.2.3 LOAD_REGISTRIES}
		inventorysorter-1.14.4-16.1.0.jar Simple Inventory Sorter {inventorysorter@16.1.0 LOAD_REGISTRIES}
		ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 LOAD_REGISTRIES}
		IronJetpacks-1.14.4-2.0.2.jar Iron Jetpacks {ironjetpacks@2.0.2 LOAD_REGISTRIES}
		jei-1.14.4-6.0.0.13.jar Just Enough Items {jei@6.0.0.13 LOAD_REGISTRIES}
		LargeFluidTank-14.7.6.jar FluidTank {fluidtank@14.7.6 LOAD_REGISTRIES}
		LightOverlay-3.5.jar Light Overlay Forge {lightoverlay-forge@3.4 LOAD_REGISTRIES}
		luckyores-1.14.4-1.2.jar Lucky Ores Mod {luckyores@1.2 LOAD_REGISTRIES}
		mappy-forge-1.0.6.jar Mappy {mappy@1.0.6 LOAD_REGISTRIES}
		MCFurnace-1.14.4-DEV-1.3.2.jar MCFurnace {mcfurnace@1.3.0 LOAD_REGISTRIES}
		mcjtylib-1.14-3.5.7-alpha.jar McJtyLib {mcjtylib@NONE LOAD_REGISTRIES}
		modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {modnametooltip@1.12.1 LOAD_REGISTRIES}
		Morpheus-1.14.4-4.2.43.jar Morpheus {morpheus@version LOAD_REGISTRIES}
		mysticalwildlife-1.14.4-1.3.3.jar Mystical Wildlife {mysticalwildlife@1.3.3 LOAD_REGISTRIES}
		nametagswithoutanvil-1.1.jar Example Mod {nametagswithoutanvil@1.1 LOAD_REGISTRIES}
		Neat 1.5-19.jar Neat {neat@1.5-19 LOAD_REGISTRIES}
		nifty-1.14.4-2.5.1.jar Nifty {nifty@2.5.1 LOAD_REGISTRIES}
		nom-0.0.5.jar Nax's Organic Menu {nom@0.0.5 LOAD_REGISTRIES}
		Nucleus-1.14.4-5.0.jar Nucleus {nucleus@1.14.4-5.0-B87 LOAD_REGISTRIES}
		PackingTape-1.14.4-0.8.4.jar Packing Tape {packingtape@0.8.4 LOAD_REGISTRIES}
		peanutmod-1.0.2.jar Peanut Mod {peanutmod@1.0.2 LOAD_REGISTRIES}
		Placebo-1.14.4-2.2.1.jar Placebo {placebo@2.2.1 LOAD_REGISTRIES}
		planttech2-0.01.01.jar PlantTech 2 {planttech2@0.01.01 LOAD_REGISTRIES}
		playerplates-1.14.4-forge-1.1.0.jar Player Plates {playerplates@1.14.4-forge-1.1.0 LOAD_REGISTRIES}
		portality-1.14.4-2.0.0-5f9c6a1.jar Portality {portality@NONE LOAD_REGISTRIES}
		PotionCapsule-1.0.5.jar Potion Capsule {potioncapsule@1.0.5 LOAD_REGISTRIES}
		PowderPower-1.14.4-3.0.30.jar Powder Power {powder_power@3.0.30 LOAD_REGISTRIES}
		ProgressiveBosses-2.1.2.jar Progressive Bosses {progressivebosses@2.1.2 LOAD_REGISTRIES}
		RandomThings-MC1.14.4-5.0.1.jar Random Things {randomthings@5.0.1 LOAD_REGISTRIES}
		reap-1.10.1.jar Reap Mod {reap@1.10.1 LOAD_REGISTRIES}
		restrictions-1.14-1.3.4-alpha.jar Restrictions {restrictions@NONE LOAD_REGISTRIES}
		rftoolsbase-1.14-0.0.4-alpha.jar RFToolsBase {rftoolsbase@NONE LOAD_REGISTRIES}
		rftoolspower-1.14-1.2.4-alpha.jar RFToolsPower {rftoolspower@NONE LOAD_REGISTRIES}
		RingOfAttraction-1.14.4-1.0.13.jar Ring of Attraction {ring_of_attraction@1.0.13 LOAD_REGISTRIES}
		RingOfGrowth-1.14.4-1.0.14.jar Ring of Growth {ring_of_growth@1.0.14 LOAD_REGISTRIES}
		RingOfTeleport-1.14.4-1.0.12.jar Ring of Teleport {ring_of_teleport@1.0.12 LOAD_REGISTRIES}
		searchablechests-1.14-1.5.2.jar Searchable Chests {searchablechests@1.14-1.5.2 LOAD_REGISTRIES}
		SilentGear-1.14.4-1.4.1+66.jar Silent Gear {silentgear@1.4.1+66 LOAD_REGISTRIES}
		SilentGems-1.14.4-3.4.1+74.jar Silent's Gems 3 {silentgems@3.4.1+74 LOAD_REGISTRIES}
		SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 LOAD_REGISTRIES}
		SilentMechanisms-1.14.4-0.5.2+28.jar Silent's Mechanisms {silents_mechanisms@0.5.2+28 LOAD_REGISTRIES}
		SimpleDiscordRichPresence-1.0.2.jar Simple Discord Rich Presence {sdrp@1.0.2 LOAD_REGISTRIES}
		SimpleDivingGear-3.0.2 mc 1.14.4.jar Simple Diving Gear {simpledivegear@3.0.2 mc 1.14.4 LOAD_REGISTRIES}
		simplefarming-1.14.4-1.1.6.jar Simple Farming {simplefarming@1.14.4-1.1.6 LOAD_REGISTRIES}
		SimpleStorageNetwork-1.14.4-0.0.13.jar Simple Storage Network {storagenetwork@1.14.4-0.0.13 LOAD_REGISTRIES}
		simplylight-0.8.7.jar Simply Light {simplylight@0.8.7 LOAD_REGISTRIES}
		speedyhoppers-1.14.4-1.0.5.jar Speedy Hoppers {speedyhoppers@1.14.4-1.0.5 LOAD_REGISTRIES}
		speedyladders-1.14.4-1.0.3.jar Speedy Ladders {speedyladders@1.14.4-1.0.3 LOAD_REGISTRIES}
		StoneChest-1.14.4-1.0.1.jar Stone Chest {stonechest@1.0.1 LOAD_REGISTRIES}
		StoneCraftingTable-1.14.4-1.0.5.jar Stone Crafting Table {sct@1.0.5 LOAD_REGISTRIES}
		StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {storagedrawers@1.14.4-6.0.3 LOAD_REGISTRIES}
		themidnight-0.4.5.jar The Midnight {midnight@0.4.5 LOAD_REGISTRIES}
		theoneprobe-1.14-1.4.35-alpha.jar The One Probe {theoneprobe@NONE LOAD_REGISTRIES}
		titanium-1.14.4-2.2.0-d9775a7.jar Titanium {titanium@1.14.4-2.2.0-d9775a7 LOAD_REGISTRIES}
		tnt-yeeter-1.14.4-1.0.1.jar TNT Yeeter {yeeter@1.0.1 LOAD_REGISTRIES}
		ToolBelt-1.14.4-1.12.0.jar Tool Belt {toolbelt@1.12.0 LOAD_REGISTRIES}
		TOOLKIT-1.2.0.jar Tool Kit {toolkit@1.2.0 LOAD_REGISTRIES}
		torcherino-9.0.3.jar Torcherino {torcherino@9.0.3 LOAD_REGISTRIES}
		torchmaster-2.0.0.6-alpha.jar Torchmaster {torchmaster@2.0.0.6-alpha LOAD_REGISTRIES}
		TrashSlot_1.14.4-10.4.7.jar TrashSlot {trashslot@10.4.7 LOAD_REGISTRIES}
		travel_bag-1.0.5-1.14.4.jar Travel Bag {travel_bag@1.0.5 LOAD_REGISTRIES}
		travellersboots-1.14.4-1.2.2.jar Traveller's Boots {travellersboots@1.2.2 LOAD_REGISTRIES}
		Trinity-1.14.4-1.2.0.jar Trinity {trinity@1.2.0 LOAD_REGISTRIES}
		tubesreloaded-1.14.4-1.1.0b.jar Tubes Reloaded {tubesreloaded@1.14.4-1.1.0b LOAD_REGISTRIES}
		turf-1.14.4-1.0.0.jar Turf {turf@1.0.0 LOAD_REGISTRIES}
		u_team_core-1.14.4-2.7.2.131.jar U Team Core {uteamcore@2.7.2.131 LOAD_REGISTRIES}
		Upgrade Aquatic Wave Three v6 - Beta 1.0.8.jar Upgrade Aquatic {upgrade_aquatic@1.0.7 LOAD_REGISTRIES}
		upsizer-mc1.14.4-5.0b2.jar Upsizer {upsizer@5.0.0b2 LOAD_REGISTRIES}
		useful_backpacks-1.14.4-1.7.0.34.jar Useful Backpacks {usefulbackpacks@1.7.0.34 LOAD_REGISTRIES}
		vimion-DEV-WEEK-04-0.1-1.14.4.jar Vimion Mod {vimion@DEV WEEK 03 LOAD_REGISTRIES}
		WallpaperCraft-1.14.4-1.0.4.jar Wallpapercraft {wallpapercraft@1.0.4 LOAD_REGISTRIES}
		wetstone-1.1.2.jar Wetstone {wetstone@1.1.2 LOAD_REGISTRIES}
		WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {wstweaks@3.1.0 LOAD_REGISTRIES}
		woolplates-1.14.x-v1.2.jar Wool Pressure Plates {woolplates@v1.2 LOAD_REGISTRIES}
		YAMDA-4.0.1.jar YAMDA {yamda@4.0.1 LOAD_REGISTRIES}
		forge-1.14.4-28.1.39-universal.jar Forge {forge@28.1.39 LOAD_REGISTRIES}
		forge-1.14.4-28.1.39-client.jar Minecraft {minecraft@1.14.4 LOAD_REGISTRIES}
	Launched Version: 1.14.4-forge-28.1.39
	LWJGL: 3.2.2 build 10
	OpenGL: GeForce GTX 1080 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 436.48, 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 'forge'
	Type: Client (map_client.txt)
	Resource Packs: vanilla
	Current Language: English (US)
	CPU: 32x AMD Ryzen Threadripper 1950X 16-Core Processor 

 

Link to comment
Share on other sites

8 hours ago, diesieben07 said:

Looks like a problem with Configurable Cane.

It loaded up this time, but crashed shortly after with this as the report:

---- Minecraft Crash Report ----
// My bad.

Time: 10/6/19 7:03 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
	at net.minecraft.client.renderer.color.ItemColors.func_199877_a(ItemColors.java:95) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at com.integral.enigmaticlegacy.EnigmaticLegacy.onColorInit(EnigmaticLegacy.java:517) ~[?:1.0] {re:classloading}
	at net.minecraftforge.eventbus.ASMEventHandler_433_EnigmaticLegacy_onColorInit_Item.invoke(.dynamic) ~[?:?] {}
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.1] {re:classloading}
	at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:241) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.ModLoader$$Lambda$4155/2066819099.accept(Unknown Source) ~[?:?] {}
	at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
	at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:241) ~[?:?] {re:classloading}
	at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:189) ~[?:?] {re:classloading}
	at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.39.jar:28.1] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$397/1022130643.call(Unknown Source) [forge-1.14.4-28.1.39.jar:28.1] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.0.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.0.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.0.0.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.0.0.jar:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.0.0.jar:?] {}


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

-- Head --
Thread: Client thread
Stacktrace:
	at net.minecraft.client.renderer.color.ItemColors.func_199877_a(ItemColors.java:95)
	at com.integral.enigmaticlegacy.EnigmaticLegacy.onColorInit(EnigmaticLegacy.java:517)
	at net.minecraftforge.eventbus.ASMEventHandler_433_EnigmaticLegacy_onColorInit_Item.invoke(.dynamic)
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
	at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:241)
	at net.minecraftforge.fml.ModLoader$$Lambda$4155/2066819099.accept(Unknown Source)
	at java.util.HashMap.forEach(HashMap.java:1280)
	at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
	at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:241)
	at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:189)
	at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84)
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503)

-- Initialization --
Details:
Stacktrace:
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
	at net.minecraft.client.main.Main.main(SourceFile:155)
	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:497)
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$397/1022130643.call(Unknown Source)
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
	Minecraft Version: 1.14.4
	Minecraft Version ID: 1.14.4
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_51, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 15130951664 bytes (14429 MB) / 16508780544 bytes (15744 MB) up to 17179869184 bytes (16384 MB)
	CPUs: 32
	JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
	ModLauncher: 4.0.0+61+ca3b447
	ModLauncher launch target: fmlclient
	ModLauncher naming: srg
	ModLauncher services: 
		/eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
		/forge-1.14.4-28.1.39.jar object_holder_definalize PLUGINSERVICE 
		/forge-1.14.4-28.1.39.jar runtime_enum_extender PLUGINSERVICE 
		/accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE 
		/forge-1.14.4-28.1.39.jar capability_inject_definalize PLUGINSERVICE 
		/forge-1.14.4-28.1.39.jar runtimedistcleaner PLUGINSERVICE 
		/forge-1.14.4-28.1.39.jar fml TRANSFORMATIONSERVICE 
	FML: 28.1
	Forge: net.minecraftforge:28.1.39
	FML Language Providers: 
		javafml@28.1
		minecraft@1
		kotori_scala@2.12.9
	Mod List: 
		angelblock-1.0a.jar Angel Block {angelblock@1.0a LOAD_REGISTRIES}
		angelring-1.14.4-1.0.1.jar Angel Ring {angelring@1.0.1 LOAD_REGISTRIES}
		animalnet-v1.14.4 Forge b4.jar AnimalNet {animalnet@v1.14.4 Forge b4 LOAD_REGISTRIES}
		Apotheosis-1.14.4-2.4.0.jar Apotheosis {apotheosis@2.4.0 LOAD_REGISTRIES}
		AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {appleskin@1.0.12 LOAD_REGISTRIES}
		AssistedProgression-1.14.4-2.0.jar Assisted Progression {assistedprogression@1.14.4-2.0-B32 LOAD_REGISTRIES}
		AttainedDrops-1.14.4-5.2.0.jar Attained Drops {attained_drops@5.2.0 LOAD_REGISTRIES}
		bambooeverything-1.14-1.4.0.jar Bamboo Everything {bambooeverything@1.14-1.4.0 LOAD_REGISTRIES}
		BetterCrates-1.14.4-1.0.0.jar Better Crates {bettercrates@1.0.0 LOAD_REGISTRIES}
		BiomesOPlenty-1.14.4-9.0.0.253-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.253 LOAD_REGISTRIES}
		BioTechnik-1.14.4-1.0.1.jar Bio Technik {biotechnik@1.0.1 LOAD_REGISTRIES}
		bluepower-1.14.4-0.3.123-alpha-universal.jar Blue Power {bluepower@0.3.123-alpha LOAD_REGISTRIES}
		buildinggadgets-3.0.5.jar Building Gadgets {buildinggadgets@3.0.5 LOAD_REGISTRIES}
		CarryOn MC1.14.4 v1.12.3.jar Carry On {carryon@1.12.3 LOAD_REGISTRIES}
		chanceglobe-1.14.x-v1.2.2.jar Chance Globe {chanceglobe@v1.2.2 LOAD_REGISTRIES}
		ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {chunknogobyebye@1.14.4-1.0.3 LOAD_REGISTRIES}
		ClickMachine-1.14.4-2.1.0.jar Click Machine {clickmachine@2.1.0 LOAD_REGISTRIES}
		CoalChunks-1.14.4-1.2.jar Coal Chunks {coalchunks@1.1 LOAD_REGISTRIES}
		ComPatchedStorage-1.14.4-2.1.1.jar ComPatchedStorage {compatchedstorage@2.1.1 LOAD_REGISTRIES}
		Controlling-5.0.4.jar Controlling {controlling@5.0.4 LOAD_REGISTRIES}
		craftingstation-2.0.3.jar Crafting Station {craftingstation@2.0.3 LOAD_REGISTRIES}
		Cucumber-1.14.4-2.0.3.jar Cucumber Library {cucumber@2.0.3 LOAD_REGISTRIES}
		curios-FORGE-1.14.4-1.0.jar Curios API {curios@FORGE-1.14.4-1.0 LOAD_REGISTRIES}
		cursedearth-1.3a.jar Cursed Earth {cursedearth@1.3a LOAD_REGISTRIES}
		Cyclic-1.14.4-0.0.11.jar Cyclic {cyclic@1.14.4-0.0.11 LOAD_REGISTRIES}
		Druidcraft-1.14-0.1.2.jar Druidcraft {druidcraft@0.1.12 LOAD_REGISTRIES}
		elevatorid-1.14.4-1.5.1.jar Elevator Mod {elevatorid@1.14.4-1.5.1 LOAD_REGISTRIES}
		embellishcraft-1.14.4-1.0.0.jar EmbellishCraft {embellishcraft@1.14.4-1.0.0 LOAD_REGISTRIES}
		EnchantmentDescriptions-1.14.4-1.3.3.jar EnchantmentDescriptions {enchdesc@1.3.3 LOAD_REGISTRIES}
		EnderBags-1.14.4-4.2.0.jar Ender Bags {ender_bags@4.2.0 LOAD_REGISTRIES}
		EnderMagnet-1.14.3-1.0.0.jar Ender Magnet {endermagnet@1.14.3-1.0.0 LOAD_REGISTRIES}
		engineersdecor-1.14.4-1.0.13-b1.jar Engineer's Decor {engineersdecor@1.0.13-b1 LOAD_REGISTRIES}
		EnigmaticLegacy-1.2.2.jar Enigmatic Legacy {enigmaticlegacy@1.2.2 LOAD_REGISTRIES}
		EquipmentTooltips-1.14.4-1.3.2+10.jar Equipment Tooltips {equipmenttooltips@1.3.2+10 LOAD_REGISTRIES}
		exp_bottling-1.14.4-3.jar EXP Bottling {exp_bottling@1.14.4-3 LOAD_REGISTRIES}
		extcaves-1.2.jar Extended Caves {extcaves@1.2 LOAD_REGISTRIES}
		extlights-1.4.jar Extended Lights {extlights@1.4 LOAD_REGISTRIES}
		extraboats-1.0.5-1.14.4.jar Extra Boats {extraboats@1.0.5 LOAD_REGISTRIES}
		extrabows-v1.14.4 b5.jar Extra Bows {extrabows@v1.14.4 b5 LOAD_REGISTRIES}
		farlanders-1.14.4-1.0.0.jar The Farlanders {farlanders@1.0.0 LOAD_REGISTRIES}
		Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version LOAD_REGISTRIES}
		ferroustry-1.1.jar Ferroustry {ferroustry@1.1 LOAD_REGISTRIES}
		findme-1.14.4-1.1.0.12.jar Find Me {findme@NONE LOAD_REGISTRIES}
		forbidden_arcanus-1.14.4-1.1.jar Forbidden & Arcanus {forbidden_arcanus@1.14.4-1.0-Beta-4 ERROR}
		FTBUtilitiesBackups-2.0.0.11.jar FTB Utilities: Backups {ftbbackups@2.0.0.11 LOAD_REGISTRIES}
		furniture-7.0.0-pre8-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre8 LOAD_REGISTRIES}
		glassential-forge-1.14.4-1.1.1.jar Glassential {glassential@1.1.1 LOAD_REGISTRIES}
		globalxp-1.14.4-v1.4.6.jar Global XP {globalxp@v1.4.6 LOAD_REGISTRIES}
		Glowglass-1.14.4-1.1.jar Glowglass {glowglass@1.1 LOAD_REGISTRIES}
		grassworld-1.1.4.jar Grass World {grassworld@1.1.4 LOAD_REGISTRIES}
		gravestone-1.15.1.jar Gravestone Mod {gravestone@1.15.1 LOAD_REGISTRIES}
		Heaven Paradise Plant ver1.2.jar Heaven Paradise Plant {heavenparadiseplantmod@1.0.0 LOAD_REGISTRIES}
		ilikewood-1.14.4-1.1.2.3.jar I Like Wood {ilikewood@1.1.2.3 LOAD_REGISTRIES}
		inventorysorter-1.14.4-16.1.0.jar Simple Inventory Sorter {inventorysorter@16.1.0 LOAD_REGISTRIES}
		ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 LOAD_REGISTRIES}
		IronJetpacks-1.14.4-2.0.2.jar Iron Jetpacks {ironjetpacks@2.0.2 LOAD_REGISTRIES}
		jei-1.14.4-6.0.0.13.jar Just Enough Items {jei@6.0.0.13 LOAD_REGISTRIES}
		LargeFluidTank-14.7.6.jar FluidTank {fluidtank@14.7.6 LOAD_REGISTRIES}
		LightOverlay-3.5.jar Light Overlay Forge {lightoverlay-forge@3.4 LOAD_REGISTRIES}
		luckyores-1.14.4-1.2.jar Lucky Ores Mod {luckyores@1.2 LOAD_REGISTRIES}
		mappy-forge-1.0.6.jar Mappy {mappy@1.0.6 LOAD_REGISTRIES}
		MCFurnace-1.14.4-DEV-1.3.2.jar MCFurnace {mcfurnace@1.3.0 LOAD_REGISTRIES}
		mcjtylib-1.14-3.5.7-alpha.jar McJtyLib {mcjtylib@NONE LOAD_REGISTRIES}
		modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {modnametooltip@1.12.1 LOAD_REGISTRIES}
		Morpheus-1.14.4-4.2.43.jar Morpheus {morpheus@version LOAD_REGISTRIES}
		mysticalwildlife-1.14.4-1.3.3.jar Mystical Wildlife {mysticalwildlife@1.3.3 LOAD_REGISTRIES}
		nametagswithoutanvil-1.1.jar Example Mod {nametagswithoutanvil@1.1 LOAD_REGISTRIES}
		Neat 1.5-19.jar Neat {neat@1.5-19 LOAD_REGISTRIES}
		nifty-1.14.4-2.5.1.jar Nifty {nifty@2.5.1 LOAD_REGISTRIES}
		nom-0.0.5.jar Nax's Organic Menu {nom@0.0.5 LOAD_REGISTRIES}
		Nucleus-1.14.4-5.0.jar Nucleus {nucleus@1.14.4-5.0-B87 LOAD_REGISTRIES}
		PackingTape-1.14.4-0.8.4.jar Packing Tape {packingtape@0.8.4 LOAD_REGISTRIES}
		peanutmod-1.0.2.jar Peanut Mod {peanutmod@1.0.2 LOAD_REGISTRIES}
		Placebo-1.14.4-2.2.1.jar Placebo {placebo@2.2.1 LOAD_REGISTRIES}
		planttech2-0.01.01.jar PlantTech 2 {planttech2@0.01.01 LOAD_REGISTRIES}
		playerplates-1.14.4-forge-1.1.0.jar Player Plates {playerplates@1.14.4-forge-1.1.0 LOAD_REGISTRIES}
		portality-1.14.4-2.0.0-5f9c6a1.jar Portality {portality@NONE LOAD_REGISTRIES}
		PotionCapsule-1.0.5.jar Potion Capsule {potioncapsule@1.0.5 LOAD_REGISTRIES}
		PowderPower-1.14.4-3.0.30.jar Powder Power {powder_power@3.0.30 LOAD_REGISTRIES}
		ProgressiveBosses-2.1.2.jar Progressive Bosses {progressivebosses@2.1.2 LOAD_REGISTRIES}
		RandomThings-MC1.14.4-5.0.1.jar Random Things {randomthings@5.0.1 LOAD_REGISTRIES}
		reap-1.10.1.jar Reap Mod {reap@1.10.1 LOAD_REGISTRIES}
		restrictions-1.14-1.3.4-alpha.jar Restrictions {restrictions@NONE LOAD_REGISTRIES}
		rftoolsbase-1.14-0.0.4-alpha.jar RFToolsBase {rftoolsbase@NONE LOAD_REGISTRIES}
		rftoolspower-1.14-1.2.4-alpha.jar RFToolsPower {rftoolspower@NONE LOAD_REGISTRIES}
		RingOfAttraction-1.14.4-1.0.13.jar Ring of Attraction {ring_of_attraction@1.0.13 LOAD_REGISTRIES}
		RingOfGrowth-1.14.4-1.0.14.jar Ring of Growth {ring_of_growth@1.0.14 LOAD_REGISTRIES}
		RingOfTeleport-1.14.4-1.0.12.jar Ring of Teleport {ring_of_teleport@1.0.12 LOAD_REGISTRIES}
		searchablechests-1.14-1.5.2.jar Searchable Chests {searchablechests@1.14-1.5.2 LOAD_REGISTRIES}
		SilentGear-1.14.4-1.4.1+66.jar Silent Gear {silentgear@1.4.1+66 LOAD_REGISTRIES}
		SilentGems-1.14.4-3.4.1+74.jar Silent's Gems 3 {silentgems@3.4.1+74 LOAD_REGISTRIES}
		SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 LOAD_REGISTRIES}
		SilentMechanisms-1.14.4-0.5.2+28.jar Silent's Mechanisms {silents_mechanisms@0.5.2+28 LOAD_REGISTRIES}
		SimpleDiscordRichPresence-1.0.2.jar Simple Discord Rich Presence {sdrp@1.0.2 LOAD_REGISTRIES}
		SimpleDivingGear-3.0.2 mc 1.14.4.jar Simple Diving Gear {simpledivegear@3.0.2 mc 1.14.4 LOAD_REGISTRIES}
		simplefarming-1.14.4-1.1.6.jar Simple Farming {simplefarming@1.14.4-1.1.6 LOAD_REGISTRIES}
		SimpleStorageNetwork-1.14.4-0.0.13.jar Simple Storage Network {storagenetwork@1.14.4-0.0.13 LOAD_REGISTRIES}
		simplylight-0.8.7.jar Simply Light {simplylight@0.8.7 LOAD_REGISTRIES}
		speedyhoppers-1.14.4-1.0.5.jar Speedy Hoppers {speedyhoppers@1.14.4-1.0.5 LOAD_REGISTRIES}
		speedyladders-1.14.4-1.0.3.jar Speedy Ladders {speedyladders@1.14.4-1.0.3 LOAD_REGISTRIES}
		StoneChest-1.14.4-1.0.1.jar Stone Chest {stonechest@1.0.1 LOAD_REGISTRIES}
		StoneCraftingTable-1.14.4-1.0.5.jar Stone Crafting Table {sct@1.0.5 LOAD_REGISTRIES}
		StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {storagedrawers@1.14.4-6.0.3 LOAD_REGISTRIES}
		themidnight-0.4.5.jar The Midnight {midnight@0.4.5 LOAD_REGISTRIES}
		theoneprobe-1.14-1.4.35-alpha.jar The One Probe {theoneprobe@NONE LOAD_REGISTRIES}
		titanium-1.14.4-2.2.0-d9775a7.jar Titanium {titanium@1.14.4-2.2.0-d9775a7 LOAD_REGISTRIES}
		tnt-yeeter-1.14.4-1.0.1.jar TNT Yeeter {yeeter@1.0.1 LOAD_REGISTRIES}
		ToolBelt-1.14.4-1.12.0.jar Tool Belt {toolbelt@1.12.0 LOAD_REGISTRIES}
		TOOLKIT-1.2.0.jar Tool Kit {toolkit@1.2.0 LOAD_REGISTRIES}
		torcherino-9.0.3.jar Torcherino {torcherino@9.0.3 LOAD_REGISTRIES}
		torchmaster-2.0.0.6-alpha.jar Torchmaster {torchmaster@2.0.0.6-alpha LOAD_REGISTRIES}
		TrashSlot_1.14.4-10.4.7.jar TrashSlot {trashslot@10.4.7 LOAD_REGISTRIES}
		travel_bag-1.0.5-1.14.4.jar Travel Bag {travel_bag@1.0.5 LOAD_REGISTRIES}
		travellersboots-1.14.4-1.2.2.jar Traveller's Boots {travellersboots@1.2.2 LOAD_REGISTRIES}
		Trinity-1.14.4-1.2.0.jar Trinity {trinity@1.2.0 LOAD_REGISTRIES}
		tubesreloaded-1.14.4-1.1.0b.jar Tubes Reloaded {tubesreloaded@1.14.4-1.1.0b LOAD_REGISTRIES}
		turf-1.14.4-1.0.0.jar Turf {turf@1.0.0 LOAD_REGISTRIES}
		u_team_core-1.14.4-2.7.2.131.jar U Team Core {uteamcore@2.7.2.131 LOAD_REGISTRIES}
		Upgrade Aquatic Wave Three v6 - Beta 1.0.8.jar Upgrade Aquatic {upgrade_aquatic@1.0.7 LOAD_REGISTRIES}
		upsizer-mc1.14.4-5.0b2.jar Upsizer {upsizer@5.0.0b2 LOAD_REGISTRIES}
		useful_backpacks-1.14.4-1.7.0.34.jar Useful Backpacks {usefulbackpacks@1.7.0.34 LOAD_REGISTRIES}
		vimion-DEV-WEEK-04-0.1-1.14.4.jar Vimion Mod {vimion@DEV WEEK 03 LOAD_REGISTRIES}
		WallpaperCraft-1.14.4-1.0.4.jar Wallpapercraft {wallpapercraft@1.0.4 LOAD_REGISTRIES}
		wetstone-1.1.2.jar Wetstone {wetstone@1.1.2 LOAD_REGISTRIES}
		WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {wstweaks@3.1.0 LOAD_REGISTRIES}
		woolplates-1.14.x-v1.2.jar Wool Pressure Plates {woolplates@v1.2 LOAD_REGISTRIES}
		YAMDA-4.0.1.jar YAMDA {yamda@4.0.1 LOAD_REGISTRIES}
		forge-1.14.4-28.1.39-universal.jar Forge {forge@28.1.39 LOAD_REGISTRIES}
		forge-1.14.4-28.1.39-client.jar Minecraft {minecraft@1.14.4 LOAD_REGISTRIES}
	Launched Version: 1.14.4-forge-28.1.39
	LWJGL: 3.2.2 build 10
	OpenGL: GeForce GTX 1080 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 436.48, 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 'forge'
	Type: Client (map_client.txt)
	Resource Packs: vanilla
	Current Language: English (US)
	CPU: 32x AMD Ryzen Threadripper 1950X 16-Core Processor 

Any suggestions? I removed Config. Cane btw.

Link to comment
Share on other sites

Can you provide debug.log please?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

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.

×
×
  • Create New...

Important Information

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