Jump to content

Architectury error causing pre-load crashing


Atom596

Recommended Posts

I am developing with Architectury, which is mostly derived from Forge. I am mostly a Fabric developer, and I was able to get the Fabric side of the mod to run and work properly.

However, the Forge side crashes before the game window even pops up, giving this error message:

[Architectury Transformer] Architectury Runtime 5.2.61
[Architectury Transformer] Read classpath in 3.282 s
[Architectury Transformer] Listening at C:\Users\adam5\Desktop\minecraft\ModMaking\DiscsPlus\common\build\devlibs\discsplus-4.0.0-dev.jar
[17:24:14] [main/INFO] (Launcher) ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, MOD_DEV, --assetIndex, 1.18.2-1.18, --assetsDir, C:\Users\adam5\.gradle\caches\fabric-loom\assets, --gameDir, ., --fml.forgeVersion, 40.0.17, --fml.mcVersion, 1.18.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220228.144236]
[17:24:14] [main/INFO] (Launcher) ModLauncher 9.1.3+9.1.3+main.9b69c82a starting: java version 17.0.1 by Oracle Corporation
[17:24:14] [main/INFO] (mixin) SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/adam5/.gradle/caches/transforms-3/aa8319b7eda96f1a0f11b5e356b7c2d8/transformed/alfd-transformed/mixin-patched-0.8.5.5.jar%2317!/ Service=ModLauncher Env=CLIENT
[17:24:15] [main/INFO] (ModDiscoverer) Found mod file javafmllanguage-1.18.2-40.0.17.jar of type LANGPROVIDER with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6eacf3be
[17:24:15] [main/INFO] (ModDiscoverer) Found mod file mclanguage-1.18.2-40.0.17.jar of type LANGPROVIDER with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6eacf3be
[17:24:15] [main/INFO] (ModDiscoverer) Found mod file fmlcore-1.18.2-40.0.17.jar of type LIBRARY with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6eacf3be
[17:24:15] [main/INFO] (ModDiscoverer) Found mod file [email protected] of type MOD with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6eacf3be
[17:24:15] [main/INFO] (ModDiscoverer) Found mod file main of type MOD with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6eacf3be
[17:24:15] [main/INFO] (ModDiscoverer) Found mod file  of type MOD with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6eacf3be
[17:24:15] [main/INFO] (ModDiscoverer) Found mod file B98cbb1484989-B98cbb1484989.jar of type MOD with locator net.minecraftforge.fml.loading.moddiscovery.ClasspathLocator@c105912
[17:24:15] [main/INFO] (ModDiscoverer) Found mod file 1619875705528534351.jar of type MOD with locator net.minecraftforge.fml.loading.moddiscovery.ClasspathLocator@c105912
[17:24:15] [main/INFO] (ModDiscoverer) Found mod file B98cbb1484989-B98cbb1484989.jar of type MOD with locator net.minecraftforge.fml.loading.moddiscovery.ClasspathLocator@c105912
[17:24:15] [main/INFO] (ModDiscoverer) Found mod file 1619875705528534351.jar of type MOD with locator net.minecraftforge.fml.loading.moddiscovery.ClasspathLocator@c105912
Exception in thread "main" java.lang.module.ResolutionException: Modules generated_7a0a80c and discsplus export package com.atom596.discsplus to module forge
	at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:901)
	at java.base/java.lang.module.Resolver.failTwoSuppliers(Resolver.java:815)
	at java.base/java.lang.module.Resolver.checkExportSuppliers(Resolver.java:736)
	at java.base/java.lang.module.Resolver.finish(Resolver.java:380)
	at java.base/java.lang.module.Configuration.<init>(Configuration.java:140)
	at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:494)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ModuleLayerHandler.buildLayer(ModuleLayerHandler.java:70)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.buildTransformingClassLoader(TransformationServicesHandler.java:60)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:104)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
	at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149)
	at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
	at dev.architectury.transformer.TransformerRuntime.main(TransformerRuntime.java:217)

Process finished with exit code 130

 

Link to comment
Share on other sites

  • 11 months later...

I was trying to use Architectury for fabric but when i put it into the mods folder the game started to cause preload crash it is happening with fabric too is there any fix for this?

For Reference :-

---- Minecraft Crash Report ---- // Hey, that tickles! Hehehe! Time: 2023-03-13 22:22:14 Description: Unexpected error java.util.ConcurrentModificationException at Not Enough Crashes deobfuscated stack trace.(1.19.2+build.28) at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013) at java.util.ArrayList$Itr.next(ArrayList.java:967) at dev.architectury.event.EventFactory$1.handleInvocation(EventFactory.java:61) at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:89) at jdk.proxy2.$Proxy84.tick(Unknown Source) at dev.architectury.event.fabric.EventHandlerImpl.lambda$registerClient$2(EventHandlerImpl.java:55) at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43) at net.minecraft.client.MinecraftClient.handler$cdf000$fabric-lifecycle-events-v1$onStartTick(MinecraftClient:11468) at net.minecraft.client.MinecraftClient.tick(MinecraftClient) at net.minecraft.client.MinecraftClient.render(MinecraftClient:1135) at net.minecraft.client.MinecraftClient.run(MinecraftClient:768) at net.minecraft.client.main.Main.main(Main:244) at net.minecraft.client.main.Main.main(Main:51) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:462) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013) at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967) at dev.architectury.event.EventFactory$1.handleInvocation(EventFactory.java:61) at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:89) at jdk.proxy2/jdk.proxy2.$Proxy84.tick(Unknown Source) at dev.architectury.event.fabric.EventHandlerImpl.lambda$registerClient$2(EventHandlerImpl.java:55) at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43) at net.minecraft.class_310.handler$cdf000$fabric-lifecycle-events-v1$onStartTick(class_310.java:11468) Mixins in Stacktrace: net.minecraft.class_310: ca.fxco.memoryleakfix.mixin.targetEntityLeak.MinecraftClient_targetClearMixin (memoryleakfix.mixins.json) me.shedaniel.advancementsenlarger.mixin.MixinMinecraftClient (advancements-enlarger.mixins.json) squeek.appleskin.mixin.MinecraftClientMixin (appleskin.mixins.json) malte0811.ferritecore.mixin.fabric.MinecraftMixin (ferritecore.fabric.mixin.json) net.fabricmc.fabric.mixin.screen.MinecraftClientMixin (fabric-screen-api-v1.mixins.json) dev.architectury.mixin.fabric.client.MixinMinecraft (architectury.mixins.json) draylar.omegaconfig.mixin.ClientMixin (omega-config.mixins.json) ca.fxco.memoryleakfix.mixin.customPayloadLeak.MinecraftClient_freeBufferMixin (memoryleakfix.mixins.json) io.github.bumblesoftware.fastload.mixin.mixins.client.MinecraftClientMixin (fastload.mixins.json) io.wispforest.owo.mixin.MinecraftClientMixin (owo.mixins.json) net.fabricmc.fabric.mixin.event.interaction.client.MinecraftClientMixin (fabric-events-interaction-v0.client.mixins.json) me.lizardofoz.inventorio.mixin.client.MinecraftClientMixin (inventorio.mixins.json) me.flashyreese.mods.sodiumextra.mixin.gui.MinecraftClientAccessor (sodium-extra.mixins.json) net.fabricmc.fabric.mixin.networking.client.accessor.MinecraftClientAccessor (fabric-networking-api-v1.client.mixins.json) io.github.apace100.apoli.mixin.MinecraftClientMixin (apoli.mixins.json) net.merchantpug.apugli.mixin.client.MinecraftClientMixin (apugli.mixins.json) net.fabricmc.fabric.mixin.datagen.client.MinecraftClientMixin (fabric-data-generation-api-v1.client.mixins.json) vazkii.patchouli.mixin.client.MixinMinecraft (patchouli_fabric.mixins.json) org.betterx.betterend.mixin.client.MinecraftClientMixin (betterend.mixins.client.json) dev.lambdaurora.spruceui.mixin.MinecraftClientMixin (spruceui.mixins.json) zabi.minecraft.extraalchemy.mixin.client.MixinEntityOutline (extraalchemy.client.json) net.coderbot.iris.mixin.MixinMinecraft_Keybinds (mixins.iris.json) net.fabricmc.fabric.mixin.event.lifecycle.client.MinecraftClientMixin (fabric-lifecycle-events-v1.client.mixins.json) net.minecraftforge.mixin.client.MinecraftMixin (forgeconfigapiport.fabric.mixins.json) net.coderbot.iris.mixin.MixinMinecraft_PipelineManagement (mixins.iris.json) com.blamejared.controlling.mixin.OpenGuiMixin (controlling.fabric.mixins.json) xaero.map.mixin.MixinMinecraftClient (xaeroworldmap.mixins.json) com.anthonyhilyard.iceberg.mixin.MinecraftMixin (iceberg.mixins.json) xaero.common.mixin.MixinMinecraftClient (xaerominimap.mixins.json) net.blay09.mods.balm.mixin.MinecraftMixin (balm.mixins.json) net.fabricmc.fabric.mixin.registry.sync.client.MinecraftClientMixin (fabric-registry-sync-v0.client.mixins.json) me.shedaniel.cloth.mixin.client.events.MixinMinecraftClient (cloth-client-events-v0.mixins.json) fudge.notenoughcrashes.mixins.client.MixinMinecraftClient (notenoughcrashes.mixins.json) fudge.notenoughcrashes.fabric.mixins.client.CatchInitMInecraftClientMixin (notenoughcrashes.fabric.mixins.json) org.betterx.betternether.mixin.client.MinecraftClientMixin (betternether.mixins.client.json) me.lizardofoz.inventorio.mixin.client.accessor.MinecraftClientAccessor (inventorio.mixins.json) fuzs.puzzleslib.mixin.client.accessor.MinecraftAccessor (puzzleslib.fabric.mixins.json) ca.fxco.memoryleakfix.mixin.hugeScreenshotLeak.MinecraftClient_screenshotMixin (memoryleakfix.mixins.json) me.jellysquid.mods.sodium.mixin.core.MixinMinecraftClient (sodium.mixins.json) io.wispforest.owo.mixin.ui.MinecraftClientMixin (owo.mixins.json) net.dualwielding.mixin.client.MinecraftClientMixin (dualwielding.mixins.json) dev.lambdaurora.lambdynlights.mixin.MinecraftClientMixin (lambdynlights.mixins.json) org.betterx.bclib.mixin.client.MinecraftMixin (bclib.mixins.client.json) zone.rong.cleancut.MixinMinecraftClient (mixins.cleancut.json) net.coderbot.iris.mixin.MixinMinecraft_Images (mixins.iris.json) -- Affected level -- Details: All players: 1 total; [class_746['1tzIcy'/142, l='ClientLevel', x=-191.50, y=64.00, z=-178.50]] Chunk stats: 1024, 225 Level dimension: minecraft:overworld Level spawn location: World: (-192,64,-176), Section: (at 0,0,0 in -12,4,-11; chunk contains blocks -192,-64,-176 to -177,319,-161), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1) Level time: 176 game time, 176 day time Server brand: fabric Server type: Integrated singleplayer server Stacktrace: at net.minecraft.class_638.method_8538(class_638.java:453) at net.minecraft.class_310.method_1587(class_310.java:2341) at net.minecraft.class_310.method_1514(class_310.java:792) at net.minecraft.client.main.Main.method_44604(Main.java:244) at net.minecraft.client.main.Main.main(Main.java:51) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:462) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) Mixins in Stacktrace: net.minecraft.class_638: dev.tr7zw.entityculling.mixin.ClientWorldMixin (entityculling.mixins.json) net.fabricmc.fabric.mixin.event.lifecycle.client.ClientWorldMixin (fabric-lifecycle-events-v1.client.mixins.json) corgitaco.enhancedcelestials.mixin.client.MixinClientWorld (enhancedcelestials.mixins.json) virtuoel.pehkui.mixin.client.ClientWorldMixin (pehkui.mixins.json) me.jellysquid.mods.sodium.mixin.features.fast_biome_colors.MixinClientWorld (sodium.mixins.json) xaero.common.mixin.MixinClientWorld (xaerominimap.mixins.json) me.jellysquid.mods.lithium.mixin.chunk.entity_class_groups.ClientWorldMixin (lithium.mixins.json) ca.spottedleaf.starlight.mixin.client.world.ClientLevelMixin (starlight.mixins.json) dev.onyxstudios.cca.mixin.entity.client.MixinClientWorld (mixins.cardinal_components_entity.json) me.jellysquid.mods.sodium.mixin.features.chunk_rendering.MixinClientWorld (sodium.mixins.json) xaero.map.mixin.MixinClientWorld (xaeroworldmap.mixins.json) dev.architectury.mixin.fabric.client.MixinClientLevel (architectury.mixins.json) me.steinborn.krypton.mixin.client.fastchunkentityaccess.ClientWorldMixin (krypton.mixins.json) dev.lambdaurora.lambdynlights.mixin.ClientWorldMixin (lambdynlights.mixins.json) dev.onyxstudios.cca.mixin.world.client.MixinClientWorld (mixins.cardinal_components_world.json) net.coderbot.iris.mixin.vertices.block_rendering.MixinClientLevel (mixins.iris.vertexformat.json) net.minecraft.class_310: ca.fxco.memoryleakfix.mixin.targetEntityLeak.MinecraftClient_targetClearMixin (memoryleakfix.mixins.json) me.shedaniel.advancementsenlarger.mixin.MixinMinecraftClient (advancements-enlarger.mixins.json) squeek.appleskin.mixin.MinecraftClientMixin (appleskin.mixins.json) malte0811.ferritecore.mixin.fabric.MinecraftMixin (ferritecore.fabric.mixin.json) net.fabricmc.fabric.mixin.screen.MinecraftClientMixin (fabric-screen-api-v1.mixins.json) dev.architectury.mixin.fabric.client.MixinMinecraft (architectury.mixins.json) draylar.omegaconfig.mixin.ClientMixin (omega-config.mixins.json) ca.fxco.memoryleakfix.mixin.customPayloadLeak.MinecraftClient_freeBufferMixin (memoryleakfix.mixins.json) io.github.bumblesoftware.fastload.mixin.mixins.client.MinecraftClientMixin (fastload.mixins.json) io.wispforest.owo.mixin.MinecraftClientMixin (owo.mixins.json) net.fabricmc.fabric.mixin.event.interaction.client.MinecraftClientMixin (fabric-events-interaction-v0.client.mixins.json) me.lizardofoz.inventorio.mixin.client.MinecraftClientMixin (inventorio.mixins.json) me.flashyreese.mods.sodiumextra.mixin.gui.MinecraftClientAccessor (sodium-extra.mixins.json) net.fabricmc.fabric.mixin.networking.client.accessor.MinecraftClientAccessor (fabric-networking-api-v1.client.mixins.json) io.github.apace100.apoli.mixin.MinecraftClientMixin (apoli.mixins.json) net.merchantpug.apugli.mixin.client.MinecraftClientMixin (apugli.mixins.json) net.fabricmc.fabric.mixin.datagen.client.MinecraftClientMixin (fabric-data-generation-api-v1.client.mixins.json) vazkii.patchouli.mixin.client.MixinMinecraft (patchouli_fabric.mixins.json) org.betterx.betterend.mixin.client.MinecraftClientMixin (betterend.mixins.client.json) dev.lambdaurora.spruceui.mixin.MinecraftClientMixin (spruceui.mixins.json) zabi.minecraft.extraalchemy.mixin.client.MixinEntityOutline (extraalchemy.client.json) net.coderbot.iris.mixin.MixinMinecraft_Keybinds (mixins.iris.json) net.fabricmc.fabric.mixin.event.lifecycle.client.MinecraftClientMixin (fabric-lifecycle-events-v1.client.mixins.json) net.minecraftforge.mixin.client.MinecraftMixin (forgeconfigapiport.fabric.mixins.json) net.coderbot.iris.mixin.MixinMinecraft_PipelineManagement (mixins.iris.json) com.blamejared.controlling.mixin.OpenGuiMixin (controlling.fabric.mixins.json) xaero.map.mixin.MixinMinecraftClient (xaeroworldmap.mixins.json) com.anthonyhilyard.iceberg.mixin.MinecraftMixin (iceberg.mixins.json) xaero.common.mixin.MixinMinecraftClient (xaerominimap.mixins.json) net.blay09.mods.balm.mixin.MinecraftMixin (balm.mixins.json) net.fabricmc.fabric.mixin.registry.sync.client.MinecraftClientMixin (fabric-registry-sync-v0.client.mixins.json) me.shedaniel.cloth.mixin.client.events.MixinMinecraftClient (cloth-client-events-v0.mixins.json) fudge.notenoughcrashes.mixins.client.MixinMinecraftClient (notenoughcrashes.mixins.json) fudge.notenoughcrashes.fabric.mixins.client.CatchInitMInecraftClientMixin (notenoughcrashes.fabric.mixins.json) org.betterx.betternether.mixin.client.MinecraftClientMixin (betternether.mixins.client.json) me.lizardofoz.inventorio.mixin.client.accessor.MinecraftClientAccessor (inventorio.mixins.json) fuzs.puzzleslib.mixin.client.accessor.MinecraftAccessor (puzzleslib.fabric.mixins.json) ca.fxco.memoryleakfix.mixin.hugeScreenshotLeak.MinecraftClient_screenshotMixin (memoryleakfix.mixins.json) me.jellysquid.mods.sodium.mixin.core.MixinMinecraftClient (sodium.mixins.json) io.wispforest.owo.mixin.ui.MinecraftClientMixin (owo.mixins.json) net.dualwielding.mixin.client.MinecraftClientMixin (dualwielding.mixins.json) dev.lambdaurora.lambdynlights.mixin.MinecraftClientMixin (lambdynlights.mixins.json) org.betterx.bclib.mixin.client.MinecraftMixin (bclib.mixins.client.json) zone.rong.cleancut.MixinMinecraftClient (mixins.cleancut.json) net.coderbot.iris.mixin.MixinMinecraft_Images (mixins.iris.json) net.minecraft.client.main.Main: ca.fxco.memoryleakfix.mixin.spongePoweredLeak.Main_clientLoadedMixin (memoryleakfix.mixins.json) fudge.notenoughcrashes.fabric.mixins.client.MixinMain (notenoughcrashes.fabric.mixins.json) io.github.ultimateboomer.smoothboot.mixin.client.MainMixin (smoothboot.mixins.json) -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: Default, Fabric Mods -- System Details -- Details: Minecraft Version: 1.19.2 Minecraft Version ID: 1.19.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 965463920 bytes (920 MiB) / 2986344448 bytes (2848 MiB) up to 5301600256 bytes (5056 MiB) CPUs: 12 Processor Vendor: GenuineIntel Processor Name: 12th Gen Intel(R) Core(TM) i5-12400 Identifier: Intel64 Family 6 Model 151 Stepping 5 Microarchitecture: unknown Frequency (GHz): 2.50 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: Intel(R) UHD Graphics 730 Graphics card #0 vendor: Intel Corporation (0x8086) Graphics card #0 VRAM (MB): 1024.00 Graphics card #0 deviceId: 0x4692 Graphics card #0 versionInfo: DriverVersion=31.0.101.3959 Graphics card #1 name: NVIDIA GeForce RTX 3060 Graphics card #1 vendor: NVIDIA (0x10de) Graphics card #1 VRAM (MB): 4095.00 Graphics card #1 deviceId: 0x2504 Graphics card #1 versionInfo: DriverVersion=31.0.15.3118 Memory slot #0 capacity (MB): 16384.00 Memory slot #0 clockSpeed (GHz): 3.20 Memory slot #0 type: DDR4 Virtual memory max (MB): 24107.87 Virtual memory used (MB): 18414.32 Swap memory total (MB): 7936.00 Swap memory used (MB): 84.47 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5056m -Xms256m Fabric Mods: additionaladditions: Additional Additions 5.1.0 libgui: LibGui 6.0.0-beta.5+1.19-pre1 jankson: Jankson 4.1.1+j1.2.1 libninepatch: LibNinePatch 1.1.0 advancementplaques: Advancement Plaques 1.4.6 advancements-enlarger: Advancements Enlarger 0.3.0 adventurez: AdventureZ 1.4.17 ambientsounds: Ambient Sounds (Fabric) 5.2.13 animal_origins_18: Animal Origins 1.0.0 appleskin: AppleSkin 2.4.1+mc1.19 architectury: Architectury 6.5.69 balm-fabric: Balm 4.5.6 bclib: BCLib 2.1.6 betteranimalsplus: Better Animals Plus 1.19.2-11.0.10 betterend: Better End 2.1.4 betterfurnacesreforged: BetterFurnaces Reforged 1.19.2-0.2.1 betternether: Better Nether 7.1.3 betterpingdisplay: Better Ping Display 1.1.1 bettervillage: Better village 2.0.0 bountiful: Bountiful 3.0.0 bucolicorigins: Bucolic_Origins[FABRIC] 3.5 chipped: Chipped 2.1.1 chisel: Chisel Refabricated 1.4.5 cleancut: CleanCut 1.19.2-5.1-fabric cloth-api: Cloth API 4.0.65 cloth-basic-math: cloth-basic-math 0.6.1 cloth-client-events-v0: Cloth Client Events v0 4.0.65 cloth-common-events-v1: Cloth Common Events v1 4.0.65 cloth-scissors-api-v1: Cloth Scissors API v1 4.0.65 cloth-utils-v1: Cloth Utils v1 4.0.65 cloth-config: Cloth Config v8 8.2.88 clumps: Clumps 9.0.0+14 comforts: Comforts 6.0.3+1.19.2 spectrelib: SpectreLib 0.10.0+1.19 connectivity: Connectivity Mod 1.19.2-3.8 consularsorigins: Consulars Origins 1.8.0 continuity: Continuity 2.0.1+1.19 controlling: Controlling For Fabric 10.0+7 cooperativeadvancements: Cooperative Advancements 1.3.0 corgilib: CorgiLib 1.0.0.32 com_electronwill_night-config_core: core 3.6.6 com_electronwill_night-config_toml: toml 3.6.6 couplings: Couplings 1.9.1+1.19 creativecore: CreativeCore (Fabric) 2.9.3 ctm: ConnectedTexturesMod for Fabric 1.0.0+1.19 cullleaves: Cull Leaves 3.0.1 midnightlib: MidnightLib 1.0.0 decorative_blocks: Decorative Blocks 3.0.0 dualwielding: Dual Wielding 1.1.2 dungeons_arise: When Dungeons Arise 2.1.54 em_origins: Even More Origins 0.2.1 emerald_tools: Emerald Tools 1.4.38 pugh_tools: Pugh Tools 1.3.23 end_origins: End Origins 1.0.0 endrem: End Remastered 5.2.0 enhancedcelestials: Enhanced Celestials 2.1.0.5 entityculling: EntityCulling-Fabric 1.6.1-mc1.19.2 extraalchemy: Extra Alchemy 1.9.0 extrakeybinds: ThatRobins Extra Origins Keybinds 0.4.0+1.17-1.19.2 extraorigins: Extra Origins 1.19-2 fabric-api: Fabric API 0.75.1+1.19.2 fabric-api-base: Fabric API Base 0.4.15+8f4e8eb390 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.14+93d8cb8290 fabric-biome-api-v1: Fabric Biome API (v1) 9.1.0+82db024a90 fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.25+cafc6e8e90 fabric-client-tags-api-v1: Fabric Client Tags 1.0.5+b35fea8390 fabric-command-api-v1: Fabric Command API (v1) 1.2.16+f71b366f90 fabric-command-api-v2: Fabric Command API (v2) 2.2.1+413cbbc790 fabric-commands-v0: Fabric Commands (v0) 0.2.33+df3654b390 fabric-containers-v0: Fabric Containers (v0) 0.1.41+df3654b390 fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.1+7c6cd14d90 fabric-convention-tags-v1: Fabric Convention Tags 1.2.2+27265b3490 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.7+413cbbc790 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.35+0d0f210290 fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.4+9244241690 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.34+562bff6e90 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.35+df3654b390 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490 fabric-item-api-v1: Fabric Item API (v1) 1.6.5+dce4603e90 fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.38+9244241690 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.25+5c4fce2890 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.23+df3654b390 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.4+1b46dc7890 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.12+83a8659290 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.15+9e7660c690 fabric-message-api-v1: Fabric Message API (v1) 5.0.7+93d8cb8290 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.23+33fbc73890 fabric-models-v0: Fabric Models (v0) 0.3.21+c6af733c90 fabric-networking-api-v1: Fabric Networking API (v1) 1.2.11+10eb22f490 fabric-networking-v0: Fabric Networking (v0) 0.3.28+df3654b390 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.2.1+d8ef690890 fabric-particles-v1: Fabric Particles (v1) 1.0.14+4d0d570390 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.1+413cbbc790 fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.32+9244241690 fabric-renderer-api-v1: Fabric Renderer API (v1) 1.2.1+1adbf27790 fabric-renderer-indigo: Fabric Renderer - Indigo 0.8.0+1adbf27790 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.24+df3654b390 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.19+6e0787e690 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.11+4d0d570390 fabric-rendering-v0: Fabric Rendering (v0) 1.1.27+df3654b390 fabric-rendering-v1: Fabric Rendering (v1) 1.12.1+d8ef690890 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.3+251d254a90 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.32+4d0d570390 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.7+1cc24b1b90 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.2+c4f28df590 fabric-textures-v0: Fabric Textures (v0) 1.0.24+aeb40ebe90 fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.6+413cbbc790 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490 fabric-language-kotlin: Fabric Language Kotlin 1.8.6+kotlin.1.7.21 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.21 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.21 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.21 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.21 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.5 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.4.1 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.1 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.1 fabricloader: Fabric Loader 0.14.17 factory_api: Factory API 1.19.2-0.1.6.1 team_reborn_energy: Energy 2.3.0 fastload: Fast Load 2.6.11 ferritecore: FerriteCore 5.0.3 forgeconfigapiport: Forge Config API Port 4.2.11 ftbbackups2: FTB Backups 2 1.0.18 geckolib3: Geckolib 3.1.40 com_eliotlash_mclib_mclib: mclib 20 genesis: Genesis 1.19.2-1.0.2 graveyard: The Graveyard 2.3 omega-config: OmegaConfig 1.2.2-1.18.1 grounded_origins: Grounded Origins 1.2.3 guardvillagers: Guard Villagers Fabric 1.19.2-1.0.16 iceberg: Iceberg 1.0.46 indium: Indium 1.0.9+mc1.19.2 inventorio: Inventorio 1.8.7 inventorysorter: Inventory Sorter 1.8.10-1.19 kyrptconfig: Kyrpt Config 1.4.14-1.19 iris: Iris 1.5.2 io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre9 org_anarres_jcpp: jcpp 1.4.14 org_antlr_antlr4-runtime: antlr4-runtime 4.11.1 java: OpenJDK 64-Bit Server VM 17 kambrik: Kambrik 4.0-1.19.2 krypton: Krypton 0.2.1 com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT lambdynlights: LambDynamicLights 2.2.0+1.19.2 pride: Pride Lib 1.1.2+1.19 spruceui: SpruceUI 4.1.0+1.19.2 latoorigins: Lato Origins 1.19.2-1.1.0 lazydfu: LazyDFU 0.1.3 leaf-decay: Leaf Decay 1.5.0-1.19.2 libraryferret: Library ferret 3.0.0 lithium: Lithium 0.11.0 logical_zoom: Logical Zoom 0.0.17 logprot: Logprot Mod 1.19-2.0 mca: Minecraft Comes Alive 7.4.7+1.19.2 mcda: MC Dungeons Armors 2.4.4 mcdar: MC Dungeons Artifacts 1.5.3-1.19 mcdw: MC Dungeons Weapons 5.0.6-1.19 com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.2 enchant_giver: Enchant Giver 1.3.0 reach-entity-attributes: Reach Entity Attributes 2.3.0 medievalorigins: Medieval Origins 1.19.x-4.1.3 memoryleakfix: memory Leak Fix 1.19.3-0.8.0 minecraft: Minecraft 1.19.2 mixintrace: MixinTrace 1.1.1+1.17 moborigins: Mob Origins 1.10.0 modmenu: Mod Menu 4.1.2 more_babies: More Babies 1.0.0 moreachievements: MoreAchievements 1.0.9 moreadvancementsmod: More Advancements Mod 1.2.1-1.19.2 morevillagers: More Villagers 4.0.2 mousetweaks: Mouse Tweaks 2.22 mythicmounts: Mythic Mounts 1.19.2-7.1 mythorigins: Mythology Origins 1.19-0.2.0 naturescompass: Nature's Compass 1.19.2-2.1.0-fabric notenoughanimations: NotEnoughAnimations 1.6.2 notenoughcrashes: Not Enough Crashes 4.2.1+1.19.2 origins: Origins 1.7.1 apoli: Apoli 2.6.1 additionalentityattributes: Additionalentityattributes 1.0.0+1.19 calio: Calio 1.7.0 playerabilitylib: Pal 1.6.0 origins-plus-plus: Origins++ 2.0 origins-randomiser: Origins Randomiser 1.6.2+1.19.2 originsumbrellas: Origins: Umbrellas 1.5.4 owo: oωo 0.8.5+1.19 blue_endless_jankson: jankson 1.2.1 patchouli: Patchouli 1.19.2-77-FABRIC fiber: fiber 0.23.0-2 pehkui: Pehkui 3.7.0+1.14.4-1.19.3 kanos_config: Kanos Config 0.3.1+1.14.4-1.19 polylib: PolyLib 1900.0.2-build.42 probablychests: Probably Chests 0.5.5-1.19.2 promans_origins: Promans Origins 1.0.0 puzzleslib: Puzzles Lib 4.3.12 cardinal-components-base: Cardinal Components API (base) 5.0.2 cardinal-components-block: Cardinal Components API (blocks) 5.0.2 cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2 cardinal-components-entity: Cardinal Components API (entities) 5.0.2 cardinal-components-world: Cardinal Components API (worlds) 5.0.2 reeses-sodium-options: Reese's Sodium Options 1.4.9+mc1.19.2-build.67 repurposed_structures: Repurposed Structures 6.3.16+1.19.2 resourcefullib: Resourceful Lib 1.1.22 roughlyenoughitems: Roughly Enough Items 9.1.591 error_notifier: Error Notifier 1.0.9 roughlyenoughresources: Roughly Enough Resources 2.6.0 seleni: Seleni 0.2.1 simple_backpack: SimpleBackpack 1.3.25 skyvillages: Sky Villages 1.0.2.1 smoothboot: Smooth Boot 1.19-1.7.1 sodium: Sodium 0.4.4+build.18 org_joml_joml: joml 1.10.4 sodium-extra: Sodium Extra 0.4.16+mc1.19.2-build.90 caffeineconfig: CaffeineConfig 1.0.0+1.17 spilaioorigins: Spilaio Origins 1.19-0.3.0 spirit: Spirit 2.2.4 starlight: Starlight 1.1.1+fabric.ae22326 stoneholm: Stoneholm 1.4.4 terralith: Terralith 2.3 toofast: TooFast 1.0.0 toomanyorigins: TooManyOrigins 0.7.2+1.19 apugli: Apugli 1.13.2+1.19 tradingpost: Trading Post 4.2.0 transportables: Transportables 1.2.1 villagernames: Villager Names 4.5.1 cardinal-components-level: Cardinal Components API (world saves) 5.0.2 villagersplus: Villagers Plus 1.7 visuality: Visuality 0.5.6 waystones: Waystones 11.3.0 witherborn_origins: Witherborn Origins 1.0.0 xaerominimap: Xaero's Minimap 23.2.0 xaeroworldmap: Xaero's World Map 1.29.2 xlpackets: XLPackets 1.19.2-4 Loaded Shaderpack: ComplementaryShaders_v4.7.1.zip Profile: Custom (+8 options changed by user) NEC status: Has NEC: INVALID Launched Version: fabric-loader-0.14.17-1.19.2 Backend library: LWJGL version 3.3.1 SNAPSHOT Backend API: NVIDIA GeForce RTX 3060/PCIe/SSE2 GL version 3.2.0 NVIDIA 531.18, NVIDIA Corporation Window size: 1920x1080 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric' Type: Integrated Server (map_client.txt) Graphics mode: fancy Resource Packs: Fabric Mods Current Language: English (US) CPU: 12x 12th Gen Intel(R) Core(TM) i5-12400 Server Running: true Player Count: 1 / 8; [class_3222['1tzIcy'/142, l='ServerLevel[New World]', x=-191.50, y=64.00, z=-178.50]] Data Packs: vanilla, Fabric Mods World Generation: Experimental Client Crashes Since Restart: 1 Integrated Server Crashes Since Restart: 0 Suspected Mods: Architectury (architectury), Fabric Lifecycle Events (v1) (fabric-lifecycle-events-v1)

Edited by Kieruu
Link to comment
Share on other sites

  • 7 months later...

Experiencing same issue with architectury + forge 48.0.30
 

Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/base/Preconditions
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.offer(MixinTransformationHandler.java:67)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.service.modlauncher.MixinServiceModLauncher.offer(MixinServiceModLauncher.java:162)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinBootstrap.offerInternals(MixinBootstrap.java:227)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinBootstrap.start(MixinBootstrap.java:148)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinTransformationServiceAbstract.initialize(MixinTransformationServiceAbstract.java:88)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServiceDecorator.onInitialize(TransformationServiceDecorator.java:68)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.lambda$initialiseTransformationServices$7(TransformationServicesHandler.java:92)
	at java.base/java.util.HashMap$Values.forEach(HashMap.java:1065)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.initialiseTransformationServices(TransformationServicesHandler.java:92)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:51)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:88)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
	at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
	at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
	at dev.architectury.transformer.TransformerRuntime.main(TransformerRuntime.java:219)
Caused by: java.lang.ClassNotFoundException: com.google.common.base.Preconditions
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	... 17 more

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I'm struggling so hard to find a way to allow players to use my config file to modify where structures are being created. I have checked for events in the documentation but none of them seem to be of use for this. Why pointing Biome is not enough? Well Certain mods like Lost cities use vanilla generation, causing many structures to spawn in, completely disrupting the dimension generation. Is there a way to control dimensional spawning of structures? Please Im still trying very hard to find how to do this.
    • I'm new to modpack making, but familiar with file management and mod development. I cannot locate which mod is causing the crash. If it's more than one, Im not sure how to locate it. Any clues as to whats causing this? I have read through different possible causes but every thing is different, and none of the solves issues are the solution to my problem. This problem started occurring after adding about 5 mods, but once I removed them, the problem continued. It worked fine before.   Here is the crash report.
    • Nvm, added EMF and ETF to a Primarily Create using Modpack, it works, but with Rechiseled it softlocks in the initialization screen of Forge and just sits there..cuz the CPU load just goes to 0%.
    • Everytime i try to join my server my minecraft closes and crashes. Im using the void launcher right now to play this mod. Can someone please help im not sure why this is happening. This is the crash report   ---- Minecraft Crash Report ---- // Uh... Did I do that? Time: 6/25/24 7:05 PM Description: Unexpected error java.lang.NullPointerException: Unexpected error     at net.minecraft.crash.CrashReportCategory.func_85069_a(CrashReportCategory.java:145)     at net.minecraft.crash.CrashReport.func_85057_a(CrashReport.java:333)     at net.minecraft.crash.CrashReport.func_85058_a(CrashReport.java:303)     at net.minecraft.client.Minecraft.func_71407_l(Unknown Source)     at net.minecraft.client.Minecraft.func_71411_J(Unknown Source)     at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)     at net.minecraft.client.main.Main.main(SourceFile:148)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)     at java.lang.reflect.Method.invoke(Unknown Source)     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)     at net.minecraft.launchwrapper.Launch.main(Launch.java:28) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details:     Minecraft Version: 1.7.10     Operating System: Windows 10 (amd64) version 10.0     Java Version: 1.8.0_271, Oracle Corporation     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation     Memory: 1743850688 bytes (1663 MB) / 3333947392 bytes (3179 MB) up to 3817865216 bytes (3641 MB)     JVM Flags: 11 total; -Xms1024M -Xmx4096M -XX:MaxPermSize=256M -XX:+UseParallelGC -XX:ParallelGCThreads=6 -XX:+UseSplitVerifier -XX:+FailOverToOldVerifier -XX:-HeapDumpOnOutOfMemoryError -XX:+UseCompressedOops -XX:+ScavengeBeforeFullGC -XX:+PrintCommandLineFlags     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0     FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 94 mods loaded, 93 mods active     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored     UCHIJA    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)      UCHIJA    FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)      UCHIJA    Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)      UCHIJA    CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)      UCHIJA    ivtoolkit{1.2.1} [IvToolkit] (minecraft.jar)      UCHIJA    OldModelLoader{1.0} [OldModelLoader] (minecraft.jar)      UCHIJA    MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)      UCHIJA    NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItemsuniversal.jar)      UCHIJA    voltzenginepreloader{0.0.1} [Voltz Engine Preloader] (minecraft.jar)      UCHIJA    FastCraft{1.25} [FastCraft] (fastcraft.jar)      UCHIJA    Baubles{1.0.1.10} [Baubles] (Baubles.jar)      UCHIJA    surpriseeggs{1.0.6} [Surprise Eggs] (AdventureBackpack.jar)      UCHIJA    adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (AdventureBackpack.jar)      UCHIJA    AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI.jar)      UCHIJA    MovingWorld{1.7.10-1.8.1} [Moving World] (MovingWorld.jar)      UCHIJA    ArchimedesShipsPlus{1.7.10-1.8.1} [Archimedes' Ships Plus] (ArchimedesPlus.jar)      UCHIJA    asielib{0.2.7} [asielib] (asielib.jar)      UCHIJA    BiblioCraft{1.10.5} [BiblioCraft] (BiblioCraft.jar)      UCHIJA    CarpentersBlocks{3.3.6} [Carpenter's Blocks] (CarpentersBlocks.jar)      UCHIJA    ChestTransporter{2.0.6} [Chest Transporter] (ChestTransporter.jar)      UCHIJA    Railcraft{9.12.2.0} [Railcraft] (Railcraft.jar)      UCHIJA    chisel{2.3.10.37} [Chisel 2] (Chisel.jar)      UCHIJA    chunkpregenerator{2.1} [Chunk Pregenerator] (ChunkPregeneratorV.jar)      UCHIJA    lucky{5.1.0} [Lucky Block] (LuckyBlocks.jar)      UCHIJA    Waila{1.5.10} [Waila] (Waila.jar)      UCHIJA    ColorfulMobs{1.1.0} [Colorful Mobs] (ColorfulMobsMC.jar)      UCHIJA    controlling{1.0.0} [Controlling] (Controlling.jar)      UCHIJA    custommenu{2.0.0.3} [Custom Menu] (CustomMenu.jar)      UCHIJA    customnpcs{1.7.10d} [CustomNpcs] (CustomNpcs.jar)      UCHIJA    DamageIndicatorsMod{3.2.3} [Damage Indicators] (DamageIndicators.jar)      UCHIJA    darkcore{0.3} [Dark Core] (DarkCore.jar)      UCHIJA    PTRModelLib{1.0.0} [PTRModelLib] (Decocraft.jar)      UCHIJA    props{2.4.2} [Decocraft] (Decocraft.jar)      UCHIJA    FoodExpansion{1.0} [Food Expansion] (FoodExpansionmc.jar)      UCHIJA    FoodPlus{3.2rS} [ bFood Plus] (FoodPlus.jar)      UCHIJA    iChunUtil{4.2.2} [iChunUtil] (iChunUtil.jar)      UCHIJA    GraviGun{4.0.0-beta} [GraviGun] (GravityGun.jar)      UCHIJA    HardcoreEnderExpansion{1.8.6} [Hardcore Ender Expansion] (HardcoreEnderExpansionMCv.jar)      UCHIJA    Hats{4.0.1} [Hats] (Hats.jar)      UCHIJA    HatStand{4.0.0} [HatStand] (HatStand.jar)      UCHIJA    hbm{1.0.27 BETA (3815)} [Hbm's Nuclear Tech] (hbmBETA.jar)      UCHIJA    voltzengine{1.11.0.491} [Voltz Engine] (VoltzEngine.jar)      UCHIJA    icbmclassic{2.16.4.3} [ICBM-Classic] (ICBM.jar)      UCHIJA    InventoryPets{1.5.2} [Inventory Pets] (inventorypetsuniversal.jar)      UCHIJA    inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaksdev.jar)      UCHIJA    IronChest{6.0.62.742} [Iron Chest] (ironchestuniversal.jar)      UCHIJA    journeymap{5.1.4p2} [JourneyMap] (journeymappunlimited.jar)      UCHIJA    pacman{1.0} [Pacman] (KillerPacman.jar)      UCHIJA    legends{6.15} [Legends Mod] (Legends.jar)      UCHIJA    levelup{0.10} [Level Up!] (LevelUp.jar)      UCHIJA    lmmx{1.0} [lmmx] (littleMaidMobXx.jar)      UCHIJA    MMMLibX{1.7.x-srg-1} [MMMLibX] (littleMaidMobXx.jar)      UCHIJA    zabuton{1.0} [zabuton] (littleMaidMobXx.jar)      UCHIJA    luckyegg{1.2.1} [LuckyEgg] (LuckyEgg.jar)      UCHIJA    malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore.jar)      UCHIJA    malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors.jar)      UCHIJA    mcheli{1.0.4} [MC Helicopter] (MCHeli.zip)      UCHIJA    battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (MineBladeBattlegearBullseye.jar)      UCHIJA    MobProperties{0.4.0} [Mob Properties] (MobProperties.jar)      UCHIJA    nolpfij_mobstatues{0.1.1} [mobstatues] (MobStatues.jar)      UCHIJA    cfm{3.4.7} [ 9MrCrayfish's Furniture Mod] (MrCrayfishsFurnitureMod.jar)      UCHIJA    MutantCreatures{1.4.8} [Mutant Creatures] (MutantCreatures.jar)      UCHIJA    NEIAddons{1.12.10.33} [NEI Addons] (NEIAddons.jar)      UCHIJA    NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (NEIAddons.jar)      UCHIJA    NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (NEIAddons.jar)      UCHIJA    NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (NEIAddons.jar)      UCHIJA    NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (NEIAddons.jar)      UCHIJA    NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (NEIAddons.jar)      UCHIJA    neiintegration{1.1.2} [NEI Integration] (NEIIntegrationMC.jar)      UCHIJA    recipehandler{1.7.10} [NoMoreRecipeConflict] (NoMoreRecipeConflict.jar)      UCHIJA    OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn.zip)      UCHIJA    origin{3.3.0} [Origin] (Origin.jar)      UCHIJA    pandorasbox{2.0.1} [Pandora's Box] (PandorasBox.jar)      UCHIJA    PortalGun{4.0.0-beta-4} [PortalGun] (PortalGunbeta.jar)      UCHIJA    ProjectE{1.7.10-PE1.10.1} [ProjectE] (ProjectE.jar)      UCHIJA    recipescramble{1.7.5} [Recipe Scramble] (RecipeScramble.jar)      UCHIJA    reccomplex{0.9.7.1.1} [Recurrent Complex] (RecurrentComplex.jar)      UCHIJA    SaintsCore{0.8} [Saintscore] (Saintscore.jar)      UCHIJA    secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod.jar)      UCHIJA    securitycraft{v1.8.13} [SecurityCraft] (SecurityCraftv.jar)      UCHIJA    SSTOW{1.7.10-0.1-RC9-7} [Soul Shards: The Old Ways] (SoulShardsTheOldWays.jar)      UCHIJA    statues{2.1.3} [Statues] (Statues.jar)      UCHIJA    StorageDrawers{1.7.10-1.10.9} [Storage Drawers] (StorageDrawers.jar)      UCHIJA    TardisMod{0.99} [Tardis Mod] (TardisMod.jar)      UCHIJA    TragicMC{2.46.2879} [TragicMC 2] (TragicMC.jar)      UCHIJA    TrailMix{4.0.0} [TrailMix] (TrailMix.jar)      UCHIJA    VeinMiner{0.36.0_1.7.10-28a7f13} [Vein Miner] (VeinMiner-1.7.10-0.36.0.496+28a7f13.jar)      UCHIJA    VeinMinerModSupport{0.36.0_1.7.10-28a7f13} [Mod Support] (VeinMiner-1.7.10-0.36.0.496+28a7f13.jar)      UCHIJA    voltzenginemodcompat{1.11.0.491} [Voltz Engine Mod Compatibility Loader] (VoltzEngine.jar)      UCHIJA    voltzenginemodflag{1.11.0.491} [VoltzEngine mod protection, flag, and region system] (VoltzEngine.jar)      UCHIJA    weepingangels{3.3.2} [Weeping Angels] (WeepingAngels.jar)      UCHIJA    thejungle{1.0.9} [Welcome to the Jungle] (WelcomeToTheJungle.jar)      UCHIJA    witchery{0.24.1} [Witchery] (Witchery.jar)      UD    asielibcore{} [AsieLib CoreMod] (minecraft.jar)      GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 522.25' Renderer: 'NVIDIA GeForce RTX 3050/PCIe/SSE2'     Launched Version: 1.7.10     LWJGL: 2.9.1     OpenGL: NVIDIA GeForce RTX 3050/PCIe/SSE2 GL version 4.6.0 NVIDIA 522.25, NVIDIA Corporation     GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported.     Is Modded: Definitely; Client brand changed to 'fml,forge'     Type: Client (map_client.txt)     Resource Packs: []     Current Language: English (US)     Profiler Position: N/A (disabled)     Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used     Anisotropic Filtering: Off (1)
    • Yes, I downloaded the driver off of the official website and downloaded AMD Software: Adrenalin Edition in the process. It's showing me that my driver is up to date. I could try uninstalling and reinstalling it to see if there was anything I missed during the installation process, maybe? Edit: Update, I downloaded the AMD stuff again following the exact instructions in the FAQ, and I am still getting the same issue.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.