Hello! I am trying to create a modpack and I am constantly getting this error any idea how I could fix it? Any help you could offer would be greatly appreciated... thank you!
The game crashed whilst initializing game
The game crashed whilst initializing game
Error: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/registry/IForgeRegistryEntry
Post the crash report. Crash reports are found in the crash-reports folder under the .minecraft folder.
Use https://paste.ubuntu.com/
Rollback Post to RevisionRollBack
Say something silly, Laugh 'til it hurts, Take a risk, Sing out loud, Rock the boat, Shake things up, Flirt with disaster, Buy something frivolous, Color outside the lines, Cause a scene, Order dessert, Make waves, Get carried away, Have a great day!
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) 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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) at net.minecraft.client.main.Main.main(SourceFile:123) 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.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.registry.IForgeRegistryEntry at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 40 moreCaused by: java.lang.NullPointerException at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ... 42 more
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- Head --Thread: Client threadStacktrace: at io.github.elytra.davincisvessels.DavincisVesselsMod.<clinit>(DavincisVesselsMod.java:54) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:529) 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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) 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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
-- Initialization --Details:Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) at net.minecraft.client.main.Main.main(SourceFile:123) 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.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --Details: Minecraft Version: 1.12.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: 4562169768 bytes (4350 MB) / 6077546496 bytes (5796 MB) up to 6077546496 bytes (5796 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6048M -Xms6048M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.4.2747 Optifine OptiFine_1.12.2_HD_U_C9 76 mods loaded, 76 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature | |:----- |:-------------------------------------------- |:--------------- |:-------------------------------------------------- |:---------------------------------------- | | UC | minecraft | 1.12.2 | minecraft.jar | None | | UC | mcp | 9.42 | minecraft.jar | None | | UC | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2747.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UC | forge | 14.23.4.2747 | forge-1.12.2-14.23.4.2747.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UC | micdoodlecore | | minecraft.jar | None | | UC | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None | | UC | opencomputers|core | 1.7.2.67 | minecraft.jar | None | | UC | movingworld | 1.12-6.342 | MovingWorld-Mod-1.12.jar | None | | U | davincisvessels | @[email protected] | Archimedes-Ships-Plus-Mod-1.10.2.jar | None | | U | baubles | 1.5.2 | Baubles-Mod-1.12.2.jar | None | | U | bibliocraft | 2.4.5 | BiblioCraft-Mod-1.12.2.jar | None | | U | biomesoplenty | 7.0.1.2361 | BiomesOPlenty-1.12.2-7.0.1.2361-universal.jar | None | | U | guideapi | 1.12-2.1.4-57 | Guide-API-1.12.1.jar | None | | U | bloodmagic | @[email protected] | Blood-Magic-Mod-1.12.2.jar | None | | U | thaumcraft | 6.1.BETA20 | Thaumcraft-Mod-1.12.2.jar | None | | U | botania | r1.10-353 | Botania-Mod-1.12.2.jar | None | | U | codechickenlib | 3.2.0.345 | CodeChickenLib-1.12.2-3.2.0.345-universal.jar | None | | U | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | None | | U | brandonscore | 2.4.3 | BrandonsCore-1.12.2-2.4.3.168-universal.jar | None | | U | buildcraftlib | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | buildcraftcore | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | buildcraftbuilders | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | buildcraftenergy | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | buildcraftfactory | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | buildcraftrobotics | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | buildcraftsilicon | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | buildcrafttransport | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | cofhcore | 4.5.3 | CoFHCore-1.12.2-4.5.3.20-universal.jar | None | | U | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | None | | U | computercraft | 1.80pr1 | ComputerCraft1.80pr1.jar | None | | U | customspawner | 3.11.3 | Custom-Mob-Spawner-Mod-1.12.2.jar | None | | U | dimdoors | 3.0.0-beta4 | Dimensional-Doors-Mod-1.12.2.jar | None | | U | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | None | | U | draconicevolution | 2.3.12 | Draconic-Evolution-1.12.2-2.3.12.297-universal.jar | None | | U | energyconverters | 1.0.1.2 | energyconverters_1.12.1-1.0.1.2.jar | None | | U | wizardry | 0.9.2 | Escapees-Wizardry-Mod-1.12.2.jar | None | | U | jei | 4.9.1.168 | jei_1.12.2-4.9.1.168.jar | None | | U | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None | | U | tconstruct | 1.12-2.8.1.49 | Tinkers-Construct-Mod-1.12.1.jar | None | | U | extrautils2 | 1.0 | Extra-Utilities-Mod-1.12.1.jar | None | | U | ic2 | 2.8.16-ex112 | Industrial-Craft-2-Mod-Experimental-1.12.1.jar | None | | U | galacticraftcore | 4.0.1.181 | GalacticraftCore-1.12.2-4.0.1.181.jar | None | | U | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-1.12.2-4.0.1.181.jar | None | | U | mjrlegendslib | 1.12.2-1.1.5 | MJRLegendsLib-1.12.2-1.1.5.jar | None | | U | extraplanets | 1.12.2-0.4.0 | ExtraPlanets-1.12.2-0.4.0.jar | None | | U | quickleafdecay | 1.2.4 | Fast-Leave-Decay-Mod-1.12.1.jar | None | | U | forgemultipartcbe | 2.4.2.58 | ForgeMultipart-1.12.2-2.4.2.58-universal.jar | None | | U | microblockcbe | 2.4.2.58 | ForgeMultipart-1.12.2-2.4.2.58-universal.jar | None | | U | minecraftmultipartcbe | 2.4.2.58 | ForgeMultipart-1.12.2-2.4.2.58-universal.jar | None | | U | gottschcore | 1.2.0 | GottschCore-1.12.2.jar | None | | U | gravestone | 1.10.1 | gravestone-1.10.1.jar | None | | U | waila | 1.8.26 | Hwyla-Mod-1.12.2.jar | None | | U | ironchest | 1.12-7.0.31.818 | Iron-Chests-Mod-1.12.jar | None | | U | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None | | U | journeymap | 1.12.1-5.5.2 | JourneyMap-Mod-1.12.1-Unlimited.jar | None | | U | forgelin | 1.5.1 | Shadowfacts-Forgelin-1.12.2.jar | None | | U | librarianlib | 9.4 | Librar
ianLib-1.12.jar | None | | U | lucky | 7.5.0 | Lucky-Block-Mod-1.12.jar | None | | U | mocreatures | 12.0.3 | Mo-Creatures-Mod-1.12.2.jar | None | | U | nei | 2.4.1 | Not-Enough-Items-1.12.2-Recommended.jar | None | | U | notenoughscaffold | 1.8 | Not-Enough-Scaffold-Mod-1.12.2.jar | None | | U | opencomputers | 1.7.2.67 | OpenComputers-MC1.12.2-1.7.2.67.jar | None | | U | pewter | 0.4.0 | Pewter-Mod-1.12.2.jar | None | | U | refinedstorage | 1.6.3 | Refined-Storage-Mod-1.12.2.jar | None | | U | spawnercraft | 4.0.0 | SpawnerCraft+1.12-4.0.0.jar | None | | U | subcommonlib | 1.2.0.1 | subcommonlib-1.12.jar | None | | U | telepads | 1.11.2-1.0.2.1 | TelePads-Mod-1.12.2.jar | None | | U | thermalexpansion | 5.5.0 | ThermalExpansion-1.12.2-5.5.0.29-universal.jar | None | | U | thermalcultivation | 0.3.0 | ThermalCultivation-1.12.2-0.3.0.7-universal.jar | None | | U | thermaldynamics | 2.5.1 | ThermalDynamics-1.12.2-2.5.1.14-universal.jar | None | | U | thermalinnovation | 0.3.0 | ThermalInnovation-1.12.2-0.3.0.7-universal.jar | None | | U | torohealthmod | 1.12.2-11 | ToroCrafts-Damage-Indicators-Mod-1.12.2.jar | None | | U | twilightforest | 3.7.424 | Twilight-Forest-Mod-1.12.2.jar | None | | U | wailaharvestability | 1.1.11 | Waila-Harvestability-Mod-1.12.jar | None | | U | worleycaves | 1.1.0 | Worley-Caves-Mod-1.12.2.jar | None | | U | librarianliblate | 9.4 | LibrarianLib-1.12.jar | None |
Loaded coremods (and transformers): Wizardry Plugin (Escapees-Wizardry-Mod-1.12.2.jar) com.teamwizardry.wizardry.asm.WizardryTransformerMicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar) micdoodle8.mods.miccore.MicdoodleTransformerForgelinPlugin (Shadowfacts-Forgelin-1.12.2.jar) MovingWorldCore (MovingWorld-Mod-1.12.jar) TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar) li.cil.oc.common.asm.ClassTransformerLibrarianLib Plugin (LibrarianLib-1.12.jar) com.teamwizardry.librarianlib.asm.LibLibTransformer GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13492 Compatibility Profile Context 22.19.677.257' Renderer: 'AMD Radeon R7 200 Series' Launched Version: 1.12.2-forge1.12.2-14.23.4.2747 LWJGL: 2.9.4 OpenGL: AMD Radeon R7 200 Series GL version 4.5.13492 Compatibility Profile Context 22.19.677.257, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing.Using GL 1.3 texture combiners.Using framebuffer objects because OpenGL 3.0 is supported and separate blending is
What version of Da Vinci's Vessels are you using? On the curseforge page, there are version numbers which may cause confusion:
The first one is for 1.12.2, which is your version of Minecraft.
I think there are also other mods which do not match your Minecraft version such as telepads | 1.11.2-1.0.2.1.
BTW, when you paste a log directly into the forum, it is very hard to read and takes up space. That's why you should use some sort of paste site to upload your log, or monospaced text and a spoiler if you really want to post into the forum itself.
Say something silly, Laugh 'til it hurts, Take a risk, Sing out loud, Rock the boat, Shake things up, Flirt with disaster, Buy something frivolous, Color outside the lines, Cause a scene, Order dessert, Make waves, Get carried away, Have a great day!
Say something silly, Laugh 'til it hurts, Take a risk, Sing out loud, Rock the boat, Shake things up, Flirt with disaster, Buy something frivolous, Color outside the lines, Cause a scene, Order dessert, Make waves, Get carried away, Have a great day!
Say something silly, Laugh 'til it hurts, Take a risk, Sing out loud, Rock the boat, Shake things up, Flirt with disaster, Buy something frivolous, Color outside the lines, Cause a scene, Order dessert, Make waves, Get carried away, Have a great day!
To post a comment, please login or register a new account.
Hello! I am trying to create a modpack and I am constantly getting this error any idea how I could fix it? Any help you could offer would be greatly appreciated... thank you!
The game crashed whilst initializing game
The game crashed whilst initializing gameError: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/registry/IForgeRegistryEntry
Post the crash report. Crash reports are found in the crash-reports folder under the .minecraft folder.
Use https://paste.ubuntu.com/
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) 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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) at net.minecraft.client.main.Main.main(SourceFile:123) 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.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.registry.IForgeRegistryEntry at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 40 moreCaused by: java.lang.NullPointerException at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ... 42 more
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- Head --Thread: Client threadStacktrace: at io.github.elytra.davincisvessels.DavincisVesselsMod.<clinit>(DavincisVesselsMod.java:54) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:529) 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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) 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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
-- Initialization --Details:Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) at net.minecraft.client.main.Main.main(SourceFile:123) 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.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --Details: Minecraft Version: 1.12.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: 4562169768 bytes (4350 MB) / 6077546496 bytes (5796 MB) up to 6077546496 bytes (5796 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6048M -Xms6048M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.4.2747 Optifine OptiFine_1.12.2_HD_U_C9 76 mods loaded, 76 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature | |:----- |:-------------------------------------------- |:--------------- |:-------------------------------------------------- |:---------------------------------------- | | UC | minecraft | 1.12.2 | minecraft.jar | None | | UC | mcp | 9.42 | minecraft.jar | None | | UC | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2747.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UC | forge | 14.23.4.2747 | forge-1.12.2-14.23.4.2747.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UC | micdoodlecore | | minecraft.jar | None | | UC | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None | | UC | opencomputers|core | 1.7.2.67 | minecraft.jar | None | | UC | movingworld | 1.12-6.342 | MovingWorld-Mod-1.12.jar | None | | U | davincisvessels | @[email protected] | Archimedes-Ships-Plus-Mod-1.10.2.jar | None | | U | baubles | 1.5.2 | Baubles-Mod-1.12.2.jar | None | | U | bibliocraft | 2.4.5 | BiblioCraft-Mod-1.12.2.jar | None | | U | biomesoplenty | 7.0.1.2361 | BiomesOPlenty-1.12.2-7.0.1.2361-universal.jar | None | | U | guideapi | 1.12-2.1.4-57 | Guide-API-1.12.1.jar | None | | U | bloodmagic | @[email protected] | Blood-Magic-Mod-1.12.2.jar | None | | U | thaumcraft | 6.1.BETA20 | Thaumcraft-Mod-1.12.2.jar | None | | U | botania | r1.10-353 | Botania-Mod-1.12.2.jar | None | | U | codechickenlib | 3.2.0.345 | CodeChickenLib-1.12.2-3.2.0.345-universal.jar | None | | U | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | None | | U | brandonscore | 2.4.3 | BrandonsCore-1.12.2-2.4.3.168-universal.jar | None | | U | buildcraftlib | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | buildcraftcore | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | buildcraftbuilders | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | buildcraftenergy | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | buildcraftfactory | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | buildcraftrobotics | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | buildcraftsilicon | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | buildcrafttransport | 7.99.14 | BuildCraft-Mod-1.12.2.jar | None | | U | cofhcore | 4.5.3 | CoFHCore-1.12.2-4.5.3.20-universal.jar | None | | U | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | None | | U | computercraft | 1.80pr1 | ComputerCraft1.80pr1.jar | None | | U | customspawner | 3.11.3 | Custom-Mob-Spawner-Mod-1.12.2.jar | None | | U | dimdoors | 3.0.0-beta4 | Dimensional-Doors-Mod-1.12.2.jar | None | | U | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | None | | U | draconicevolution | 2.3.12 | Draconic-Evolution-1.12.2-2.3.12.297-universal.jar | None | | U | energyconverters | 1.0.1.2 | energyconverters_1.12.1-1.0.1.2.jar | None | | U | wizardry | 0.9.2 | Escapees-Wizardry-Mod-1.12.2.jar | None | | U | jei | 4.9.1.168 | jei_1.12.2-4.9.1.168.jar | None | | U | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None | | U | tconstruct | 1.12-2.8.1.49 | Tinkers-Construct-Mod-1.12.1.jar | None | | U | extrautils2 | 1.0 | Extra-Utilities-Mod-1.12.1.jar | None | | U | ic2 | 2.8.16-ex112 | Industrial-Craft-2-Mod-Experimental-1.12.1.jar | None | | U | galacticraftcore | 4.0.1.181 | GalacticraftCore-1.12.2-4.0.1.181.jar | None | | U | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-1.12.2-4.0.1.181.jar | None | | U | mjrlegendslib | 1.12.2-1.1.5 | MJRLegendsLib-1.12.2-1.1.5.jar | None | | U | extraplanets | 1.12.2-0.4.0 | ExtraPlanets-1.12.2-0.4.0.jar | None | | U | quickleafdecay | 1.2.4 | Fast-Leave-Decay-Mod-1.12.1.jar | None | | U | forgemultipartcbe | 2.4.2.58 | ForgeMultipart-1.12.2-2.4.2.58-universal.jar | None | | U | microblockcbe | 2.4.2.58 | ForgeMultipart-1.12.2-2.4.2.58-universal.jar | None | | U | minecraftmultipartcbe | 2.4.2.58 | ForgeMultipart-1.12.2-2.4.2.58-universal.jar | None | | U | gottschcore | 1.2.0 | GottschCore-1.12.2.jar | None | | U | gravestone | 1.10.1 | gravestone-1.10.1.jar | None | | U | waila | 1.8.26 | Hwyla-Mod-1.12.2.jar | None | | U | ironchest | 1.12-7.0.31.818 | Iron-Chests-Mod-1.12.jar | None | | U | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None | | U | journeymap | 1.12.1-5.5.2 | JourneyMap-Mod-1.12.1-Unlimited.jar | None | | U | forgelin | 1.5.1 | Shadowfacts-Forgelin-1.12.2.jar | None | | U | librarianlib | 9.4 | Librar
ianLib-1.12.jar | None | | U | lucky | 7.5.0 | Lucky-Block-Mod-1.12.jar | None | | U | mocreatures | 12.0.3 | Mo-Creatures-Mod-1.12.2.jar | None | | U | nei | 2.4.1 | Not-Enough-Items-1.12.2-Recommended.jar | None | | U | notenoughscaffold | 1.8 | Not-Enough-Scaffold-Mod-1.12.2.jar | None | | U | opencomputers | 1.7.2.67 | OpenComputers-MC1.12.2-1.7.2.67.jar | None | | U | pewter | 0.4.0 | Pewter-Mod-1.12.2.jar | None | | U | refinedstorage | 1.6.3 | Refined-Storage-Mod-1.12.2.jar | None | | U | spawnercraft | 4.0.0 | SpawnerCraft+1.12-4.0.0.jar | None | | U | subcommonlib | 1.2.0.1 | subcommonlib-1.12.jar | None | | U | telepads | 1.11.2-1.0.2.1 | TelePads-Mod-1.12.2.jar | None | | U | thermalexpansion | 5.5.0 | ThermalExpansion-1.12.2-5.5.0.29-universal.jar | None | | U | thermalcultivation | 0.3.0 | ThermalCultivation-1.12.2-0.3.0.7-universal.jar | None | | U | thermaldynamics | 2.5.1 | ThermalDynamics-1.12.2-2.5.1.14-universal.jar | None | | U | thermalinnovation | 0.3.0 | ThermalInnovation-1.12.2-0.3.0.7-universal.jar | None | | U | torohealthmod | 1.12.2-11 | ToroCrafts-Damage-Indicators-Mod-1.12.2.jar | None | | U | twilightforest | 3.7.424 | Twilight-Forest-Mod-1.12.2.jar | None | | U | wailaharvestability | 1.1.11 | Waila-Harvestability-Mod-1.12.jar | None | | U | worleycaves | 1.1.0 | Worley-Caves-Mod-1.12.2.jar | None | | U | librarianliblate | 9.4 | LibrarianLib-1.12.jar | None |
Loaded coremods (and transformers): Wizardry Plugin (Escapees-Wizardry-Mod-1.12.2.jar) com.teamwizardry.wizardry.asm.WizardryTransformerMicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar) micdoodle8.mods.miccore.MicdoodleTransformerForgelinPlugin (Shadowfacts-Forgelin-1.12.2.jar) MovingWorldCore (MovingWorld-Mod-1.12.jar) TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar) li.cil.oc.common.asm.ClassTransformerLibrarianLib Plugin (LibrarianLib-1.12.jar) com.teamwizardry.librarianlib.asm.LibLibTransformer GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13492 Compatibility Profile Context 22.19.677.257' Renderer: 'AMD Radeon R7 200 Series' Launched Version: 1.12.2-forge1.12.2-14.23.4.2747 LWJGL: 2.9.4 OpenGL: AMD Radeon R7 200 Series GL version 4.5.13492 Compatibility Profile Context 22.19.677.257, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing.Using GL 1.3 texture combiners.Using framebuffer objects because OpenGL 3.0 is supported and separate blending is
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumWhat version of Da Vinci's Vessels are you using? On the curseforge page, there are version numbers which may cause confusion:
The first one is for 1.12.2, which is your version of Minecraft.
I think there are also other mods which do not match your Minecraft version such as telepads | 1.11.2-1.0.2.1.
BTW, when you paste a log directly into the forum, it is very hard to read and takes up space. That's why you should use some sort of paste site to upload your log, or monospaced text and a spoiler if you really want to post into the forum itself.
Visit my website here. I use MultiMC and play on CubeKrowd and FrostCraft.
Remove Archimedes-Ships-Plus-Mod-1.10.2.jar
Update Davincis vessels.
Download it here: https://minecraft.curseforge.com/projects/davincis-vessels/files?filter-game-version=1738749986:628
https://paste.ubuntu.com/p/BTgQ6Fw5CM/
I am now seeing this
Thank you but now it gets through 13 of the mods and now I am seeing this https://paste.ubuntu.com/p/BTgQ6Fw5CM/
Update to Bonania version r1.10-354.
Download it here: https://minecraft.curseforge.com/projects/botania/files
I added a few mods and now I am seeing this... thank you for all the patience with me I am very bad at this sort of stuff
https://paste.ubuntu.com/p/xzJqjkst8S/
I added a few mods and now I am seeing this... thank you for all the patience with me I am very bad at this sort of stuff
https://paste.ubuntu.com/p/xzJqjkst8S/
Blood Arsenal (a Blood Magic addon) is crashing.
Try updating Blood Magic.
Download it here: https://minecraft.curseforge.com/projects/blood-magic/files?filter-game-version=2020709689:6756