Miner Arcana - Astral

Miner Arcana - Astral

737k Downloads

Causes a crash on launch while using a modpack and forge v31.2.9

exyleknight opened this issue ยท 11 comments

commented

While the description doesn't say anything specifying the cause (though I don't know anything). The mod list says it was Astral that caused an error (it's around the 33rd down the list).

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 8/18/20 6:23 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
	at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at enemeez.simplefarming.client.LeavesColors.leavesColors(LeavesColors.java:18) ~[?:1.15.2-1.3.0] {re:classloading}
	at net.minecraftforge.eventbus.ASMEventHandler_1397_LeavesColors_leavesColors_Block.invoke(.dynamic) ~[?:?] {}
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
	at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.ModLoader$$Lambda$9676/1059143319.accept(Unknown Source) ~[?:?] {}
	at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
	at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
	at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
	at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_client.json:block_manipulation.MixinMinecraftClient_B,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_client.json:MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {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:51) [forge-1.15.2-31.2.9.jar:31.2] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$468/2103877926.call(Unknown Source) [forge-1.15.2-31.2.9.jar:31.2] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {re:classloading}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}


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

-- Head --
Thread: Render thread
Stacktrace:
	at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
	at enemeez.simplefarming.client.LeavesColors.leavesColors(LeavesColors.java:18)
	at net.minecraftforge.eventbus.ASMEventHandler_1397_LeavesColors_leavesColors_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$31(ModLoader.java:260)
	at net.minecraftforge.fml.ModLoader$$Lambda$9676/1059143319.accept(Unknown Source)
	at java.util.HashMap.forEach(HashMap.java:1280)
	at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
	at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
	at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
	at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
	at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)

-- Initialization --
Details:
Stacktrace:
	at net.minecraft.client.main.Main.main(SourceFile:166)
	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:51)
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$468/2103877926.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.15.2
	Minecraft Version ID: 1.15.2
	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: 837600664 bytes (798 MB) / 3062890496 bytes (2921 MB) up to 7635730432 bytes (7282 MB)
	CPUs: 4
	JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8192m -Xms256m -XX:PermSize=256m
	
	ModLauncher: 5.1.0+69+master.79f13f7
	ModLauncher launch target: fmlclient
	ModLauncher naming: srg
	ModLauncher services: 
		/eventbus-2.2.0-service.jar eventbus PLUGINSERVICE 
		/forge-1.15.2-31.2.9.jar object_holder_definalize PLUGINSERVICE 
		/forge-1.15.2-31.2.9.jar runtime_enum_extender PLUGINSERVICE 
		/accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
		/forge-1.15.2-31.2.9.jar capability_inject_definalize PLUGINSERVICE 
		/forge-1.15.2-31.2.9.jar runtimedistcleaner PLUGINSERVICE 
		/forge-1.15.2-31.2.9.jar fml TRANSFORMATIONSERVICE 
		/MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE 
		/MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE 
		/MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE 
