-
Posts
11222 -
Joined
-
Last visited
-
Days Won
67
Everything posted by DaemonUmbra
-
Internal exception caught from forge
DaemonUmbra replied to hyperlite58's topic in Support & Bug Reports
@MDW01 Didn't we see this same error in another thread? -
I found the issue and we should both be embarrassed...you for the mistake and me for the amount of time it took for me to find it, I have submitted a Pull Request to your first repo with the fix and formatted the repo in the way that is intended from the MDK package. The issue: Both of your proxies were the "common proxy", speaking of which, from the common issues thread:
-
Your repo doesn't have your whole workspace in it, this can sometimes get in the way of reproducing errors, I would recommend using a git client to upload every file that it will let you (one of the files provided by Forge's MDK is a .gitignore file, this will automatically determine which files do not need to be uploaded, you will not need to do this manually).
-
"layer0": "items/test_item" should be "layer0": "scrmod:items/test_item"
-
Libraries keep failing to download
DaemonUmbra replied to Deathstroke5412's topic in Support & Bug Reports
1. Please update, 1.7.10 is ancient 2. That usually means you haven't followed the instructions correctly or there may be a file permission issue(move it somewhere else and try again). -
Libraries keep failing to download
DaemonUmbra replied to Deathstroke5412's topic in Support & Bug Reports
Try these instructions: -
Caught exception from Minecraft Forge (forge)
DaemonUmbra replied to lumpman2's topic in Support & Bug Reports
Try removing MrTJPCore and the mods that depend on it, I don't know much about coremods but I've heard they can cause errors that don't always get traced back to the offending coremod. Noticed this in the log at the beginning, again I'm not that knowledgeable about coremods but I'm very cautious about when they throw even a warning. -
Preferably use a site like Pastebin or GitHub's Gist service and then link to it here.
-
Can you post your crash report please?
-
I'm not seeing the same issue on my end, however I noticed you're missing all your gradle stuff in the repo, could you please add that.
-
Minecraftforge forums running over HTTP
DaemonUmbra replied to HashtagShell's topic in General Discussion
There is also the fact that Google is enforcing SSL if people want to get Notifications in Chrome, they don't let you enable it on non-SSL sites. -
Is the source code on github?
-
Minecraft Doesnt Load With Forge [SOLVED]
DaemonUmbra replied to Drake7890's topic in Support & Bug Reports
We mean the log file, not what you see in the console window, if you're using the vanilla launcher with forge on Windows you can open the run prompt (Windows Key + R) and type %AppData%/.minecraft/logs then click "run" and this will open the logs folder, what will help us most is the fml-client-latest.log file, and again, please use a site like pastebin rather than uploading the file. -
1. This thread is almost 4 years old, if you have an issue please make a new thread. 2. If your issue is with a 1.7.10 version, please update or you will not get much help.
-
Just run the installer, the only requirements for it to work are a working internet connection and java (which is a requirement for minecraft anyway). Note that when I say "run" I do not mean unzip, I mean run it as a program, by double clicking, or from the command line like this if you have the jar version of the installer.
-
What do you mean by "archives of forge"? Are you looking for a zip that you can extract or unzip and have a working forge server?
-
Allocate more RAM on forge server on 1.11.2 version
DaemonUmbra replied to Haramjay's topic in Support & Bug Reports
Assuming you are running it through the command line, add -Xmx to specify the max you will give the server. Note that this is the same method as a vanilla server Example: java -jar forge.jar -Xmx3G will give the server a max of 3 Gigs to use -
Please post your fml-client-latest.log