paulevsGitch / BCLib

A library mod for BetterX team mods, developed for Fabric, MC 1.16.4+
MIT License
19 stars 39 forks source link

Crash on Startup: 'invalid Java Runtime config' Exit-Code: 1 #124

Closed milay closed 2 years ago

milay commented 2 years ago

I wanted to use Better Nether, which requires BCLib. However, when I try to add these mods (or just BCLib alone) to my mod folder, the game crashes during startup with an error popup saying the crash "could be caused by an invalid Java Runtime config" with Exit-Code: 1.

There is no crash log provided, but this is the 'latest' log. (I know I have a lot of mods added. I already tried bclib with like half this mod list a while ago and had to remove this mod then for the same crash. Tracked down bclib as the cause by removing and re-adding the mods one by one. BCLib is the one ultimately triggering the crash.)


[20:16:49] [main/INFO]: Loading Minecraft 1.18.2 with Fabric Loader 0.13.3 [20:16:50] [main/INFO]: Dependencies overridden for crusade, kubejs, disenchanter, ezpas, incantationem, quarryplus, trinkets, fuelinfo, bettersleeping, morevillagers-fabric, lambdabettergrass, mcdar, fabric-dimensions-v1, kibe, rad, betternether, apoli, megane, torohealth, adventurez, agape_space, villager-hats, resourceful_tools, jump, bewitchment, iris, sandwichmod, kambrik, veggie_way, clickadv, pickupnotifier, playerabilitylib, dynview, mo_glass, terrarianslimes, chat_heads, ninjaphenix_container_lib, fabric-diagonal-panes, minieffects, silkspawners, balm-fabric, kjsextras, dawn, advancementplaques, tinyskeletons, cleancut, bcc, bitsandchisels, repurposed_structures, modmenu, magiccombatwands, no-telemetry, ironfurnaces, quartzelv, hookshot, botania, origins, disable_custom_worlds_advice, morerespawnanchors, mocolors, megane-runtime, dripstone_fluid_lib, libblockattributes_fluids, marketcrates, adorn, morebannerfeatures, cloth-config, conjuring, krypton, customwindowtitle, aqupdgrizzly, someforgepatchesported, detailab, geckolib3, veinmining, multipart_entities, cleardespawn, waterdripsound, clienttweaks, notes, mambience, dusk, wi_zoom, enhanced_attack_indicator, placeholder-api, onsoulfire, ae2, maelstrom_library, graveyard, lithium, goblintraders, harvest_scythes, things, simple_shelves, libblockattributes, mcdw, fallingleaves, milk_plus, awesomedungeon, additionalbars, mcda, seasons, farmingforblockheads, go-fish, reach-entity-attributes, starlight, simplemeasuring, deathlog, carpet, chalk, cosmetic-armor, libblockattributes_core, drippyloadingscreen, polymer, horsestatsvanilla, ruined_equipment, jankson, bakingmod, animal_feeding_trough, origins-classes, fabric-renderer-indigo, goosik-config, teenycoal, invview, bsvsb, forgeconfigapiport, calio, paintings, libgui, xaerominimap, croptopia, fabric-rendering-v0, stonecutter_recipe_tags, fabricenchantments, omega-config, givemehats, mtmechs, continuity, inmis, torchbowmod, lifts, can-i-mine-this-block, visuality, puzzleslib, extragenerators, dragonloot, horseinfo, team_reborn_energy, mythicmetals, notenoughcrashes, autorun, no_null_processors, preciseblockplacing, universal-graves, enchantment_lore, satin, pugh_lib, architects_palette, guardiansgalore, server_translations_api, mcf-reap, glassential, rpgstats, villagernames, eldritch_mobs, xaeroworldmap, lambdynlights, wmitaf, compress, mining_dims, twigs, buildinggadgets, consistency_plus, cardinal-components-level, lumiwool, miningutility, fabric-blockrenderlayer-v1, simple_backpack, libblockattributes_items, aqupdcaracal, carpet-extra, fabric, respawnablepets, bclib, dummmmmmy, pride, cosmetica, slimyfloor, konkrete, experiencebugfix, equipmentcompare, fireworkfrenzy, catwalksinc, pugh_tools, farmersdelight, justenoughkeys, packet_tweaker, fireplacelib, mythic-mounts, skinlayers, greater_eye, tolaserblade, elementalcreepers, extraorigins, culinaire, enchant_giver, blockus, capybara, fabric-events-interaction-v0, whereisit, bountiful, patchouli, thonkutil, betterthirdperson, gobber2, malilib, expandedstorage, redstonebits, cardinal-components-entity, inventoryprofilesnext, architectury, authme, cardinal-components-base, campchair, earthtojavamobs, fabric-item-groups-v0, mavm, chas, fabric-renderer-api-v1, seedfix, craftpresence, creativeonepunch, rhino, salem, cardinal-components-block, ae2wtlib, doom, owo, trashslot, wfw, soaringstructures2, impersonate, alloy_forgery, hammermod, zihlaunchpads, waystones, clumps, exlineawnings, companion_bats, itemborders, cardinal-components-item, entitybanners, unforgivingvoid, lazydfu, modern_industrialization, chesttracker, lovely_snails, bosses_of_mass_destruction, terralith, coat, fabric-renderer-registries-v1, beehivetooltips, cspirit, annotateddi, arcanus, friendsandfoes, craftingtweaks, lank, enchdesc, additionaladditions, static-content, ward_blocks, fluidtank, roughlyenoughitems, voidz, hologram-api, iceberg, legendarytooltips, sgui, spruceui, carpet-tis-addition, cardinal-components-world, fancymenu, indium, fabric-biome-api-v1, ferritecore, chisel, itemscroller, heartbond, betterf3, carrier, dark-enchanting, exlinefurniture [20:16:50] [main/INFO]: Loading 345 mods:

paulevsGitch commented 2 years ago

I don't see anything relative to BCLib in your logs. The last error that I can find is:

: Critical injection failure: Redirector onUse$ItemStack$isOf(Lnet/minecraft/class_1799;Lnet/minecraft/class_1792;)Z in moretags.mixins.json:item.shears.PumpkinBlockMixin from mod moretags failed injection check, (0/1) succeeded

Which is related to moretags, but not to bclib

milay commented 2 years ago

You're right! I tracked the issue down to a compatibility issue between BCLib and Paradise Lost, which includes MoreTags. Checked their issue tracker and they seem to be working on it.