Jump to content

Issue with any mod


Marc10601

Recommended Posts

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. 

Link to comment
Share on other sites

How are you starting the server?

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
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. 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).
  4. 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.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. 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
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. 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)
  5. 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

38 minutes ago, 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.

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 by Meldexun
Link to comment
Share on other sites

4 hours ago, Meldexun said:

Can you post the latest.log file of your server with your mods installed?

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 >

Link to comment
Share on other sites

17 hours ago, 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

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.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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