Mod List: 
		UnionLib-1.15.2-1.2.3.jar UnionLib {[email protected] CREATE_REGISTRIES}
		NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
		Guidebook-1.15.2-3.0.5.jar Guidebook {[email protected] CREATE_REGISTRIES}
		AoV-1.15-0.14.0.jar Angel of Vengeance {[email protected] CREATE_REGISTRIES}
		0.0.5c-releasecandidate1.jar NetherBackport {[email protected] CREATE_REGISTRIES}
		forgiveness-1.15.2-0.0.3.jar Forgiveness {[email protected] CREATE_REGISTRIES}
		vanillaboom-1.15.2-1.6.5.1-universal.jar Vanilla Boom {[email protected] CREATE_REGISTRIES}
		mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {[email protected] CREATE_REGISTRIES}
		Guide-API-VP-1.15.2-2.2.0.jar Guide-API VP {[email protected] CREATE_REGISTRIES}
		BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {[email protected] CREATE_REGISTRIES}
		sakura_forest_1.0.0.jar Sakura Forest {[email protected] CREATE_REGISTRIES}
		CTM-MC1.15.2-1.1.1.13.jar ConnectedTexturesMod {[email protected] CREATE_REGISTRIES}
		Controlling-6.1.5.6.jar Controlling {[email protected] CREATE_REGISTRIES}
		Placebo-1.15.2-3.1.0.jar Placebo {[email protected] CREATE_REGISTRIES}
		Vanilla-Crafts-and-Expansion-20200625c.jar Vanilla Crafts & Expansion {vanillaexpansion@20200625c CREATE_REGISTRIES}
		potionofbees-1.15.2-1.0.1.jar Potion of Bees {[email protected] CREATE_REGISTRIES}
		Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] CREATE_REGISTRIES}
		Reliquary-1.15.2-1.3.4.995.jar Reliquary {[email protected] CREATE_REGISTRIES}
		Apotheosis-1.15.2-3.2.4.jar Apotheosis {[email protected] CREATE_REGISTRIES}
		mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] CREATE_REGISTRIES}
		SnowRealMagic-1.15.2-1.7.5.jar Snow! Real Magic! {[email protected] CREATE_REGISTRIES}
		TMechworks-1.15.2-2.2.0.jar Tinkers' Mechworks {[email protected] CREATE_REGISTRIES}
		shetiphiancore-1.15-3.7.4.jar ShetiPhian-Core {[email protected] CREATE_REGISTRIES}
		structure-gel-api-1.15.2-1.1.0.jar Structure Gel API {[email protected] CREATE_REGISTRIES}
		mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
		repurposedstructures-1.15.2-1.7.2.jar Repurposed Structures {[email protected] CREATE_REGISTRIES}
		entangled-1.2.5-mc1.15.jar Entangled {[email protected] CREATE_REGISTRIES}
		GreaterEye-1.15.2-1.0.14.jar GreaterEye {[email protected] CREATE_REGISTRIES}
		MoreBows-1.15.2-1.4.0.jar MoreBows {[email protected] CREATE_REGISTRIES}
		BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
		projectvibrantjourneys-1.15.2-2.0.3.jar Project: Vibrant Journeys {[email protected] CREATE_REGISTRIES}
		valhelsia_structures-15.0.3a.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES}
		astral-1.6.6.jar Astral {[email protected] ERROR}
		simplefarming-1.15.2-1.3.0.jar Simple Farming {[email protected] CREATE_REGISTRIES}
		randomenchants-3.1.1.jar Random Enchants {[email protected] CREATE_REGISTRIES}
		portality-1.15.2-2.1.2-aaa257f.jar Portality {[email protected] CREATE_REGISTRIES}
		curios-FORGE-1.15.2-2.0.2.6.jar Curios API {[email protected] CREATE_REGISTRIES}
		tetra-1.15.2-2.18.1.jar Tetra {[email protected] CREATE_REGISTRIES}
		Patchouli-1.15.2-1.2-35.jar Patchouli {[email protected] CREATE_REGISTRIES}
		flying_things-1.8.9-1.15.2.jar The Flying Things {[email protected] CREATE_REGISTRIES}
		corail_woodcutter-1.1.3-1.15.2.jar Corail Woodcutter {[email protected] CREATE_REGISTRIES}
		RealityMod-1.1.jar Reality Mod {[email protected] CREATE_REGISTRIES}
		extlights-2.1.jar Extended Lights {[email protected] CREATE_REGISTRIES}
		Sullys-Mod--v0.7--1.15.2--forge.jar Sully's Mod {[email protected] CREATE_REGISTRIES}
		EndReborn [0.6.1].jar End: Reborn {[email protected] CREATE_REGISTRIES}
		additionalevents-1.1.jar Additional Events {[email protected] CREATE_REGISTRIES}
		GokiStats-1.15.2-1.2.10.jar Goki Stats {[email protected] CREATE_REGISTRIES}
		xercapaint-1.15.2-2.1.jar Joy of Painting {[email protected] CREATE_REGISTRIES}
		Gobber2-1.15.2-2.2.102.jar Gobber 2 {[email protected] CREATE_REGISTRIES}
		EnigmaticLegacy-1.7.2.jar Enigmatic Legacy {[email protected] CREATE_REGISTRIES}
		buildersaddition-20200617b.jar Builders Crafts & Addition {buildersaddition@20200617b CREATE_REGISTRIES}
		TheAbyss 3.0.0gm 1.15.2.jar TheAbyss {[email protected] CREATE_REGISTRIES}
		furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
		curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] CREATE_REGISTRIES}
		 skeleton-expansion-3.0.1_1.15.2.jar Skeleton Expansion+ {[email protected] CREATE_REGISTRIES}
		SakuraRosea-1.5.4-MC1.15.2.jar Sakura Rosea {[email protected] CREATE_REGISTRIES}
		the_bumblezone-1.15.2-1.3.10.jar The Bumblezone {[email protected] CREATE_REGISTRIES}
		FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
		exoticbirds-1.15.2-1.0.2.jar Exotic Birds {[email protected] CREATE_REGISTRIES}
		BetterMineshaftsForge-1.15.2-1.3.jar YUNG's Better Mineshafts {[email protected] CREATE_REGISTRIES}
		Cyclic-1.15.2-0.6.1.jar Cyclic {[email protected] CREATE_REGISTRIES}
		SaveMyStronghold-1.15.2-1.0.1.jar Save My Stronghold! {[email protected] CREATE_REGISTRIES}
		allomancy-4.0.3.jar Allomancy {[email protected] CREATE_REGISTRIES}
		mining-helmet-1.15.2-1.0.8.jar Mining Helmet {[email protected] CREATE_REGISTRIES}
		bagofyurting-1.0.0.1.jar Bag of Yurting {[email protected] CREATE_REGISTRIES}
		jei-1.15.2-6.0.2.12.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
		Druidcraft-1.15-0.4.31.jar Druidcraft {[email protected] CREATE_REGISTRIES}
		Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] CREATE_REGISTRIES}
		Bamboo-Blocks-1.15.2-1.4.1.jar Bamboo Blocks {bambooblocks@NONE CREATE_REGISTRIES}
		Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {[email protected] CREATE_REGISTRIES}
		caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] CREATE_REGISTRIES}
		Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {[email protected] CREATE_REGISTRIES}
		Waystones_1.15.2-6.0.2.jar Waystones {[email protected] CREATE_REGISTRIES}
		mgui-1.15.2-2.1.1.jar mgui {[email protected] CREATE_REGISTRIES}
		TravelersBackpack-1.15.2-4.0.6.jar Traveler's Backpack {[email protected] CREATE_REGISTRIES}
		FruitTrees-1.15.2-1.5.2.jar Fruit Trees {[email protected] CREATE_REGISTRIES}
		Kiwi-1.15.2-2.8.2.jar Kiwi {[email protected] CREATE_REGISTRIES}
		SereneSeasons-1.15.2-3.0.0.73-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES}
		decorative_blocks-1.15.2-1.7.jar Decorative Blocks {[email protected] CREATE_REGISTRIES}
		DungeonCrawl-1.15.2-2.0.2.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES}
		MagicDoorknob-1.15.2-0.0.6.315.jar Magic Doorknob {[email protected] CREATE_REGISTRIES}
		mahoutsukai-1.15.2-v1.21.3.jar Mahou Tsukai {[email protected] CREATE_REGISTRIES}
		enchantability-8.1.jar Enchantability {[email protected] CREATE_REGISTRIES}
		potionbundles-1.2.1.jar PotionBundles {potionbundles@NONE CREATE_REGISTRIES}
		infinityworkswithallarrows-1.0.jar Infinity works with all arrows {[email protected] CREATE_REGISTRIES}
		immersive-portals-0.24forMc1.15withForge.jar Immersive Portals {[email protected] CREATE_REGISTRIES}
		Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
		forge-1.15.2-31.2.9-universal.jar Forge {[email protected] CREATE_REGISTRIES}
		More Mobs 1.15.2.jar More Mobs {[email protected] CREATE_REGISTRIES}
		scuba-gear-1.15.2-1.0.1.jar Scuba Gear {[email protected] CREATE_REGISTRIES}
		Explorercraft-1.15.2-4.0.2.jar Explorercraft {[email protected] CREATE_REGISTRIES}
		ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
		UselessSword-1.15.2-V1.2.3.jar Useless Sword {[email protected] CREATE_REGISTRIES}
		RottenCreatures-1.15.2-0.9.7.jar Rotten Creatures {[email protected] CREATE_REGISTRIES}
		forge-1.15.2-31.2.9-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
		cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] CREATE_REGISTRIES}
		ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {[email protected] CREATE_REGISTRIES}
		The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
		EnchantmentDescriptions-1.15.2-2.0.9.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES}
		pandoras_creatures-1.15.2-1.0.0.jar Pandoras Creatures {[email protected] CREATE_REGISTRIES}
		titanium-1.15.2-2.4.2.jar Titanium {[email protected] CREATE_REGISTRIES}
		C.O.M.B.A.T-1.15.2-4.9.4.jar C.O.M.B.A.T {[email protected] CREATE_REGISTRIES}
		wards-1.15.2-1.4.0.jar Wards {[email protected] CREATE_REGISTRIES}
		OverpowderedPickles-1.15.2-1.0.7.jar OverpoweredPickles {[email protected] CREATE_REGISTRIES}
		forbidden_arcanus-1.15.2-1.5.jar Forbidden & Arcanus {[email protected] CREATE_REGISTRIES}
		astikorcarts-1.15.2-1.0.4.jar AstikorCarts {[email protected] CREATE_REGISTRIES}
		Atmospheric-1.15.2-1.4.1.jar Atmospheric {[email protected] CREATE_REGISTRIES}
		Simple-Sorcery-1.15.2-1.1.jar Simple Sorcery {[email protected] CREATE_REGISTRIES}
		Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {[email protected] CREATE_REGISTRIES}
		Mantle-1.15.2-1.5.15.jar Mantle {[email protected] CREATE_REGISTRIES}
		Inspirations-1.15.2-1.1.0.jar Inspirations {[email protected] CREATE_REGISTRIES}
		gravestone-1.17.5.jar Gravestone Mod {[email protected] CREATE_REGISTRIES}
		moarboats-ironchests-plugin-1.15.2-1.0.0.jar Moar Boats Iron-Chests integration {[email protected] CREATE_REGISTRIES}
		autumnity-1.3.3-1.15.2.jar Autumnity {[email protected] CREATE_REGISTRIES}
		AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
		AkashicTome-1.3-13.jar Akashic Tome {[email protected] CREATE_REGISTRIES}
		Quark-r2.1-245.jar Quark {[email protected] CREATE_REGISTRIES}
		Charm-1.15.2-1.5.9.jar Charm {[email protected] CREATE_REGISTRIES}
		Charmonium-1.15.2-1.0.1.jar Charmonium {[email protected] CREATE_REGISTRIES}
		Covalent-1.15.2-1.0.2.jar Covalent {[email protected] CREATE_REGISTRIES}
		extragolems-10.2.1.jar Extra Golems {[email protected] CREATE_REGISTRIES}
		[1.15.2] SecurityCraft v1.8.19.1.jar SecurityCraft {[email protected] CREATE_REGISTRIES}
		enderchests-1.15-1.6.2.jar EnderChests {[email protected] CREATE_REGISTRIES}
		DoubleSlabs-1.15-2.10.1.jar Double Slabs {[email protected] CREATE_REGISTRIES}
		themidnight-0.5.9.jar The Midnight {[email protected] CREATE_REGISTRIES}
		polyores-2.0.jar Poly's Ores {[email protected] CREATE_REGISTRIES}
		simplytea-1.15.2-2.2.1.jar Simply Tea {[email protected] CREATE_REGISTRIES}
		MoreCrashInfo-1.0.4.jar MoreCrashInfo {[email protected] CREATE_REGISTRIES}
		moarboats-1.15.2-7.0.0.1.jar Moar Boats {[email protected] CREATE_REGISTRIES}
		AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {[email protected] CREATE_REGISTRIES}
		connectedglass-1.0.6-mc1.15.jar Connected Glass {[email protected] CREATE_REGISTRIES}
		occultism-0.2.11.jar Occultism {[email protected] CREATE_REGISTRIES}
		Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES}
		Void_Alchemy-1.15.2-0.9.13.jar Zorum Tweaks Revamped {[email protected] CREATE_REGISTRIES}
		MagicMirror-1.15.2-0.2.4.389.jar Magic Mirror {[email protected] CREATE_REGISTRIES}
		EnderMail-1.15.2-1.1.3.jar Ender Mail {[email protected] CREATE_REGISTRIES}
		Mubble-3.1.1-(Forge-1.15.2).jar Mubble {[email protected] CREATE_REGISTRIES}
		farlanders-1.15.2-1.3.1.jar The Farlanders {[email protected] CREATE_REGISTRIES}
		ageoftitans-1.2.0.jar Age of Titans {[email protected] CREATE_REGISTRIES}
	Pulsar/inspirations loaded Pulses: 
		- InspirationsShared (Enabled/Forced)
		- InspirationsBuilding (Enabled/Not Forced)
		- InspirationsUtility (Enabled/Not Forced)
		- InspirationsTools (Enabled/Not Forced)
		- InspirationsTweaks (Enabled/Not Forced)

	FML: 31.2
	Forge: net.minecraftforge:31.2.9
	FML Language Providers: 
		[email protected]
		minecraft@1
		[email protected]
        Launched Version: forge-31.2.9
	Backend library: LWJGL version 3.2.2 build 10
	Backend API: GeForce GTX 1060 3GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 451.67, NVIDIA Corporation
	GL Caps: Using framebuffer using OpenGL 3.0
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'forge'
	Type: Client (map_client.txt)
	CPU: 4x Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz

There was a similar error with some of the other mods, which when I back-tracked the version, they worked fine.

commented

use a pastebin to manage logs etc

commented

This issue is not with astral its with a mod called simplefarming

commented

Alright, thanks, must be colliding with the other ones too then.

commented

Its possible that astral is erroring if you dont have all the mods that it has compatibility with. The only way we can solve that is if you show us the whole log, ideally in a pastebin

commented

Where would I find the full log? I usually just look at the crash report.

commented

I don't have any packs installed right now i recently reinstalled my OS on this PC, I'm pretty sure in your pack folder there should be a log folder with a "latest" file at the bottom

commented

It could be that your version of forge is not high enough you should update forge to a higher version, astral is on 31.2.36 and you are on 31.2.9, it looks like the method for this version of astral doesn't exist.

commented

Alright, I'm using the twitch launcher, so I'll have to update forge manually real quick, then I'll come back and give results

commented

Thank you! The log with the updated version of forge will at least rule out any issues with the method not existing at all!

commented

It now works, I just checked, and it seems that the launcher for the pack stopped listing the newer versions of forge, which explain why everything is getting outdated.

Thanks for the help.