Marc10601 Posted February 11, 2019 Posted February 11, 2019 Hi all. I am running the latest version of forge, and have used the installer. Forge server and client starts fine, however any mod i put in the game and on the server, (for 1.12.2) doesnt work in multiplayer. It however does show up in creative. I can go to the mod section, but no blocks are available to place. Any ideas on how to fix. I have tried severaldifferent mods and nothing seems to work. Always the same problem. Quote
DaemonUmbra Posted February 11, 2019 Posted February 11, 2019 How are you starting the server? 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. Reveal hidden contents Logs (Most issues require logs to diagnose): Reveal hidden contents 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: Reveal hidden contents 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: Reveal hidden contents 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: Reveal hidden contents 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: Reveal hidden contents 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: Reveal hidden contents 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]
Marc10601 Posted February 11, 2019 Author Posted February 11, 2019 Hi Daemon, I have purchased a forge server on scalacube. I just click the start and stop button on the multicraft account page. Quote
Meldexun Posted February 11, 2019 Posted February 11, 2019 (edited) On 2/11/2019 at 7:24 PM, Marc10601 said: Forge server and client starts fine, however any mod i put in the game and on the server, (for 1.12.2) doesnt work in multiplayer. It however does show up in creative. I can go to the mod section, but no blocks are available to place. Expand Seems like you have not installed your mods on your server. If you run your server on your own computer then you have to put all mods (that are not client only mods like optifine) also in the mods folder of your server. For your hoster there is also an tutorial on how to add mods to a server: https://scalacube.com/help/gameservers/minecraft/installing-mods Edited February 11, 2019 by Meldexun Quote
Marc10601 Posted February 11, 2019 Author Posted February 11, 2019 I have placed the mods on the server as well (in mods folder on server) One mod did work. But i didnt want it. That was the only mod that ever worked. Quote
Meldexun Posted February 11, 2019 Posted February 11, 2019 Can you post the latest.log file of your server with your mods installed? Quote
Marc10601 Posted February 11, 2019 Author Posted February 11, 2019 On 2/11/2019 at 8:19 PM, Meldexun said: Can you post the latest.log file of your server with your mods installed? Expand Sure. I will have to do that after work. But not a problem. Thanks for your all your help. Quote
Marc10601 Posted February 12, 2019 Author Posted February 12, 2019 On 2/11/2019 at 8:19 PM, Meldexun said: Can you post the latest.log file of your server with your mods installed? Expand START TIME: Tue Feb 12 03:40:16 MSK 2019 [19:40:20] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [19:40:20] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [19:40:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker [19:40:20] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2811 for Minecraft 1.12.2 loading [19:40:20] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_201, running on Linux:amd64:2.6.32-openvz-042stab134.8-amd64, installed at /usr/lib/jvm/java-8-oracle/jre [19:40:20] [main/INFO] [FML]: Searching /home/minecraft/server/./mods for mods [19:40:20] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [19:40:20] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [19:40:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [19:40:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [19:40:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [19:40:23] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [19:40:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [19:40:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [19:40:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [19:40:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [19:40:24] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} [19:40:31] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.12.2 [19:40:31] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2811 Initialized [19:40:31] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [?1h=[?2004h> [K[19:40:32] [Server thread/INFO] [FML]: Replaced 1036 ore ingredients > [K[19:40:32] [Server thread/INFO] [FML]: Searching /home/minecraft/server/./mods for mods > [K[19:40:33] [Server thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load > [K[33;1m[19:40:33] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang [39;0m> [K[19:40:33] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge] at CLIENT > [K[19:40:33] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge] at SERVER > [K[19:40:33] [Server thread/INFO] [FML]: Processing ObjectHolder annotations > [K[19:40:34] [Server thread/INFO] [FML]: Found 1169 ObjectHolder annotations > [K[19:40:34] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations > [K[19:40:34] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations > [K[19:40:34] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0 > [K[19:40:34] [Server thread/INFO] [FML]: Applying holder lookups > [K[19:40:34] [Server thread/INFO] [FML]: Holder lookups applied > [K[19:40:34] [Server thread/INFO] [FML]: Applying holder lookups > [K[19:40:34] [Server thread/INFO] [FML]: Holder lookups applied > [K[19:40:34] [Server thread/INFO] [FML]: Applying holder lookups > [K[19:40:34] [Server thread/INFO] [FML]: Holder lookups applied [19:40:34] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json > [K[19:40:34] [Server thread/INFO] [FML]: Applying holder lookups > [K[19:40:34] [Server thread/INFO] [FML]: Holder lookups applied > [K[19:40:34] [Server thread/INFO] [FML]: Injecting itemstacks > [K[19:40:34] [Server thread/INFO] [FML]: Itemstack injection complete > [K[19:40:34] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties > [K[19:40:34] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL > [K[19:40:34] [Server thread/INFO] [minecraft/DedicatedServer]: Generating keypair > [K[19:40:34] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null > [K[19:40:34] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:2265 > [K[19:40:34] [Server thread/INFO] [minecraft/NetworkSystem]: Using epoll channel type > Feb 11, 2019 7:40:34 PM io.netty.util.internal.MacAddressUtil defaultMachineId WARNING: Failed to find a usable hardware address from the network interfaces; using random bytes: 71:49:e8:eb:1a:6e:b4:e6 [K[19:40:35] [Server thread/INFO] [FML]: Applying holder lookups > [K[19:40:35] [Server thread/INFO] [FML]: Holder lookups applied > [K[19:40:35] [Server thread/INFO] [FML]: Injecting itemstacks > [K[19:40:35] [Server thread/INFO] [FML]: Itemstack injection complete > [K[19:40:35] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods > [K[19:40:35] [Server thread/INFO] [minecraft/DedicatedServer]: Preparing level "world" > [K[19:40:35] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance > [K[19:40:35] [Server thread/INFO] [FML]: Applying holder lookups > [K[19:40:35] [Server thread/INFO] [FML]: Holder lookups applied > [K[19:40:35] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@458c7d22) > [K[19:40:36] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 488 advancements > [K[19:40:37] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@458c7d22) > [K[19:40:37] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@458c7d22) > [K[19:40:37] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for level 0 > [K[19:40:38] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 0% > [K[19:40:39] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 15% > [K[19:40:40] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 33% > [K[19:40:41] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 65% > [K[19:40:42] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 91% > [K[19:40:43] [Server thread/INFO] [minecraft/DedicatedServer]: Done (7.757s)! For help, type "help" or "?" > [K[19:40:43] [Server thread/INFO] [minecraft/DedicatedServer]: Starting GS4 status listener > [K[19:40:43] [Server thread/INFO] [minecraft/DedicatedServer]: Starting remote control listener > [K[19:40:43] [Query Listener #1/INFO] [minecraft/MinecraftServer]: Query running on 0.0.0.0:2265 > [K[19:40:43] [RCON Listener #2/INFO] [minecraft/MinecraftServer]: RCON running on 0.0.0.0:2264 > [K[19:40:44] [Server thread/INFO] [FML]: Unloading dimension -1 > [K[19:40:44] [Server thread/INFO] [FML]: Unloading dimension 1 > [K[33;1m[19:40:47] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2935ms behind, skipping 58 tick(s) [39;0m> [K[19:42:20] [User Authenticator #1/INFO] [minecraft/NetHandlerLoginServer]: UUID of player KiLlShOt1090 is 0b35c059-c5bf-4db9-8252-a94726d3c7cc > [K[19:42:20] [Netty Epoll Server IO #2/INFO] [FML]: Client protocol version 2 > [K[19:42:20] [Netty Epoll Server IO #2/INFO] [FML]: Client attempting to join with 5 mods : minecraft@1.12.2,FML@8.0.99.99,forge@14.23.5.2811,scud@1.0.2-5,mcp@9.42 > [K[19:42:20] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established > [K[19:42:20] [Server thread/INFO] [minecraft/PlayerList]: KiLlShOt1090[/99.233.173.148:53187] logged in with entity id 2514 at (-177.5, 64.0, 191.5) > [K[19:42:20] [Server thread/INFO] [minecraft/DedicatedServer]: [0;33;1mKiLlShOt1090[39;0m[0;33;1m joined the game[39;0m[39;0m > /op KiLlShOt1090 [?1l>[?1000l[?2004l[?1h=[?2004h> [K[19:42:46] [Server thread/INFO] [minecraft/DedicatedServer]: Opped [39;0mKiLlShOt1090[39;0m[39;0m > [K[19:42:51] [Server thread/INFO] [minecraft/DedicatedServer]: [0;37;22m[3m[[39;0m[0;37;22m[3mKiLlShOt1090[39;0m[0;37;22m[3m: [39;0m[0;37;22m[3mSet own game mode to [39;0m[0;37;22m[3mCreative Mode[39;0m[0;37;22m[3m][39;0m[39;0m > Quote
Marc10601 Posted February 12, 2019 Author Posted February 12, 2019 here is the mod in the server /mod folder Quote
Marc10601 Posted February 12, 2019 Author Posted February 12, 2019 this is what i see when i connect. Quote
Meldexun Posted February 12, 2019 Posted February 12, 2019 On 2/12/2019 at 12:45 AM, Marc10601 said: START TIME: Tue Feb 12 03:40:16 MSK 2019 [19:40:20] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [19:40:20] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common Expand Please use a spoiler for such large log files or similar things (error reports). You can also edit your post now. And it says that there is no other mod installed on the server. Just forge is installed. Try to make sure that you have installed the mod correctly. Quote
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.