JMAS Posted December 10, 2019 Share Posted December 10, 2019 (edited) Gradle launches Minecraft, then hangs demanding open mods folder.I'm using IntelliJ 2019.3. Forge ver.1.14.4-28.1.98-mdk. I edit build.gradle changing "examplemod" to my mod name and similar such info. Run build.gradle in IntelliJ. Go to Gradle window, select "fg_runs" then "genIntellijRuns". Once finished, I select RunClient and press green triangle to Run.Minecraft loads, music plays but Minecraft hangs on a window that says "Error loading mods. 1 error has occurred during loading" in red type.Beneath that in white it says "The Mod File /resources/main has mods that were not found."A button to open the Mods window is at the bottom, as is a button for a log file.Log file reads:[09Dec2019 18:32:06.554] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20190829.143755, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 28.1.98, --version, MOD_DEV, --assetIndex, 1.14, --assetsDir, C:\Users\Dad.gradle\caches\forge_gradle\assets, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}][09Dec2019 18:32:06.557] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 4.1.0+62+5bfa59b starting: java version 1.8.0_231 by Oracle Corporation[09Dec2019 18:32:07.440] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust[09Dec2019 18:32:08.323] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmluserdevclient' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, C:\Users\Dad.gradle\caches\forge_gradle\assets, --assetIndex, 1.14, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}][09Dec2019 18:32:13.032] [pool-2-thread-1/ERROR] [net.minecraftforge.fml.loading.moddiscovery.ExplodedDirectoryLocator/SCAN]: Exception scanning H:\MCModding\forge-1.14.4-28.1.98-mdk\lostboy\frankenmod\build\classes\java\mainjava.nio.file.NoSuchFileException: H:\MCModding\forge-1.14.4-28.1.98-mdk\lostboy\frankenmod\build\classes\java\mainat sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79) ~[?:1.8.0_231]at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97) ~[?:1.8.0_231]at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102) ~[?:1.8.0_231]at sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53) ~[?:1.8.0_231]at sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38) ~[?:1.8.0_231]at sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:193) ~[?:1.8.0_231]at java.nio.file.Files.readAttributes(Files.java:1737) ~[?:1.8.0_231]at java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219) ~[?:1.8.0_231]at java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276) ~[?:1.8.0_231]at java.nio.file.FileTreeWalker.walk(FileTreeWalker.java:322) ~[?:1.8.0_231]at java.nio.file.FileTreeIterator.(FileTreeIterator.java:72) ~[?:1.8.0_231]at java.nio.file.Files.find(Files.java:3687) ~[?:1.8.0_231]at net.minecraftforge.fml.loading.moddiscovery.ExplodedDirectoryLocator.scanIndividualPath(ExplodedDirectoryLocator.java:96) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-launcher.jar:?]at net.minecraftforge.fml.loading.moddiscovery.ExplodedDirectoryLocator.lambda$scanFile$3(ExplodedDirectoryLocator.java:90) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-launcher.jar:?]at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_231]at net.minecraftforge.fml.loading.moddiscovery.ExplodedDirectoryLocator.scanFile(ExplodedDirectoryLocator.java:90) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-launcher.jar:?]at net.minecraftforge.fml.loading.moddiscovery.ModFile.scanFile(ModFile.java:153) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-launcher.jar:?]at net.minecraftforge.fml.loading.moddiscovery.Scanner.scan(Scanner.java:46) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-launcher.jar:?]at net.minecraftforge.fml.loading.moddiscovery.ModFile.compileContent(ModFile.java:149) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-launcher.jar:?]at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) [?:1.8.0_231]at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_231]at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_231]at java.lang.Thread.run(Thread.java:748) [?:1.8.0_231][09Dec2019 18:32:13.322] [Client thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev[09Dec2019 18:32:24.103] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer:[09Dec2019 18:32:24.135] [Client thread/INFO] [net.minecraft.client.Minecraft/]: LWJGL Version: 3.2.2 build 10[09Dec2019 18:32:25.095] [Client thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: File H:\MCModding\forge-1.14.4-28.1.98-mdk\lostboy\frankenmod\build\resources\main constructed 0 mods: [], but had 1 mods specified: [examplemod][09Dec2019 18:32:25.096] [Client thread/FATAL] [net.minecraftforge.fml.ModLoader/CORE]: Failed to initialize mod containersnet.minecraftforge.fml.ModLoadingException: The Mod File H:\MCModding\forge-1.14.4-28.1.98-mdk\lostboy\frankenmod\build\resources\main has mods that were not foundat net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:222) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$18(ModLoader.java:173) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_231]at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_231]at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382) ~[?:1.8.0_231]at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_231]at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_231]at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_231]at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_231]at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[?:1.8.0_231]at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:175) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at net.minecraft.client.Minecraft.init(Minecraft.java:457) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at net.minecraft.client.Minecraft.run(Minecraft.java:365) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at net.minecraft.client.main.Main.main(Main.java:128) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_231]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_231]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_231]at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_231]at net.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?]at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?]at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?]at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?]at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?]at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:101) [forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?][09Dec2019 18:32:25.105] [Client thread/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.java.lang.Exception: stacktraceat net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) ~[eventbus-1.0.0-service.jar:?]at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at net.minecraft.client.Minecraft.init(Minecraft.java:457) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at net.minecraft.client.Minecraft.run(Minecraft.java:365) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at net.minecraft.client.main.Main.main(Main.java:128) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_231]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_231]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_231]at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_231]at net.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55) ~[forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?]at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?]at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?]at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?]at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?]at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?]at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:101) [forge-1.14.4-28.1.98_mapped_snapshot_20191208-1.14.3-recomp.jar:?][09Dec2019 18:32:27.448] [Client thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded[09Dec2019 18:32:27.554] [Server-Worker-7/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event SETUP, 1 errors found.[09Dec2019 18:32:27.554] [Server-Worker-7/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event SETUP, 1 errors found[09Dec2019 18:32:27.554] [Server-Worker-7/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.java.lang.Exception: stacktraceat net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) ~[eventbus-1.0.0-service.jar:?]at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) ~[?:?]at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:123) ~[?:?]at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:105) ~[?:?]at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?]at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1626) [?:1.8.0_231]at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1618) [?:1.8.0_231]at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_231]at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_231]at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_231]at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_231][09Dec2019 18:32:33.293] [Server-Worker-6/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event ENQUEUE_IMC, 1 errors found.[09Dec2019 18:32:33.293] [Server-Worker-6/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event ENQUEUE_IMC, 1 errors found[09Dec2019 18:32:33.293] [Server-Worker-6/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.java.lang.Exception: stacktraceat net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) ~[eventbus-1.0.0-service.jar:?]at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) ~[?:?]at net.minecraftforge.fml.client.ClientModLoader.finishModLoading(ClientModLoader.java:136) ~[?:?]at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$4(ClientModLoader.java:107) ~[?:?]at java.util.concurrent.CompletableFuture.uniRun(CompletableFuture.java:705) [?:1.8.0_231]at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:687) [?:1.8.0_231]at java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:443) [?:1.8.0_231]at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_231]at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_231]at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_231]at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_231][09Dec2019 18:32:33.310] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer:[09Dec2019 18:32:33.407] [Client thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.[09Dec2019 18:32:33.408] [Client thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started[09Dec2019 18:32:33.538] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512 textures-atlas[09Dec2019 18:32:34.029] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/particle-atlas[09Dec2019 18:32:34.031] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/painting-atlas[09Dec2019 18:32:34.031] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128 textures/mob_effect-atlas --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- I have tried editing the build.gradle file to remove any references to adding mods to no avail. I tried contacting the gradle support on GitHub but they immediately closed the issue stating that this was a "forge modding" issue and needed to be opened here. Edited December 10, 2019 by JMAS additional version information added re: Gradle support on GitHub Quote Link to comment Share on other sites More sharing options...
JMAS Posted December 10, 2019 Author Share Posted December 10, 2019 I have tried completely stripping the project off of IntelliJ, and starting fresh with a build.gradle in an otherwise virgin target directory. Exact same problem. I just tried stripping all the elements of "added mods" off the file, as per line 34: // These can be tweaked, removed, or duplicated as needed. which yielded the following error: A problem occurred evaluating root project 'frankenmod'. > Could not find method server() for arguments [build_qhnjpqvkquta0zsg28b2oaqg$_run_closure1$_closure7@51ced725] on object of type net.minecraftforge.gradle.userdev.UserDevExtension. I even tried deleting the entire section from lines 34 down to the dependencies section, which did build "successfully" but for that there now doesn't exist the runClient option after running "genIntellijRuns. Please help. Quote Link to comment Share on other sites More sharing options...
JMAS Posted December 11, 2019 Author Share Posted December 11, 2019 UPDATE: Apparently the problem is allowing IntelliJ to update to the latest version of Gradle (4.9), when the MDK build.gradle is set to "3.+". By refusing to allow a fresh install of IntelliJ to upgrade Gradle the build process completed, genintellijRun completed, and Minecraft loaded. Please feel free to close this issue. Quote Link to comment Share on other sites More sharing options...
DaemonUmbra Posted December 11, 2019 Share Posted December 11, 2019 You misunderstand what 4.9 and 3.+ represent, that is not what fixed your issue. Quote This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy. As the most common issue I feel I should put this outside the main bulk: The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge. If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan. For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety. Spoiler Logs (Most issues require logs to diagnose): Spoiler Please post logs using one of the following sites (Thank you Lumber Wizard for the list): https://gist.github.com/: 100MB Requires member (Free) https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$) https://hastebin.com/: 400KB Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads. What to provide: ...for Crashes and Runtime issues: Minecraft 1.14.4 and newer: Post debug.log Older versions: Please update... ...for Installer Issues: Post your installer log, found in the same place you ran the installer This log will be called either installer.log or named the same as the installer but with .log on the end Note for Windows users: Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension Where to get it: Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs. Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch: Spoiler Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge) Make a launcher profile targeting this version of Forge. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it). Now launch the pack through that profile and follow the "Mojang Launcher" instructions above. Video: Spoiler or alternately, Fallback ("No logs are generated"): If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft Server Not Starting: Spoiler If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output. Reporting Illegal/Inappropriate Adfocus Ads: Spoiler Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad. Lex will need the Ad ID contained in that URL to report it to Adfocus' support team. Posting your mod as a GitHub Repo: Spoiler When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub. When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository. Open a command prompt (CMD, Powershell, Terminal, etc). Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in). Run the following commands: git init git remote add origin [Your Repository's URL] In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git git fetch git checkout --track origin/master git stage * git commit -m "[Your commit message]" git push Navigate to GitHub and you should now see most of the files. note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from) Now you can share your GitHub link with those who you are asking for help. [Workaround line, please ignore] Link to comment Share on other sites More sharing options...
Arashlf Posted February 13, 2020 Share Posted February 13, 2020 On 12/11/2019 at 10:10 PM, DaemonUmbra said: You misunderstand what 4.9 and 3.+ represent, that is not what fixed your issue. I have same problem in 1.15.2 Can you tell me what was the problem? Quote Link to comment Share on other sites More sharing options...
DaemonUmbra Posted February 13, 2020 Share Posted February 13, 2020 If you have an issue please make your own thread with logs. Quote This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy. As the most common issue I feel I should put this outside the main bulk: The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge. If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan. For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety. Spoiler Logs (Most issues require logs to diagnose): Spoiler Please post logs using one of the following sites (Thank you Lumber Wizard for the list): https://gist.github.com/: 100MB Requires member (Free) https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$) https://hastebin.com/: 400KB Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads. What to provide: ...for Crashes and Runtime issues: Minecraft 1.14.4 and newer: Post debug.log Older versions: Please update... ...for Installer Issues: Post your installer log, found in the same place you ran the installer This log will be called either installer.log or named the same as the installer but with .log on the end Note for Windows users: Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension Where to get it: Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs. Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch: Spoiler Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge) Make a launcher profile targeting this version of Forge. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it). Now launch the pack through that profile and follow the "Mojang Launcher" instructions above. Video: Spoiler or alternately, Fallback ("No logs are generated"): If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft Server Not Starting: Spoiler If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output. Reporting Illegal/Inappropriate Adfocus Ads: Spoiler Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad. Lex will need the Ad ID contained in that URL to report it to Adfocus' support team. Posting your mod as a GitHub Repo: Spoiler When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub. When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository. Open a command prompt (CMD, Powershell, Terminal, etc). Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in). Run the following commands: git init git remote add origin [Your Repository's URL] In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git git fetch git checkout --track origin/master git stage * git commit -m "[Your commit message]" git push Navigate to GitHub and you should now see most of the files. note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from) Now you can share your GitHub link with those who you are asking for help. [Workaround line, please ignore] Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.