TheCodex6824 / ThaumicAugmentation

A Thaumcraft addon for Minecraft 1.12 that tries to add new content that would fit in with the base mod.
https://minecraft.curseforge.com/projects/thaumic-augmentation
GNU Lesser General Public License v3.0
41 stars 30 forks source link

mod doesnt work after i built it #374

Closed ipoprzreal closed 4 months ago

ipoprzreal commented 5 months ago

So, I downloaded the source code because I wanted to make more complex spells. I changed the ancient focus's complexity to be 100. Then, after a long while of troubleshooting, I built it in Gradle to get the JAR. I put it into my mods folder, loaded up the game, and it wasn't there. Not even in the mods list. Just like I never installed it. Any of you have an idea?

LincT commented 5 months ago

I'm not sure this is really in scope of the mod as this could be any number of issues with environment or compiling.

If the core issue however is the complexity of the focus, have you tried building the project once with no changes to any files whatsoever?

If that doesn't build, have you tried a simpler mod build, like maybe write a small one to add a custom block or item, verify that builds and runs?

ipoprzreal commented 5 months ago

how would i go about adding an item

ipoprzreal commented 5 months ago

and yes i did build it with no changes and it still didnt work

TheCodex6824 commented 5 months ago

I just tried doing a build and everything seemed alright, and it loaded ingame. Is there anything in your debug.log about why it's skipping over the jar file? There should be a part near the beginning where it examines all jars for mods. Also, make sure you are only copying the normal jar into the mods folder, not the API, sources, or javadoc jars.

If that doesn't help, I'm going to need the following to help more:

how would i go about adding an item

You'll need to add the item class (look at existing classes in common/item), an entry in api/TAItems (make sure to add to the getAllItems array), and an entry in init/RegistryHandler at the minimum. You probably also want a model/texture, translations, and so on - looking at the other items as an example is probably the easiest way.

ipoprzreal commented 4 months ago

here is the debug log

