Git Product home page Git Product logo

illuminations-for-forge's People

Contributors

absolemjackdaw avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

jsbofficial

illuminations-for-forge's Issues

Crash - java.lang.IllegalArgumentException: Duplicate id value for 13! after ladysnake.illuminations.entity.FireFlyEntity.func_70088_a

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 4/13/20 9:20 PM
Description: Exception ticking world

java.lang.IllegalArgumentException: Duplicate id value for 13!
	at net.minecraft.network.datasync.EntityDataManager.func_187214_a(EntityDataManager.java:83) ~[?:?] {re:classloading}
	at ladysnake.illuminations.entity.FireFlyEntity.func_70088_a(FireFlyEntity.java:64) ~[?:1.0.0.0] {re:classloading}
	at net.minecraft.entity.Entity.<init>(Entity.java:219) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:generic-update-hook,xf:fml:quark:override-collision}
	at net.minecraft.entity.LivingEntity.<init>(LivingEntity.java:192) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.entity.MobEntity.<init>(MobEntity.java:99) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at ladysnake.illuminations.entity.LightOrbEntity.<init>(LightOrbEntity.java:18) ~[?:1.0.0.0] {re:classloading}
	at ladysnake.illuminations.entity.FireFlyEntity.<init>(FireFlyEntity.java:49) ~[?:1.0.0.0] {re:classloading}
	at ladysnake.illuminations.block.FireFlyBlockTick.tick(FireFlyBlockTick.java:36) ~[?:1.0.0.0] {re:classloading}
	at ladysnake.illuminations.block.FireFlyTallGrassBlock.func_196267_b(FireFlyTallGrassBlock.java:33) ~[?:1.0.0.0] {re:classloading}
	at net.minecraft.block.Block.func_196265_a(Block.java:434) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.block.BlockState.func_196944_b(BlockState.java:258) ~[?:?] {re:classloading,xf:fml:forgeendertech:randomTickBlock}
	at net.minecraft.world.server.ServerWorld.func_217441_a(ServerWorld.java:466) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook}
	at net.minecraft.world.server.ServerChunkProvider.func_223434_a(SourceFile:405) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.server.ServerChunkProvider$$Lambda$6433/1198065928.accept(Unknown Source) ~[?:?] {}
	at it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap$1.forEach(Long2ObjectLinkedOpenHashMap.java:1661) ~[fastutil-8.2.1.jar:?] {}
	at com.google.common.collect.Iterables$UnmodifiableIterable.forEach(Iterables.java:105) ~[guava-21.0.jar:?] {}
	at net.minecraft.world.server.ServerChunkProvider.func_217220_m(SourceFile:366) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.server.ServerChunkProvider.func_217207_a(SourceFile:335) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:309) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook}
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:831) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:766) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:112) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624) [?:?] {re:classloading,pl:accesstransformer:B}
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}


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

-- Head --
Thread: Server thread
Stacktrace:
	at net.minecraft.network.datasync.EntityDataManager.func_187214_a(EntityDataManager.java:83)
	at ladysnake.illuminations.entity.FireFlyEntity.func_70088_a(FireFlyEntity.java:64)
	at net.minecraft.entity.Entity.<init>(Entity.java:219)
	at net.minecraft.entity.LivingEntity.<init>(LivingEntity.java:192)
	at net.minecraft.entity.MobEntity.<init>(MobEntity.java:99)
	at ladysnake.illuminations.entity.LightOrbEntity.<init>(LightOrbEntity.java:18)
	at ladysnake.illuminations.entity.FireFlyEntity.<init>(FireFlyEntity.java:49)
	at ladysnake.illuminations.block.FireFlyBlockTick.tick(FireFlyBlockTick.java:36)
	at ladysnake.illuminations.block.FireFlyTallGrassBlock.func_196267_b(FireFlyTallGrassBlock.java:33)
	at net.minecraft.block.Block.func_196265_a(Block.java:434)
	at net.minecraft.block.BlockState.func_196944_b(BlockState.java:258)
	at net.minecraft.world.server.ServerWorld.func_217441_a(ServerWorld.java:466)
	at net.minecraft.world.server.ServerChunkProvider.func_223434_a(SourceFile:405)
	at net.minecraft.world.server.ServerChunkProvider$$Lambda$6433/1198065928.accept(Unknown Source)
	at it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap$1.forEach(Long2ObjectLinkedOpenHashMap.java:1661)
	at com.google.common.collect.Iterables$UnmodifiableIterable.forEach(Iterables.java:105)
	at net.minecraft.world.server.ServerChunkProvider.func_217220_m(SourceFile:366)
	at net.minecraft.world.server.ServerChunkProvider.func_217207_a(SourceFile:335)
	at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:309)

