Upgrade Aquatic

Upgrade Aquatic

26M Downloads

NullPointerException crash on launching MC

Iskandos opened this issue ยท 0 comments

commented

Minecraft v1.15.2 -- Forge v31.1.46

As best I can tell, my game crashes with a NullPointerException error on startup when Upgrade Aquatic is installed -- BUT, I do not know if UG is the actual culprit, or if it's a conflict with another mod. (I not really sure how to read this one -- usually these crash reports seem a bit more specific haha!).

If it's from a different mod, please let me know, as it might be something I could swap out for UG instead -- I'm just setting up for a new playthrough to test out the LotR mod with a dash of magic and empire-building :) All mods are at the latest versions, tho a new Forge (31.1.87) came out midway into me pulling all this together, so it could be that too >.<

To narrow down the source of the crash, I pulled mods out until the error stopped, then began adding them back in until I narrowed it down to UG -- all the rest seem to play nice together (at least up through startup), but as soon as UG is added, I get this error:

---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 5/13/20 10:48 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:runtimedistcleaner:A}
at sonar.fluxnetworks.register.ClientRegistration.registerBlockColorHandlers(ClientRegistration.java:93) ~[?:1.15.2-5.0.1-2] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_398_ClientRegistration_registerBlockColorHandlers_Block.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading}
at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader$$Lambda$6420/346852897.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:243) ~[?:?] {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:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.(Minecraft.java:420) [?:?] {re:classloading,pl:accesstransformer:B,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:56) [forge-1.15.2-31.1.46.jar:31.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$420/2003305136.call(Unknown Source) [forge-1.15.2-31.1.46.jar:31.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?] {}

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 sonar.fluxnetworks.register.ClientRegistration.registerBlockColorHandlers(ClientRegistration.java:93)
at net.minecraftforge.eventbus.ASMEventHandler_398_ClientRegistration_registerBlockColorHandlers_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:243)
at net.minecraftforge.fml.ModLoader$$Lambda$6420/346852897.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:243)
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.(Minecraft.java:420)

