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: 
		[email protected]
		minecraft@1
		[email protected]
	Mod List: 
		angelblock-1.0a.jar Angel Block {[email protected] LOAD_REGISTRIES}
		angelring-1.14.4-1.0.1.jar Angel Ring {[email protected] LOAD_REGISTRIES}
		animalnet-v1.14.4 Forge b4.jar AnimalNet {[email protected] Forge b4 LOAD_REGISTRIES}
		Apotheosis-1.14.4-2.4.0.jar Apotheosis {[email protected] LOAD_REGISTRIES}
		AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {[email protected] LOAD_REGISTRIES}
		AssistedProgression-1.14.4-2.0.jar Assisted Progression {[email protected] LOAD_REGISTRIES}
		AttainedDrops-1.14.4-5.2.0.jar Attained Drops {[email protected] LOAD_REGISTRIES}
		bambooeverything-1.14-1.4.0.jar Bamboo Everything {[email protected] LOAD_REGISTRIES}
		BetterCrates-1.14.4-1.0.0.jar Better Crates {[email protected] LOAD_REGISTRIES}
		BiomesOPlenty-1.14.4-9.0.0.253-universal.jar Biomes O' Plenty {[email protected] LOAD_REGISTRIES}
		BioTechnik-1.14.4-1.0.1.jar Bio Technik {[email protected] LOAD_REGISTRIES}
		bluepower-1.14.4-0.3.123-alpha-universal.jar Blue Power {[email protected] LOAD_REGISTRIES}
		buildinggadgets-3.0.5.jar Building Gadgets {[email protected] LOAD_REGISTRIES}
		CarryOn MC1.14.4 v1.12.3.jar Carry On {[email protected] LOAD_REGISTRIES}
		chanceglobe-1.14.x-v1.2.2.jar Chance Globe {[email protected] LOAD_REGISTRIES}
		ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {[email protected] LOAD_REGISTRIES}
		ClickMachine-1.14.4-2.1.0.jar Click Machine {[email protected] LOAD_REGISTRIES}
		CoalChunks-1.14.4-1.2.jar Coal Chunks {[email protected] LOAD_REGISTRIES}
		ComPatchedStorage-1.14.4-2.1.1.jar ComPatchedStorage {[email protected] LOAD_REGISTRIES}
		ConfigurableCane-1.14.4-1.5.jar Configurable Cane {[email protected] LOAD_REGISTRIES}
		Controlling-5.0.4.jar Controlling {[email protected] LOAD_REGISTRIES}
		craftingstation-2.0.3.jar Crafting Station {[email protected] LOAD_REGISTRIES}
		Cucumber-1.14.4-2.0.3.jar Cucumber Library {[email protected] LOAD_REGISTRIES}
		curios-FORGE-1.14.4-1.0.jar Curios API {[email protected] LOAD_REGISTRIES}
		cursedearth-1.3a.jar Cursed Earth {[email protected] LOAD_REGISTRIES}
		Cyclic-1.14.4-0.0.11.jar Cyclic {[email protected] LOAD_REGISTRIES}
		Druidcraft-1.14-0.1.2.jar Druidcraft {[email protected] LOAD_REGISTRIES}
		elevatorid-1.14.4-1.5.1.jar Elevator Mod {[email protected] LOAD_REGISTRIES}
		embellishcraft-1.14.4-1.0.0.jar EmbellishCraft {[email protected] LOAD_REGISTRIES}
		EnchantmentDescriptions-1.14.4-1.3.3.jar EnchantmentDescriptions {[email protected] LOAD_REGISTRIES}
		EnderBags-1.14.4-4.2.0.jar Ender Bags {[email protected] LOAD_REGISTRIES}
		EnderMagnet-1.14.3-1.0.0.jar Ender Magnet {[email protected] LOAD_REGISTRIES}
		engineersdecor-1.14.4-1.0.13-b1.jar Engineer's Decor {[email protected] LOAD_REGISTRIES}
		EnigmaticLegacy-1.2.2.jar Enigmatic Legacy {[email protected] LOAD_REGISTRIES}
		EquipmentTooltips-1.14.4-1.3.2+10.jar Equipment Tooltips {[email protected]+10 LOAD_REGISTRIES}
		exp_bottling-1.14.4-3.jar EXP Bottling {[email protected] LOAD_REGISTRIES}
		extcaves-1.2.jar Extended Caves {[email protected] LOAD_REGISTRIES}
		extlights-1.4.jar Extended Lights {[email protected] LOAD_REGISTRIES}
		extraboats-1.0.5-1.14.4.jar Extra Boats {[email protected] LOAD_REGISTRIES}
		extrabows-v1.14.4 b5.jar Extra Bows {[email protected] b5 LOAD_REGISTRIES}
		farlanders-1.14.4-1.0.0.jar The Farlanders {[email protected] LOAD_REGISTRIES}
		Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version LOAD_REGISTRIES}
		ferroustry-1.1.jar Ferroustry {[email protected] 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 {[email protected] ERROR}
		FTBUtilitiesBackups-2.0.0.11.jar FTB Utilities: Backups {[email protected] LOAD_REGISTRIES}
		furniture-7.0.0-pre8-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] LOAD_REGISTRIES}
		glassential-forge-1.14.4-1.1.1.jar Glassential {[email protected] LOAD_REGISTRIES}
		globalxp-1.14.4-v1.4.6.jar Global XP {[email protected] LOAD_REGISTRIES}
		Glowglass-1.14.4-1.1.jar Glowglass {[email protected] LOAD_REGISTRIES}
		grassworld-1.1.4.jar Grass World {[email protected] LOAD_REGISTRIES}
		gravestone-1.15.1.jar Gravestone Mod {[email protected] LOAD_REGISTRIES}
		Heaven Paradise Plant ver1.2.jar Heaven Paradise Plant {[email protected] LOAD_REGISTRIES}
		ilikewood-1.14.4-1.1.2.3.jar I Like Wood {[email protected] LOAD_REGISTRIES}
		inventorysorter-1.14.4-16.1.0.jar Simple Inventory Sorter {[email protected] LOAD_REGISTRIES}
		ironchest-1.14.4-9.1.5.jar Iron Chests {[email protected] LOAD_REGISTRIES}
		IronJetpacks-1.14.4-2.0.2.jar Iron Jetpacks {[email protected] LOAD_REGISTRIES}
		jei-1.14.4-6.0.0.13.jar Just Enough Items {[email protected] LOAD_REGISTRIES}
		LargeFluidTank-14.7.6.jar FluidTank {[email protected] LOAD_REGISTRIES}
		LightOverlay-3.5.jar Light Overlay Forge {[email protected] LOAD_REGISTRIES}
		luckyores-1.14.4-1.2.jar Lucky Ores Mod {[email protected] LOAD_REGISTRIES}
		mappy-forge-1.0.6.jar Mappy {[email protected] LOAD_REGISTRIES}
		MCFurnace-1.14.4-DEV-1.3.2.jar MCFurnace {[email protected] 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 {[email protected] 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 {[email protected] LOAD_REGISTRIES}
		nametagswithoutanvil-1.1.jar Example Mod {[email protected] LOAD_REGISTRIES}
		Neat 1.5-19.jar Neat {[email protected] LOAD_REGISTRIES}
		nifty-1.14.4-2.5.1.jar Nifty {[email protected] LOAD_REGISTRIES}
		nom-0.0.5.jar Nax's Organic Menu {[email protected] LOAD_REGISTRIES}
		Nucleus-1.14.4-5.0.jar Nucleus {[email protected] LOAD_REGISTRIES}
		PackingTape-1.14.4-0.8.4.jar Packing Tape {[email protected] LOAD_REGISTRIES}
		peanutmod-1.0.2.jar Peanut Mod {[email protected] LOAD_REGISTRIES}
		Placebo-1.14.4-2.2.1.jar Placebo {[email protected] LOAD_REGISTRIES}
		planttech2-0.01.01.jar PlantTech 2 {[email protected] LOAD_REGISTRIES}
		playerplates-1.14.4-forge-1.1.0.jar Player Plates {[email protected] LOAD_REGISTRIES}
		portality-1.14.4-2.0.0-5f9c6a1.jar Portality {portality@NONE LOAD_REGISTRIES}
		PotionCapsule-1.0.5.jar Potion Capsule {[email protected] LOAD_REGISTRIES}
		PowderPower-1.14.4-3.0.30.jar Powder Power {[email protected] LOAD_REGISTRIES}
		ProgressiveBosses-2.1.2.jar Progressive Bosses {[email protected] LOAD_REGISTRIES}
		RandomThings-MC1.14.4-5.0.1.jar Random Things {[email protected] LOAD_REGISTRIES}
		reap-1.10.1.jar Reap Mod {[email protected] 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 {[email protected] LOAD_REGISTRIES}
		RingOfGrowth-1.14.4-1.0.14.jar Ring of Growth {[email protected] LOAD_REGISTRIES}
		RingOfTeleport-1.14.4-1.0.12.jar Ring of Teleport {[email protected] LOAD_REGISTRIES}
		searchablechests-1.14-1.5.2.jar Searchable Chests {[email protected] LOAD_REGISTRIES}
		SilentGear-1.14.4-1.4.1+66.jar Silent Gear {[email protected]+66 LOAD_REGISTRIES}
		SilentGems-1.14.4-3.4.1+74.jar Silent's Gems 3 {[email protected]+74 LOAD_REGISTRIES}
		SilentLib-1.14.4-4.4.0+44.jar Silent Lib {[email protected]+44 LOAD_REGISTRIES}
		SilentMechanisms-1.14.4-0.5.2+28.jar Silent's Mechanisms {[email protected]+28 LOAD_REGISTRIES}
		SimpleDiscordRichPresence-1.0.2.jar Simple Discord Rich Presence {[email protected] LOAD_REGISTRIES}
		SimpleDivingGear-3.0.2 mc 1.14.4.jar Simple Diving Gear {[email protected] mc 1.14.4 LOAD_REGISTRIES}
		simplefarming-1.14.4-1.1.6.jar Simple Farming {[email protected] LOAD_REGISTRIES}
		SimpleStorageNetwork-1.14.4-0.0.13.jar Simple Storage Network {[email protected] LOAD_REGISTRIES}
		simplylight-0.8.7.jar Simply Light {[email protected] LOAD_REGISTRIES}
		speedyhoppers-1.14.4-1.0.5.jar Speedy Hoppers {[email protected] LOAD_REGISTRIES}
		speedyladders-1.14.4-1.0.3.jar Speedy Ladders {[email protected] LOAD_REGISTRIES}
		StoneChest-1.14.4-1.0.1.jar Stone Chest {[email protected] LOAD_REGISTRIES}
		StoneCraftingTable-1.14.4-1.0.5.jar Stone Crafting Table {[email protected] LOAD_REGISTRIES}
		StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {[email protected] LOAD_REGISTRIES}
		themidnight-0.4.5.jar The Midnight {[email protected] 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 {[email protected] LOAD_REGISTRIES}
		tnt-yeeter-1.14.4-1.0.1.jar TNT Yeeter {[email protected] LOAD_REGISTRIES}
		ToolBelt-1.14.4-1.12.0.jar Tool Belt {[email protected] LOAD_REGISTRIES}
		TOOLKIT-1.2.0.jar Tool Kit {[email protected] LOAD_REGISTRIES}
		torcherino-9.0.3.jar Torcherino {[email protected] LOAD_REGISTRIES}
		torchmaster-2.0.0.6-alpha.jar Torchmaster {[email protected] LOAD_REGISTRIES}
		TrashSlot_1.14.4-10.4.7.jar TrashSlot {[email protected] LOAD_REGISTRIES}
		travel_bag-1.0.5-1.14.4.jar Travel Bag {[email protected] LOAD_REGISTRIES}
		travellersboots-1.14.4-1.2.2.jar Traveller's Boots {[email protected] LOAD_REGISTRIES}
		Trinity-1.14.4-1.2.0.jar Trinity {[email protected] LOAD_REGISTRIES}
		tubesreloaded-1.14.4-1.1.0b.jar Tubes Reloaded {[email protected] LOAD_REGISTRIES}
		turf-1.14.4-1.0.0.jar Turf {[email protected] LOAD_REGISTRIES}
		u_team_core-1.14.4-2.7.2.131.jar U Team Core {[email protected] LOAD_REGISTRIES}
		Upgrade Aquatic Wave Three v6 - Beta 1.0.8.jar Upgrade Aquatic {[email protected] LOAD_REGISTRIES}
		upsizer-mc1.14.4-5.0b2.jar Upsizer {[email protected] LOAD_REGISTRIES}
		useful_backpacks-1.14.4-1.7.0.34.jar Useful Backpacks {[email protected] 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 {[email protected] LOAD_REGISTRIES}
		wetstone-1.1.2.jar Wetstone {[email protected] LOAD_REGISTRIES}
		WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {[email protected] LOAD_REGISTRIES}
		woolplates-1.14.x-v1.2.jar Wool Pressure Plates {[email protected] LOAD_REGISTRIES}
		YAMDA-4.0.1.jar YAMDA {[email protected] LOAD_REGISTRIES}
		forge-1.14.4-28.1.39-universal.jar Forge {[email protected] LOAD_REGISTRIES}
		forge-1.14.4-28.1.39-client.jar Minecraft {[email protected] 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: 
		[email protected]
		minecraft@1
		[email protected]
	Mod List: 
		angelblock-1.0a.jar Angel Block {[email protected] LOAD_REGISTRIES}
		angelring-1.14.4-1.0.1.jar Angel Ring {[email protected] LOAD_REGISTRIES}
		animalnet-v1.14.4 Forge b4.jar AnimalNet {[email protected] Forge b4 LOAD_REGISTRIES}
		Apotheosis-1.14.4-2.4.0.jar Apotheosis {[email protected] LOAD_REGISTRIES}
		AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {[email protected] LOAD_REGISTRIES}
		AssistedProgression-1.14.4-2.0.jar Assisted Progression {[email protected] LOAD_REGISTRIES}
		AttainedDrops-1.14.4-5.2.0.jar Attained Drops {[email protected] LOAD_REGISTRIES}
		bambooeverything-1.14-1.4.0.jar Bamboo Everything {[email protected] LOAD_REGISTRIES}
		BetterCrates-1.14.4-1.0.0.jar Better Crates {[email protected] LOAD_REGISTRIES}
		BiomesOPlenty-1.14.4-9.0.0.253-universal.jar Biomes O' Plenty {[email protected] LOAD_REGISTRIES}
		BioTechnik-1.14.4-1.0.1.jar Bio Technik {[email protected] LOAD_REGISTRIES}
		bluepower-1.14.4-0.3.123-alpha-universal.jar Blue Power {[email protected] LOAD_REGISTRIES}
		buildinggadgets-3.0.5.jar Building Gadgets {[email protected] LOAD_REGISTRIES}
		CarryOn MC1.14.4 v1.12.3.jar Carry On {[email protected] LOAD_REGISTRIES}
		chanceglobe-1.14.x-v1.2.2.jar Chance Globe {[email protected] LOAD_REGISTRIES}
		ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {[email protected] LOAD_REGISTRIES}
		ClickMachine-1.14.4-2.1.0.jar Click Machine {[email protected] LOAD_REGISTRIES}
		CoalChunks-1.14.4-1.2.jar Coal Chunks {[email protected] LOAD_REGISTRIES}
		ComPatchedStorage-1.14.4-2.1.1.jar ComPatchedStorage {[email protected] LOAD_REGISTRIES}
		Controlling-5.0.4.jar Controlling {[email protected] LOAD_REGISTRIES}
		craftingstation-2.0.3.jar Crafting Station {[email protected] LOAD_REGISTRIES}
		Cucumber-1.14.4-2.0.3.jar Cucumber Library {[email protected] LOAD_REGISTRIES}
		curios-FORGE-1.14.4-1.0.jar Curios API {[email protected] LOAD_REGISTRIES}
		cursedearth-1.3a.jar Cursed Earth {[email protected] LOAD_REGISTRIES}
		Cyclic-1.14.4-0.0.11.jar Cyclic {[email protected] LOAD_REGISTRIES}
		Druidcraft-1.14-0.1.2.jar Druidcraft {[email protected] LOAD_REGISTRIES}
		elevatorid-1.14.4-1.5.1.jar Elevator Mod {[email protected] LOAD_REGISTRIES}
		embellishcraft-1.14.4-1.0.0.jar EmbellishCraft {[email protected] LOAD_REGISTRIES}
		EnchantmentDescriptions-1.14.4-1.3.3.jar EnchantmentDescriptions {[email protected] LOAD_REGISTRIES}
		EnderBags-1.14.4-4.2.0.jar Ender Bags {[email protected] LOAD_REGISTRIES}
		EnderMagnet-1.14.3-1.0.0.jar Ender Magnet {[email protected] LOAD_REGISTRIES}
		engineersdecor-1.14.4-1.0.13-b1.jar Engineer's Decor {[email protected] LOAD_REGISTRIES}
		EnigmaticLegacy-1.2.2.jar Enigmatic Legacy {[email protected] LOAD_REGISTRIES}
		EquipmentTooltips-1.14.4-1.3.2+10.jar Equipment Tooltips {[email protected]+10 LOAD_REGISTRIES}
		exp_bottling-1.14.4-3.jar EXP Bottling {[email protected] LOAD_REGISTRIES}
		extcaves-1.2.jar Extended Caves {[email protected] LOAD_REGISTRIES}
		extlights-1.4.jar Extended Lights {[email protected] LOAD_REGISTRIES}
		extraboats-1.0.5-1.14.4.jar Extra Boats {[email protected] LOAD_REGISTRIES}
		extrabows-v1.14.4 b5.jar Extra Bows {[email protected] b5 LOAD_REGISTRIES}
		farlanders-1.14.4-1.0.0.jar The Farlanders {[email protected] LOAD_REGISTRIES}
		Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version LOAD_REGISTRIES}
		ferroustry-1.1.jar Ferroustry {[email protected] 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 {[email protected] ERROR}
		FTBUtilitiesBackups-2.0.0.11.jar FTB Utilities: Backups {[email protected] LOAD_REGISTRIES}
		furniture-7.0.0-pre8-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] LOAD_REGISTRIES}
		glassential-forge-1.14.4-1.1.1.jar Glassential {[email protected] LOAD_REGISTRIES}
		globalxp-1.14.4-v1.4.6.jar Global XP {[email protected] LOAD_REGISTRIES}
		Glowglass-1.14.4-1.1.jar Glowglass {[email protected] LOAD_REGISTRIES}
		grassworld-1.1.4.jar Grass World {[email protected] LOAD_REGISTRIES}
		gravestone-1.15.1.jar Gravestone Mod {[email protected] LOAD_REGISTRIES}
		Heaven Paradise Plant ver1.2.jar Heaven Paradise Plant {[email protected] LOAD_REGISTRIES}
		ilikewood-1.14.4-1.1.2.3.jar I Like Wood {[email protected] LOAD_REGISTRIES}
		inventorysorter-1.14.4-16.1.0.jar Simple Inventory Sorter {[email protected] LOAD_REGISTRIES}
		ironchest-1.14.4-9.1.5.jar Iron Chests {[email protected] LOAD_REGISTRIES}
		IronJetpacks-1.14.4-2.0.2.jar Iron Jetpacks {[email protected] LOAD_REGISTRIES}
		jei-1.14.4-6.0.0.13.jar Just Enough Items {[email protected] LOAD_REGISTRIES}
		LargeFluidTank-14.7.6.jar FluidTank {[email protected] LOAD_REGISTRIES}
		LightOverlay-3.5.jar Light Overlay Forge {[email protected] LOAD_REGISTRIES}
		luckyores-1.14.4-1.2.jar Lucky Ores Mod {[email protected] LOAD_REGISTRIES}
		mappy-forge-1.0.6.jar Mappy {[email protected] LOAD_REGISTRIES}
		MCFurnace-1.14.4-DEV-1.3.2.jar MCFurnace {[email protected] 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 {[email protected] 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 {[email protected] LOAD_REGISTRIES}
		nametagswithoutanvil-1.1.jar Example Mod {[email protected] LOAD_REGISTRIES}
		Neat 1.5-19.jar Neat {[email protected] LOAD_REGISTRIES}
		nifty-1.14.4-2.5.1.jar Nifty {[email protected] LOAD_REGISTRIES}
		nom-0.0.5.jar Nax's Organic Menu {[email protected] LOAD_REGISTRIES}
		Nucleus-1.14.4-5.0.jar Nucleus {[email protected] LOAD_REGISTRIES}
		PackingTape-1.14.4-0.8.4.jar Packing Tape {[email protected] LOAD_REGISTRIES}
		peanutmod-1.0.2.jar Peanut Mod {[email protected] LOAD_REGISTRIES}
		Placebo-1.14.4-2.2.1.jar Placebo {[email protected] LOAD_REGISTRIES}
		planttech2-0.01.01.jar PlantTech 2 {[email protected] LOAD_REGISTRIES}
		playerplates-1.14.4-forge-1.1.0.jar Player Plates {[email protected] LOAD_REGISTRIES}
		portality-1.14.4-2.0.0-5f9c6a1.jar Portality {portality@NONE LOAD_REGISTRIES}
		PotionCapsule-1.0.5.jar Potion Capsule {[email protected] LOAD_REGISTRIES}
		PowderPower-1.14.4-3.0.30.jar Powder Power {[email protected] LOAD_REGISTRIES}
		ProgressiveBosses-2.1.2.jar Progressive Bosses {[email protected] LOAD_REGISTRIES}
		RandomThings-MC1.14.4-5.0.1.jar Random Things {[email protected] LOAD_REGISTRIES}
		reap-1.10.1.jar Reap Mod {[email protected] 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 {[email protected] LOAD_REGISTRIES}
		RingOfGrowth-1.14.4-1.0.14.jar Ring of Growth {[email protected] LOAD_REGISTRIES}
		RingOfTeleport-1.14.4-1.0.12.jar Ring of Teleport {[email protected] LOAD_REGISTRIES}
		searchablechests-1.14-1.5.2.jar Searchable Chests {[email protected] LOAD_REGISTRIES}
		SilentGear-1.14.4-1.4.1+66.jar Silent Gear {[email protected]+66 LOAD_REGISTRIES}
		SilentGems-1.14.4-3.4.1+74.jar Silent's Gems 3 {[email protected]+74 LOAD_REGISTRIES}
		SilentLib-1.14.4-4.4.0+44.jar Silent Lib {[email protected]+44 LOAD_REGISTRIES}
		SilentMechanisms-1.14.4-0.5.2+28.jar Silent's Mechanisms {[email protected]+28 LOAD_REGISTRIES}
		SimpleDiscordRichPresence-1.0.2.jar Simple Discord Rich Presence {[email protected] LOAD_REGISTRIES}
		SimpleDivingGear-3.0.2 mc 1.14.4.jar Simple Diving Gear {[email protected] mc 1.14.4 LOAD_REGISTRIES}
		simplefarming-1.14.4-1.1.6.jar Simple Farming {[email protected] LOAD_REGISTRIES}
		SimpleStorageNetwork-1.14.4-0.0.13.jar Simple Storage Network {[email protected] LOAD_REGISTRIES}
		simplylight-0.8.7.jar Simply Light {[email protected] LOAD_REGISTRIES}
		speedyhoppers-1.14.4-1.0.5.jar Speedy Hoppers {[email protected] LOAD_REGISTRIES}
		speedyladders-1.14.4-1.0.3.jar Speedy Ladders {[email protected] LOAD_REGISTRIES}
		StoneChest-1.14.4-1.0.1.jar Stone Chest {[email protected] LOAD_REGISTRIES}
		StoneCraftingTable-1.14.4-1.0.5.jar Stone Crafting Table {[email protected] LOAD_REGISTRIES}
		StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {[email protected] LOAD_REGISTRIES}
		themidnight-0.4.5.jar The Midnight {[email protected] 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 {[email protected] LOAD_REGISTRIES}
		tnt-yeeter-1.14.4-1.0.1.jar TNT Yeeter {[email protected] LOAD_REGISTRIES}
		ToolBelt-1.14.4-1.12.0.jar Tool Belt {[email protected] LOAD_REGISTRIES}
		TOOLKIT-1.2.0.jar Tool Kit {[email protected] LOAD_REGISTRIES}
		torcherino-9.0.3.jar Torcherino {[email protected] LOAD_REGISTRIES}
		torchmaster-2.0.0.6-alpha.jar Torchmaster {[email protected] LOAD_REGISTRIES}
		TrashSlot_1.14.4-10.4.7.jar TrashSlot {[email protected] LOAD_REGISTRIES}
		travel_bag-1.0.5-1.14.4.jar Travel Bag {[email protected] LOAD_REGISTRIES}
		travellersboots-1.14.4-1.2.2.jar Traveller's Boots {[email protected] LOAD_REGISTRIES}
		Trinity-1.14.4-1.2.0.jar Trinity {[email protected] LOAD_REGISTRIES}
		tubesreloaded-1.14.4-1.1.0b.jar Tubes Reloaded {[email protected] LOAD_REGISTRIES}
		turf-1.14.4-1.0.0.jar Turf {[email protected] LOAD_REGISTRIES}
		u_team_core-1.14.4-2.7.2.131.jar U Team Core {[email protected] LOAD_REGISTRIES}
		Upgrade Aquatic Wave Three v6 - Beta 1.0.8.jar Upgrade Aquatic {[email protected] LOAD_REGISTRIES}
		upsizer-mc1.14.4-5.0b2.jar Upsizer {[email protected] LOAD_REGISTRIES}
		useful_backpacks-1.14.4-1.7.0.34.jar Useful Backpacks {[email protected] 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 {[email protected] LOAD_REGISTRIES}
		wetstone-1.1.2.jar Wetstone {[email protected] LOAD_REGISTRIES}
		WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {[email protected] LOAD_REGISTRIES}
		woolplates-1.14.x-v1.2.jar Wool Pressure Plates {[email protected] LOAD_REGISTRIES}
		YAMDA-4.0.1.jar YAMDA {[email protected] LOAD_REGISTRIES}
		forge-1.14.4-28.1.39-universal.jar Forge {[email protected] LOAD_REGISTRIES}
		forge-1.14.4-28.1.39-client.jar Minecraft {[email protected] 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.