Prefab

Prefab

12M Downloads

crashes on 1.15.2 upon clicking floor with prefab in hand

Seegras opened this issue ยท 7 comments

commented

Could of course be some mod-interaction, or a forge version issue.

---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [HUG]

Time: 28/02/20 12:45
Description: Rendering screen

java.lang.NoClassDefFoundError: javafx/util/Pair
at com.wuest.prefab.Structures.Gui.GuiStartHouseChooser.getAdjustedXYValue(GuiStartHouseChooser.java:75) ~[?:1.5.0.1] {re:classloading}
at com.wuest.prefab.Structures.Gui.GuiStartHouseChooser.render(GuiStartHouseChooser.java:83) ~[?:1.5.0.1] {re:classloading}
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:359) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:480) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:925) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:554) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:204) ~[1.15.2-forge-31.1.12.jar:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_242] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_242] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_242] {}
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_242] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) ~[forge-1.15.2-31.1.12.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:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?] {re:classloading}
Caused by: java.lang.ClassNotFoundException: javafx.util.Pair
at java.lang.ClassLoader.findClass(ClassLoader.java:524) ~[?:1.8.0_242] {}
at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242] {}
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:101) ~[modlauncher-5.0.0-milestone.4.jar:?] {re:classloading}
at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242] {}
... 17 more

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

-- Head --
Thread: Render thread
Stacktrace:
at com.wuest.prefab.Structures.Gui.GuiStartHouseChooser.getAdjustedXYValue(GuiStartHouseChooser.java:75)
at com.wuest.prefab.Structures.Gui.GuiStartHouseChooser.render(GuiStartHouseChooser.java:83)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:359)

-- Screen render details --
Details:
Screen name: com.wuest.prefab.Structures.Gui.GuiStartHouseChooser
Mouse location: Scaled: (232, 131). Absolute: (927.000000, 524.000000)
Screen size: Scaled: (464, 262). Absolute: (1854, 1048). Scale factor of 4.000000