-- 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:56)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$420/2003305136.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: 1188017544 bytes (1132 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
CPUs: 8
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 5.0.0-milestone.4+67+b1a340b
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.1.46.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.1.46.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.1.46.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.1.46.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.1.46.jar fml TRANSFORMATIONSERVICE
FML: 31.1
Forge: net.minecraftforge:31.1.46
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
followingvillagers-1.15.2-1.4.0.jar Following Villagers {[email protected] LOAD_REGISTRIES}
CyclopsCore-1.15.2-1.6.2.jar Cyclops Core {[email protected] LOAD_REGISTRIES}
refinedpipes-0.4.1.jar Refined Pipes {[email protected] LOAD_REGISTRIES}
jei-1.15.2-6.0.0.4.jar Just Enough Items {[email protected] LOAD_REGISTRIES}
tesseract-1.0.4-mc1.15.jar Tesseract {[email protected] LOAD_REGISTRIES}
goblintraders-1.2.0-1.15.2.jar Goblin Traders {[email protected] LOAD_REGISTRIES}
caelus-FORGE-1.15.2-2.0-beta2.jar Caelus API {[email protected] LOAD_REGISTRIES}
Upgrade-Aquatic-1.15.2-v1.5.1.jar Upgrade Aquatic {[email protected] ERROR}
SilentMechanisms-1.15.2-0.7.1+51.jar Silent's Mechanisms {[email protected]+51 LOAD_REGISTRIES}
Vulcanite-2.1.0-mc1.15.2.jar Vulcanite {[email protected] LOAD_REGISTRIES}
Waystones_1.15.2-6.0.1.jar Waystones {[email protected] LOAD_REGISTRIES}
XaerosWorldMap_1.5.7_Forge_1.15.2.jar Xaero's World Map {[email protected] LOAD_REGISTRIES}
guardvillagers-1.15.2-1.0.6.jar Guard Villagers {[email protected] LOAD_REGISTRIES}
Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version LOAD_REGISTRIES}
enchantability-5.2.jar Enchantability {[email protected] LOAD_REGISTRIES}
forge-1.15.2-31.1.46-universal.jar Forge {[email protected] LOAD_REGISTRIES}
nmdar_1.15.2-3.8.jar Named Areas {[email protected] LOAD_REGISTRIES}
Explorercraft-1.15.2-4.0.1.jar Explorercraft {[email protected] LOAD_REGISTRIES}
refinedstorage-1.8.3.jar Refined Storage {[email protected] LOAD_REGISTRIES}
w2w-1.15.2-0.0.0.1.jar w2w {w2w@NONE LOAD_REGISTRIES}
ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] LOAD_REGISTRIES}
forge-1.15.2-31.1.46-client.jar Minecraft {[email protected] LOAD_REGISTRIES}
cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] LOAD_REGISTRIES}
industrial-foregoing-1.15.2-2.3.0-6f57752.jar Industrial Foregoing {[email protected] LOAD_REGISTRIES}
Flopper-1.15.2-1.0.6.jar Flopper {[email protected] LOAD_REGISTRIES}
titanium-1.15.2-2.4.0.jar Titanium {[email protected] LOAD_REGISTRIES}
Carbonado-2.0.5-mc1.15.2.jar Carbonado {[email protected] LOAD_REGISTRIES}
Geolosys-1.15.2-4.0.21.jar Geolosys {[email protected] LOAD_REGISTRIES}
SilentLib-1.15.2-4.6.1+49.jar Silent Lib {[email protected]+49 LOAD_REGISTRIES}
valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] LOAD_REGISTRIES}
simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE LOAD_REGISTRIES}
SilentGear-1.15.2-1.6.3+89.jar Silent Gear {[email protected]+89 LOAD_REGISTRIES}
archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {[email protected] LOAD_REGISTRIES}
LargeFluidTank-15.2.6.jar FluidTank {[email protected] LOAD_REGISTRIES}
BerryBushes-1.1.1.jar Berry Bushes {[email protected] LOAD_REGISTRIES}
gaiadimension-1.15.2-1.2.0.jar The Gaia Dimension {[email protected] LOAD_REGISTRIES}
curios-FORGE-1.15.2-2.0.2.2.jar Curios API {[email protected] LOAD_REGISTRIES}
Botania-r1.15-384.jar Botania {[email protected] LOAD_REGISTRIES}
managear-1.1.1.jar Mana Gear {[email protected] LOAD_REGISTRIES}
Patchouli-1.15.2-1.2-33.jar Patchouli {[email protected] LOAD_REGISTRIES}
Xaeros_Minimap_20.9.0_Forge_1.15.2.jar Xaero's Minimap {[email protected] LOAD_REGISTRIES}
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] LOAD_REGISTRIES}
OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE LOAD_REGISTRIES}
FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {[email protected] LOAD_REGISTRIES}
backpacked-1.4.1-1.15.2.jar Backpacked {[email protected] LOAD_REGISTRIES}
tombstone-4.3.6-1.15.2.jar Corail Tombstone {[email protected] LOAD_REGISTRIES}
structurize-0.10.313-RELEASE.jar Structurize {[email protected] LOAD_REGISTRIES}
PowderPower-1.15.2-3.1.61.jar Powder Power {[email protected] LOAD_REGISTRIES}
worldedit-forge-mc1.15.2-7.1.0.jar WorldEdit {[email protected];48cc31c LOAD_REGISTRIES}
NaturesAura-27.0.jar Nature's Aura {[email protected] LOAD_REGISTRIES}
minecolonies-0.10.771-RELEASE-universal.jar Minecolonies {[email protected] LOAD_REGISTRIES}
curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] LOAD_REGISTRIES}
guardscraft-1.15.2-1.0.0.jar GuardsCraft {[email protected] LOAD_REGISTRIES}
lotr-1.15-renewed-1.2.2.jar The Lord of the Rings Mod {[email protected] LOAD_REGISTRIES}
QuantumStorage-1.15.2-5.1.1.jar QuantumStorage {quantumstorage@NONE LOAD_REGISTRIES}
Launched Version: 1.15.2-forge-31.1.46
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 432.00, 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: 8x Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz