Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Posts posted by DaemonUmbra

  1. It tells you in the log, there's 3 mods that you have installed twice

    net.minecraftforge.fml.common.DuplicateModsFoundException:
    Duplicate Mods:
        brandonscore : C:\Users\damia\OneDrive\Desktop\server\mods\BrandonsCore-1.12-2.4.0.152-universal (1).jar
        brandonscore : C:\Users\damia\OneDrive\Desktop\server\mods\BrandonsCore-1.12-2.4.0.152-universal.jar
        galacticraftcore : C:\Users\damia\OneDrive\Desktop\server\mods\GalacticraftCore-1.12.2-4.0.1.173.jar
        galacticraftcore : C:\Users\damia\OneDrive\Desktop\server\mods\GalacticraftCore-1.12.2-4.0.1.174.jar
        galacticraftplanets : C:\Users\damia\OneDrive\Desktop\server\mods\Galacticraft-Planets-1.12.2-4.0.1.174.jar
        galacticraftplanets : C:\Users\damia\OneDrive\Desktop\server\mods\Galacticraft-Planets-1.12.2-4.0.1.169.jar

     

  2. 5 minutes ago, Bunnioz said:

    Hi!

    Okay so a friend of mine made a server right and its just me and him so invited another friend of mine but hes having a similar issue like you or almost just the same issue. I was wondering if you have fixed the issue or is still a problem. We have tried everything to make it work. Like vanilla servers are fine but the mxdlib part not so great.

    Please read the general guidelines/rules thread and make your own thread, also this thread is from months ago.

  3. On 3/22/2018 at 6:32 PM, overload1 said:

    It appears that the crash only happens when joining through bungeecord

    Have you consulted the folks at Spiggot?

    This seems to be coming out of patched vanilla code, and I can't confirm that Forge didn't patch that method but Forge tends to keep patching to a minimum.

  4. From the Rules Thread:

     

    Below is a list of things which you MUST include in your post.

    • Be sure to include the entire logs/fml-{client/server}-latest.log found in your .minecraft folder / server root folder. Not including the log in no way helps us to help you and has a small chance of getting you banned.
    • State what research you have already done (You should have done some, this forum is only for well-researched bugs!).
    • Use the spoilers to enclose stack traces and other long information: HhfZh7s.png
    • Do not attach your logs to your post or use file-uploading services like Dropbox. Use Pastebin or Github Gists.
    • In general give as much information as you can. "It does not work", "I get a black Screen", etc. in no way helps us to help you and will only cause you to get in trouble. :)
  5. We'll need logs to really help you in any way, as noted in the stickied thread:

    Quote

    Below is a list of things which you MUST include in your post.

    • Be sure to include the entire logs/fml-{client/server}-latest.log found in your .minecraft folder / server root folder. Not including the log in no way helps us to help you and has a small chance of getting you banned.
    • State what research you have already done (You should have done some, this forum is only for well-researched bugs!).
    • Use the spoilers to enclose stack traces and other long information: HhfZh7s.png
    • Do not attach your logs to your post or use file-uploading services like Dropbox. Use Pastebin or Github Gists.
    • In general give as much information as you can. "It does not work", "I get a black Screen", etc. in no way helps us to help you and will only cause you to get in trouble. :)

     

  6. Note that when you use the Forge installer with the vanilla launcher it creates a new Launcher profile that must be selected.

    If that is not the case please tell us how you installed Forge and how you are launching the game, with a log from the installer if possible.

  7. Client or Server?

     

    If it's a client the answer will vary depending on which launcher you are using, google is your friend in this case.

    Note that Clients almost always handle this for you.

     

    If it's a server that is through the use of two command line switches: -Xmx for max and -Xms for minimum, the form for both is <switch><number><denomination (M for megs or G for Gigs)>

  8. First, do you have Optifine installed?

    Second, you're only giving it a single gigabyte, I'd recommend 3-4G depending on how heavy the mods are, but even Vanilla would need at least 2G. This is not the primary issue here but is likely to cause problems later on.

    Third, your hardware specs seem a bit lacking to me, unlikely to crash you but don't expect stellar performance.

  9. The one you have now is actually invalid, I goofed when I pasted the json earlier, you need a comma before promos (my code block has been edited to reflect this)

     

    I recommend getting a text editor like VisualStudio Code, SublimeText, or Notepad++, something that will check if what you have is valid json

  10. You appear to be missing a few sections, I'm not sure these are crucial but they may be, try this:

    {
      "homepage": "http://darkeyedragon.me/mods",
      "1.12.2":{
        "1.1.3":"<Changelog here, try to do this for every version>"
      }
      "promos": {
        "1.12.2-latest": "1.1.3",
        "1.12.2-recommended": "1.1.2",
        "latest": "1.1.3",
        "recommended": "1.1.2"
      }
    }

     

×
×
  • Create New...

Important Information

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