Jump to content

Search the Community

Showing results for tags '1.12.2'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Minecraft Forge
    • Releases
    • Support & Bug Reports
    • Suggestions
    • General Discussion
  • Mod Developer Central
    • Modder Support
    • User Submitted Tutorials
  • Non-Forge
    • Site News (non-forge)
    • Minecraft General
    • Off-topic
  • Forge Mods
    • Mods

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


XMPP/GTalk


Gender


URL


Location


ICQ


AIM


Yahoo IM


MSN Messenger


Personal Text

  1. Since about a week ago, whenever I try to play on forge it crashes and shows 'exit code: 1'. Reading the log by myself it seems to be related to 'uncaught exception 1052'. Here is the pastebin for the debug.log file. https://pastebin.com/4TQXEdmr Would really appreciate any help.
  2. My mod requires a DiscordRPC and Alphine and net.minecraft on a 10.0.2 Modding Gradle setup as 4.9, I do not have any of these? and I wen't to the forums to know a little about Gradle Implementations and Compiling Software.
  3. jdk-8.0.402.06, forge-1.12.2-14.23.5.2860, IntelliJ Idea Community 2023 For mod development, I did what the tutorial told me to do and runclient without changing anything in the program and got the following error. I am new to programming and was looking forward to this day. I want to solve this problem before the coke gets cold. [2024-03-21 14:57:50] [INFO ] Natives: C:/Modding/1.12.2Forge\build\natives [2024-03-21 14:57:50] [INFO ] Main Class: net.minecraft.launchwrapper.Launch [2024-03-21 14:57:50] [INFO ] Srg2Mcp: C:/Modding/1.12.2Forge\build\createSrgToMcp\output.srg [2024-03-21 14:57:50] [INFO ] Extra: [] [2024-03-21 14:57:50] [INFO ] Running with arguments: [--version, ${MC_VERSION}, --assetIndex, 1.12, --assetsDir, C:\Users\sakus\.gradle\caches\forge_gradle\assets, --accessToken, {REDACTED}, --userProperties, [], --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker] [14:57:51] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [14:57:51] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [14:57:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [14:57:51] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR. [14:57:51] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2860 for Minecraft 1.12.2 loading [14:57:51] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_402-402, running on Windows 11:amd64:10.0, installed at C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre [14:57:51] [main/DEBUG] [FML]: Java classpath at launch is: [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\charsets.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\ext\access-bridge-64.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\ext\cldrdata.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\ext\dnsns.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\ext\jaccess.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\ext\jfxrt.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\ext\localedata.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\ext\nashorn.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\ext\sunec.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\ext\sunjce_provider.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\ext\sunmscapi.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\ext\sunpkcs11.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\ext\zipfs.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\jce.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\jfr.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\jfxswt.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\jsse.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\management-agent.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\resources.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\jre\lib\rt.jar [14:57:51] [main/DEBUG] [FML]: C:\Modding\1.12.2Forge\build\classes\java\main [14:57:51] [main/DEBUG] [FML]: C:\Modding\1.12.2Forge\build\resources\main [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\forge_gradle\minecraft_user_repo\net\minecraftforge\forge\1.12.2-14.23.5.2860_mapped_snapshot_20171003-1.12\forge-1.12.2-14.23.5.2860_mapped_snapshot_20171003-1.12.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\forge_gradle\minecraft_repo\versions\1.12.2\client-extra.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.google.code.findbugs\jsr305\3.0.1\f7be08ec23c21485b9b5a1cf1654c2ec8c58168d\jsr305-3.0.1.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\net.minecraftforge\mergetool\1.0.13\c18446ec4d5814f447d7a79b314ba9a27cc8dbc8\mergetool-1.0.13-forge.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\forge_gradle\maven_downloader\de\oceanlabs\mcp\mcp_snapshot\20171003-1.12\mcp_snapshot-20171003-1.12.zip [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-debug-all\5.2\3354e11e2b34215f06dab629ab88e06aca477c19\asm-debug-all-5.2.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\net.minecraft\launchwrapper\1.12\111e7bea9c968cdb3d06ef4632bf7ff0824d0f36\launchwrapper-1.12.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.jline\jline\3.5.1\51800e9d7a13608894a5a28eed0f5c7fa2f300fb\jline-3.5.1.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.typesafe.akka\akka-actor_2.11\2.3.3\ed62e9fc709ca0f2ff1a3220daa8b70a2870078e\akka-actor_2.11-2.3.3.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.typesafe\config\1.2.1\f771f71fdae3df231bcd54d5ca2d57f0bf93f467\config-1.2.1.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors-migration_2.11\1.1.0\dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f\scala-actors-migration_2.11-1.1.0.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-compiler\2.11.1\56ea2e6c025e0821f28d73ca271218b8dd04926a\scala-compiler-2.11.1.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-library_2.11\1.0.2_mc\e517c53a7e9acd6b1668c5a35eccbaa3bab9aac\scala-continuations-library_2.11-1.0.2_mc.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-plugin_2.11.1\1.0.2_mc\f361a3283452c57fa30c1ee69448995de23c60f7\scala-continuations-plugin_2.11.1-1.0.2_mc.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-reflect\2.11.1\6580347e61cc7f8e802941e7fde40fa83b8badeb\scala-reflect-2.11.1.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-library\2.11.1\e11da23da3eabab9f4777b9220e60d44c1aab6a\scala-library-2.11.1.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-swing_2.11\1.0.1\b1cdd92bd47b1e1837139c1c53020e86bb9112ae\scala-swing_2.11-1.0.1.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-xml_2.11\1.0.2\7a80ec00aec122fba7cd4e0d4cdd87ff7e4cb6d0\scala-xml_2.11-1.0.2.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\lzma\lzma\0.0.1\521616dc7487b42bef0e803bd2fa3faf668101d7\lzma-0.0.1.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\java3d\vecmath\1.5.2\79846ba34cbd89e2422d74d53752f993dcc2ccaf\vecmath-1.5.2.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\net.sf.trove4j\trove4j\3.0.3\42ccaf4761f0dfdfa805c9e340d99a755907e2dd\trove4j-3.0.3.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\net.sf.jopt-simple\jopt-simple\5.0.4\4fdac2fbe92dfad86aa6e9301736f6b4342a3f5c\jopt-simple-5.0.4.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-core\2.15.0\ba55c13d7ac2fd44df9cc8074455719a33f375b9\log4j-core-2.15.0.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.15.0\4a5aa7e55a29391c6f66e0b259d5189aa11e45d0\log4j-api-2.15.0.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\net.minecraftforge\legacydev\0.2.3.1\f2cd4a8c9f09faf1c1e4a9a4c65df36e634f95db\legacydev-0.2.3.1-fatjar.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.mojang\patchy\1.3.9\eb8bb7b66fa0e2152b1b40b3856e82f7619439ee\patchy-1.3.9.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\oshi-project\oshi-core\1.1\9ddf7b048a8d701be231c0f4f95fd986198fd2d8\oshi-core-1.1.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\jna\4.4.0\cb208278274bf12ebdb56c61bd7407e6f774d65a\jna-4.4.0.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\platform\3.4.0\e3f70017be8100d3d6923f50b3d2ee17714e9c13\platform-3.4.0.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.ibm.icu\icu4j-core-mojang\51.2\63d216a9311cca6be337c1e458e587f99d382b84\icu4j-core-mojang-51.2.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.paulscode\codecjorbis\20101023\c73b5636faf089d9f00e8732a829577de25237ee\codecjorbis-20101023.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.paulscode\codecwav\20101023\12f031cfe88fef5c1dd36c563c0a3a69bd7261da\codecwav-20101023.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.paulscode\libraryjavasound\20101123\5c5e304366f75f9eaa2e8cca546a1fb6109348b3\libraryjavasound-20101123.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.paulscode\librarylwjglopenal\20100824\73e80d0794c39665aec3f62eee88ca91676674ef\librarylwjglopenal-20100824.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.paulscode\soundsystem\20120107\419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6\soundsystem-20120107.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\io.netty\netty-all\4.1.9.Final\97860965d6a0a6b98e7f569f3f966727b8db75\netty-all-4.1.9.Final.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\21.0\3a3d111be1be1b745edfa7d91678a12d7ed38709\guava-21.0.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-lang3\3.5\6c6c702c89bfff3cd9e80b04d668c5e190d588c6\commons-lang3-3.5.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\commons-io\commons-io\2.5\2852e6e05fbb95076fc091f6d1780f1f8fe35e0f\commons-io-2.5.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient\4.3.3\18f4247ff4572a074444572cee34647c43e7c9c7\httpclient-4.3.3.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.10\4b95f4897fa13f2cd904aee711aeafc0c5295cd8\commons-codec-1.10.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput\2.0.5\39c7796b469a600f72380316f6b1f11db6c2c7c4\jinput-2.0.5.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\net.java.jutils\jutils\1.0.0\e12fe1fda814bd348c1579329c86943d2cd3c6a6\jutils-1.0.0.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.8.0\c4ba5371a29ac9b2ad6129b1d39ea38750043eff\gson-2.8.0.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.mojang\authlib\1.5.25\9834cdf236c22e84b946bba989e2f94ef5897c3c\authlib-1.5.25.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.mojang\realms\1.10.22\bd0dccebdf3744c75f1ca20063f16e8f7d5e663f\realms-1.10.22.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.8.1\a698750c16740fd5b3871425f4cb3bbaa87f529d\commons-compress-1.8.1.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.1.3\f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f\commons-logging-1.1.3.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.3.2\31fbbff1ddbf98f3aa7377c94d33b0447c646b6e\httpcore-4.3.2.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\it.unimi.dsi\fastutil\7.1.0\9835253257524c1be7ab50c057aa2d418fb72082\fastutil-7.1.0.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl\2.9.4-nightly-20150209\697517568c68e78ae0b4544145af031c81082dfe\lwjgl-2.9.4-nightly-20150209.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl_util\2.9.4-nightly-20150209\d51a7c040a721d13efdfbd34f8b257b2df882ad0\lwjgl_util-2.9.4-nightly-20150209.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.4-nightly-20150209\b04f3ee8f5e43fa3b162981b50bb72fe1acabb33\lwjgl-platform-2.9.4-nightly-20150209.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.4-nightly-20150209\b84d5102b9dbfabfeb5e43c7e2828d98a7fc80e0\lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\7ff832a6eb9ab6a767f1ade2b548092d0fa64795\jinput-platform-2.0.5-natives-linux.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\53f9c919f34d2ca9de8c51fc4e1e8282029a9232\jinput-platform-2.0.5-natives-osx.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\385ee093e01f587f30ee1c8a2ee7d408fd732e16\jinput-platform-2.0.5-natives-windows.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.mojang\text2speech\1.10.3\48fd510879dff266c3815947de66e3d4809f8668\text2speech-1.10.3.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.mojang\text2speech\1.10.3\84a4b856389cc4f485275b1f63497a95a857a443\text2speech-1.10.3-natives-windows.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-util\6.2\a9690730f92cc79eeadc20e400ebb41eccce10b1\asm-util-6.2.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-tree\6.2\61570e046111559f38d4e0e580c005f75988c0a6\asm-tree-6.2.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm\6.2\1b6c4ff09ce03f3052429139c2a68e295cae6604\asm-6.2.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors\2.11.0\8ccfb6541de179bb1c4d45cf414acee069b7f78b\scala-actors-2.11.0.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-xml_2.11\1.0.2\820fbca7e524b530fdadc594c39d49a21ea0337e\scala-xml_2.11-1.0.2.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.codehaus.plexus\plexus-utils\3.1.0\60eecb6f15abdb1c653ad80abaac6fe188b3feaa\plexus-utils-3.1.0.jar [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-analysis\6.2\c7d9a90d221cbb977848d2c777eb3aa7637e89df\asm-analysis-6.2.jar [14:57:51] [main/DEBUG] [FML]: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2023.3.5\lib\idea_rt.jar [14:57:51] [main/DEBUG] [FML]: Java library path at launch is: [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\bin [14:57:51] [main/DEBUG] [FML]: C:\Windows\Sun\Java\bin [14:57:51] [main/DEBUG] [FML]: C:\Windows\system32 [14:57:51] [main/DEBUG] [FML]: C:\Windows [14:57:51] [main/DEBUG] [FML]: C:\Program Files\OpenLogic\jdk-8.0.402.06-hotspot\bin [14:57:51] [main/DEBUG] [FML]: C:\Program Files (x86)\Common Files\Oracle\Java\javapath [14:57:51] [main/DEBUG] [FML]: C:\Windows\system32 [14:57:51] [main/DEBUG] [FML]: C:\Windows [14:57:51] [main/DEBUG] [FML]: C:\Windows\System32\Wbem [14:57:51] [main/DEBUG] [FML]: C:\Windows\System32\WindowsPowerShell\v1.0\ [14:57:51] [main/DEBUG] [FML]: C:\Windows\System32\OpenSSH\ [14:57:51] [main/DEBUG] [FML]: C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR [14:57:51] [main/DEBUG] [FML]: C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\AppData\Local\Microsoft\WindowsApps [14:57:51] [main/DEBUG] [FML]: C:\Users\sakus\AppData\Local\Programs\Microsoft VS Code\bin [14:57:51] [main/DEBUG] [FML]: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2023.3.5\bin [14:57:51] [main/DEBUG] [FML]: [14:57:51] [main/DEBUG] [FML]: . [14:57:51] [main/DEBUG] [FML]: C:/Modding/1.12.2Forge\build\natives [14:57:51] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected. Using default libraries directory. [14:57:51] [main/ERROR] [FML]: Full: C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar [14:57:51] [main/ERROR] [FML]: Trimmed: c:/users/sakus/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/ [14:57:51] [main/DEBUG] [FML]: Determined Minecraft Libraries Root: .\libraries [14:57:51] [main/DEBUG] [FML]: Cleaning up mods folder: .\mods [14:57:51] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [14:57:51] [main/INFO] [FML]: Detected deobfuscated environment, loading log configs for colored console logs. [14:57:51] [main/DEBUG] [FML]: Instantiating coremod class FMLCorePlugin [14:57:51] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin [14:57:51] [main/DEBUG] [FML]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers [14:57:51] [main/DEBUG] [FML]: Enqueued coremod FMLCorePlugin [14:57:51] [main/DEBUG] [FML]: Instantiating coremod class FMLForgePlugin [14:57:51] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin [14:57:51] [main/DEBUG] [FML]: Enqueued coremod FMLForgePlugin [14:57:51] [main/DEBUG] [FML]: All fundamental core mods are successfully located [14:57:51] [main/DEBUG] [FML]: Discovering coremods [14:57:51] [main/INFO] [FML]: Searching C:\Modding\1.12.2Forge\run\.\mods for mods [14:57:51] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [14:57:51] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [14:57:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [14:57:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [14:57:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [14:57:51] [main/DEBUG] [FML]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers [14:57:51] [main/DEBUG] [FML]: Injection complete [14:57:51] [main/DEBUG] [FML]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} [14:57:51] [main/DEBUG] [FML]: Running coremod plugin FMLCorePlugin [14:57:51] [main/DEBUG] [FML]: Loading deobfuscation resource C:/Modding/1.12.2Forge\build\createSrgToMcp\output.srg with 36076 records [14:57:53] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [14:57:53] [main/DEBUG] [FML]: Coremod plugin class FMLCorePlugin run successfully [14:57:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [14:57:53] [main/DEBUG] [FML]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers [14:57:53] [main/DEBUG] [FML]: Injection complete [14:57:53] [main/DEBUG] [FML]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} [14:57:53] [main/DEBUG] [FML]: Running coremod plugin FMLForgePlugin [14:57:53] [main/DEBUG] [FML]: Coremod plugin class FMLForgePlugin run successfully [14:57:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [14:57:53] [main/DEBUG] [FML]: Loaded 215 rules from AccessTransformer config file forge_at.cfg [14:57:53] [main/DEBUG] [FML]: Validating minecraft [14:57:53] [main/DEBUG] [FML]: Minecraft validated, launching... [14:57:53] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [14:57:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [14:57:53] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [14:57:53] [Client thread/INFO] [minecraft/Minecraft]: Setting user: Player375 [14:57:55] [Client thread/DEBUG] [FML]: Creating vanilla freeze snapshot [14:57:55] [Client thread/DEBUG] [FML]: Vanilla freeze snapshot created [14:57:55] [Client thread/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4 [14:57:56] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - LanguageManager took 0.001s [14:57:56] [Client thread/INFO] [FML]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 11 (amd64) version 10.0 Java Version: 1.8.0_402-402, OpenLogic-OpenJDK Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), OpenLogic-OpenJDK Memory: 918207408 bytes (875 MB) / 1083703296 bytes (1033 MB) up to 7613186048 bytes (7260 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 527.56' Renderer: 'NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2' [14:57:56] [Client thread/INFO] [FML]: MinecraftForge v14.23.5.2860 Initialized [14:57:56] [Client thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [14:57:56] [Client thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient... [14:57:56] [Client thread/INFO] [FML]: Replaced 1227 ore ingredients [14:57:56] [Client thread/DEBUG] [FML]: File C:\Modding\1.12.2Forge\run\config\injectedDependencies.json not found. No dependencies injected [14:57:56] [Client thread/DEBUG] [FML]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer] [14:57:56] [Client thread/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related directory at C:\Modding\1.12.2Forge\build\classes\java\main, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related directory at C:\Modding\1.12.2Forge\build\resources\main, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\forge_gradle\minecraft_user_repo\net\minecraftforge\forge\1.12.2-14.23.5.2860_mapped_snapshot_20171003-1.12\forge-1.12.2-14.23.5.2860_mapped_snapshot_20171003-1.12.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\forge_gradle\minecraft_repo\versions\1.12.2\client-extra.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.google.code.findbugs\jsr305\3.0.1\f7be08ec23c21485b9b5a1cf1654c2ec8c58168d\jsr305-3.0.1.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\modules-2\files-2.1\net.minecraftforge\mergetool\1.0.13\c18446ec4d5814f447d7a79b314ba9a27cc8dbc8\mergetool-1.0.13-forge.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\forge_gradle\maven_downloader\de\oceanlabs\mcp\mcp_snapshot\20171003-1.12\mcp_snapshot-20171003-1.12.zip, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-debug-all\5.2\3354e11e2b34215f06dab629ab88e06aca477c19\asm-debug-all-5.2.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\modules-2\files-2.1\net.minecraftforge\legacydev\0.2.3.1\f2cd4a8c9f09faf1c1e4a9a4c65df36e634f95db\legacydev-0.2.3.1-fatjar.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.mojang\patchy\1.3.9\eb8bb7b66fa0e2152b1b40b3856e82f7619439ee\patchy-1.3.9.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.mojang\text2speech\1.10.3\48fd510879dff266c3815947de66e3d4809f8668\text2speech-1.10.3.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\modules-2\files-2.1\com.mojang\text2speech\1.10.3\84a4b856389cc4f485275b1f63497a95a857a443\text2speech-1.10.3-natives-windows.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-util\6.2\a9690730f92cc79eeadc20e400ebb41eccce10b1\asm-util-6.2.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-tree\6.2\61570e046111559f38d4e0e580c005f75988c0a6\asm-tree-6.2.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm\6.2\1b6c4ff09ce03f3052429139c2a68e295cae6604\asm-6.2.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.codehaus.plexus\plexus-utils\3.1.0\60eecb6f15abdb1c653ad80abaac6fe188b3feaa\plexus-utils-3.1.0.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-analysis\6.2\c7d9a90d221cbb977848d2c777eb3aa7637e89df\asm-analysis-6.2.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2023.3.5\lib\idea_rt.jar, examining for mod candidates [14:57:56] [Client thread/DEBUG] [FML]: Minecraft jar mods loaded successfully [14:57:56] [Client thread/INFO] [FML]: Searching C:\Modding\1.12.2Forge\run\.\mods for mods [14:57:56] [Client thread/DEBUG] [FML]: Examining directory main for potential mods [14:57:56] [Client thread/DEBUG] [FML]: Found an mcmod.info file in directory main [14:57:56] [Client thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.example.examplemod.ExampleMod) - loading [14:57:56] [Client thread/DEBUG] [FML]: Examining directory main for potential mods [14:57:56] [Client thread/DEBUG] [FML]: Found an mcmod.info file in directory main [14:57:56] [Client thread/DEBUG] [FML]: Examining file forge-1.12.2-14.23.5.2860_mapped_snapshot_20171003-1.12.jar for potential mods [14:57:56] [Client thread/DEBUG] [FML]: The mod container forge-1.12.2-14.23.5.2860_mapped_snapshot_20171003-1.12.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/DEBUG] [FML]: Examining file client-extra.jar for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container client-extra.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/DEBUG] [FML]: Examining file jsr305-3.0.1.jar for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container jsr305-3.0.1.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/DEBUG] [FML]: Examining file mergetool-1.0.13-forge.jar for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container mergetool-1.0.13-forge.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/DEBUG] [FML]: Examining file mcp_snapshot-20171003-1.12.zip for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container mcp_snapshot-20171003-1.12.zip appears to be missing an mcmod.info file [14:57:57] [Client thread/DEBUG] [FML]: Examining file asm-debug-all-5.2.jar for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container asm-debug-all-5.2.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/DEBUG] [FML]: Examining file maven-artifact-3.5.3.jar for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container maven-artifact-3.5.3.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/DEBUG] [FML]: Examining file legacydev-0.2.3.1-fatjar.jar for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container legacydev-0.2.3.1-fatjar.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/DEBUG] [FML]: Examining file patchy-1.3.9.jar for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container patchy-1.3.9.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/DEBUG] [FML]: Examining file text2speech-1.10.3.jar for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container text2speech-1.10.3.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/DEBUG] [FML]: Examining file text2speech-1.10.3-natives-windows.jar for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container text2speech-1.10.3-natives-windows.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/DEBUG] [FML]: Examining file asm-util-6.2.jar for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container asm-util-6.2.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/ERROR] [FML]: Unable to read a class file correctly java.lang.IllegalArgumentException: null at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2] at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) [ASMModParser.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?] at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?] at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?] at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:467) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:378) [Minecraft.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraftforge.legacydev.Main.start(Main.java:86) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] [14:57:57] [Client thread/ERROR] [FML]: There was a problem reading the entry module-info.class in the jar C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-util\6.2\a9690730f92cc79eeadc20e400ebb41eccce10b1\asm-util-6.2.jar - probably a corrupt zip net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?] at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?] at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?] at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:467) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:378) [Minecraft.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraftforge.legacydev.Main.start(Main.java:86) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2] at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?] ... 23 more [14:57:57] [Client thread/WARN] [FML]: Zip file asm-util-6.2.jar failed to read properly, it will be ignored net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) ~[JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?] at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?] at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?] at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:467) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:378) [Minecraft.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraftforge.legacydev.Main.start(Main.java:86) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2] at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?] ... 23 more [14:57:57] [Client thread/DEBUG] [FML]: Examining file asm-tree-6.2.jar for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container asm-tree-6.2.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/ERROR] [FML]: Unable to read a class file correctly java.lang.IllegalArgumentException: null at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2] at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) [ASMModParser.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?] at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?] at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?] at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:467) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:378) [Minecraft.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraftforge.legacydev.Main.start(Main.java:86) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] [14:57:57] [Client thread/ERROR] [FML]: There was a problem reading the entry module-info.class in the jar C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-tree\6.2\61570e046111559f38d4e0e580c005f75988c0a6\asm-tree-6.2.jar - probably a corrupt zip net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?] at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?] at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?] at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:467) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:378) [Minecraft.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraftforge.legacydev.Main.start(Main.java:86) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2] at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?] ... 23 more [14:57:57] [Client thread/WARN] [FML]: Zip file asm-tree-6.2.jar failed to read properly, it will be ignored net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) ~[JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?] at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?] at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?] at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:467) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:378) [Minecraft.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraftforge.legacydev.Main.start(Main.java:86) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2] at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?] ... 23 more [14:57:57] [Client thread/DEBUG] [FML]: Examining file asm-6.2.jar for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container asm-6.2.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/ERROR] [FML]: Unable to read a class file correctly java.lang.IllegalArgumentException: null at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2] at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) [ASMModParser.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?] at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?] at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?] at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:467) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:378) [Minecraft.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraftforge.legacydev.Main.start(Main.java:86) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] [14:57:57] [Client thread/ERROR] [FML]: There was a problem reading the entry module-info.class in the jar C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm\6.2\1b6c4ff09ce03f3052429139c2a68e295cae6604\asm-6.2.jar - probably a corrupt zip net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?] at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?] at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?] at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:467) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:378) [Minecraft.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraftforge.legacydev.Main.start(Main.java:86) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2] at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?] ... 23 more [14:57:57] [Client thread/WARN] [FML]: Zip file asm-6.2.jar failed to read properly, it will be ignored net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) ~[JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?] at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?] at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?] at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:467) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:378) [Minecraft.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraftforge.legacydev.Main.start(Main.java:86) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2] at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?] ... 23 more [14:57:57] [Client thread/DEBUG] [FML]: Examining file plexus-utils-3.1.0.jar for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container plexus-utils-3.1.0.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/DEBUG] [FML]: Examining file asm-analysis-6.2.jar for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container asm-analysis-6.2.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/ERROR] [FML]: Unable to read a class file correctly java.lang.IllegalArgumentException: null at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2] at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) [ASMModParser.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?] at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?] at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?] at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:467) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:378) [Minecraft.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraftforge.legacydev.Main.start(Main.java:86) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] [14:57:57] [Client thread/ERROR] [FML]: There was a problem reading the entry module-info.class in the jar C:\Users\sakus\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-analysis\6.2\c7d9a90d221cbb977848d2c777eb3aa7637e89df\asm-analysis-6.2.jar - probably a corrupt zip net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?] at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?] at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?] at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:467) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:378) [Minecraft.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraftforge.legacydev.Main.start(Main.java:86) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2] at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?] ... 23 more [14:57:57] [Client thread/WARN] [FML]: Zip file asm-analysis-6.2.jar failed to read properly, it will be ignored net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) ~[JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?] at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?] at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?] at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?] at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:467) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:378) [Minecraft.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_402-402] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_402-402] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_402-402] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_402-402] at net.minecraftforge.legacydev.Main.start(Main.java:86) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) [legacydev-0.2.3.1-fatjar.jar:0.2.3.1+4+372be23] Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2] at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?] ... 23 more [14:57:57] [Client thread/DEBUG] [FML]: Examining file idea_rt.jar for potential mods [14:57:57] [Client thread/DEBUG] [FML]: The mod container idea_rt.jar appears to be missing an mcmod.info file [14:57:57] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load [14:57:57] [Client thread/DEBUG] [FML]: After merging, found state information for 0 mods [14:57:57] [Client thread/DEBUG] [FML]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one [14:57:57] [Client thread/DEBUG] [FML]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one [14:57:57] [Client thread/DEBUG] [FML]: Enabling mod examplemod [14:57:57] [Client thread/DEBUG] [FML]: Mod sorting data [14:57:57] [Client thread/DEBUG] [FML]: examplemod(Example Mod:1.0): main () [14:57:57] [Client thread/DEBUG] [FML]: Loading @Config anotation data [14:57:57] [Client thread/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.002s [14:57:57] [Client thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.000s [14:57:57] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, examplemod] at CLIENT [14:57:57] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, examplemod] at SERVER [14:57:57] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:553]: ---- Minecraft Crash Report ---- // I bet Cylons wouldn't have this problem. Time: 3/21/24 2:57 PM Description: There was a severe problem during mod loading that has caused the game to fail net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Forge Mod Loader (FML) Caused by: java.lang.NullPointerException at net.minecraftforge.fml.common.network.NetworkRegistry.newChannel(NetworkRegistry.java:207) at net.minecraftforge.fml.common.network.internal.FMLNetworkHandler.registerChannel(FMLNetworkHandler.java:185) at net.minecraftforge.fml.common.FMLContainer.modConstruction(FMLContainer.java:92) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at 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:219) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at 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:136) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.init(Minecraft.java:467) at net.minecraft.client.Minecraft.run(Minecraft.java:378) 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:498) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraftforge.legacydev.Main.start(Main.java:86) at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) 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 11 (amd64) version 10.0 Java Version: 1.8.0_402-402, OpenLogic-OpenJDK Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), OpenLogic-OpenJDK Memory: 457435728 bytes (436 MB) / 1083703296 bytes (1033 MB) up to 7613186048 bytes (7260 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2860 5 mods loaded, 5 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 | |:----- |:---------- |:------------ |:----------------------------------------------------------- |:--------- | | LC | minecraft | 1.12.2 | minecraft.jar | None | | LC | mcp | 9.42 | minecraft.jar | None | | LE | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860_mapped_snapshot_20171003-1.12.jar | None | | L | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860_mapped_snapshot_20171003-1.12.jar | None | | L | examplemod | 1.0 | main | None | Loaded coremods (and transformers): GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 527.56' Renderer: 'NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2' [14:57:57] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:553]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Modding\1.12.2Forge\run\.\crash-reports\crash-2024-03-21_14.57.57-client.txt Process finished with exit code -1 old.
  4. I am currently trying to port a mod from 1.12.2 to 1.20.4, and I have found the guide on how to do so, but there doesn't seem to be a way to port directly from 1.12.2 to 1.20.4, and It seems tedious to go through and port one version to the next. I only need to port one file, not the entire mod, so I don't need to rewrite the structures of the entire mod from the ground up. The only thing that really needs to be changed are the imports, if there are functionally equivalent ones in 1.20.4. Is there any shorter guide, or a set of mappings I can use?
  5. Good day, I've been playing E2E v1.90g for a couple months now in a new world and just today after attempting to launch the instance on Curseforge it immediately crashed and gave me error code 1. Multiple attempts of trying to start it and still no luck. I tried reinstalling the modpack, but even before I added any files it still would crash. I was still able to successfully launch RL Craft if that means anything. It seems just E2E will not load. If anyone has some advice on how I could fix this I would be truly grateful. I've already got over 200 hours in that world and I really want to finish it!
  6. So I'm trying to run an RLCraft on the Ubuntu server version, created mods file but when I try to use run.sh I get: Exception in thread "main" java.lang.IllegalArgumentException: kotlin.native.concurrent: Invalid package name: 'native' is not a Java identifier The current version of Java I have installed is: OpenJDK version "17.0.10" 2024-01-16 OpenJDK Runtime Environment (build 17.0.10+7-Ubuntu-122.04.1) OpenJDK 64-Bit Server VM (build 17.0.10+7-Ubuntu-122.04.1, mixed mode, sharing) I tried to manually input all of the RLCrafts files for the zipped server download by just unzipping and putting them into their dedicated places. EX: I removed the created mods file, then implemented it back in with all of the RLCrafts mods along with config. Then I added the stuff that was missing, like resource packs and resources the forge version I installed for the server was I think 1.20.2 or something like that I downloaded the recommend one This is my first time doing this plz help brain hurts
  7. I am Australian, my friend in Serbia has created a modded Minecraft server using portforwarding. I've only had success playing for a little bit, but now I'm having issues trying to join. (1.12.2) I hop in the server, and I'm stuck in a limbo where I can't build or place, frozen in time practically, and then soon after I'm disconnected with the error message "Internal Exception: java.io.IOException: An existing connection was forcibly closed by the remote host". I've uninstalled and reinstalled my Minecraft, java, played with my internet, all multiple times, with no avail. I followed a tutorial that included checking internet settings, I've got no idea what to do.
  8. Heya friends, I've been working on a system that plays sounds in a specific event, but it doesn't play every time the event fires, instead its seemingly random when it will actually play the sound, which is really confusing to me, Here's a in-game example, you can correlate the event firing with the text in the chat, So i'm wondering if this is strictly a 1.12.2(Or 1.12.X) limitation? Or if I could of fucked something up? I tired using many variations of playSound (Both on player, and world) and always got the same result, If anyone can help that'd be great, its not the biggest deal as everything else works fine, and we can just keep the chat events, but it'd be nice to have the sounds work properly, lol thank you friends have a great day Event code: @Override public void onArmorTick(World world, EntityPlayer player, ItemStack itemStack) { ticksRemaining = itemStack.getMaxDamage() - itemStack.getItemDamage(); // pre-cal to hopefully fix Issue-13 /shrug int halfFilter = totalTime / 2; int thirdFilter = totalTime / 3; int quarterFilter = totalTime / 4; SoundEvent watchWindSound = WATCHWIND; SoundEvent watchBeepSingleSound = WATCHBEEPSINGLE; SoundEvent filterBeepSound = FILTERBEEP; BlockPos headPos = new BlockPos(player.posX, player.posY + 1, player.posZ); if (world.getBlockState(headPos).getBlock() instanceof BlockPollutedAir) { if (!isInGas) { player.world.playSound(null, player.posX, player.posY, player.posZ, watchWindSound, player.getSoundCategory(), 1.0F, 1.0F); isInGas = true; player.sendMessage(new TextComponentString("<Watch> Beep")); } if (ticksRemaining != 0) { this.setDamage(itemStack, itemStack.getItemDamage() + 1); } // Filter warnings if (ticksRemaining == 0) { player.sendMessage(new TextComponentString("<Watch> Beep Beep (Filter empty)")); player.world.playSound((EntityPlayer) null, player.posX, player.posY, player.posZ, filterBeepSound, player.getSoundCategory(), 1.0F, 1.0F); player.addPotionEffect(new PotionEffect(MobEffects.POISON, 300)); //!@Placeholder: } else if (ticksRemaining < quarterFilter && !warnFinal) { player.sendMessage(new TextComponentString("<Watch> Beep (1/4 Filter left)")); warnFinal = true; player.world.playSound((EntityPlayer) null, player.posX, player.posY, player.posZ, watchBeepSingleSound, player.getSoundCategory(), 1.0F, 1.0F); } else if (ticksRemaining < thirdFilter && !warnTwo) { player.sendMessage(new TextComponentString("<Watch> Beep (1/3 Filter left)")); warnTwo = true; player.world.playSound((EntityPlayer) null, player.posX, player.posY, player.posZ, watchBeepSingleSound, player.getSoundCategory(), 1.0F, 1.0F); } else if (ticksRemaining < halfFilter && !warnOne) { player.sendMessage(new TextComponentString("<Watch> Beep (1/2 Filter left)")); warnOne = true; player.world.playSound((EntityPlayer) null, player.posX, player.posY, player.posZ, watchBeepSingleSound, player.getSoundCategory(), 1.0F, 1.0F); } } else if (isInGas) { player.world.playSound(null, player.posX, player.posY, player.posZ, watchBeepSingleSound, player.getSoundCategory(), 1.0F, 1.0F); player.sendMessage(new TextComponentString("<Watch> Beep (Disabled Timer)")); isInGas = false; } } Registering the sounds (If that even matters lol): private void init(){ sounds = Lists.newArrayList(); CAN_OPEN = SoundE("can_open", "can_open"); PLAYER_COUGH = SoundE("PLAYER_COUGH", "PLAYER_COUGH"); FIREBOMB_LAND = SoundE("FIREBOMB_LAND", "FIREBOMB_LAND"); FIREBOMB_LIGHT = SoundE("FIREBOMB_LIGHT", "FIREBOMB_LIGHT"); EXPLOSION_DISTANT= SoundE("EXPLOSION_DISTANT", "EXPLOSION_DISTANT"); WATCHWIND= SoundE("WATCH_WIND", "WATCH_WIND"); WATCHBEEPSINGLE= SoundE("WATCH_BEEP_SINGLE", "WATCH_BEEP_SINGLE"); FILTERBEEP= SoundE("FILTER_BEEP", "FILTER_BEEP"); } // Init pog :) public SoundEvent SoundE (String RessourcePath , String Name){ SoundEvent NewSound = new SoundEvent(new ResourceLocation(Main.MOD_ID, RessourcePath)).setRegistryName(Name); sounds.add(NewSound); return NewSound; }
  9. I'm trying to make a modded server with friends and the server crashes. I think it has to do with these "CoreMods" Here is the first crash log: Then i removed the CoreMods and this is the latest Crash log:
  10. AVC_brp

    VJP

    nice
  11. I have a weird issue I've never seen before. When loading my modded world, Minecraft crashes/freezes at the loading screen if I have *any* texture pack other than default installed. However, if I remove the texture pack and try to load the world with the default textures, it not only loads fine, I can then change to a texture pack from within the world no problem. I'm attaching the crash log and I'm hoping someone can make heads or tails of it. At this point it's mostly an annoyance but I'd really like to be able to play without constantly changing back and forth between my texture pack and the default. I'm playing Minecraft 1.12.2, Forge 14.23.5.2859. Crash log: https://pastebin.com/sVP2gu6e
  12. It departs in 10 minutes ---- Minecraft Crash Report ---- WARNING: coremods are present: LoadingPlugin (Bloodmoon_MC1.12.2_1.5.3.jar) EntityCullingPlugin (entityculling-1.12.2-6.4.3.jar) Inventory Tweaks Coremod (inventorytweaks-1.64dev.151.jar) SurgeLoadingPlugin (surge-1.12.2-2.0.77.jar) Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.15-1.12.2 (1).jar) CorePlugin (SmoothFont-mc1.12.2-2.1.4.jar) XaeroWorldMapPlugin (XaerosWorldMap_1.37.7_Forge_1.12.jar) CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) SSLoadingPlugin (sereneseasons-1.12.2-1.2.18-universal.jar) Born in a Barn (borninabarn1.8-1.12-1.2.jar) RenderLibPlugin (renderlib-1.12.2-1.3.4.jar) Contact their authors BEFORE contacting forge // I let you down. Sorry Time: 3/5/24 8:58 PM Description: Unexpected error java.lang.NullPointerException: Unexpected error at com.pau101.auginter.client.interaction.InteractionHandler.rightClickMouse(InteractionHandler.java:91) at com.pau101.auginter.client.ClientProxy$1.func_151468_f(ClientProxy.java:52) at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2252) at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2020) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1808) 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(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) at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87) at org.prismlauncher.EntryPoint.listen(EntryPoint.java:130) at org.prismlauncher.EntryPoint.main(EntryPoint.java:70) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at com.pau101.auginter.client.interaction.InteractionHandler.rightClickMouse(InteractionHandler.java:91) at com.pau101.auginter.client.ClientProxy$1.func_151468_f(ClientProxy.java:52) at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2252) at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2020) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['Its_Nismo'/1679, l='MpServer', x=265.43, y=61.65, z=261.49]] Chunk stats: MultiplayerChunkCache: 287, 287 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (128,64,248), Chunk: (at 0,4,8 in 8,15; contains blocks 128,0,240 to 143,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 13350 game time, 13350 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Forced entities: 62 total; [EntityZombie['Зомби'/28822, l='MpServer', x=259.50, y=26.00, z=289.50], EntityChicken['Курица'/157, l='MpServer', x=207.50, y=73.00, z=188.50], EntityChicken['Курица'/158, l='MpServer', x=207.50, y=73.00, z=188.50], EntityChicken['Курица'/159, l='MpServer', x=207.90, y=74.04, z=192.50], EntityChicken['Курица'/160, l='MpServer', x=209.50, y=68.00, z=193.50], EntityChicken['Курица'/179, l='MpServer', x=252.50, y=68.00, z=208.50], EntityChicken['Курица'/180, l='MpServer', x=254.50, y=67.00, z=208.50], EntityChicken['Курица'/181, l='MpServer', x=253.50, y=68.00, z=206.27], EntityChicken['Курица'/6391, l='MpServer', x=313.20, y=72.00, z=286.45], EntityChicken['Курица'/6392, l='MpServer', x=310.14, y=72.00, z=287.18], EntityChicken['Курица'/6393, l='MpServer', x=305.09, y=73.00, z=284.27], EntityChicken['Курица'/6394, l='MpServer', x=303.39, y=73.00, z=284.20], EntityChicken['Курица'/6401, l='MpServer', x=291.51, y=68.00, z=235.04], EntitySkeleton['Скелет'/6412, l='MpServer', x=247.45, y=63.00, z=276.77], EntityPig['Свинья'/6469, l='MpServer', x=318.50, y=63.00, z=188.50], EntityPig['Свинья'/6470, l='MpServer', x=318.50, y=63.00, z=187.50], EntityPig['Свинья'/6471, l='MpServer', x=317.50, y=64.00, z=191.50], EntityZotzpyre['Зоцпир'/20820, l='MpServer', x=285.50, y=59.00, z=292.50], EntityChicken['Курица'/6517, l='MpServer', x=326.50, y=66.00, z=232.50], EntityChicken['Курица'/6518, l='MpServer', x=324.50, y=66.00, z=233.50], EntityChicken['Курица'/6519, l='MpServer', x=327.50, y=67.00, z=233.50], EntityChicken['Курица'/6520, l='MpServer', x=326.50, y=66.00, z=233.50], EntityPig['Свинья'/6521, l='MpServer', x=327.50, y=66.00, z=187.50], EntityPig['Свинья'/6522, l='MpServer', x=327.50, y=66.00, z=186.50], EntityPig['Свинья'/6523, l='MpServer', x=327.50, y=66.00, z=184.50], EntityPig['Свинья'/6524, l='MpServer', x=321.50, y=64.00, z=188.50], EntitySkeleton['Скелет'/29124, l='MpServer', x=285.50, y=33.00, z=234.50], EntityEnderman['Эндермен'/25224, l='MpServer', x=251.50, y=62.00, z=278.06], EntityItem['item.tile.dirt.default'/21260, l='MpServer', x=274.14, y=73.00, z=271.88], EntityBat['Летучая мышь'/27497, l='MpServer', x=239.04, y=55.10, z=265.08], EntityWitherSkeleton['Визер-скелет'/29688, l='MpServer', x=265.83, y=57.00, z=266.50], EntitySpider['Паук'/29717, l='MpServer', x=318.50, y=20.00, z=316.50], EntityCreeper['Крипер'/29721, l='MpServer', x=191.50, y=16.00, z=308.50], EntityItem['item.item.egg'/29723, l='MpServer', x=301.54, y=73.00, z=283.56], EntityCreeper['Крипер'/29725, l='MpServer', x=307.50, y=27.00, z=265.50], EntityWitherSkeleton['Визер-скелет'/29829, l='MpServer', x=264.35, y=57.00, z=266.35], EntityBat['Летучая мышь'/29846, l='MpServer', x=235.13, y=50.12, z=254.80], EntityBat['Летучая мышь'/29847, l='MpServer', x=314.02, y=17.81, z=288.65], EntitySkeleton['Скелет'/29882, l='MpServer', x=195.49, y=28.00, z=268.30], EntitySkeleton['Скелет'/29883, l='MpServer', x=191.30, y=17.00, z=268.70], EntityBat['Летучая мышь'/29911, l='MpServer', x=230.51, y=30.72, z=339.75], EntityZotzpyre['Зоцпир'/29921, l='MpServer', x=323.50, y=20.00, z=317.50], EntitySpider['Паук'/29922, l='MpServer', x=320.50, y=20.00, z=319.50], EntitySpider['Паук'/23782, l='MpServer', x=225.50, y=19.00, z=301.50], EntityZombie['Зомби'/29947, l='MpServer', x=304.50, y=16.00, z=213.50], EntityZotzpyre['Зоцпир'/29948, l='MpServer', x=222.50, y=20.00, z=292.50], EntityZotzpyre['Зоцпир'/29949, l='MpServer', x=222.50, y=20.00, z=291.50], EntityBat['Летучая мышь'/29952, l='MpServer', x=214.73, y=35.11, z=201.42], EntityWitherSkeleton['Визер-скелет'/29992, l='MpServer', x=265.11, y=57.00, z=266.35], EntityCreeper['Крипер'/30001, l='MpServer', x=315.50, y=35.00, z=301.50], EntityCreeper['Крипер'/30004, l='MpServer', x=337.50, y=75.00, z=302.50], EntityZombie['Зомби'/30005, l='MpServer', x=334.80, y=68.00, z=247.59], EntityBat['Летучая мышь'/30007, l='MpServer', x=205.75, y=46.87, z=254.25], EntityCreeper['Крипер'/30009, l='MpServer', x=186.50, y=26.00, z=274.50], EntityWitherSkeleton['Визер-скелет'/30033, l='MpServer', x=262.51, y=73.00, z=268.66], EntityZombie['Зомби'/26035, l='MpServer', x=273.48, y=54.00, z=294.20], EntitySkeleton['Скелет'/28363, l='MpServer', x=289.27, y=35.00, z=236.50], EntitySkeleton['Скелет'/22299, l='MpServer', x=295.51, y=64.00, z=288.77], EntityPlayerSP['Its_Nismo'/1679, l='MpServer', x=265.43, y=61.65, z=261.49], EntityChicken['Курица'/6132, l='MpServer', x=293.08, y=69.00, z=237.92], EntityChicken['Курица'/6133, l='MpServer', x=280.59, y=69.00, z=243.22], EntityChicken['Курица'/6134, l='MpServer', x=295.16, y=70.00, z=250.55]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:427) at net.minecraft.client.main.Main.main(SourceFile:123) 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) at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87) at org.prismlauncher.EntryPoint.listen(EntryPoint.java:130) at org.prismlauncher.EntryPoint.main(EntryPoint.java:70) -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 11 (amd64) version 10.0 Java Version: 1.8.0_401, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 588005024 bytes (560 MB) / 1388363776 bytes (1324 MB) up to 7197425664 bytes (6864 MB) JVM Flags: 18 total; -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSConcurrentMTEnabled -XX:ParallelGCThreads=4 -XX:+UnlockExperimentalVMOptions -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=50 -XX:+AlwaysPreTouch -XX:+UseStringDeduplication -XX:-OmitStackTraceInFastThrow -XX:+OptimizeStringConcat -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3 -XX:+UseFastAccessorMethods -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx7040m IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP 9.42 Powered by Forge 14.23.5.2859 Optifine OptiFine_1.12.2_HD_U_G5 66 mods loaded, 66 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.2859-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | forge | 14.23.5.2859 | forge-1.12.2-14.23.5.2859-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | smoothfontcore | mc1.12.2-2.1.4 | minecraft.jar | None | | LCHIJA | xaeroworldmap_core | 1.12.2-1.0 | minecraft.jar | None | | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None | | LCHIJA | smoothfont | mc1.12.2-2.1.4 | SmoothFont-mc1.12.2-2.1.4.jar | None | | LCHIJA | additionalstructures | 2.5.0 | Additional-Structures-v.2.5.0-1.12.2.jar | None | | LCHIJA | aiimprovements | 0.0.1.3 | aiimprovements-1.12-0.0.1b3.jar | None | | LCHIJA | jei | 4.16.1.1012 | jei_1.12.2-4.16.1.1012.jar | None | | LCHIJA | appleskin | 1.0.9 | appleskin-mc1.12-1.0.9.jar | None | | LCHIJA | auginter | 1.1.0 | auginter-1.1.0-1.12.x.jar | None | | LCHIJA | backpack | 3.0.2 | backpack_3.0.2_1.12.2.jar | None | | LCHIJA | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None | | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft-v2.4.5-MC1.12.2.jar | None | | LCHIJA | bloodmoon | 1.5.3 | Bloodmoon_MC1.12.2_1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | LCHIJA | bookshelf | 2.3.590 | Bookshelf_1.12.2_2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCHIJA | carryon | 1.12.3 | carryon-1.12.2-1.12.6.20.jar | fd21553434f4905f2f73ea7838147ac4ea07bd88 | | LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | LCHIJA | colouredtooltips | 1.0.9 | colouredtooltips-1.12.2-1.0.9.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCHIJA | craftingtweaks | 8.1.9 | craftingtweaks_1.12.2-8.1.9.jar | None | | LCHIJA | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None | | LCHIJA | eplus | 5.0.179 | enchantingplus-1.12.2-5.0.179.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCHIJA | renderlib | 1.3.4 | renderlib-1.12.2-1.3.4.jar | None | | LCHIJA | entityculling | 6.4.3 | entityculling-1.12.2-6.4.3.jar | None | | LCHIJA | foamfix | @VERSION@ | foamfix-0.10.15-1.12.2 (1).jar | None | | LCHIJA | gokistats | 1.2.10 | GokiStats-1.2.10.jar | None | | LCHIJA | gravestone | 1.10.0 | gravestone_mc1.12.2_1.10.0.jar | None | | LCHIJA | harvest | 1.12-1.2.7-20 | harvest-1.12-1.2.7-20.jar | None | | LCHIJA | infernalmobs | 1.7.6 | InfernalMobs-1.12.2.jar | None | | LCHIJA | inventoryhud | 3.4.4 | inventoryhud-1.12.2.forge-3.4.4.jar | None | | LCHIJA | inventorytweaks | 1.64+dev.151.822d839 | inventorytweaks-1.64dev.151.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None | | LCHIJA | ironfurnaces | 1.3.5 | ironfurnaces-1.3.5.jar | None | | LCHIJA | mantle | 1.12-1.3.3.55 | mantle-1.12-1.3.3.55.jar | None | | LCHIJA | memorycleaner | 1.4 | memorycleaner-1.4 (1).jar | None | | LCHIJA | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None | | LCHIJA | tconstruct | 1.12.2-2.13.0.183 | tconstruct-1.12.2-2.13.0.183.jar | None | | LCHIJA | moartinkers | 0.6.0 | moartinkers-0.6.0.jar | None | | LCHIJA | mob_grinding_utils | 0.3.13 | MobGrindingUtils_1.12.2_0.3.13.jar | None | | LCHIJA | mousetweaks | 2.10.1 | mousetweaks-2.10.1-mc1.12.2.jar | None | | LCHIJA | nopotionshift | 1.2.0 | nopotionshift_1.12.2-1.2.0.jar | None | | LCHIJA | norecipebook | 1.2.1 | norecipebook_v1.2.2formc1.12.2.jar | None | | LCHIJA | oreexcavation | 1.4.150 | oreexcavation-1.4.150.jar | None | | LCHIJA | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None | | LCHIJA | performant | 1.12.2-1.5 | performant-1.11.jar | None | | LCHIJA | placebo | 1.6.0 | placebo-1.12.2-1.6.1.jar | None | | LCHIJA | progressivebosses | 1.5.4 | ProgressiveBosses_1.5.4_mc1.12.x.jar | None | | LCHIJA | ruins | 17.2 | ruins-1.12.2.jar | None | | LCHIJA | silentlib | 3.0.13 | silentlib-1.12.2-3.0.14168.jar | None | | LCHIJA | scalinghealth | 1.3.37 | scalinghealth-1.12.2-1.3.42147.jar | None | | LCHIJA | sereneseasons | 1.2.18 | sereneseasons-1.12.2-1.2.18-universal.jar | None | | LCHIJA | spark | 1.5.2 | spark-forge1122.jar | None | | LCHIJA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None | | LCHIJA | storagedrawers | 5.5.0 | StorageDrawers-1.12.2-5.5.0.jar | None | | LCHIJA | surge | 2.0.77 | surge-1.12.2-2.0.77.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCHIJA | texfix | 4.0 | texfixv-1.12-4.0 (1).jar | None | | LCHIJA | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None | | LCHIJA | tinkersjei | 1.2 | tinkersjei-1.2.jar | None | | LCHIJA | toastcontrol | 1.8.1 | toastcontrol-1.12.2-1.8.1.jar | None | | LCHIJA | topaddons | 1.12.2-1.13.0 | topaddons-1.12.2-1.13.0.jar | None | | LCHIJA | torohealthmod | 1.12.2-11 | torohealth-1.12.2-11.jar | None | | LCHIJA | waystones | 4.1.0 | waystones_1.12.2-4.1.0.jar | None | | LCHIJA | xaeroworldmap | 1.37.7 | XaerosWorldMap_1.37.7_Forge_1.12.jar | None | | LCHIJA | betteranimalsplus | 9.0.1 | betteranimalsplus_1.12.2_9.0.1.jar | None | Loaded coremods (and transformers): LoadingPlugin (Bloodmoon_MC1.12.2_1.5.3.jar) lumien.bloodmoon.asm.ClassTransformer EntityCullingPlugin (entityculling-1.12.2-6.4.3.jar) meldexun.entityculling.asm.EntityCullingClassTransformer Inventory Tweaks Coremod (inventorytweaks-1.64dev.151.jar) invtweaks.forge.asm.ContainerTransformer SurgeLoadingPlugin (surge-1.12.2-2.0.77.jar) Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.15-1.12.2 (1).jar) pl.asie.foamfix.coremod.FoamFixTransformer CorePlugin (SmoothFont-mc1.12.2-2.1.4.jar) bre.smoothfont.asm.Transformer XaeroWorldMapPlugin (XaerosWorldMap_1.37.7_Forge_1.12.jar) xaero.map.core.transformer.ChunkTransformer xaero.map.core.transformer.NetHandlerPlayClientTransformer xaero.map.core.transformer.EntityPlayerTransformer xaero.map.core.transformer.AbstractClientPlayerTransformer xaero.map.core.transformer.WorldClientTransformer xaero.map.core.transformer.EntityPlayerMPTransformer xaero.map.core.transformer.PlayerListTransformer xaero.map.core.transformer.SaveFormatTransformer xaero.map.core.transformer.BiomeColorHelperTransformer xaero.map.core.transformer.MinecraftServerTransformer xaero.map.core.transformer.MinecraftTransformer CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) team.chisel.ctm.client.asm.CTMTransformer SSLoadingPlugin (sereneseasons-1.12.2-1.2.18-universal.jar) sereneseasons.asm.transformer.EntityRendererTransformer sereneseasons.asm.transformer.WorldTransformer Born in a Barn (borninabarn1.8-1.12-1.2.jar) com.chocohead.biab.BornInABarn RenderLibPlugin (renderlib-1.12.2-1.3.4.jar) meldexun.renderlib.asm.RenderLibClassTransformer GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.0 Compatibility Profile Context 24.2.1.240215' Renderer: 'Radeon RX 5500 XT' 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) - craftingtweaksIntegration (Enabled/Not Forced) - theoneprobeIntegration (Enabled/Not Forced) Patchouli open book context: n/a Launched Version: 1.12.2 LWJGL: 2.9.4 OpenGL: Radeon RX 5500 XT GL version 4.6.0 Compatibility Profile Context 24.2.1.240215, 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 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: ModdedFaithful 1.12.2-rv1 (1).zip, NotEnoughPixels1.12.2-1.1.4.zip, Classic Faithful 32x Programmer Art - 1.12.2 (2).zip Current Language: Русский (Россия) Profiler Position: N/A (disabled) CPU: 12x Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz OptiFine Version: OptiFine_1.12.2_HD_U_G5 OptiFine Build: 20210124-142939 Render Distance Chunks: 8 Mipmaps: 0 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.6.0 Compatibility Profile Context 24.2.1.240215 OpenGlRenderer: Radeon RX 5500 XT OpenGlVendor: ATI Technologies Inc. CpuCount: 12
  13. Hello all! I'm currently trying to make the Biomes o' Plenty mod (1.12.2 version) compatible with my shaderpack (BSL v8.5). Even after I've already inserted a "shaders" folder with a correctly-formatted blocks.PROPERTIES file within the assets folder of the .jar, it still does not wave the textures from the mod. I definitely thought this was going to work since I noticed the 1.19.2 version of the mod laid it out exactly like that and it worked perfectly when my PC was able to run 1.19.2 Forge... ^^;;; Could there be some missing link I'm not getting at here?
  14. Hello, please help. I cant open my world in MC Forge 1.12.2.
  15. I dont know why but my server is crashing somehow, I want to make modpack server with my girlfriend, whole day Im trying to understand that error log but Im to dump to achieve that, so Im asking you smart guys if you can tell me what is wrong with my server. There is my error log : https://mclo.gs/mX2Oo9G Thank you
  16. This issue affects multiple versions of Forge. The main problem is that when running the forge server through a standart Windows console, the Advanced console output does not work, namely: ConsoleCommandCompleter TerminalHandler MinecraftFormattingConverter This makes the console incredibly difficult to use. Commands cannot be seen when pressing TAB ↑forge-1.12.2-14.23.5.2847↑ it is impossible to write a sufficiently long command if at the moment of typing something is displayed in the console (this information will be combined with the command that was written and it will no longer be possible to use it). Also the text does not have ASCII color codes All the necessary jar files are there, all the necessary java classes for this are also there. Why does this only work on certain forge builds? How to fix it?
  17. I'm playing Minecraft Forge 1.12.2 with my friends on a server hosted on my friends PC. All my friends can play the game normally and have all the same mods installed as me. But my game for some reason keeps crashing after about 2-3 minutes with the exit code: -1073741819, which I can't find any solutions or references for on the internet either. Often times it crashes my discord aswell, which I then have to manually restart. In some cases it has even caused a blackscreen. I have an AMD RX 6500 XT and a Ryzen 5 5500, with the latest 24.1.1 drivers installed. Everytime the game crashes, it also resets my AMD performance tuning "due to an unexpected system failure". One more thing to note, is that there is always an error window appearing, which states: "exception processing message: 0xc0000005 unexpected parameters". If anyone could help me fix this issue, I would be incredibly thankful. Here is the mod list: MixinBooster, SecurityCraft, ToggleSneak, Aether, AmbientSounds, AutoRegLib, Baubles, BetterCaves, BetterEnchantment, BetterMineshaftsForge, BetterNether, BiomesOPlenty, Bookshelf, CarryOn, CensoredASM, CreativeCore, DecoCraft, DungeonsMod, EnchantingPlus, EndReborn, MrCrayfishsFurniture, Galacticraft, Gravestone, Hwyla, IceAndFire, iChunUtil, InvMove, IronChest, JEI, LLibrary, Mantle, MowziesMobs, OpenBlocks, OpenModsLib, Optifine, PortalGun, PRTLib, Quark, RoguelikeDungeonsFnarEdition, SlashBlades, TinkersConstruct, Thaumcraft, TwilightForest, uTeamCore, UsefulBackpacks, Warpbook
  18. Hi, I'm super new to this. I'd appreciate any help, please! So I play as regular and so but I have the thaumcrafct mod, I've been on this server for a long time now and had absolutely no issue until today. Trying to start and learn from the thaumcraft book and press on a recipe like the first item to make and I completely crash. Does anyone know how I can fix this? Attached it the crash report and like I said I'm super new to this, I know basic stuff but if anyone could please guide me to solve this. Thank you!! :') https://jmp.sh/s/edMsglRGxBBoyt8HFJg4
  19. Mod is crashing my server due to what I believe is a conflict with the TF2 mod and the SRP Parasites mod. Whenever a TF2 mob interacts with a SRP mob, the TF2 mob becomes corrupted and the server crashes. I'm currently searching for a fix that doesn't involve removing either mod. java.lang.ClassCastException: rafradek.TF2weapons.entity.mercenary.EntityHeavy cannot be cast to net.minecraft.entity.player.EntityPlayer java.lang.ClassCastException: rafradek.TF2weapons.entity.building.EntitySentry cannot be cast to net.minecraft.entity.player.EntityPlayer java.lang.ClassCastException: rafradek.TF2weapons.entity.mercenary.EntityEngineer cannot be cast to net.minecraft.entity.player.EntityPlayer https://pastebin.com/yT1TNDQT (EDIT): The mod "Parasites Addon : Overlast" was creating errors when npcs attach SRP parasite mobs, I removed the Overlast mod and everything is working smoothly.
  20. Hi, I wanted to switch from Aternos cloud server to my own. 1. I downloaded the latest version: forge-1.12.2-14.23.5.2859.jar for the server. 2. Made start.bat java -Xmx10G -Xms10G -jar forge-1.12.2-14.23.5.2859.jar nogui pause 3. An error occurred in the log file: [09:40:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [09:40:23] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [09:40:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker And this appeared in the console: 2024-02-03 09:48:07,632 main ERROR Error processing element Queue ([Appenders: null]): CLASS_NOT_FOUND 2024-02-03 09:48:07,676 main WARN Disabling terminal, you're running in an unsupported environment. 2024-02-03 09:48:07,715 main ERROR Unable to locate appender "ServerGuiConsole" for logger config "root" [09:48:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [09:48:07] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [09:48:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException 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.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70) at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34) Caused by: java.lang.NoClassDefFoundError: com/google/common/collect/Lists at net.minecraftforge.fml.common.launcher.FMLTweaker.acceptOptions(FMLTweaker.java:69) at net.minecraftforge.fml.common.launcher.FMLServerTweaker.acceptOptions(FMLServerTweaker.java:36) at net.minecraft.launchwrapper.Launch.launch(Launch.java:114) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) ... 6 more Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Lists at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 10 more If you need to know, I have already updated Java to Version 8 Update 401. I also tried the same thing on another computer and had the same problem.
  21. I cannot get 1.12.2 forge to open at all, every time I try after about 5 seconds it comes back saying the game unexpectedly crashed sorry for the inconvenience, Exit code: 1 Anyone know how to fix this?
  22. Juca

    Minecraft

    Marcelo pro Cristiano II!! olha o Cristiano o volto pra Lucas bastes buffonnnnnnnnn Cristiano de bicicleta minha nossa golllllll receba os aplaudius da torcida adiversaria
  23. So I've started making up a modpack for me and a friend to do some YouTube stuff with. I have Essential installed. When I made this modpack on Curseforge, it worked perfectly, but when I moved everything over to my Essential profile I started having this problem. Here's the error path. ---- Minecraft Crash Report ---- WARNING: coremods are present: FutureMC (future-mc-0.2.15.jar) TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.8.jar) ForgelinPlugin (Forgelin-1.8.4.jar) MovingWorldCore (movingworld-1.12-6.353-full.jar) AppleCore (AppleCore-mc1.12.2-3.4.0.jar) ObfuscatePlugin (obfuscate-0.4.2-1.12.2.jar) llibrary (llibrary-core-1.0.11-1.12.2.jar) CosmicLibFakeCoreMod (CosmicLib-1.12.2-0.4.0.BETA.jar) TickrateChanger (TickrateChanger-1.0.14.jar) Techguns Core (techguns-1.12.2-2.0.2.0_pre3.2.jar) MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar) DLFMLCorePlugin (DynamicLights-1.12.2.jar) Contact their authors BEFORE contacting forge // You should try our sister game, Minceraft! Time: 1/23/24 4:00 PM Description: Unexpected error java.lang.NullPointerException: Unexpected error at cam72cam.mod.MinecraftClient.getPlayer(MinecraftClient.java:27) at cam72cam.mod.world.World.lambda$registerClientEvnets$4(World.java:105) at cam72cam.mod.world.World$$Lambda$1915/439676963.run(Unknown Source) at cam72cam.mod.event.ClientEvents$ClientEventBus$$Lambda$3090/973023296.accept(Unknown Source) at java.lang.Iterable.forEach(Iterable.java:75) at cam72cam.mod.event.Event.execute(Event.java:24) at cam72cam.mod.event.ClientEvents$ClientEventBus.onClientTick(ClientEvents.java:106) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_295_ClientEventBus_onClientTick_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) 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 gg.essential.loader.stage2.relaunch.Relaunch.relaunch(Relaunch.java:124) at gg.essential.loader.stage2.EssentialLoader.doInitialize(EssentialLoader.java:367) at gg.essential.loader.stage2.EssentialLoaderBase.initialize(EssentialLoaderBase.java:761) 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 gg.essential.loader.stage1.EssentialLoaderBase.initialize(EssentialLoaderBase.java:309) at gg.essential.loader.stage1.EssentialSetupTweaker.injectIntoClassLoader(EssentialSetupTweaker.java:59) at gg.essential.loader.stage0.EssentialSetupTweaker.injectIntoClassLoader(EssentialSetupTweaker.java:63) at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) 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 cam72cam.mod.MinecraftClient.getPlayer(MinecraftClient.java:27) at cam72cam.mod.world.World.lambda$registerClientEvnets$4(World.java:105) at cam72cam.mod.world.World$$Lambda$1915/439676963.run(Unknown Source) at cam72cam.mod.event.ClientEvents$ClientEventBus$$Lambda$3090/973023296.accept(Unknown Source) at java.lang.Iterable.forEach(Iterable.java:75) at cam72cam.mod.event.Event.execute(Event.java:24) at cam72cam.mod.event.ClientEvents$ClientEventBus.onClientTick(ClientEvents.java:106) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_295_ClientEventBus_onClientTick_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) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['CollieCloud'/5670, l='MpServer', x=176.50, y=71.00, z=255.50]] Chunk stats: MultiplayerChunkCache: 82, 82 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (176,64,256), Chunk: (at 0,4,0 in 11,16; contains blocks 176,0,256 to 191,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 226 game time, 10008 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 2 total; [EntityPlayerSP['CollieCloud'/5670, l='MpServer', x=176.50, y=71.00, z=255.50], EntityLatchedRenderer['unknown'/5685, l='MpServer', x=8.50, y=65.00, z=8.50]] Retry entities: 1 total; [EntityLatchedRenderer['unknown'/5685, l='MpServer', x=8.50, y=65.00, z=8.50]] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:427) 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) 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 gg.essential.loader.stage2.relaunch.Relaunch.relaunch(Relaunch.java:124) at gg.essential.loader.stage2.EssentialLoader.doInitialize(EssentialLoader.java:367) at gg.essential.loader.stage2.EssentialLoaderBase.initialize(EssentialLoaderBase.java:761) 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 gg.essential.loader.stage1.EssentialLoaderBase.initialize(EssentialLoaderBase.java:309) at gg.essential.loader.stage1.EssentialSetupTweaker.injectIntoClassLoader(EssentialSetupTweaker.java:59) at gg.essential.loader.stage0.EssentialSetupTweaker.injectIntoClassLoader(EssentialSetupTweaker.java:63) at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) 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: 4259379080 bytes (4062 MB) / 6643777536 bytes (6336 MB) up to 10737418240 bytes (10240 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 3, tcache: 0, allocated: 12, tallocated: 98 FML: MCP 9.42 Powered by Forge 14.23.5.2860 82 mods loaded, 82 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.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None | | LCHIJA | obfuscate | 0.4.2 | minecraft.jar | None | | LCHIJA | techguns_core | 1.12.2-1.0 | minecraft.jar | None | | LCHIJA | essential | 1.0.0 | Essential (forge_1.12.2).jar | None | | LCHIJA | replaymod | 1.12.2-2.6.13 | replaymod-1.12.2-2.6.13.jar | None | | LCHIJA | securitycraft | v1.9.8 | [1.12.2] SecurityCraft v1.9.8.jar | None | | LCHIJA | timeoverhaul | 0.0.4 Beta | [1.12.2] TimeOverhaul-'V_0.0.4 Beta'.jar | None | | LCHIJA | applecore | 3.4.0 | AppleCore-mc1.12.2-3.4.0.jar | None | | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LCHIJA | bibliocraft | 2.4.6 | BiblioCraft[v2.4.6][MC1.12.2].jar | None | | LCHIJA | buildcraftlib | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | buildcraftcore | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | buildcraftbuilders | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | buildcrafttransport | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | buildcraftsilicon | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | ic2 | 2.8.170-ex112 | industrialcraft-2-2.8.170-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 | | LCHIJA | buildcraftcompat | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | buildcraftenergy | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | buildcraftfactory | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | buildcraftrobotics | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | carryon | 1.12.3 | carryon-1.12.2-1.12.7.23.jar | None | | LCHIJA | corpse | 1.12.2-1.0.8 | corpse-1.12.2-1.0.8.jar | None | | LCHIJA | cosmiclib | 0.4.0 | CosmicLib-1.12.2-0.4.0.BETA.jar | d3974446c00f9f1d275edce305771eeddf30c658 | | LCHIJA | customspawner | 3.11.4 | CustomMobSpawner-3.11.5.jar | None | | LCHIJA | customnpcs | 1.12 | CustomNPCs_1.12.2-(05Jul20).jar | None | | LCHIJA | movingworld | 1.12-6.353 | movingworld-1.12-6.353-full.jar | None | | LCHIJA | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.340-full.jar | None | | LCHIJA | mocreatures | 12.0.5 | DrZharks MoCreatures Mod-12.0.5.jar | None | | LCHIJA | dynamiclights | 1.4.9 | DynamicLights-1.12.2.jar | None | | LCHIJA | dynamiclights_onfire | 1.0.7 | DynamicLights-1.12.2.jar | None | | LCHIJA | dynamiclights_creepers | 1.0.6 | DynamicLights-1.12.2.jar | None | | LCHIJA | dynamiclights_dropitems | 1.1.0 | DynamicLights-1.12.2.jar | None | | LCHIJA | dynamiclights_entityclasses | 1.0.1 | DynamicLights-1.12.2.jar | None | | LCHIJA | dynamiclights_mobequipment | 1.1.0 | DynamicLights-1.12.2.jar | None | | LCHIJA | dynamiclights_flamearrows | 1.0.1 | DynamicLights-1.12.2.jar | None | | LCHIJA | dynamiclights_floodlights | 1.0.3 | DynamicLights-1.12.2.jar | None | | LCHIJA | dynamiclights_otherplayers | 1.0.9 | DynamicLights-1.12.2.jar | None | | LCHIJA | dynamiclights_theplayer | 1.1.3 | DynamicLights-1.12.2.jar | None | | LCHIJA | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a | | LCHIJA | dsurround | 3.6.1.0 | DynamicSurroundings-1.12.2-3.6.1.0.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a | | LCHIJA | dynamictrees | 1.12.2-0.9.29 | DynamicTrees-1.12.2-0.9.29.jar | None | | LCHIJA | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None | | LCHIJA | dynamictreestc | 1.12.2-1.4.2 | DynamicTreesTC-1.12.2-1.4.2.jar | None | | LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None | | LCHIJA | flansmod | 5.10.0 | Flan's Mod-1.12.2-5.10.0.jar | None | | LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None | | LCHIJA | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec | | LCHIJA | fossil | 8.0.5 | fossilsarcheology-8.0.6.jar | None | | LCHIJA | cfm | 6.3.0 | furniture-6.3.2-1.12.2.jar | None | | LCHIJA | futuremc | 0.2.6 | future-mc-0.2.15.jar | None | | LCHIJA | green_screen | 1.0.1 | Green Screen Mod.jar | None | | LCHIJA | hungerinpeace | 1.0.0 | HungerInPeace-mc1.12-1.0.0.jar | None | | LCHIJA | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | LCHIJA | improvedbackpacks | 1.12.2-1.5.0.0 | ImprovedBackpacks-1.12.2-1.5.0.0.jar | None | | LCHIJA | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None | | LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None | | LCHIJA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None | | LCHIJA | mca | 6.1.0 | MCA-1.12.2-6.1.0-universal.jar | None | | LCHIJA | moreplayermodels | 1.12.2 | MorePlayerModels_1.12.2-(05Dec19).jar | None | | LCHIJA | yurtmod | 9.5.2 | NomadicTents-1.12.2-9.5.2.jar | None | | LCHIJA | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zg.jar | None | | LCHIJA | railcraft | 12.0.0 | railcraft-12.0.0.jar | a0c255ac501b2749537d5824bb0f0588bf0320fa | | LCHIJA | corerm | 1.3.3 | RikMuldsCore_1.3.3.jar | None | | LCHIJA | simplepartspack | 5.7.2 | Simple Parts-Content Pack-1.12.2-5.7.2.jar | None | | LCHIJA | sem | 1.6.7 | Steam Engines Mod-1.6.7.jar | None | | LCHIJA | sync | 7.1.0 | Sync-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | LCHIJA | techguns | 2.0.2.0 | techguns-1.12.2-2.0.2.0_pre3.2.jar | None | | LCHIJA | tickratechanger | 1.0.14 | TickrateChanger-1.0.14.jar | None | | LCHIJA | vm | 1.0 | Timestop-1.5.jar | None | | LCHIJA | toughasnails | 3.1.0.139 | ToughAsNails-1.12.2-3.1.0.139-universal.jar | None | | LCHIJA | trackapi | 1.2 | TrackAPI-1.2.jar | None | | LCHIJA | universalmodcore | 1.2.1 | UniversalModCore-1.12.2-forge-1.2.1.jar | None | | LCHIJA | variedcommodities | 1.12.2 | VariedCommodities_1.12.2-(31Mar23).jar | None | | LCHIJA | yeoldepack | 5.8.2 | Ye Olde-Content Pack-1.12.2-5.8.2.jar | None | | LCHIJA | stringfromwool | 1.0.0 | zaynens_string_from_wool_mod_1.12.2.jar | None | | LCHIJA | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None | | LCHIJA | rtg | 6.1.0.0-snapshot.1 | RTG-1.12.2-6.1.0.0-snapshot.1.jar | None | | LCHIJA | primal_tech | 0.3.5 | PrimalTech-0.3.5.jar | None | Loaded coremods (and transformers): FutureMC (future-mc-0.2.15.jar) thedarkcolour.futuremc.asm.CoreTransformer TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.8.jar) ForgelinPlugin (Forgelin-1.8.4.jar) MovingWorldCore (movingworld-1.12-6.353-full.jar) AppleCore (AppleCore-mc1.12.2-3.4.0.jar) squeek.applecore.asm.TransformerModuleHandler ObfuscatePlugin (obfuscate-0.4.2-1.12.2.jar) com.mrcrayfish.obfuscate.asm.ObfuscateTransformer llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher CosmicLibFakeCoreMod (CosmicLib-1.12.2-0.4.0.BETA.jar) TickrateChanger (TickrateChanger-1.0.14.jar) me.guichaguri.tickratechanger.TickrateTransformer Techguns Core (techguns-1.12.2-2.0.2.0_pre3.2.jar) techguns.core.TechgunsASMTransformer MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar) DLFMLCorePlugin (DynamicLights-1.12.2.jar) atomicstryker.dynamiclights.common.DLTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 537.13' Renderer: 'NVIDIA GeForce GTX 1060/PCIe/SSE2' Launched Version: 1.12.2-forge-14.23.5.2860 LWJGL: 2.9.4 OpenGL: NVIDIA GeForce GTX 1060/PCIe/SSE2 GL version 4.6.0 NVIDIA 537.13, NVIDIA Corporation 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: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
  24. So i create a modpack with srp techguns and other Modpack work on client, аnd it doesn't work on the server Don't kick me pls if it is something very based Crashreport : https://paste.ee/p/ItU5Y#section0
  25. Напишите пожалуйста скрипт для кастомного мода NPC 1 12 2 для майнкрафта, который проверяет выполнил ли игрок квест, если да, то NPC говорит ему "На сегодня все, приходи завтра", в противном случае он дает ему новый квест
×
×
  • Create New...

Important Information

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