Java Launcher: C:\Program Files\Java\jdk1.8.0_202\bin\java.exe Arguments: '--input, C:\Users\Jordan\Downloads\ThaumicAugmentation-master\build\libs\ThaumicAugmentation-1.12.2-2.1.13.jar, --output, C:\Users\Jordan\Downloads\ThaumicAugmentation-master\build\reobfJar\output.jar, --names, C:\Users\Jordan\Downloads\ThaumicAugmentation-master\build\reobfJar\mappings.tsrg, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\curse.maven\jeid-296289\2919737\ed63fd63fada30b9ab4655b4f407f937ce950c2f\jeid-296289-2919737.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\curse.maven\botania-225643\2846950\54b0b10d5a01a17dba2b50d2104f2ff970c98f84\botania-225643-2846950.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\curse.maven\auracontrol-397104\3013979\148781667e9f037d76f66fae7d24ad87a08e3ec4\auracontrol-397104-3013979.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\curse.maven\electroblobs-wizardry-265642\2929294\6e464be81072c196670743c13cc6da132a63f8\electroblobs-wizardry-265642-2929294.jar, --lib, C:\Program Files\gradle-8.7\caches\forge_gradle\deobf_dependencies\curse\maven\thaumcraft-223628\2629023_mapped_stable_39-1.12\thaumcraft-223628-2629023_mapped_stable_39-1.12.jar, --lib, C:\Program Files\gradle-8.7\caches\forge_gradle\deobf_dependencies\curse\maven\baubles-227083\2518667_mapped_stable_39-1.12\baubles-227083-2518667_mapped_stable_39-1.12.jar, --lib, C:\Users\Jordan\Downloads\ThaumicAugmentation-master\build\fg_cache\net\minecraftforge\forge\1.12.2-14.23.5.2860_mapped_stable_39-1.12\forge-1.12.2-14.23.5.2860_mapped_stable_39-1.12.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\net.minecraftforge\legacydev\0.3.0.0-legacyExt\2f51d8637582fdf35c21b2943f4226e9c82a194d\legacydev-0.3.0.0-legacyExt.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\org.ow2.asm\asm-debug-all\5.2\3354e11e2b34215f06dab629ab88e06aca477c19\asm-debug-all-5.2.jar, --lib, C:\Program Files\gradle-8.7\caches\forge_gradle\minecraft_repo\versions\1.12.2\client-extra.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\com.google.code.findbugs\jsr305\3.0.1\f7be08ec23c21485b9b5a1cf1654c2ec8c58168d\jsr305-3.0.1.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\net.minecraft\launchwrapper\1.12\111e7bea9c968cdb3d06ef4632bf7ff0824d0f36\launchwrapper-1.12.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\org.jline\jline\3.5.1\51800e9d7a13608894a5a28eed0f5c7fa2f300fb\jline-3.5.1.jar, --lib, C:\Program Files\gradle-8.7\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, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\com.typesafe\config\1.2.1\f771f71fdae3df231bcd54d5ca2d57f0bf93f467\config-1.2.1.jar, --lib, C:\Program Files\gradle-8.7\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, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\org.scala-lang\scala-compiler\2.11.1\56ea2e6c025e0821f28d73ca271218b8dd04926a\scala-compiler-2.11.1.jar, --lib, C:\Program Files\gradle-8.7\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, --lib, C:\Program Files\gradle-8.7\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, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\org.scala-lang\scala-reflect\2.11.1\6580347e61cc7f8e802941e7fde40fa83b8badeb\scala-reflect-2.11.1.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\org.scala-lang\scala-actors\2.11.0\8ccfb6541de179bb1c4d45cf414acee069b7f78b\scala-actors-2.11.0.jar, --lib, C:\Program Files\gradle-8.7\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, --lib, C:\Program Files\gradle-8.7\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, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\org.scala-lang\scala-library\2.11.1\e11da23da3eabab9f4777b9220e60d44c1aab6a\scala-library-2.11.1.jar, --lib, C:\Program Files\gradle-8.7\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, --lib, C:\Program Files\gradle-8.7\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, --lib, C:\Program Files\gradle-8.7\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, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\lzma\lzma\0.0.1\521616dc7487b42bef0e803bd2fa3faf668101d7\lzma-0.0.1.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\java3d\vecmath\1.5.2\79846ba34cbd89e2422d74d53752f993dcc2ccaf\vecmath-1.5.2.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\net.sf.trove4j\trove4j\3.0.3\42ccaf4761f0dfdfa805c9e340d99a755907e2dd\trove4j-3.0.3.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\net.sf.jopt-simple\jopt-simple\5.0.3\cdd846cfc4e0f7eefafc02c0f5dce32b9303aa2a\jopt-simple-5.0.3.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-core\2.15.0\ba55c13d7ac2fd44df9cc8074455719a33f375b9\log4j-core-2.15.0.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.15.0\4a5aa7e55a29391c6f66e0b259d5189aa11e45d0\log4j-api-2.15.0.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\com.mojang\patchy\1.3.9\eb8bb7b66fa0e2152b1b40b3856e82f7619439ee\patchy-1.3.9.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\oshi-project\oshi-core\1.1\9ddf7b048a8d701be231c0f4f95fd986198fd2d8\oshi-core-1.1.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\net.java.dev.jna\jna\4.4.0\cb208278274bf12ebdb56c61bd7407e6f774d65a\jna-4.4.0.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\net.java.dev.jna\platform\3.4.0\e3f70017be8100d3d6923f50b3d2ee17714e9c13\platform-3.4.0.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\com.ibm.icu\icu4j-core-mojang\51.2\63d216a9311cca6be337c1e458e587f99d382b84\icu4j-core-mojang-51.2.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\com.paulscode\codecjorbis\20101023\c73b5636faf089d9f00e8732a829577de25237ee\codecjorbis-20101023.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\com.paulscode\codecwav\20101023\12f031cfe88fef5c1dd36c563c0a3a69bd7261da\codecwav-20101023.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\com.paulscode\libraryjavasound\20101123\5c5e304366f75f9eaa2e8cca546a1fb6109348b3\libraryjavasound-20101123.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\com.paulscode\librarylwjglopenal\20100824\73e80d0794c39665aec3f62eee88ca91676674ef\librarylwjglopenal-20100824.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\com.paulscode\soundsystem\20120107\419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6\soundsystem-20120107.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\io.netty\netty-all\4.1.9.Final\97860965d6a0a6b98e7f569f3f966727b8db75\netty-all-4.1.9.Final.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\com.google.guava\guava\21.0\3a3d111be1be1b745edfa7d91678a12d7ed38709\guava-21.0.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\org.apache.commons\commons-lang3\3.5\6c6c702c89bfff3cd9e80b04d668c5e190d588c6\commons-lang3-3.5.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\commons-io\commons-io\2.5\2852e6e05fbb95076fc091f6d1780f1f8fe35e0f\commons-io-2.5.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient\4.3.3\18f4247ff4572a074444572cee34647c43e7c9c7\httpclient-4.3.3.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\commons-codec\commons-codec\1.10\4b95f4897fa13f2cd904aee711aeafc0c5295cd8\commons-codec-1.10.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\net.java.jinput\jinput\2.0.5\39c7796b469a600f72380316f6b1f11db6c2c7c4\jinput-2.0.5.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\net.java.jutils\jutils\1.0.0\e12fe1fda814bd348c1579329c86943d2cd3c6a6\jutils-1.0.0.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\com.google.code.gson\gson\2.8.0\c4ba5371a29ac9b2ad6129b1d39ea38750043eff\gson-2.8.0.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\com.mojang\authlib\1.5.25\9834cdf236c22e84b946bba989e2f94ef5897c3c\authlib-1.5.25.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\com.mojang\realms\1.10.22\bd0dccebdf3744c75f1ca20063f16e8f7d5e663f\realms-1.10.22.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.8.1\a698750c16740fd5b3871425f4cb3bbaa87f529d\commons-compress-1.8.1.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\commons-logging\commons-logging\1.1.3\f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f\commons-logging-1.1.3.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.3.2\31fbbff1ddbf98f3aa7377c94d33b0447c646b6e\httpcore-4.3.2.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\it.unimi.dsi\fastutil\7.1.0\9835253257524c1be7ab50c057aa2d418fb72082\fastutil-7.1.0.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl\2.9.4-nightly-20150209\697517568c68e78ae0b4544145af031c81082dfe\lwjgl-2.9.4-nightly-20150209.jar, --lib, C:\Program Files\gradle-8.7\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, --lib, C:\Program Files\gradle-8.7\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, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\com.mojang\text2speech\1.10.3\48fd510879dff266c3815947de66e3d4809f8668\text2speech-1.10.3.jar, --lib, C:\Program Files\gradle-8.7\caches\modules-2\files-2.1\org.codehaus.plexus\plexus-utils\3.1.0\60eecb6f15abdb1c653ad80abaac6fe188b3feaa\plexus-utils-3.1.0.jar, --disable-abstract-param' Classpath:

