Posts posted by DaemonUmbra
-
-
-
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:

- 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.

-
-
Edited by DaemonUmbra
What's your Java version? Quick reminder that Forge requires Java 8, not 7 and not 9.
Quick google search with your error turned this up: https://github.com/spring-projects/spring-boot/issues/7565 not exactly the same but it mentions Java 9 and this may be your issue.
-
Edited by DaemonUmbra
2 hours ago, yololeft2005 said:But I have the minecraft from a luncher that a friend sent me.
Please elaborate on this... did you get Minecraft from Minecraft.net?
-
-
We'll need logs to really help you in any way, as noted in the stickied thread:
QuoteBelow 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:

- 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.

-
- THIS IS A SUPPORT FORUM FOR FML/FORGE, AND ONLY FML/FORGE. Go to a mod specific forum (whether on this site or another) to ask for help with a certain mod. If you are using MCPC+/Cauldron or any other Bukkit-API server software, do not post here, post in their forums. For help with Sponge, go here.
As stated in:
-
-
-
-
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)>
-
Edited by DaemonUmbra
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.
-
Edited by DaemonUmbra
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
-
Bingo

[22:10:40] [Forge Version Check/INFO] [forge.VersionCheck]: [screenshotuploader] Starting version check at http://localhost/VersionTest.json
[22:10:40] [Forge Version Check/INFO] [forge.VersionCheck]: [screenshotuploader] Found status: OUTDATED Target: 1.1.2
-
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" } }
-
Edited by DaemonUmbra
You need to key in the dependency versions manually, they don't get filled when the script runsI'm still new to this myself, just took another look and you seem to have only taken one bit of their file, I suspect you will need this section and make sure you have the corresponding values in your properties file.
-
-
-
-
-
-
Edited by DaemonUmbra
I need to ditch the muscle memory of typing server instead of serveNot showing the full path on the buttons is through your .lang file with the full path as the key.
As for the 2D Array I don't think that is possible, and from what I'm seeing can't be added without modifying forge code, why would there need to be more than one login anyway? Two strings should serve you fine.
Edit: Also I just noticed where this thread is, this has nothing to do with ForgeGradle and is thus in the wrong place.
-
ALL VERISON CRASHING
in Support & Bug Reports
1.7.10 is no longer supported on this forum. Update to receive support.