Omnia Crashing on Launch

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

LEGOEPIC

Member
Jul 29, 2019
6
0
15
whenever i try to launch Omnia it crashes before the title screen and gives me the following error and crash log.

The game crashed whilst initializing game
java.lang.NullPointerException: Initializing game

---- Minecraft Crash Report ----
// Don't do that.

Time: 4/23/20 11:03 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 com.endlesnights.torchslabsmod.blocks.vanilla.ColorHandler.registerBlockColorHandler(ColorHandler.java:24) ~[?:v1.6.6] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_508_ColorHandler_registerBlockColorHandler_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$3760/864301199.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.<init>(Minecraft.java:420) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs.mixins.json:MinecraftMixin,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.45.jar:31.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$461/187019413.call(Unknown Source) [forge-1.15.2-31.1.45.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 com.endlesnights.torchslabsmod.blocks.vanilla.ColorHandler.registerBlockColorHandler(ColorHandler.java:24)
at net.minecraftforge.eventbus.ASMEventHandler_508_ColorHandler_registerBlockColorHandler_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$3760/864301199.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.<init>(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$461/187019413.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: 1180879504 bytes (1126 MB) / 1907884032 bytes (1819 MB) up to 3817865216 bytes (3641 MB)
CPUs: 8
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096M
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.45.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.1.45.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.1.45.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.1.45.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.1.45.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.45
FML Language Providers:
[email protected]
minecraft@1
Mod List:
justenoughbeacons-2.0.jar Just Enough Beacons {[email protected] CREATE_REGISTRIES}
refinedpipes-0.4.jar Refined Pipes {[email protected] CREATE_REGISTRIES}
pocketstorage-1.15.2-0.7.2.jar Pocket Storage Unit {[email protected] CREATE_REGISTRIES}
JAVD-1.0.0+build.10.minecraft.1.15.2.jar Just Another Void Dim {[email protected]+build.10.minecraft.1.15.2 CREATE_REGISTRIES}
SilentMechanisms-1.15.2-0.7.0+50.jar Silent's Mechanisms {[email protected]+50 CREATE_REGISTRIES}
bambooeverything-1.15-1.0.0.jar Bamboo Everything {[email protected] CREATE_REGISTRIES}
KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] CREATE_REGISTRIES}
rsgauges-1.15.2-1.2.2.jar Gauges and Switches {[email protected] CREATE_REGISTRIES}
findme-1.15.2-1.2.1.jar Find Me {findme@NONE CREATE_REGISTRIES}
IronJetpacks-1.15.2-3.0.1.jar Iron Jetpacks {[email protected] CREATE_REGISTRIES}
Controlling-6.1.4.jar Controlling {[email protected] CREATE_REGISTRIES}
ReAuth-1.14-3.8.0.jar ReAuth {[email protected] CREATE_REGISTRIES}
Placebo-1.15.2-3.0.2.jar Placebo {[email protected] CREATE_REGISTRIES}
Powah-1.15.2-1.1.12.jar Powah {[email protected] CREATE_REGISTRIES}
ftb-gui-library-1.0.0.14.jar FTB GUI Library {[email protected] CREATE_REGISTRIES}
rangedpumps-0.7.1.jar Ranged Pumps {[email protected] CREATE_REGISTRIES}
potionofbees-1.15.2-1.0.0.jar Potion of Bees {[email protected] CREATE_REGISTRIES}
WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {[email protected] CREATE_REGISTRIES}
Bookshelf-1.15.2-5.3.11.jar Bookshelf {[email protected] CREATE_REGISTRIES}
u_team_core-1.15.2-2.11.0.156.jar U Team Core {[email protected] CREATE_REGISTRIES}
buildinggadgets-3.3.4.jar Building Gadgets {[email protected] CREATE_REGISTRIES}
DarkUtilities-1.15.2-3.0.3.jar Dark Utilities {[email protected] CREATE_REGISTRIES}
Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES}
MekanismGenerators-1.15.2-9.9.20.412.jar Mekanism: Generators {[email protected] CREATE_REGISTRIES}
speedyhoppers-1.15.2-2.jar Speedy Hoppers {[email protected] CREATE_REGISTRIES}
TOOLKIT-1.15.2-1.6.4.jar Tool Kit {[email protected] CREATE_REGISTRIES}
ftb-teams-1.0.0.5.jar FTB Teams {[email protected] CREATE_REGISTRIES}
absentbydesign-1.15.2-1.0.6.jar Absent By Design Mod {[email protected] CREATE_REGISTRIES}
refinedstorage-1.8.1.jar Refined Storage {[email protected] CREATE_REGISTRIES}
quartz-chests-1.1.0.5.jar Quartz Chests {[email protected] CREATE_REGISTRIES}
PackMenu-1.15.2-1.2.4.jar Pack Menu {[email protected] CREATE_REGISTRIES}
mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
industrial-foregoing-1.15.2-2.2.2-28d4a81.jar Industrial Foregoing {[email protected] CREATE_REGISTRIES}
torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] CREATE_REGISTRIES}
improved-stations-1.1.jar Improved Stations {[email protected] CREATE_REGISTRIES}
entangled-1.2.2-mc1.15.jar Entangled {[email protected] CREATE_REGISTRIES}
AmbientSounds_v3.0.19_mc1.15.2.jar Ambient Sounds {[email protected] CREATE_REGISTRIES}
mappy-1.15.2-1.0.7.jar Mappy {[email protected] CREATE_REGISTRIES}
BiomesOPlenty-1.15.2-10.0.0.353-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 CREATE_REGISTRIES}
Blur-1.1.0-1.jar Blur {[email protected] CREATE_REGISTRIES}
valhelsia_structures-15.0.2a.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES}
Lollipop-1.15.2-1.0.14.jar Lollipop {[email protected] CREATE_REGISTRIES}
ftb-ranks-1.0.0.2.jar FTB Ranks {[email protected] CREATE_REGISTRIES}
wtbw_lib-1.15.2-1.0.17.jar WTBW Library {[email protected] CREATE_REGISTRIES}
simplylight-1.15.2-0.9.0.jar Simply Light {[email protected] CREATE_REGISTRIES}
simplybackpacks-1.15.2-1.4.5.jar Simply Backpacks {[email protected] CREATE_REGISTRIES}
portality-1.15.2-2.1.2-aaa257f.jar Portality {[email protected] ERROR}
curios-FORGE-1.15.2-2.0.2.1.jar Curios API {[email protected] CREATE_REGISTRIES}
Botania r1.15-382.jar Botania {[email protected] CREATE_REGISTRIES}
Patchouli-1.15.2-1.2-31.jar Patchouli {[email protected] CREATE_REGISTRIES}
ClothConfig2-2.0.jar Cloth Config Forge v2 API {[email protected] CREATE_REGISTRIES}
tanknull-1.8a.jar Tank Null {[email protected] CREATE_REGISTRIES}
angelring-1.15.2-1.2.0.jar Angel Ring {[email protected] CREATE_REGISTRIES}
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES}
elevatorid-1.15.2-1.7.0.jar Elevator Mod {[email protected] CREATE_REGISTRIES}
ftb-ultimine-1.0.8.4.jar FTB Ultimine {[email protected] CREATE_REGISTRIES}
NaturesAura-23.5.jar Nature's Aura {naturesaura@version CREATE_REGISTRIES}
MekanismTools-1.15.2-9.9.20.412.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES}
mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] CREATE_REGISTRIES}
furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
cc-tweaked-1.15.2-1.86.2.jar CC: Tweaked {[email protected] CREATE_REGISTRIES}
mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] CREATE_REGISTRIES}
the_bumblezone-1.15.2-1.0.4.jar The Bumblezone {[email protected] CREATE_REGISTRIES}
YAMDA-5.0.3.jar YAMDA {[email protected] CREATE_REGISTRIES}
speedyladders-1.15.2-1.jar Speedy Ladders {[email protected] CREATE_REGISTRIES}
Disenchanting_(forge)_1.15.2-1.2.0.jar Disenchanting {[email protected] CREATE_REGISTRIES}
GameMenuModOption-1.15.2-1.2.jar GameMenuModOption {[email protected] CREATE_REGISTRIES}
SimpleDiscordRichPresence-1.15.2-1.2.6.jar Simple Discord Rich Presence {[email protected] CREATE_REGISTRIES}
QuantumStorage-1.15.2-5.1.1.jar QuantumStorage {quantumstorage@NONE CREATE_REGISTRIES}
Cyclic-1.15.2-0.3.2.jar Cyclic {[email protected] CREATE_REGISTRIES}
inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] CREATE_REGISTRIES}
jmh_1.15.2-2.2.jar Just Mob Heads {[email protected] CREATE_REGISTRIES}
Cucumber-1.15.2-3.0.5.jar Cucumber Library {[email protected] CREATE_REGISTRIES}
TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] CREATE_REGISTRIES}
torchslabmod-1.15.1_v1.6.6.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
mining-helmet-1.15.2-1.0.8.jar Mining Helmet {[email protected] CREATE_REGISTRIES}
snad-1.8.5.10a-1.15.2.jar Snad {[email protected] CREATE_REGISTRIES}
item-filters-2.2.0.14.jar Item Filters {[email protected] CREATE_REGISTRIES}
jei-1.15.2-6.0.0.3.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
kubejs-2.6.0.28.jar KubeJS {[email protected] CREATE_REGISTRIES}
longfallboots-1.4.0b.jar Long Fall Boots {[email protected] CREATE_REGISTRIES}
lithium-mc1.15.2-forge-0.4.6-rc3-mod.jar Lithium {[email protected] CREATE_REGISTRIES}
goblintraders-1.2.0-1.15.2.jar Goblin Traders {[email protected] CREATE_REGISTRIES}
Mekanism-1.15.2-9.9.20.412.jar Mekanism {[email protected] CREATE_REGISTRIES}
polarizingbiomes-1.15.1-v1.0.jar Polarizing Biomes {[email protected] CREATE_REGISTRIES}
Waystones_1.15.2-6.0.1.jar Waystones {[email protected] CREATE_REGISTRIES}
Clumps-5.0.2.jar Clumps {[email protected] CREATE_REGISTRIES}
LightOverlay-4.3.jar Light Overlay Forge {[email protected] CREATE_REGISTRIES}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
good-nights-sleep-1.15.2-1.0.3.jar Good Night's Sleep {[email protected] CREATE_REGISTRIES}
additionalbars-1.2.3.jar Additional Bars {[email protected] CREATE_REGISTRIES}
SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
DimStorage-1.15.2-3.1.0.jar DimStorage {[email protected] CREATE_REGISTRIES}
decorative_blocks-6d.jar Decorative Blocks {[email protected] CREATE_REGISTRIES}
BotanyPots-1.15.2-2.0.9.jar BotanyPots {[email protected] CREATE_REGISTRIES}
DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES}
RingOfTeleport-1.15.2-1.1.22.jar Ring of Teleport {[email protected] CREATE_REGISTRIES}
snowundertrees-1.15.1-v1.0.jar Snow Under Trees {[email protected] CREATE_REGISTRIES}
BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] ERROR}
mcjtylib-1.15-4.0.3-alpha.jar McJtyLib {[email protected] CREATE_REGISTRIES}
rftoolsbase-1.15-1.0.1-alpha.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
xnet-1.15-2.0.2-alpha.jar XNet {[email protected] CREATE_REGISTRIES}
rftoolsstorage-1.15-1.0.3-alpha.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
travellersboots-1.15.2-1.3.2.jar Traveller's Boots {[email protected] CREATE_REGISTRIES}
PackingTape-1.15.2-0.9.5.jar Packing Tape {[email protected] CREATE_REGISTRIES}
mininggadgets-1.3.5.jar Mining Gadgets {[email protected] CREATE_REGISTRIES}
entitydetectors-1.5.2-1.0.0.jar Entity Detectors {[email protected] CREATE_REGISTRIES}
endercompass-2.0.jar Ender Compass {[email protected] CREATE_REGISTRIES}
rftoolspower-1.15-2.0.1-alpha.jar RFToolsPower {[email protected] CREATE_REGISTRIES}
ftb-chunks-1.0.1.7.jar FTB Chunks {[email protected] CREATE_REGISTRIES}
campfiretorches-1.15.2-1.0.2.jar Campfire Torches {[email protected] CREATE_REGISTRIES}
forge-1.15.2-31.1.45-universal.jar Forge {[email protected] CREATE_REGISTRIES}
wtbw_core-1.15.2-1.0.16.jar WTBW Core {[email protected] CREATE_REGISTRIES}
wtbw_tools-1.15.2-1.0.19.jar WTBW Tools {[email protected] CREATE_REGISTRIES}
ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {[email protected] CREATE_REGISTRIES}
forge-1.15.2-31.1.45-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
cofh_core-1.15.2-0.3.2b.jar CoFH Core {[email protected] CREATE_REGISTRIES}
ensorcellation-1.15.2-0.3.0b.jar Ensorcellation {[email protected] CREATE_REGISTRIES}
rftoolsutility-1.15-2.0.1-alpha.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
theoneprobe-1.15-2.0.2.jar The One Probe {[email protected] CREATE_REGISTRIES}
distance-1.0.0.1.jar Distance {[email protected] CREATE_REGISTRIES}
clockout-1.15.2-1.0.0.jar Clockout {[email protected] CREATE_REGISTRIES}
playerplates-1.15-forge-1.0.0.jar Player Plates {[email protected] CREATE_REGISTRIES}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
titanium-1.15.2-2.3.7.jar Titanium {[email protected] ERROR}
moolands-1.15.2-1.2.1.jar Moolands {[email protected] CREATE_REGISTRIES}
useful_railroads-1.15.2-1.3.2.21.jar Useful Railroads {[email protected] CREATE_REGISTRIES}
SilentLib-1.15.2-4.6.0+48.jar Silent Lib {[email protected]+48 CREATE_REGISTRIES}
wtbw_machines-1.15.2-1.0.19.jar WTBW Machines {[email protected] CREATE_REGISTRIES}
archers_paradox-1.15.2-0.3.0b.jar Archer's Paradox {[email protected] CREATE_REGISTRIES}
SoulShardsRespawn-forge-1.15.2-1.2.0-15.jar Soul Shards Respawn {soulshards@version CREATE_REGISTRIES}
Ding-1.15.2-1.1.0.jar Ding {[email protected] CREATE_REGISTRIES}
rftoolsbuilder-1.15-2.0.1-alpha.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES}
MiscAdditions-1.2.3.jar Misc Additions {[email protected] CREATE_REGISTRIES}
HunterMod-1.15.2-1.0.3.jar Hunter Mod {[email protected] CREATE_REGISTRIES}
wtbw_decoration-1.15.2-1.0.14.jar WTBW Decoration {[email protected] CREATE_REGISTRIES}
gravestone-1.17.3.jar Gravestone Mod {[email protected] CREATE_REGISTRIES}
ftb-backups-2.1.0.1.jar FTB Utilities: Backups {[email protected] CREATE_REGISTRIES}
serverconfigupdater-1.0.jar ServerConfig Updater {[email protected] CREATE_REGISTRIES}
FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] CREATE_REGISTRIES}
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
performant-1.15-2.06m.jar Performant {[email protected] CREATE_REGISTRIES}
DoubleSlabs-1.15-2.2.3.jar Double Slabs {[email protected] CREATE_REGISTRIES}
harvest-1.15.2-1.0.1.jar Harvest {[email protected] CREATE_REGISTRIES}
jph_1.15.2-1.0.jar Just Player Heads {[email protected] CREATE_REGISTRIES}
tubesreloaded-1.15.2-1.3.0c.jar Tubes Reloaded {[email protected] CREATE_REGISTRIES}
FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] CREATE_REGISTRIES}
Transport-1.15.2-2.2.0.jar Transport {[email protected] CREATE_REGISTRIES}
AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
engineersdecor-1.15.2-1.0.20-b4.jar Engineer's Decor {[email protected] CREATE_REGISTRIES}
minetogether-1.15.2-4.0.0-Beta5.jar MineTogether {[email protected] CREATE_REGISTRIES}
moredragoneggs-1.0.jar More Dragon Eggs {[email protected] CREATE_REGISTRIES}
betterbedrockgenerator-1.15.2-0.0.6.jar Better Bedrock Generator {[email protected] CREATE_REGISTRIES}
XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {[email protected] CREATE_REGISTRIES}
waterworks-1.15.2-2.1.1.jar Waterworks {[email protected] CREATE_REGISTRIES}
refinedstorageaddons-0.6.1.jar Refined Storage Addons {[email protected] CREATE_REGISTRIES}
extremeSoundMuffler-1.1_forge-1.15.2.jar Extreme Sound Muffler {[email protected]_forge-1.15.2 CREATE_REGISTRIES}
draw_bridge-1.15.2-1.4.3.18.jar Draw Bridge {[email protected] CREATE_REGISTRIES}
DefaultOptions_1.15.2-11.0.1.jar Default Options {[email protected] CREATE_REGISTRIES}
Launched Version: 1.15.2-forge-31.1.45
Backend library: LWJGL version 3.2.2 build 10
Backend API: Intel(R) UHD Graphics 620 GL version 4.5.0 - Build 25.20.100.6373, Intel
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) i5-8250U CPU @ 1.60GHz

what do?
 

LEGOEPIC

Member
Jul 29, 2019
6
0
15
What launcher are you using?
The new one, FTB app. It launches the minecraft launcher with an Omnia profile, and It crashes somewhere between clicking “play” on that window and the title screen, during those loading windows.
 

grandrolf

Global moderator
Team Member
Global Moderator
Trusted User
Aug 29, 2014
2,658
246
133
sweden
Do you have any 3rd party antivirus software on your system?

If yes, please add exception/whitelist/exclude the game folder structure and try again.

If not, or if that didn't work - make sure to have backups of any world saves - then re-install the packs and the launcher.

Post new log if it still fails, use https://paste.feed-the-beast.com and share the link to the log here.