hopefully this helps i dont know why it wont show up i even redownloaded the source and tried again this is about all i can send though

TheCodex6824 commented 4 months ago

First, looks like you are still using Gradle 8.7 - don't do that. The build relies on the gradle wrapper downloading the right version (which is 8.6 right now), and other versions will probably not work.

Since you have that system gradle 8.7 installation around, make extra sure you are executing gradlew.bat with the "w", and not just running "gradle", since that would be using the system copy instead of what we need. If you don't need it for anything else, I would highly suggest getting rid of the system gradle installation.

I just ran the build on a completely different computer and it worked fine. The log you attached is from the build process, where it is reobfuscating the jar, and looks all completely normal. I'm on linux so the command is slightly different, but I just ran JAVA_HOME=/usr/lib/jvm/java-8-openjdk/ ./gradlew build and it built everything. I then copied the resulting build/libs/ThaumicAugmentation-1.12.2-2.1.13.jar to a minecraft instance and the game started up and recognized it.

If you still have problems after using the correct gradle, I need a debug.log from the run of the game - this is different than what you found before, and you will find it in your actual Minecraft instance folder in the logs folder. You can also upload the jar you compiled and I can take a look at it, although please rename the extension to .zip from .jar so people don't accidentally use it.

ipoprzreal commented 4 months ago

ok that explains why changing the gradle version didnt change anything heres the game log