-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['Seegras1'/273, l='MpServer', x=-964.39, y=64.00, z=170.21]]
Chunk stats: Client Chunk Cache: 1369, 961
Level dimension: DimensionType{minecraft:overworld}
Level name: MpServer
Level seed: -7451148600238514520
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options: {}
Level spawn location: World: (-192,67,-64), Chunk: (at 0,4,0 in -12,-4; contains blocks -192,0,-64 to -177,255,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 651875 game time, 787967 day time
Known server brands:
Level was modded: false
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:442)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1764)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:568)
at net.minecraft.client.main.Main.main(SourceFile:204)
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:498)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
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: Linux (amd64) version 5.5.6
Java Version: 1.8.0_242, Debian
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Debian
Memory: 2585856224 bytes (2466 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
CPUs: 8
JVM Flags: 8 total; -Xss1M -Xmx8G -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.12.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.1.12.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.0.0-milestone.1-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.1.12.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.1.12.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.1.12.jar fml TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.1.jar mixinbootstrap TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.1.jar mixin PLUGINSERVICE
/MixinBootstrap-1.0.1.jar mixinbootstrap PLUGINSERVICE
FML: 31.1
Forge: net.minecraftforge:31.1.12
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
followingvillagers-1.15.2-1.4.0.jar Following Villagers {[email protected] DONE}
AdditionalEnchantedMiner-1.15.2-15.2.1.jar QuarryPlus {[email protected] DONE}
chanceglobe-1.15.2-v1.3.2.jar Chance Globe {[email protected] DONE}
prefab-1.5.0.1.jar Prefab {[email protected] DONE}
EditSign-1.15.2-2.0.0+7.jar Edit Sign {[email protected]+7 DONE}
ProjectE-1.15.2-PE1.0.2B.jar ProjectE {[email protected] DONE}
SilentMechanisms-1.15.2-0.7.0+50.jar Silent's Mechanisms {[email protected]+50 DONE}
IndustrialAgriculture[Core]-1.15.2-1.5.4.jar Industrial Agriculture {[email protected] DONE}
music_player-1.15.2-2.0.12.63.jar Music Player {[email protected] DONE}
rsgauges-1.15.2-1.2.1.jar Gauges and Switches {[email protected] DONE}
Island_Generator[1.15.2]-1.0.0.jar Island Generator {[email protected] DONE}
IronJetpacks-1.15.2-3.0.0.jar Iron Jetpacks {[email protected] DONE}
XaerosWorldMap_1.5.5_Forge_1.15.2.jar Xaero's World Map {[email protected] DONE}
Controlling-6.1.1.jar Controlling {[email protected] DONE}
BetterSprinting-1.15.2-v3.1.0.jar Better Sprinting {[email protected] DONE}
ReAuth-1.14-3.8.0.jar ReAuth {[email protected] DONE}
Placebo-1.15.2-3.0.2.jar Placebo {[email protected] DONE}
dankstorage-2.5.jar Dank Storage {[email protected] DONE}
sneakthroughberries-1.15.2-20w06a-1.0.1.jar Sneak Through Berries {[email protected] DONE}
Powah-1.15.2-1.1.2.jar Powah {[email protected] DONE}
rangedpumps-0.7.1.jar Ranged Pumps {[email protected] DONE}
WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {[email protected] DONE}
u_team_core-1.15.2-2.10.6.155.jar U Team Core {[email protected] DONE}
Apotheosis-1.15.2-3.0.4.jar Apotheosis {[email protected] DONE}
LightingWand-1.15.2-1.4.2.jar Lighting Wand {[email protected] DONE}
Morpheus-1.15.2-4.2.47.jar Morpheus {morpheus@version DONE}
advancedtools-1.15.2-1.0.1.jar Advanced Tools {[email protected] DONE}
MekanismGenerators-1.15.2-9.9.10.402.jar Mekanism: Generators {[email protected] DONE}
Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version DONE}
WaterStrainer-1.15.1-8.0.0.jar Water Strainer {[email protected] DONE}
speedyhoppers-1.15.2-2.jar Speedy Hoppers {[email protected] DONE}
SnowRealMagic-1.15.2-1.7.2.jar Snow! Real Magic! {[email protected] DONE}
shulkerbox-1.9.1.jar Advanced Shulkerboxes {[email protected] DONE}
ExpOreMod-1.15.2-1.1.jar Exp Ore Block {[email protected] DONE}
TOOLKIT-1.15.2-1.6.4.jar Tool Kit {[email protected] DONE}
MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {[email protected] DONE}
refinedstorage-1.8.1.jar Refined Storage {[email protected] DONE}
quartz-chests-1.1.0.5.jar Quartz Chests {[email protected] DONE}
mcw-bridges-1.0.3-mc1.15.2.jar Macaw's Bridges {[email protected] DONE}
lightestlampsmod-3.3.0.jar Lightest Lamps {[email protected] DONE}
industrial-foregoing-1.15.2-2.2.1-f27c515.jar Industrial Foregoing {[email protected] DONE}
angermanagement-1.15.2-1.0.0.jar Anger Management Mod {[email protected] DONE}
useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {[email protected] DONE}
torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] DONE}
entangled-1.1.4-mc1.15.2.jar Entangled {[email protected] DONE}
smartdispensers-1.0.jar Smart Dispensers {smartdispensers@1 DONE}
BiomesOPlenty-1.15.2-10.0.0.338-universal.jar Biomes O' Plenty {[email protected] DONE}
valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] DONE}
simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE DONE}
valhelsia_structures-1.15.1-0.0.1.jar Valhelsia Structures {[email protected] DONE}
Lollipop-1.15.2-1.0.4.jar Lollipop {[email protected] DONE}
ironfurnaces-1.15.2-2.0.0.jar Iron Furnaces {[email protected] DONE}
wtbw_lib-1.15.2-1.0.8.jar WTBW Library {[email protected] DONE}
SilentGear-1.15.2-1.5.2+77.jar Silent Gear {[email protected]+77 DONE}
tgcropesmod-1.15.2-1.1.1.jar Ropes Mod {[email protected] DONE}
horsemodifiers-1.15.2-1.2.jar Horse Modifiers {[email protected] DONE}
simplybackpacks-1.15.2-1.3.0.jar Simply Backpacks {[email protected] DONE}
SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {[email protected] DONE}
portality-1.15.2-2.1.2-aaa257f.jar Portality {[email protected] DONE}
curios-FORGE-1.15.2-2.0-beta2.jar Curios API {[email protected] DONE}
Clay WorldGen-1.1.0-1.15.1.jar Clay WorldGen {clayworldgen@version DONE}
RingOfBlink-1.15.2-1.1.14.jar Ring of Blink {[email protected] DONE}
ClothConfig2-2.0.jar Cloth Config Forge v2 API {[email protected] DONE}
RingOfMiner-1.15.2-1.1.14.jar Ring of Miner {[email protected] DONE}
wtbw_tools-1.15.2-1.0.6.jar WTBW Tools {[email protected] DONE}
OreExcavation-1.7.149.jar Ore Excavation {oreexcavation@NONE DONE}
tanknull-1.7.jar Tank Null {[email protected] DONE}
angelring-1.15.2-1.2.0.jar Angel Ring {[email protected] DONE}
f2l-0.3.1.jar Flesh 2 Leather {[email protected] DONE}
additionalevents-1.0a.jar Additional Events {[email protected] DONE}
lostcities-1.15-3.0.0-alpha.jar LostCities {[email protected] DONE}
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] DONE}
elevatorid-1.15.2-1.7.0.jar Elevator Mod {[email protected] DONE}
Gobber2-1.15.2-2.2.45.jar Gobber 2 {[email protected] DONE}
tombstone-4.2.2-1.15.2.jar Corail Tombstone {[email protected] DONE}
RingOfEnderchest-1.15.2-1.1.14.jar Ring of Enderchest {[email protected] DONE}
PowderPower-1.15.2-3.1.34.jar Powder Power {[email protected] DONE}
worldedit-forge-mc1.15.2-7.1.0.jar WorldEdit {[email protected];48cc31c DONE}
MekanismTools-1.15.2-9.9.10.402.jar Mekanism: Tools {[email protected] DONE}
ChunkNoGoByeBye-1.15.2-1.2.0.jar ChunkNoGoByeBye {[email protected] DONE}
globalxp-1.15.2-v1.4.11.jar Global XP {[email protected] DONE}
betterwithminecolonies-1.15.2-1.13.14.jar Better With Minecolonies {[email protected] DONE}
CobbleForDays-1.1.1.jar Cobble For Days {[email protected] DONE}
FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 DONE}
Disenchanting_(forge)_1.15.2-1.2.0.jar Disenchanting {[email protected] DONE}
CleanView-1.15.2-v1.jar CleanView {[email protected] DONE}
blockactions-0.1-1.15.2.jar Block Actions {[email protected] DONE}
Treasure-Bags-1.15.2-1.2.0+20.jar Treasure Bags {[email protected]+20 DONE}
Cyclic-1.15.2-0.1.10.jar Cyclic {[email protected] DONE}
BetterAdvancements-1.15.2-0.1.0.96.jar Better Advancements {[email protected] DONE}
Kiwi-1.15.2-2.6.5.jar Kiwi {[email protected] DONE}
inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] DONE}
Cucumber-1.15.2-3.0.1.jar Cucumber Library {[email protected] DONE}
mobgrinder-1.3.jar Mob Grinder {[email protected] DONE}
mining-helmet-1.15.2-1.0.6.jar Mining Helmet {[email protected] DONE}
craftingstation-3.0.5.jar Crafting Station {[email protected] DONE}
snad-1.8.3.3a-1.15.2.jar Snad {[email protected] DONE}
Overloaded-1.15.2-0.0.84.jar Overloaded {[email protected] DONE}
jei-1.15.2-6.0.0.2.jar Just Enough Items {[email protected] DONE}
metalbarrels-2.1.jar Metal Barrels {[email protected] DONE}
longfallboots-1.4.0b.jar Long Fall Boots {[email protected] DONE}
Mekanism-1.15.2-9.9.10.402.jar Mekanism {[email protected] DONE}
AutoDropper-1.15.1-6.0.0.jar Auto Dropper {[email protected] DONE}
RingOfRepair-1.15.2-1.1.14.jar Ring of Repair {[email protected] DONE}
LightOverlay-4.2.jar Light Overlay Forge {[email protected] DONE}
comforts-FORGE-1.15.2-2.0.jar Comforts {[email protected] DONE}
NaturesCompass-1.15.2-1.8.4.jar Nature's Compass {[email protected] DONE}
good-nights-sleep-1.15.2-1.0.2.jar Good Night's Sleep {[email protected] DONE}
EnderBags-1.15.1-5.0.0.jar Ender Bags {[email protected] DONE}
SimpleStorageNetwork-1.15.2-0.2.4.jar Simple Storage Network {[email protected] DONE}
SereneSeasons-1.15.2-3.0.0.65-universal.jar Serene Seasons {[email protected] DONE}
gardentools-1.15.2-1.0.0.jar Garden Tools {[email protected] DONE}
engineerstools-1.15.2-1.0.6-b2.jar Engineer's Tools {[email protected] DONE}
DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {[email protected] DONE}
RingOfTeleport-1.15.2-1.1.15.jar Ring of Teleport {[email protected] DONE}
BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] DONE}
mcjtylib-1.15-4.0.1-alpha.jar McJtyLib {[email protected] DONE}
rftoolsbase-1.15-1.0.0-alpha.jar RFToolsBase {[email protected] DONE}
rftoolsstorage-1.15-1.0.1-alpha.jar RFToolsStorage {[email protected] DONE}
ClickMachine-1.15.2-3.0.1.jar Click Machine {[email protected] DONE}
travellersboots-1.15.2-1.3.2.jar Traveller's Boots {[email protected] DONE}
environmentalcreepers-forge-1.15.2-1.6.1.jar Environmental Creepers {[email protected] DONE}
ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] DONE}
PackingTape-1.15.2-0.9.5.jar Packing Tape {[email protected] DONE}
infinityworkswithallarrows-1.0.jar Infinity works with all arrows {[email protected] DONE}
endercompass-2.0.jar Ender Compass {[email protected] DONE}
CraftTweaker-1.15.2-6.0.0.6.jar CraftTweaker {[email protected] DONE}
extradisks-1.15.1-1.2.jar Extra Disks {[email protected] DONE}
campfiretorches-1.15.2-1.0.2.jar Campfire Torches {[email protected] DONE}
forge-1.15.2-31.1.12-universal.jar Forge {[email protected] DONE}
PassthroughSigns-1.15.1-2.3.2.jar Passthrough Signs {[email protected] DONE}
wtbw_core-1.15.2-1.0.9.jar WTBW Core {[email protected] DONE}
MysticalAgriculture-1.15.2-3.0.0.jar Mystical Agriculture {[email protected] DONE}
coffeebreak-1.5.jar Softcat's Coffee Break {[email protected] DONE}
forge-1.15.2-31.1.12-client.jar Minecraft {[email protected] DONE}
rftoolsutility-1.15-2.0.0-alpha.jar RFToolsUtility {[email protected] DONE}
clockout-1.15.2-1.0.0.jar Clockout {[email protected] DONE}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] DONE}
ToolBelt-1.15.2-1.14.0.jar Tool Belt {[email protected] DONE}
titanium-1.15.2-2.3.6.jar Titanium {[email protected] DONE}
SilentLib-1.15.2-4.6.0+48.jar Silent Lib {[email protected]+48 DONE}
wtbw_machines-1.15.2-1.0.7.jar WTBW Machines {[email protected] DONE}
overworld_mirror-1.15.2-1.3.0.12.jar Overworld Mirror {[email protected] DONE}
RingOfGrowth-1.15.2-1.1.15.jar Ring of Growth {[email protected] DONE}
theplopper-1.15.1-v1.3.jar The Plopper {[email protected] DONE}
forbidden_arcanus-1.15.2-1.1.jar Forbidden & Arcanus {[email protected] DONE}
packedup-1.0.3-mc1.15.2.jar PackedUp {[email protected] DONE}
LargeFluidTank-15.2.3.jar FluidTank {[email protected] DONE}
BerryBushes-1.1.1.jar Berry Bushes {[email protected] DONE}
rftoolsbuilder-1.15-2.0.0-alpha.jar RFToolsBuilder {[email protected] DONE}
dimdungeons-1.03-forge-1.15.2.jar Dimensional Dungeons {[email protected] DONE}
flux-4.8.0.jar Flux {[email protected] DONE}
fl-3.0.7.jar Flux Library {[email protected] DONE}
Xaeros_Minimap_20.3.1.1_Forge_1.15.2.jar Xaero's Minimap {[email protected] DONE}
ShulkerTooltip-1.9.2.jar Shulker Tooltip {[email protected] DONE}
FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] DONE}
torcherino-10.0.1.jar Torcherino {[email protected] DONE}
StorageDrawers-1.15.2-7.0.1.jar Storage Drawers {[email protected] DONE}
backpacked-1.4.1-1.15.2.jar Backpacked {[email protected] DONE}
vanillahammers-1.15.1-1.0.jar Vanilla Hammers {[email protected] DONE}
tubesreloaded-1.15.2-1.2.0.jar Tubes Reloaded {[email protected] DONE}
FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] DONE}
engineersdecor-1.15.2-1.0.19-b3.jar Engineer's Decor {[email protected] DONE}
moredragoneggs-1.0.jar More Dragon Eggs {[email protected] DONE}
RingOfAttraction-1.15.2-1.1.18.jar Ring of Attraction {[email protected] DONE}
Aquaculture-1.15.2-2.0.8.jar Aquaculture 2 {[email protected] DONE}
SilentGems-1.15.2-3.5.1+84.jar Silent's Gems 3 {[email protected]+84 DONE}
XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {[email protected] DONE}
waterworks-1.15.2-2.1.0.jar Waterworks {[email protected] DONE}
Industrial Agriculture[Mekanism]-1.15.2-1.5.2.jar Industrial Agriculture Plugin-Mekanism {[email protected] DONE}
CHAS v1.3 for 1.15.jar Craftable Horse Armour {[email protected] DONE}
refinedstorageaddons-0.6.1.jar Refined Storage Addons {[email protected] DONE}
Ma-Essentials-1.15.2-3.0.0.jar Ma Essentials {[email protected] DONE}
extremeSoundMuffler-beta-1.15.2-1.0.jar Extreme Sound Muffler {[email protected] DONE}
SolarGeneration-1.15.2-1.2.0.jar Solar Generation {[email protected] DONE}
parachutemod-1.15.2-2.3.2-471.jar Parachute Mod NG {[email protected] DONE}
SuperTools-1.1_1.15.2.jar Super Tools {[email protected] DONE}
Omega Craft 4.0.9 - 1.15.2.jar Omega Craft {[email protected] DONE}
lootbagmod-1.15.1-1.4.jar Loot Bag Mod {[email protected] DONE}
draw_bridge-1.15.2-1.4.3.18.jar Draw Bridge {[email protected] DONE}
xptome-1.15.1-v1.1.4.jar XP Tome {[email protected] DONE}
bigbuckets-1.1.0.jar BigBuckets {[email protected] DONE}
Kiwi Modules:
kiwi:contributors
snowrealmagic:snowrealmagic
Launched Version: 1.15.2-forge-31.1.12
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce RTX 2060/PCIe/SSE2 GL version 4.6.0 NVIDIA 440.59, 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)
Resource Packs:
Current Language: English (US)
CPU: 8x Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz

commented
  1. Please use something like pastebin or another similar site when posting large logs
  2. You are using OpenJDK which I don't support. I don't support this due to Minecraft being made with Oracle JDK. Until/unless Minecraft makes the switch I will not support OpenJDK.
    1. Just make a quick oracle account and download the JDK.

Closing issue

commented

This is not an openjdk issue.

commented

java.lang.NoClassDefFoundError: javafx/util/Pair
at com.wuest.prefab.Structures.Gui.GuiStartHouseChooser.getAdjustedXYValue(GuiStartHouseChooser.jav

This error is telling me that you are using OpenJDK and not Oracles JDK.

commented

This is on Debian, and I won't install some JDK from some spurious source that doesn't even offer Debian packages. For one mod out of 180. Which worked in 1.14.4 with the same JDK.

commented

Understandable, if you would like to see this fixed please create a pull request and I can merge it in. I am currently working on the update to 1.14 for Repurpose which is no small effort and also working on some updates for From The Depths so I won't get to this for a while.

I will re-open this so someone (if you don't want too) can do the pull request if I don't get to it by then.

commented

Just for informational purposes. https://gist.github.com/androidfred/bc64da9e6a355b984d37439ed63ae16b -- turns out I have openjfx, but only for JDK 11.

commented

This has been fixed with 1.4.0.12 and 1.5.0.2.

Note: The 1.5.0.2 version is currently going through the CurseForge approval process and will be available for download once it is approved.

Closing issue.