-- Affected level --
Details:
	All players: 1 total; [ServerPlayerEntity['Stormwind99'/274, l='Aleod', x=155.50, y=70.00, z=237.26]]
	Chunk stats: ServerChunkCache: 3721
	Level dimension: DimensionType{minecraft:overworld}
	Level name: Aleod
	Level seed: 7576636670874475867
	Level generator: ID 00 - default, ver 1. Features enabled: true
	Level generator options: {}
	Level spawn location: World: (96,65,160), Chunk: (at 0,4,0 in 6,10; contains blocks 96,0,160 to 111,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 468228 game time, 468228 day time
	Level storage version: 0x04ABD - Anvil
	Level weather: Rain time: 5529 (now: true), thunder time: 95735 (now: false)
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:831)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:766)
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:112)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624)
	at java.lang.Thread.run(Thread.java:745)

-- 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: 1604100272 bytes (1529 MB) / 4023386112 bytes (3837 MB) up to 11453595648 bytes (10923 MB)
	CPUs: 12
	JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m -XX:PermSize=256m
	ModLauncher: 4.1.0+62+5bfa59b
	ModLauncher launch target: fmlclient
	ModLauncher naming: srg
	ModLauncher services: 
		/eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
		/forge-1.14.4-28.2.4.jar object_holder_definalize PLUGINSERVICE 
		/forge-1.14.4-28.2.4.jar runtime_enum_extender PLUGINSERVICE 
		/accesstransformers-1.0.5-shadowed.jar accesstransformer PLUGINSERVICE 
		/forge-1.14.4-28.2.4.jar capability_inject_definalize PLUGINSERVICE 
		/forge-1.14.4-28.2.4.jar runtimedistcleaner PLUGINSERVICE 
		/forge-1.14.4-28.2.4.jar fml TRANSFORMATIONSERVICE 
	FML: 28.2
	Forge: net.minecraftforge:28.2.4
	FML Language Providers: 
		[email protected]
		minecraft@1
		[email protected]
	Mod List: 
		doubledoors_1.14-2.0.jar Double Doors {[email protected] DONE}
		ultra_amplified_mod-1.14.4-6.12.2.jar Ultra Amplified Mod {[email protected] DONE}
		webslinger-1.14.4-3.1.0.jar WebSlinger {[email protected] DONE}
		foodfunk-1.14.4-5.0.2.jar FoodFunk {[email protected] DONE}
		jei-1.14.4-6.0.0.27.jar Just Enough Items {[email protected] DONE}
		enchantable-1.1.0-1.14.4.jar Enchantable {[email protected] DONE}
		extendedslabs-1.14.4-0.1.0-beta.jar Extended Slabs {[email protected] DONE}
		AttributeFix-1.14.4-3.0.3.jar AttributeFix {[email protected] DONE}
		megamap-1.14.4-2.2.0.jar Mega Map {[email protected] DONE}
		Glacia-14.4.1b.jar §9§lGlacia§r {greenapple_glacia@§914.4.1b§r DONE}
		Upgrade-Aquatic-1.14.4-v1.4.10.jar Upgrade Aquatic {[email protected] DONE}
		bloomful-1.2.4.jar Bloomful {[email protected] DONE}
		CTD-Core-1.14.4-2.0.5b.jar CTD Core {[email protected] DONE}
		FloristV1.1.4.jar Florist {[email protected] DONE}
		ForgeEndertech-1.14.4-5.2.2.0-build.0082.jar Forge Endertech {[email protected] DONE}
		BetterTitleScreen-1.14.4-1.7.jar Better Title Screen {[email protected] DONE}
		Controlling-5.0.7.jar Controlling {[email protected] DONE}
		Placebo-1.14.4-2.3.5.jar Placebo {[email protected] DONE}
		pantography-1.14.4-3.3.0.jar Pantography {[email protected] DONE}
		NaturesCompass-1.14.4-1.8.5.jar Nature's Compass {[email protected] DONE}
		cannycomposter-1.14.4-2.1.0.jar Canny Composter {[email protected] DONE}
		SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {[email protected] DONE}
		decorative_blocks_6b.jar Decorative Blocks {[email protected] DONE}
		DungeonCrawl-1.14.4-1.6.3.jar Dungeon Crawl {[email protected] DONE}
		betteranimalsplus-1.14.4-9.0.0.jar Better Animals Plus {[email protected] DONE}
		BetterAnimationsCollection2-v1.1b4-1.14.4.jar Better Animations Collection 2 {[email protected] DONE}
		wumpleutil-1.14.4-3.5.0.jar Wumple Util Library {[email protected] DONE}
		RealisticTorches-1.14.4-3.0.0.jar Realistic Torches {[email protected] DONE}
		Customized-Dungeon-Loot-1.14.x-(v.2.0.0).jar Customized Dungeon Loot {[email protected] DONE}
		Waddles-1.14.4-0.8.3.jar Waddles {[email protected] DONE}
		saplingstosticks-1.14.4-1.0.0.jar Saplings To Sticks {[email protected] DONE}
		Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version DONE}
		ToastControl-1.14.4-2.2.0.jar Toast Control {[email protected] DONE}
		SnowRealMagic-1.14.4-1.5.2.jar Snow! Real Magic! {[email protected] DONE}
		Kiwi-1.14.4-2.6.3.jar Kiwi {[email protected] DONE}
		CarryOn MC1.14.4 v1.12.4.jar Carry On {[email protected] DONE}
		endercompass-1.1.jar Ender Compass {[email protected] DONE}
		campfiretorches-1.14.4-1.0.3.jar Campfire Torches {[email protected] DONE}
		forge-1.14.4-28.2.4-universal.jar Forge {[email protected] DONE}
		winterdecorations-1.0.1.jar Winter Decorations {[email protected] DONE}
		Mo-Glowstone-1.14.4-2.0.4.jar Mo' Glowstone {[email protected] DONE}
		ConsoleExperience-v1.5.1-1.14.4.jar Console Experience {[email protected] DONE}
		forge-1.14.4-28.2.4-client.jar Minecraft {[email protected] DONE}
		EnchantmentDescriptions-1.14.4-1.3.13.jar EnchantmentDescriptions {[email protected] DONE}
		AmbientSounds_v3.0.16_mc1.14.4.jar Ambient Sounds {[email protected] DONE}
		illuminations-0.1.0-1.14.4.jar Illuminations for Forge {[email protected] DONE}
		NaturalProgression-1.14.4-1.3.0b.jar Natural Progression {[email protected] DONE}
		UndergroundBiomes-1.14.4-1.0-53.jar Underground Biomes {[email protected] DONE}
		Swamp_1.14.4_1.1.jar Better Swamplands Mod {[email protected]_1.0 DONE}
		SilentLib-1.14.4-4.4.0+44.jar Silent Lib {[email protected]+44 DONE}
		BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {[email protected] DONE}
		baubles-1.6.1-1.14.4.jar Baubles {[email protected] DONE}
		extcaves-1.5.jar Extended Caves {[email protected] DONE}
		simplefarming-1.14.4-1.2.8.jar Simple Farming {[email protected] DONE}
		Ding-1.14.4-1.1.0.jar Ding {[email protected] DONE}
		fairylights-2.1.15-1.14.4.jar Fairy Lights {[email protected] DONE}
		goprone-1.14.x-1.1.0.jar GoProne {[email protected] DONE}
		palimpsest-1.14.4-1.3.1.jar Palimpsest {[email protected] DONE}
		Mantle-1.14.4-1.4.32.jar Mantle {[email protected] DONE}
		Inspirations-1.14.4-1.0.2.jar Inspirations {[email protected] DONE}
		simplegrinder-1.0.jar Simple Grinder {[email protected] DONE}
		AutoRegLib-1.4-35.jar AutoRegLib {[email protected] DONE}
		Quark-r2.0-212.jar Quark {[email protected] DONE}
		TorchBandolier-1.14.4-1.3.2+7.jar Torch Bandolier {[email protected]+7 DONE}
		StorageDrawers-1.14.4-6.0.7.jar Storage Drawers {[email protected] DONE}
		sit-1.14.4-v1.3.jar Sit {[email protected] DONE}
		Animalium-0.4.1.jar Animalium {[email protected] DONE}
		Dirt2Path-1.0.0.jar Dirt2Path {[email protected] DONE}
		immersivelighting-1.14-1.2.0.jar Immersive Lighting {[email protected] DONE}
		AmbientEnvironment-2.0.1.jar Ambient Environment {[email protected] DONE}
		Menacing Monsters 1.3.3.jar Menacing Monsters {[email protected] DONE}
		mcw-furniture-1.0.1-mc1.14.4.jar Macaw's Furnitures {[email protected] DONE}
		earthsanimals-1.14.4-0.0.4-beta.jar Earth's Animals {[email protected] DONE}
		AdChimneys-1.14.4-4.0.0.1-build.0072.jar Advanced Chimneys {[email protected] DONE}
		BetterBurning-1.14.4-1.0.1.jar BetterBurning {[email protected] DONE}
		instantunify-1.14.4-1.0.3.jar InstantUnify {[email protected] DONE}
		xptome-1.14.4-v1.1.4.jar XP Tome {[email protected] DONE}
		flourishingfoliage-1.14.4-2.2.0.jar Flourishing Foliage {[email protected] DONE}
		BetterAdvancements-1.14.4-0.1.0.90.jar Better Advancements {[email protected] DONE}
	Pulsar/inspirations loaded Pulses: 
		- InspirationsShared (Enabled/Forced)
		- InspirationsBuilding (Enabled/Not Forced)
		- InspirationsUtility (Enabled/Not Forced)
		- InspirationsTools (Enabled/Not Forced)
		- InspirationsTweaks (Enabled/Not Forced)

	Kiwi Modules: 
		kiwi:contributors
		snowrealmagic:snowrealmagic
	Player Count: 1 / 8; [ServerPlayerEntity['Stormwind99'/274, l='Aleod', x=155.50, y=70.00, z=237.26]]
	Data Packs: vanilla, mod:adchimneys, mod:ambientenvironment, mod:ambientsounds, mod:animalium, mod:arl, mod:attributefix, mod:baubles, mod:betteradvancements (incompatible), mod:betteranimalsplus, mod:betteranimationscollection2, mod:betterburning, mod:bettertitlescreen, mod:biomesoplenty, mod:bloomful, mod:campfiretorches, mod:cannycomposter, mod:carryon, mod:cdl, mod:consoleexperience, mod:controlling, mod:ctdcore, mod:d2p, mod:decorative_blocks, mod:ding, mod:doubledoors, mod:dungeoncrawl, mod:earthsanimals, mod:enchantable, mod:enchdesc, mod:endercompass, mod:extcaves, mod:extendedslabs, mod:fairylights, mod:florist, mod:flourishingfoliage, mod:foodfunk, mod:forge, mod:forgeendertech, mod:goprone, mod:greenapple_glacia, mod:illuminations, mod:immersivelighting, mod:inspirations, mod:instantunify, mod:jei, mod:kiwi, mod:mantle, mod:mcwfurnitures, mod:megamap, mod:menacing_monsters, mod:moglowstone, mod:natural-progression, mod:naturescompass, mod:palimpsest, mod:pantography, mod:placebo, mod:quark, mod:realistictorches, mod:sereneseasons, mod:silentlib, mod:simplefarming, mod:simplegrinder, mod:sit, mod:snowrealmagic, mod:storagedrawers, mod:swampland, mod:toastcontrol, mod:torchbandolier, mod:ultra_amplified_mod, mod:undergroundbiomes, mod:upgrade_aquatic, mod:waddles, mod:waila, mod:webslinger, mod:winterdecorations, mod:wumpleutil, mod:xpbook, mod:saplingstosticks
	Type: Integrated Server (map_client.txt)
	Is Modded: Definitely; Client brand changed to 'forge'

