Created
March 31, 2020 22:08
-
-
Save waddon1/08655c8d14522e6341f670d7a3310cb9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// I let you down. Sorry :( | |
Time: 3/31/20 10:04 PM | |
Description: Initializing game | |
java.lang.NullPointerException: Registry Object not present | |
at java.util.Objects.requireNonNull(Objects.java:228) ~[?:1.8.0_51] {} | |
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91) ~[?:?] {re:classloading} | |
at mekanism.common.registration.WrappedRegistryObject.get(WrappedRegistryObject.java:23) ~[?:?] {re:classloading} | |
at mekanism.common.registration.impl.ParticleTypeRegistryObject.getParticleType(ParticleTypeRegistryObject.java:17) ~[?:?] {re:classloading} | |
at mekanism.client.ClientRegistration.registerParticleFactories(ClientRegistration.java:343) ~[?:?] {re:classloading} | |
at net.minecraftforge.eventbus.ASMEventHandler_350_ClientRegistration_registerParticleFactories_ParticleFactoryRegisterEvent.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$3802/2075338193.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.minecraft.client.Minecraft.<init>(Minecraft.java:438) [?:?] {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:56) [forge-1.15.2-31.1.30.jar:31.1] {} | |
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$459/256004657.call(Unknown Source) [forge-1.15.2-31.1.30.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 java.util.Objects.requireNonNull(Objects.java:228) | |
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91) | |
at mekanism.common.registration.WrappedRegistryObject.get(WrappedRegistryObject.java:23) | |
at mekanism.common.registration.impl.ParticleTypeRegistryObject.getParticleType(ParticleTypeRegistryObject.java:17) | |
at mekanism.client.ClientRegistration.registerParticleFactories(ClientRegistration.java:343) | |
at net.minecraftforge.eventbus.ASMEventHandler_350_ClientRegistration_registerParticleFactories_ParticleFactoryRegisterEvent.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$3802/2075338193.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.minecraft.client.Minecraft.<init>(Minecraft.java:438) | |
-- 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$459/256004657.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: 344566960 bytes (328 MB) / 2362966016 bytes (2253 MB) up to 5726797824 bytes (5461 MB) | |
CPUs: 8 | |
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6144m -Xms256m -XX:PermSize=256m | |
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.30.jar object_holder_definalize PLUGINSERVICE | |
/forge-1.15.2-31.1.30.jar runtime_enum_extender PLUGINSERVICE | |
/accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE | |
/forge-1.15.2-31.1.30.jar capability_inject_definalize PLUGINSERVICE | |
/forge-1.15.2-31.1.30.jar runtimedistcleaner PLUGINSERVICE | |
/forge-1.15.2-31.1.30.jar fml TRANSFORMATIONSERVICE | |
/MixinBootstrap-1.0.2.jar mixinbootstrap TRANSFORMATIONSERVICE | |
/MixinBootstrap-1.0.2.jar mixin PLUGINSERVICE | |
/MixinBootstrap-1.0.2.jar mixinbootstrap PLUGINSERVICE | |
FML: 31.1 | |
Forge: net.minecraftforge:31.1.30 | |
FML Language Providers: | |
[email protected] | |
minecraft@1 | |
Mod List: | |
QuarkOddities-1.15.2.jar Quark Oddities {[email protected] LOAD_REGISTRIES} | |
inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] LOAD_REGISTRIES} | |
Cucumber-1.15.2-3.0.3.jar Cucumber Library {[email protected] LOAD_REGISTRIES} | |
jei-1.15.2-6.0.0.2.jar Just Enough Items {[email protected] LOAD_REGISTRIES} | |
prefab-1.5.0.3.jar Prefab {[email protected] LOAD_REGISTRIES} | |
Mekanism-1.15.2-9.9.17.409.jar Mekanism {[email protected] LOAD_REGISTRIES} | |
Neat 1.6-20.jar Neat {[email protected] LOAD_REGISTRIES} | |
XaerosWorldMap_1.5.6_Forge_1.15.2.jar Xaero's World Map {[email protected] LOAD_REGISTRIES} | |
Controlling-6.1.1.jar Controlling {[email protected] LOAD_REGISTRIES} | |
Placebo-1.15.2-3.0.2.jar Placebo {[email protected] LOAD_REGISTRIES} | |
SereneSeasons-1.15.2-3.0.0.68-universal.jar Serene Seasons {[email protected] LOAD_REGISTRIES} | |
engineerstools-1.15.2-1.0.7-b1.jar Engineer's Tools {[email protected] LOAD_REGISTRIES} | |
mcjtylib-1.15-4.0.3-alpha.jar McJtyLib {[email protected] LOAD_REGISTRIES} | |
rftoolsbase-1.15-1.0.1-alpha.jar RFToolsBase {[email protected] LOAD_REGISTRIES} | |
xnet-1.15-2.0.2-alpha.jar XNet {[email protected] LOAD_REGISTRIES} | |
Apotheosis-1.15.2-3.0.7.jar Apotheosis {[email protected] LOAD_REGISTRIES} | |
MekanismGenerators-1.15.2-9.9.17.409.jar Mekanism: Generators {[email protected] LOAD_REGISTRIES} | |
WaterStrainer-1.15.2-9.0.0.jar Water Strainer {[email protected] LOAD_REGISTRIES} | |
immersive-portals-0.10(forMc1.15withForge).jar Immersive Portals {[email protected] LOAD_REGISTRIES} | |
rftoolspower-1.15-2.0.1-alpha.jar RFToolsPower {[email protected] LOAD_REGISTRIES} | |
forge-1.15.2-31.1.30-universal.jar Forge {[email protected] LOAD_REGISTRIES} | |
MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {[email protected] LOAD_REGISTRIES} | |
refinedstorage-1.8.1.jar Refined Storage {[email protected] LOAD_REGISTRIES} | |
MysticalAgriculture-1.15.2-3.0.1.jar Mystical Agriculture {[email protected] LOAD_REGISTRIES} | |
ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] LOAD_REGISTRIES} | |
PackMenu-1.15.2-1.2.4.jar Pack Menu {[email protected] LOAD_REGISTRIES} | |
forge-1.15.2-31.1.30-client.jar Minecraft {[email protected] LOAD_REGISTRIES} | |
industrial-foregoing-1.15.2-2.2.2-28d4a81.jar Industrial Foregoing {[email protected] LOAD_REGISTRIES} | |
rftoolsutility-1.15-2.0.1-alpha.jar RFToolsUtility {[email protected] LOAD_REGISTRIES} | |
theoneprobe-1.15-2.0.2.jar The One Probe {[email protected] LOAD_REGISTRIES} | |
AmbientSounds_v3.0.19_mc1.15.2.jar Ambient Sounds {[email protected] LOAD_REGISTRIES} | |
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] LOAD_REGISTRIES} | |
ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] LOAD_REGISTRIES} | |
titanium-1.15.2-2.3.7.jar Titanium {[email protected] LOAD_REGISTRIES} | |
Ma-Chat-1.15.2-3.0.0.jar Ma Chat {[email protected] LOAD_REGISTRIES} | |
SilentLib-1.15.2-4.6.0+48.jar Silent Lib {[email protected]+48 LOAD_REGISTRIES} | |
BiomesOPlenty-1.15.2-10.0.0.353-universal.jar Biomes O' Plenty {[email protected] LOAD_REGISTRIES} | |
phosphor-mc1.15.2-forge-0.4.2-rc2.jar Phosphor {[email protected] LOAD_REGISTRIES} | |
bluepower-1.15.2-0.4.186-alpha-universal.jar Blue Power {[email protected] LOAD_REGISTRIES} | |
SilentGear-1.15.2-1.5.4+79.jar Silent Gear {[email protected]+79 LOAD_REGISTRIES} | |
Ding-1.15.2-1.1.0.jar Ding {[email protected] LOAD_REGISTRIES} | |
rftoolsbuilder-1.15-2.0.1-alpha.jar RFToolsBuilder {[email protected] LOAD_REGISTRIES} | |
portality-1.15.2-2.1.2-aaa257f.jar Portality {[email protected] LOAD_REGISTRIES} | |
Xaeros_Minimap_20.5.2_Forge_1.15.2.jar Xaero's Minimap {[email protected] LOAD_REGISTRIES} | |
rftoolsstorage-1.15-1.0.3-alpha.jar RFToolsStorage {[email protected] LOAD_REGISTRIES} | |
gravestone-1.17.3.jar Gravestone Mod {[email protected] LOAD_REGISTRIES} | |
FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] LOAD_REGISTRIES} | |
AutoRegLib-1.5-40.jar AutoRegLib {[email protected] LOAD_REGISTRIES} | |
Quark-r2.1-228.jar Quark {[email protected] LOAD_REGISTRIES} | |
[1.15.2] SecurityCraft v1.8.17.jar SecurityCraft {[email protected] LOAD_REGISTRIES} | |
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] LOAD_REGISTRIES} | |
performant-1.15-1.10.jar Performant {[email protected] ERROR} | |
elevatorid-1.15.2-1.7.0.jar Elevator Mod {[email protected] LOAD_REGISTRIES} | |
PowderPower-1.15.2-3.1.51.jar Powder Power {[email protected] LOAD_REGISTRIES} | |
worldedit-forge-mc1.15.2-7.1.0.jar WorldEdit {[email protected];48cc31c LOAD_REGISTRIES} | |
MekanismTools-1.15.2-9.9.17.409.jar Mekanism: Tools {[email protected] LOAD_REGISTRIES} | |
FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] LOAD_REGISTRIES} | |
AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] LOAD_REGISTRIES} | |
engineersdecor-1.15.2-1.0.20-b3.jar Engineer's Decor {[email protected] LOAD_REGISTRIES} | |
SilentGems-1.15.2-3.5.1+84.jar Silent's Gems 3 {[email protected]+84 LOAD_REGISTRIES} | |
refinedstorageaddons-0.6.1.jar Refined Storage Addons {[email protected] LOAD_REGISTRIES} | |
Ma-Essentials-1.15.2-3.0.2.jar Ma Essentials {[email protected] LOAD_REGISTRIES} | |
FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 LOAD_REGISTRIES} | |
Cyclic-1.15.2-0.2.0.jar Cyclic {[email protected] LOAD_REGISTRIES} | |
DefaultOptions_1.15.2-11.0.1.jar Default Options {[email protected] LOAD_REGISTRIES} | |
Launched Version: forge-31.1.30 | |
Backend library: LWJGL version 3.2.2 build 10 | |
Backend API: GeForce GTX 1070 with Max-Q Design/PCIe/SSE2 GL version 4.6.0 NVIDIA 445.75, 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-7700HQ CPU @ 2.80GHz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment