---- Minecraft Crash Report -------- Minecraft Crash Report ---- WARNING: coremods are present: OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2-tw.jar)Contact their authors BEFORE contacting forge // You're mean. Time: 2020/5/8 下午 4:39Description: Ticking block entity java.lang.IllegalArgumentException: Cannot get property PropertyEnum{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[north, east, south, west, down, up]} as it does not exist in BlockStateContainer{block=forestry:alveary.stabiliser, properties=[]} at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201) at forestry.core.tiles.TileEngine.updateServerSide(TileEngine.java:127) at forestry.core.tiles.TileForestry.func_73660_a(TileForestry.java:99) at net.minecraft.world.World.func_72939_s(World.java:1838) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Unknown Source)
Can we use this API in our own mods? I am planning on making a mod called TheGeekyGeekMC’s Epic Game Expansion Mod (GMCM) and I looked through the code and I don’t want to have to “reinvent the wheel” when it comes to stuff I want to add such as FTB integration/support, info books, and non-mob entities.
Answer is in name :). Though please note that relying on external dependencies may be problematic - I'm bit busy in normal work right now and not able to port to post-1.12 quickly (I have early 1.14 port but it's untested yet).
Oh I see: “OPENModsLib” means that I can freely use it! Well, all of the mods I make will be for 1.12.2. I am going to be a part-time Twitch streamer (as well as a full-time game developer) and I will mainly do 1.12.2 modded versions as well as versions after that.
java.lang.IllegalStateException: Keyboard must be created before you can query key state at org.lwjgl.input.Keyboard.isKeyDown(Keyboard.java:406) at net.minecraft.client.gui.GuiScreen.func_146272_n(GuiScreen.java:655) at net.minecraftforge.client.settings.KeyModifier$2.isActive(KeyModifier.java:81) at net.minecraftforge.client.settings.KeyModifier.getActiveModifier(KeyModifier.java:159) at net.minecraftforge.client.settings.KeyBindingMap.lookupActive(KeyBindingMap.java:45) at com.rwtema.extrautils2.keyhandler.KeyHandler.getIsKeyPressed(KeyHandler.java:30) at com.rwtema.extrautils2.keyhandler.KeyAlt.onPress(KeyAlt.java:38) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_203_KeyAlt_onPress_ClientTickEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:344) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1708) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398) 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)
A detailed walkthrough of the error, its code path and all known details is as follows: ---------------------------------------------------------------------------------------
-- 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: 336926408 bytes (321 MB) / 1509949440 bytes (1440 MB) up to 2147483648 bytes (2048 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2844 29 mods loaded, 29 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Launched Version: 1.12.2-forge1.12.2-14.23.5.2844 LWJGL: 2.9.4 OpenGL: <s>~ERROR~</s> RuntimeException: No OpenGL context found in the current thread. 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 supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: Current Language: 繁體中文 (台灣) Profiler Position: N/A (disabled) CPU: 4x Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz
WARNING: coremods are present: OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar) Contact their authors BEFORE contacting forge
// Why did you do that?
Time: 8/5/19 2:29 PM Description: Initializing game
java.lang.NullPointerException: Initializing game at net.minecraftforge.fml.common.versioning.ComparableVersion.parseVersion(ComparableVersion.java:371) at net.minecraftforge.fml.common.versioning.ComparableVersion.<init>(ComparableVersion.java:362) at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:31) at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:42) at net.minecraftforge.fml.common.FMLModContainer.getProcessedVersion(FMLModContainer.java:642) at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:235) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:547) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:227) 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)
A detailed walkthrough of the error, its code path and all known details is as follows: ---------------------------------------------------------------------------------------
-- Head -- Thread: Client thread Stacktrace: at net.minecraftforge.fml.common.versioning.ComparableVersion.parseVersion(ComparableVersion.java:371) at net.minecraftforge.fml.common.versioning.ComparableVersion.<init>(ComparableVersion.java:362) at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:31) at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:42) at net.minecraftforge.fml.common.FMLModContainer.getProcessedVersion(FMLModContainer.java:642) at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:235) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:547) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:227) 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 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: 200865928 bytes (191 MB) / 469762048 bytes (448 MB) up to 2147483648 bytes (2048 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.40 Powered by Forge 14.21.1.2387 21 mods loaded, 21 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored U minecraft{1.12} [Minecraft] (minecraft.jar) U mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) U FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.1.2387.jar) U forge{14.21.1.2387} [Minecraft Forge] (forge-1.12-14.21.1.2387.jar) U openmodscore{0.12.2} [OpenModsLib Core] (minecraft.jar) U mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.12.jar) U backpacks16840{3.5.7} [Backpacks!] (backpacks+1.12.2+-+3.5.7.jar) U xaerobetterpvp{1.16.8} [Better PvP] (Better-PvP-Mod-1.12.2.jar) U waila{1.8.26} [Waila] (Hwyla-1.8.26-B41_1.12.2.jar) U jei{4.15.0.287} [Just Enough Items] (jei_1.12.2-4.15.0.287.jar) U mantle{1.12-1.3.3.55} [Mantle] (Mantle-1.12-1.3.3.55.jar) U openblocks{null} [OpenBlocks] (OpenBlocks-1.12.2-1.8.1.jar) U openmods{null} [OpenModsLib] (OpenModsLib-1.12.2-0.12.2.jar) U harvestcraft{1.12.2zb} [Pam's HarvestCraft] (Pam's+HarvestCraft+1.12.2ze.jar) U roguelike{1.8.0} [Roguelike Dungeons] (RoguelikeDungeons-1.12.2-1.8.0.jar) U ruins{17.1} [Ruins Mod] (Ruins-1.12.2.jar) U tconstruct{1.12.2-2.12.0.157} [Tinkers' Construct] (TConstruct-1.12.2-2.12.0.157.jar) U treechopper{1.2.4} [Tree Chopper] (TreeChopper-1.12.2-1.2.4.jar) U twilightforest{3.8.689} [The Twilight Forest] (twilightforest-1.12.2-3.8.689-universal.jar) U veinminer{0.38.2} [Vein Miner] (VeinMiner-1.12-0.38.2.647+b31535a.jar) U veinminermodsupport{0.38.2} [Mod Support] (VeinMiner-1.12-0.38.2.647+b31535a.jar) Loaded coremods (and transformers): OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar) openmods.core.OpenModsClassTransformer GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 21.20.16.4550' Renderer: 'Intel(R) HD Graphics 620' Launched Version: 1.12-forge1.12-14.21.1.2387 LWJGL: 2.9.4 OpenGL: Intel(R) HD Graphics 620 GL version 4.4.0 - Build 21.20.16.4550, Intel 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 supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes 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) CPU: 4x Intel(R) Core(TM) i3-7100U CPU @ 2.40GHz
You are trying to run 1.12.2 mod on 1.12. Minimal Forge version is 14.23.4.2705, your are using 14.21.1.2387. Also, please don't report crashes here, use 'Issues' link.
hello, I'm trying to install minecraft server 1.12.2 but I miss all this error and I do not know what is due. I write it here because the first thing that it puts me is opneblocks:
---- Minecraft Crash Report -------- Minecraft Crash Report ---- WARNING: coremods are present: OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)Contact their authors BEFORE contacting forge // Sorry :( Time: 27/03/19 16:24Description: Exception in server tick loop java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityPlayerSP at mod.mcreator.mcreator_strangeRock.<clinit>(mcreator_strangeRock.java:37) at mod.mcreator.simplisticsuperswords.<init>(simplisticsuperswords.java:69) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at net.minecraftforge.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:193) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:586) 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 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Unknown Source)Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityPlayerSP at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 40 moreCaused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@d0ac62 from coremod FMLCorePlugin at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 42 moreCaused by: java.lang.RuntimeException: Attempted to load class bud for invalid side SERVER at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ... 44 more
Hi, Im running on the FTB Direwolf20 1.7 pack for some reason it requires OpenMods for.17.10 1.8/1.9 and in the same time OpenMods for 1.7.10 1.10/1.11
when i put both it tells me there is a duplicate, and when i put the 1.8 or 1.10 only it tells me that the other is missing.. what do i do?
Will this work for 1.16.4?
Is there a tutorial on how to use the calculator?
I like this calculator very much, but so far I have only understood a few functions, I want to know more about how to use it.
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2-tw.jar)Contact their authors BEFORE contacting forge
// You're mean.
Time: 2020/5/8 下午 4:39Description: Ticking block entity
java.lang.IllegalArgumentException: Cannot get property PropertyEnum{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[north, east, south, west, down, up]} as it does not exist in BlockStateContainer{block=forestry:alveary.stabiliser, properties=[]} at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201) at forestry.core.tiles.TileEngine.updateServerSide(TileEngine.java:127) at forestry.core.tiles.TileForestry.func_73660_a(TileForestry.java:99) at net.minecraft.world.World.func_72939_s(World.java:1838) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- Head --Thread: Server threadStacktrace: at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201) at forestry.core.tiles.TileEngine.updateServerSide(TileEngine.java:127) at forestry.core.tiles.TileForestry.func_73660_a(TileForestry.java:99)
-- Block entity being ticked --Details: Name: forestry:clockwork // forestry.energy.tiles.TileEngineClockwork Block type: ID #285 (tile.for.alveary.stabiliser // forestry.apiculture.blocks.BlockAlveary$1 // forestry:alveary.stabiliser) Block data value: 0 / 0x0 / 0b0000 Block location: World: (-75,65,-590), Chunk: (at 5,4,2 in -5,-37; contains blocks -80,0,-592 to -65,255,-577), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513) Actual block type: ID #285 (tile.for.alveary.stabiliser // forestry.apiculture.blocks.BlockAlveary$1 // forestry:alveary.stabiliser) Actual block data value: 0 / 0x0 / 0b0000Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1838) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
-- Affected level --Details: Level name: world All players: 1 total; [EntityPlayerMP['AAAAllen'/152, l='world', x=-75.74, y=64.00, z=-588.11]] Chunk stats: ServerChunkCache: 796 Drop: 0 Level seed: -4903624070020532637 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (-256,64,-220), Chunk: (at 0,4,4 in -16,-14; contains blocks -256,0,-224 to -241,255,-209), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1) Level time: 5467581 game time, 6300694 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 4977 (now: true), thunder time: 4977 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: falseStacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Unknown Source)
-- System Details --Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_251, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1782376360 bytes (1699 MB) / 2513436672 bytes (2397 MB) up to 2513436672 bytes (2397 MB) JVM Flags: 2 total; -Xmx2560M -Xms2560M IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94 FML: MCP 9.42 Powered by Forge 14.23.5.2847 39 mods loaded, 39 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 | |:------ |:-------------------- |:----------------- |:------------------------------------------------------- |:---------------------------------------- | | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None | | LCHIJA | mcp | 9.42 | minecraft.jar | None | | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847-universal.jar | None | | LCHIJA | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847-universal.jar | None | | LCHIJA | openmodscore | 0.12.2 | minecraft.jar | None | | LCHIJA | damageindicatorsmod | 1.0 | [1.12.2]DamageIndicatorsMod-3.5.1-tw.jar | None | | LCHIJA | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCHIJA | brandonscore | 2.4.18 | BrandonsCore-1.12.2-2.4.18.210-universal.jar | None | | LCHIJA | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None | | LCHIJA | cyclopscore | 1.6.3 | CyclopsCore-1.12.2-1.6.3.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | LCHIJA | jei | 4.15.0.293 | jei_1.12.2-4.15.0.293.jar | None | | LCHIJA | forestry | 5.8.2.421 | forestry_1.12.2-5.8.2.421.jar | None | | LCHIJA | eleccore | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None | | LCHIJA | mcjtylib_ng | 3.5.4 | McJtyLib-1.12.2.jar | None | | LCHIJA | deepresonance | 1.8.0 | deepresonance-1.12-1.8.0.jar | None | | LCHIJA | draconicevolution | 2.3.25 | Draconic-Evolution-1.12.2-2.3.25.351-universal-tw.jar | None | | LCHIJA | embers | 1.13-hotfix2 | EmbersRekindled-1.13-hotfix2.jar | None | | LCHIJA | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8-tw.jar | None | | LCHIJA | bigreactors | 1.12.2-0.4.5.67 | ExtremeReactors-1.12.2-0.4.5.67-tw.jar | None | | LCHIJA | fluxnetworks | 4.0.14 | fluxnetworks-1.12.2-4.0.14-31.jar | None | | LCHIJA | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63-tw-v2.jar | None | | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2-tw.jar | None | | LCHIJA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None | | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847-tw.jar | None | | LCHIJA | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None | | LCHIJA | mysticalagriculture | 1.7.5 | Mystical-Agriculture-Mod-1.12.2.jar | None | | LCHIJA | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None | | LCHIJA | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2-tw.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | | LCHIJA | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1-tw.jar | None | | LCHIJA | patchouli | 1.0-20 | Patchouli-1.0-20-tw.jar | None | | LCHIJA | roguelike | 1.8.0 | Roguelike-Dungeons-Mod-1.12.2.jar | None | | LCHIJA | spartanweaponry | beta 1.3.7 | SpartanWeaponry-1.12.2-beta-1.3.7.jar | None | | LCHIJA | spawnercraft | 4.0.0 | SpawnerCraft-Mod-1.12.2.jar | None | | LCHIJA | vampirism | 1.6.2 | Vampirism-1.12.2-1.6.2-tw.jar | None | | LCHIJA | teamlapen-lib | 1.6.2 | Vampirism-1.12.2-1.6.2-tw.jar | None | | LCHIJA | veinminer | 0.38.2 | Vein-Miner-Mod-1.12.2.jar | None | | LCHIJA | veinminermodsupport | 0.38.2 | Vein-Miner-Mod-1.12.2.jar | None | | LCHIJA | eleccoreloader | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
Loaded coremods (and transformers): OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2-tw.jar) openmods.core.OpenModsClassTransformer OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED] Profiler Position: N/A (disabled) Player Count: 1 / 20; [EntityPlayerMP['AAAAllen'/152, l='world', x=-75.74, y=64.00, z=-588.11]] Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt)
In reply to allenttes:
Your Forestry mod is the cause of the crash. Open MCEdit, remove the block, and open the world again.
Can we use this API in our own mods? I am planning on making a mod called TheGeekyGeekMC’s Epic Game Expansion Mod (GMCM) and I looked through the code and I don’t want to have to “reinvent the wheel” when it comes to stuff I want to add such as FTB integration/support, info books, and non-mob entities.
In reply to thegeekygeekmc:
Answer is in name :). Though please note that relying on external dependencies may be problematic - I'm bit busy in normal work right now and not able to port to post-1.12 quickly (I have early 1.14 port but it's untested yet).
In reply to 0x00716F62:
Oh I see: “OPENModsLib” means that I can freely use it! Well, all of the mods I make will be for 1.12.2. I am going to be a part-time Twitch streamer (as well as a full-time game developer) and I will mainly do 1.12.2 modded versions as well as versions after that.
1.14.4 please!
---- Minecraft Crash Report ----
WARNING: coremods are present:
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
Contact their authors BEFORE contacting forge
// Shall we play a game?
Time: 8/29/19 6:10 PM
Description: Unexpected error
java.lang.IllegalStateException: Keyboard must be created before you can query key state
at org.lwjgl.input.Keyboard.isKeyDown(Keyboard.java:406)
at net.minecraft.client.gui.GuiScreen.func_146272_n(GuiScreen.java:655)
at net.minecraftforge.client.settings.KeyModifier$2.isActive(KeyModifier.java:81)
at net.minecraftforge.client.settings.KeyModifier.getActiveModifier(KeyModifier.java:159)
at net.minecraftforge.client.settings.KeyBindingMap.lookupActive(KeyBindingMap.java:45)
at com.rwtema.extrautils2.keyhandler.KeyHandler.getIsKeyPressed(KeyHandler.java:30)
at com.rwtema.extrautils2.keyhandler.KeyAlt.onPress(KeyAlt.java:38)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_203_KeyAlt_onPress_ClientTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:344)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1708)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- 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: 336926408 bytes (321 MB) / 1509949440 bytes (1440 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2844 29 mods loaded, 29 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 |
|:------ |:--------------------- |:------------------------ |:------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| LCHIJA | mcp | 9.42 | minecraft.jar | None |
| LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2844.jar | None |
| LCHIJA | forge | 14.23.5.2844 | forge-1.12.2-14.23.5.2844.jar | None |
| LCHIJA | openmodscore | 0.12.2 | minecraft.jar | None |
| LCHIJA | ageofweapons | 0.13.5 | Age+of+Weapons+1.12.2++(v.0.13.5).jar | None |
| LCHIJA | buildcraftlib | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
| LCHIJA | buildcraftcore | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
| LCHIJA | buildcraftbuilders | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
| LCHIJA | buildcrafttransport | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
| LCHIJA | buildcraftsilicon | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
| LCHIJA | buildcraftcompat | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
| LCHIJA | buildcraftenergy | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
| LCHIJA | buildcraftfactory | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
| LCHIJA | buildcraftrobotics | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
| LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-Mod-1.12.2.jar | None |
| LCHIJA | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None |
| LCHIJA | tconstruct | 1.12.2-2.12.0.157 | TConstruct-1.12.2-2.12.0.157.jar | None |
| LCHIJA | conarm | 1.2.4 | conarm-1.12.2-1.2.4.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCHIJA | cosmeticarmorreworked | 1.12.2-v4a | CosmeticArmorReworked-1.12.2-v4a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LCHIJA | extrabows | v1.12.2 b7 | extrabows-v1.12.2+b7.jar | None |
| LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
| LCHIJA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
| LCHIJA | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCHIJA | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCHIJA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
| LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
| LCHIJA | treechopper | 1.2.4 | Tree-Chopper-Mod-1.12.2.jar | None |
Loaded coremods (and transformers):
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
openmods.core.OpenModsClassTransformer
GL info: <s>~ERROR~</s> RuntimeException: No OpenGL context found in the current thread.
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
Launched Version: 1.12.2-forge1.12.2-14.23.5.2844
LWJGL: 2.9.4
OpenGL: <s>~ERROR~</s> RuntimeException: No OpenGL context found in the current thread.
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 supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: 繁體中文 (台灣)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz
In reply to jellyfisher999:
com.rwtema.extrautils2
Also: stop using curse for bug reporting.
---- Minecraft Crash Report ----
WARNING: coremods are present:
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
Contact their authors BEFORE contacting forge
// Why did you do that?
Time: 8/5/19 2:29 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at net.minecraftforge.fml.common.versioning.ComparableVersion.parseVersion(ComparableVersion.java:371)
at net.minecraftforge.fml.common.versioning.ComparableVersion.<init>(ComparableVersion.java:362)
at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:31)
at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:42)
at net.minecraftforge.fml.common.FMLModContainer.getProcessedVersion(FMLModContainer.java:642)
at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:235)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:547)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:227)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at net.minecraftforge.fml.common.versioning.ComparableVersion.parseVersion(ComparableVersion.java:371)
at net.minecraftforge.fml.common.versioning.ComparableVersion.<init>(ComparableVersion.java:362)
at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:31)
at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:42)
at net.minecraftforge.fml.common.FMLModContainer.getProcessedVersion(FMLModContainer.java:642)
at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:235)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:547)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:227)
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
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: 200865928 bytes (191 MB) / 469762048 bytes (448 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.40 Powered by Forge 14.21.1.2387 21 mods loaded, 21 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
U minecraft{1.12} [Minecraft] (minecraft.jar)
U mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
U FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.1.2387.jar)
U forge{14.21.1.2387} [Minecraft Forge] (forge-1.12-14.21.1.2387.jar)
U openmodscore{0.12.2} [OpenModsLib Core] (minecraft.jar)
U mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.12.jar)
U backpacks16840{3.5.7} [Backpacks!] (backpacks+1.12.2+-+3.5.7.jar)
U xaerobetterpvp{1.16.8} [Better PvP] (Better-PvP-Mod-1.12.2.jar)
U waila{1.8.26} [Waila] (Hwyla-1.8.26-B41_1.12.2.jar)
U jei{4.15.0.287} [Just Enough Items] (jei_1.12.2-4.15.0.287.jar)
U mantle{1.12-1.3.3.55} [Mantle] (Mantle-1.12-1.3.3.55.jar)
U openblocks{null} [OpenBlocks] (OpenBlocks-1.12.2-1.8.1.jar)
U openmods{null} [OpenModsLib] (OpenModsLib-1.12.2-0.12.2.jar)
U harvestcraft{1.12.2zb} [Pam's HarvestCraft] (Pam's+HarvestCraft+1.12.2ze.jar)
U roguelike{1.8.0} [Roguelike Dungeons] (RoguelikeDungeons-1.12.2-1.8.0.jar)
U ruins{17.1} [Ruins Mod] (Ruins-1.12.2.jar)
U tconstruct{1.12.2-2.12.0.157} [Tinkers' Construct] (TConstruct-1.12.2-2.12.0.157.jar)
U treechopper{1.2.4} [Tree Chopper] (TreeChopper-1.12.2-1.2.4.jar)
U twilightforest{3.8.689} [The Twilight Forest] (twilightforest-1.12.2-3.8.689-universal.jar)
U veinminer{0.38.2} [Vein Miner] (VeinMiner-1.12-0.38.2.647+b31535a.jar)
U veinminermodsupport{0.38.2} [Mod Support] (VeinMiner-1.12-0.38.2.647+b31535a.jar)
Loaded coremods (and transformers):
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
openmods.core.OpenModsClassTransformer
GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 21.20.16.4550' Renderer: 'Intel(R) HD Graphics 620'
Launched Version: 1.12-forge1.12-14.21.1.2387
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 620 GL version 4.4.0 - Build 21.20.16.4550, Intel
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 supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
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)
CPU: 4x Intel(R) Core(TM) i3-7100U CPU @ 2.40GHz
In reply to Forge_User_84797178:
You are trying to run 1.12.2 mod on 1.12. Minimal Forge version is 14.23.4.2705, your are using 14.21.1.2387. Also, please don't report crashes here, use 'Issues' link.
Can you add to Open Blocks a glue to fix two or more blocks, e.g. for better piston doors or to make sand float?
hello, I'm trying to install minecraft server 1.12.2 but I miss all this error and I do not know what is due. I write it here because the first thing that it puts me is opneblocks:
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)Contact their authors BEFORE contacting forge
// Sorry :(
Time: 27/03/19 16:24Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityPlayerSP at mod.mcreator.mcreator_strangeRock.<clinit>(mcreator_strangeRock.java:37) at mod.mcreator.simplisticsuperswords.<init>(simplisticsuperswords.java:69) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at net.minecraftforge.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:193) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:586) 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 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Unknown Source)Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityPlayerSP at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 40 moreCaused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@d0ac62 from coremod FMLCorePlugin at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 42 moreCaused by: java.lang.RuntimeException: Attempted to load class bud for invalid side SERVER at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ... 44 more
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- System Details --Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (x86) version 10.0 Java Version: 1.8.0_201, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Memory: 78958328 bytes (75 MB) / 222261248 bytes (211 MB) up to 259522560 bytes (247 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2768 23 mods loaded, 23 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.5.2768-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UC | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UC | openmodscore | 0.12.1 | minecraft.jar | None | | UC | additionalstructures | 1.6.0 | Additional+Structures+1.12.2+by+XxRexRaptorxX++(v.1.6.0).jar | None | | UC | better_diving | 1.0.6 | BetterDiving-1.12.2-1.0.6.jar | None | | UC | bookshelf | 2.3.559 | Bookshelf-1.12.2-2.3.559.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | UC | carbonado | 1.4.2 | carbonado-1.4.2-mc1.12.x.jar | None | | UC | desertland | 0.2.4 | desertland-1.12.2-0.2.4.jar | None | | UC | gottschcore | 1.7.0 | GottschCore-mc1.12.2-f14.23.5.2768-v1.7.0.jar | None | | UC | dungeons2 | 1.7.0 | Dungeons2-mc1.12.2-f14.23.5.2768-v1.7.0.jar | None | | UC | eplus | 5.0.176 | EnchantingPlus-1.12.2-5.0.176.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | UC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None | | UC | jei | 4.15.0.271 | jei_1.12.2-4.15.0.271.jar | None | | UC | minecolonies | 1.12.2-0.8.7582 | minecolonies-universal-1.12.2-0.8.7582.jar | None | | UC | openmods | 0.12.1 | OpenModsLib-1.12.2-0.12.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | | UC | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | | U | simplisticsuperswords | 1.5.0 | SSS1.5.0.jar | None | | U | csam | 1.3.0 | SurvivalAdditions+v1.3.0+[MC+1.12.x].jar | None | | U | treasure2 | 1.0.1 | Treasure2-mc1.12.2-f14.23.4.2705-v1.0.1.jar | None | | U | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None | | U | waystones | 4.0.62 | Waystones_1.12.2-4.0.62.jar | None |
Loaded coremods (and transformers): OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar) openmods.core.OpenModsClassTransformer OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED] Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt)
In reply to Forge_User_32465276:
It's the Mcreator mod called Strange Rock and the mod Simplistic Super Swords. Remove them.
wont work i need mod later than 11.5 or below 12
I cant figure out how to match this with the correct version of open mods. Keeps telling me i dont have the right version no matter which ones try
In reply to vionai:
Latest versions always work (so OM 0.12.1 works with OB 1.8). If you are missing OpenModsCore then it may be your launcher that breaks coremods.
Hi, Im running on the FTB Direwolf20 1.7 pack
for some reason it requires OpenMods for.17.10 1.8/1.9 and in the same time OpenMods for 1.7.10 1.10/1.11
when i put both it tells me there is a duplicate, and when i put the 1.8 or 1.10 only it tells me that the other is missing.. what do i do?
Don't add mods to Modpacks.
Just DON'T.