Crash when using /summon for fireflies

I used the minecraft /summon to create a firefly and it imedietly crashed.


java.lang.ArithmeticException: / by zero
	at ladysnake.illuminations.entity.FireFlyEntity.func_70071_h_(FireFlyEntity.java:182) ~[?:1.0.0.0] {re:classloading}
	at net.minecraft.client.world.ClientWorld.func_217418_a(ClientWorld.java:165) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.client.world.ClientWorld$$Lambda$7317/361317558.accept(Unknown Source) ~[?:?] {}
	at net.minecraft.world.World.func_217390_a(World.java:684) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.client.world.ClientWorld.func_217419_d(ClientWorld.java:133) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1344) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:869) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) [?:?] {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.117.jar:28.1] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$395/1904609259.call(Unknown Source) [forge-1.14.4-28.1.117.jar:28.1] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}

if you need the full crash report I can provide that too.

BlockColors crash if another mod has an error

Minecraft v1.14.4
Forge v28.1.109
Illuminations v0.1.0

  • If another mod has an error, such as with an invalid config file, Illuminations will crash instead of displaying the forge error screen and what went wrong with the other mod/config.
  • This could mislead the player into thinking Illuminations is at fault instead of something else.
  • Crash Report

Missing License information in file Mod File...

Just wondering if I did anything wrong ¯_(ツ)_/¯