[23:16:47] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [23:16:47] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [23:16:47] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [23:16:47] [main/INFO]: Forge Mod Loader version 14.23.5.2859 for Minecraft 1.12.2 loading [23:16:47] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Users\Jordan\curseforge\minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy [23:16:48] [main/INFO]: Searching C:\Users\Jordan\curseforge\minecraft\Instances\dev\mods for mods [23:16:48] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [23:16:48] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [23:16:48] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [23:16:48] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [23:16:48] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:16:58] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [23:16:59] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [23:16:59] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:16:59] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [23:17:01] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [23:17:01] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [23:17:01] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main} [23:17:07] [Client thread/INFO]: Setting user: UC_v0ry001 [23:17:25] [Client thread/WARN]: Skipping bad option: lastServer: [23:17:25] [Client thread/INFO]: LWJGL Version: 2.9.4 [23:17:29] [Client thread/INFO]: -- 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: 536720976 bytes (511 MB) / 732954624 bytes (699 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 27.20.100.8729' Renderer: 'Intel(R) UHD Graphics 630' [23:17:31] [Client thread/INFO]: MinecraftForge v14.23.5.2859 Initialized [23:17:31] [Client thread/INFO]: Starts to replace vanilla recipe ingredients with ore ingredients. [23:17:31] [Client thread/INFO]: Invalid recipe found with multiple oredict ingredients in the same ingredient... [23:17:32] [Client thread/INFO]: Replaced 1227 ore ingredients [23:17:34] [Client thread/INFO]: Searching C:\Users\Jordan\curseforge\minecraft\Instances\dev\mods for mods [23:17:36] [Thread-3/INFO]: Using sync timing. 200 frames of Display.update took 342787800 nanos [23:17:47] [Client thread/INFO]: Forge Mod Loader has identified 10 mods to load [23:17:48] [Client thread/INFO]: FML has found a non-mod file forge-1.12.2-14.23.5.2860_mapped_stable_39-1.12.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [23:17:49] [Client thread/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, baubles, cucumber, jei, mysticalagriculture, thaumcraft, thaumicjei] at CLIENT [23:17:49] [Client thread/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, baubles, cucumber, jei, mysticalagriculture, thaumcraft, thaumicjei] at SERVER [23:17:52] [Client thread/WARN]: Patcher expecting empty class data file for net.minecraft.server.MinecraftServer$2, but received non-empty [23:17:56] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Baubles, FMLFileResourcePack:Cucumber Library, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:Mystical Agriculture, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:ThaumicJEI [23:17:57] [Client thread/INFO]: Processing ObjectHolder annotations [23:17:57] [Client thread/INFO]: Found 1170 ObjectHolder annotations [23:17:57] [Client thread/INFO]: Identifying ItemStackHolder annotations [23:17:57] [Client thread/INFO]: Found 0 ItemStackHolder annotations [23:17:58] [Client thread/INFO]: Configured a dormant chunk cache size of 0 [23:17:58] [Forge Version Check/INFO]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [23:18:01] [Client thread/WARN]: Potentially Dangerous alternative prefix minecraft for name ma.tinkering_table, expected mysticalagriculture. This could be a intended override, but in most cases indicates a broken mod. [23:18:02] [Client thread/INFO]: OBJLoader: Domain thaumcraft has been added. [23:18:07] [Client thread/INFO]: Applying holder lookups [23:18:07] [Client thread/INFO]: Holder lookups applied [23:18:07] [Client thread/INFO]: Applying holder lookups [23:18:07] [Client thread/INFO]: Holder lookups applied [23:18:08] [Client thread/INFO]: Applying holder lookups [23:18:08] [Client thread/INFO]: Holder lookups applied [23:18:08] [Client thread/INFO]: Applying holder lookups [23:18:08] [Client thread/INFO]: Holder lookups applied [23:18:08] [Client thread/INFO]: Injecting itemstacks [23:18:08] [Client thread/INFO]: Itemstack injection complete [23:18:18] [Client thread/WARN]: Missing sound for event: thaumcraft:runicshieldcharge [23:18:18] [Sound Library Loader/INFO]: Starting up SoundSystem... [23:18:18] [Thread-5/INFO]: Initializing LWJGL OpenAL [23:18:18] [Thread-5/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [23:18:18] [Thread-5/INFO]: OpenAL initialized. [23:18:18] [Sound Library Loader/INFO]: Sound engine started [23:18:38] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping [23:18:38] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping [23:18:38] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping [23:18:38] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping [23:18:38] [Client thread/INFO]: OBJModel: A color has already been defined for material 'texture' in 'thaumcraft:models/block/arcane_workbench_charger.mtl'. The color defined by key 'Ks' will not be applied! [23:18:38] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping [23:18:39] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping [23:18:39] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping [23:18:39] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping [23:18:39] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping [23:18:39] [Client thread/INFO]: OBJModel: A color has already been defined for material 'texture' in 'thaumcraft:models/block/pillar.mtl'. The color defined by key 'Ks' will not be applied! [23:18:39] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping [23:18:39] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping [23:18:39] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping [23:18:39] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping [23:18:39] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping [23:18:39] [Client thread/INFO]: OBJModel: A color has already been defined for material 'texture' in 'thaumcraft:models/block/thaumatorium.mtl'. The color defined by key 'Ks' will not be applied! [23:18:39] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping [23:18:50] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping [23:18:50] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping [23:18:50] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping [23:18:50] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping [23:18:50] [Client thread/INFO]: OBJModel: A color has already been defined for material 'texture' in 'thaumcraft:models/block/golembuilder.mtl'. The color defined by key 'Ks' will not be applied! [23:18:50] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping [23:18:50] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping [23:18:50] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping [23:18:50] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping [23:18:50] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping [23:18:50] [Client thread/INFO]: OBJModel: A color has already been defined for material 'body' in 'thaumcraft:models/item/scanner.mtl'. The color defined by key 'Ks' will not be applied! [23:18:50] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping [23:18:50] [Client thread/INFO]: OBJModel: A color has already been defined for material 'pane' in 'thaumcraft:models/item/scanner.mtl'. The color defined by key 'Ks' will not be applied! [23:18:51] [Client thread/INFO]: Max texture size: 16384 [23:19:23] [Client thread/INFO]: Created: 1024x1024 textures-atlas [23:19:35] [Client thread/INFO]: Checking for mod & oredict compatibilities [23:19:35] [Client thread/INFO]: Adding entities to MFR safari net blacklist. [23:19:36] [Client thread/INFO]: Applying holder lookups [23:19:36] [Client thread/INFO]: Holder lookups applied [23:19:37] [Client thread/INFO]: Created: 256x128 textures-atlas [23:19:37] [Client thread/WARN]: Potentially Dangerous alternative prefix minecraft for name ma_seed_reprocessor, expected mysticalagriculture. This could be a intended override, but in most cases indicates a broken mod. [23:19:37] [Client thread/WARN]: Potentially Dangerous alternative prefix minecraft for name ma_inferium_furnace, expected mysticalagriculture. This could be a intended override, but in most cases indicates a broken mod. [23:19:37] [Client thread/WARN]: Potentially Dangerous alternative prefix minecraft for name ma_prudentium_furnace, expected mysticalagriculture. This could be a intended override, but in most cases indicates a broken mod. [23:19:37] [Client thread/WARN]: Potentially Dangerous alternative prefix minecraft for name ma_intermedium_furnace, expected mysticalagriculture. This could be a intended override, but in most cases indicates a broken mod. [23:19:37] [Client thread/WARN]: Potentially Dangerous alternative prefix minecraft for name ma_superium_furnace, expected mysticalagriculture. This could be a intended override, but in most cases indicates a broken mod. [23:19:37] [Client thread/WARN]: Potentially Dangerous alternative prefix minecraft for name ma_supremium_furnace, expected mysticalagriculture. This could be a intended override, but in most cases indicates a broken mod. [23:19:37] [Client thread/WARN]: Potentially Dangerous alternative prefix minecraft for name ma_ultimate_furnace, expected mysticalagriculture. This could be a intended override, but in most cases indicates a broken mod. [23:19:39] [Client thread/INFO]: Injecting itemstacks [23:19:39] [Client thread/INFO]: Itemstack injection complete [23:19:41] [Client thread/INFO]: Loaded 22 research entries from thaumcraft:research/alchemy [23:19:41] [Client thread/INFO]: Loaded 5 research entries from thaumcraft:research/eldritch [23:19:41] [Client thread/INFO]: Loaded 20 research entries from thaumcraft:research/basics [23:19:41] [Client thread/INFO]: Loaded 23 research entries from thaumcraft:research/auromancy [23:19:41] [Client thread/INFO]: Loaded 12 research entries from thaumcraft:research/scans [23:19:41] [Client thread/INFO]: Loaded 20 research entries from thaumcraft:research/artifice [23:19:41] [Client thread/INFO]: Loaded 17 research entries from thaumcraft:research/infusion [23:19:41] [Client thread/INFO]: Loaded 29 research entries from thaumcraft:research/golemancy [23:19:41] [Client thread/INFO]: Starting JEI... [23:19:42] [Client thread/INFO]: Registering recipe categories... [23:19:43] [Client thread/INFO]: Registering recipe categories took 222.1 ms [23:19:43] [Client thread/INFO]: Registering mod plugins... [23:19:44] [ThaumicJEI Aspect Cache/INFO]: Starting Aspect ItemStack Thread. [23:19:44] [ThaumicJEI Aspect Cache/INFO]: Trying to cache 1780 aspects. [23:19:44] [ThaumicJEI Aspect Cache/INFO]: Removed 0 items that are blacklisted [23:19:46] [Client thread/INFO]: Parsed aspect file in 1254ms [23:19:46] [Client thread/INFO]: Registering mod plugins took 3.461 s [23:19:46] [Client thread/INFO]: Building recipe registry... [23:19:48] [Client thread/INFO]: Building recipe registry took 1.711 s [23:19:48] [Client thread/INFO]: Building ingredient list... [23:19:48] [Client thread/INFO]: Building ingredient list took 479.1 ms [23:19:48] [Client thread/INFO]: Building ingredient filter... [23:19:49] [ThaumicJEI Aspect Cache/INFO]: ItemStack Aspect checking at 63% [23:19:50] [Client thread/INFO]: Building ingredient filter took 1.955 s [23:19:50] [Client thread/INFO]: Building bookmarks... [23:19:50] [Client thread/INFO]: Building bookmarks took 38.15 ms [23:19:50] [Client thread/INFO]: Building runtime... [23:19:51] [Client thread/INFO]: Building runtime took 600.5 ms [23:19:51] [Client thread/INFO]: Optimizing memory usage... [23:19:55] [ThaumicJEI Aspect Cache/INFO]: ItemStack Aspect checking at 77% [23:19:56] [Client thread/INFO]: Optimizing memory usage took 4.804 s [23:19:56] [Client thread/INFO]: Starting JEI took 14.55 s [23:19:56] [ThaumicJEI Aspect Cache/INFO]: Finished Aspect ItemStack Thread. [23:20:01] [Client thread/INFO]: Forge Mod Loader has successfully loaded 10 mods [23:20:01] [Client thread/WARN]: Skipping bad option: lastServer: [23:20:02] [Client thread/INFO]: Narrator library for x64 successfully loaded

[23:20:02] [Client thread/ERROR]: The following texture errors were found.

[23:20:02] [Client thread/ERROR]: DOMAIN minecraft

[23:20:02] [Client thread/ERROR]: domain minecraft is missing 3 textures [23:20:02] [Client thread/ERROR]: domain minecraft has 2 locations: [23:20:02] [Client thread/ERROR]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default [23:20:02] [Client thread/ERROR]: mod thaumcraft resources at C:\Users\Jordan\curseforge\minecraft\Instances\dev\mods\Thaumcraft-1.12.2-6.1.BETA26.jar

[23:20:02] [Client thread/ERROR]: The missing resources for domain minecraft are:

[23:20:02] [Client thread/ERROR]: No other errors exist for domain minecraft

[23:20:02] [Client thread/ERROR]: DOMAIN thaumcraft

[23:20:02] [Client thread/ERROR]: domain thaumcraft is missing 2 textures [23:20:02] [Client thread/ERROR]: domain thaumcraft has 1 location: [23:20:02] [Client thread/ERROR]: mod thaumcraft resources at C:\Users\Jordan\curseforge\minecraft\Instances\dev\mods\Thaumcraft-1.12.2-6.1.BETA26.jar

[23:20:02] [Client thread/ERROR]: The missing resources for domain thaumcraft are:

[23:20:02] [Client thread/ERROR]: No other errors exist for domain thaumcraft

[23:20:27] [Server thread/INFO]: Starting integrated minecraft server version 1.12.2 [23:20:27] [Server thread/INFO]: Generating keypair [23:20:27] [Server thread/INFO]: Injecting existing registry data into this server instance [23:20:29] [Server thread/INFO]: Applying holder lookups [23:20:29] [Server thread/INFO]: Holder lookups applied [23:20:29] [Server thread/INFO]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@10ea1197) [23:20:32] [Server thread/INFO]: Loaded 488 advancements [23:20:32] [Server thread/INFO]: Creating aura cache for world 0 [23:20:32] [Server thread/INFO]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@10ea1197) [23:20:32] [Server thread/INFO]: Creating aura cache for world -1 [23:20:32] [Server thread/INFO]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@10ea1197) [23:20:32] [Server thread/INFO]: Creating aura cache for world 1 [23:20:32] [Server thread/INFO]: Preparing start region for level 0 [23:20:34] [Server thread/INFO]: Preparing spawn area: 0% [23:20:35] [Server thread/INFO]: Preparing spawn area: 14% [23:20:36] [Server thread/INFO]: Preparing spawn area: 35% [23:20:37] [Server thread/INFO]: Preparing spawn area: 58% [23:20:38] [Server thread/INFO]: Preparing spawn area: 79% [23:20:39] [Thread-9/INFO]: Starting aura thread for dim 0 [23:20:40] [Thread-10/INFO]: Starting aura thread for dim -1 [23:20:40] [Thread-11/INFO]: Starting aura thread for dim 1 [23:20:40] [Server thread/INFO]: Removing aura cache for world -1 [23:20:40] [Server thread/INFO]: Unloading dimension -1 [23:20:40] [Server thread/INFO]: Removing aura cache for world 1 [23:20:40] [Server thread/INFO]: Unloading dimension 1 [23:20:40] [Server thread/INFO]: Changing view distance to 7, from 10 [23:20:42] [Thread-10/INFO]: Stopping aura thread for dim -1 [23:20:42] [Thread-11/INFO]: Stopping aura thread for dim 1 [23:20:45] [Netty Local Client IO #0/INFO]: Server protocol version 2 [23:20:45] [Netty Server IO #1/INFO]: Client protocol version 2 [23:20:45] [Netty Server IO #1/INFO]: Client attempting to join with 10 mods : minecraft@1.12.2,thaumcraft@6.1.BETA26,FML@8.0.99.99,forge@14.23.5.2859,cucumber@1.1.3,baubles@1.5.2,thaumicjei@1.6.0,mcp@9.42,mysticalagriculture@1.7.5,jei@4.16.1.301 [23:20:45] [Netty Local Client IO #0/INFO]: [Netty Local Client IO #0] Client side modded connection established [23:20:45] [Server thread/INFO]: [Server thread] Server side modded connection established [23:20:46] [Server thread/INFO]: UC_v0ry001[local:E:e49249ef] logged in with entity id 271 at (224.04040412167677, 83.12337466676884, 245.94808372407806) [23:20:46] [Server thread/INFO]: UC_v0ry001 joined the game [23:20:54] [Server thread/INFO]: Saving and pausing game... [23:20:54] [Server thread/INFO]: Saving chunks for level 'New World'/overworld [23:20:55] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 9510ms behind, skipping 190 tick(s)

[23:21:31] [Server thread/INFO]: Stopping server [23:21:31] [Server thread/INFO]: Saving players [23:21:31] [Server thread/INFO]: Saving worlds [23:21:31] [Server thread/INFO]: Saving chunks for level 'New World'/overworld [23:21:32] [Server thread/INFO]: Removing aura cache for world 0 [23:21:32] [Thread-9/WARN]: No auras found! [23:21:32] [Thread-9/INFO]: Stopping aura thread for dim 0 [23:21:32] [Server thread/INFO]: Unloading dimension 0 [23:21:33] [Server thread/INFO]: Applying holder lookups [23:21:33] [Server thread/INFO]: Holder lookups applied [23:21:33] [Client thread/INFO]: SoundSystem shutting down... [23:21:34] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com

ipoprzreal commented 4 months ago

no need to read all that its scanning the build as a non mod file

TheCodex6824 commented 4 months ago

I'm going to close this since you made the other issue.