---- Minecraft Crash Report ----
// You're mean.

Time: 5/27/21 7:12 PM
Description: Mod loading error has occurred

java.lang.Exception: Mod Loading has failed
at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:85) ~[forge:?] {re:classloading}
at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:188) ~[forge:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:508) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.util.Util.func_215077_a(Util.java:430) ~[?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:504) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java:172) ~[?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:802) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:fml:fairylights:GameRendererTransformer}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:976) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) ~[minecraft-1.16.5-client.jar:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_291] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.1.0-launcher.jar:36.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:50) [ForgeWrapper-1.4.2.jar:?] {}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291] {}
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_291] {}
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {}
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {}
at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {}
at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] {}

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

-- Head --
Thread: Render thread
Stacktrace:
at net.minecraftforge.fml.CrashReportExtender.lambda$dumpModLoadingCrashReport$7(CrashReportExtender.java:88) ~[forge:?] {re:classloading}
-- NO MOD INFO AVAILABLE --
Details:
Mod File: NO FILE INFO
Failure message: Missing License Information in file Mod File: C:\Users\Eris\Desktop\MultiMC\instances\Chill Times.minecraft\mods\illuminations-0.1.0-1.14.4.jar
Mod Version: NO MOD INFO AVAILABLE
Mod Issue URL: NOT PROVIDED
Exception message: MISSING EXCEPTION MESSAGE
Stacktrace:
at net.minecraftforge.fml.CrashReportExtender.lambda$dumpModLoadingCrashReport$7(CrashReportExtender.java:88) ~[forge:?] {re:classloading}
at java.util.ArrayList.forEach(Unknown Source) ~[?:1.8.0_291] {}
at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:86) ~[for

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.