Posts posted by DaemonUmbra
-
-
Edited by DaemonUmbra
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).
-
-
-
-
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.
Quote[01:39:20] [main/ERROR] [FML]: Coremod mrtjp.core.handler.CorePlugin: Unable to class load the plugin java.lang.ClassNotFoundException: mrtjp.core.handler.CorePlugin
-
-
-
-
This is where the exception is being thrown, I would suggest moving your simplyjetpacks config(including your custom jetpack) out of the minecraft installation, having the mod make a fresh one, then re-applying your changes manually with the moved copy as a guide.
-
-
-
-
-
-
-
Edited by DaemonUmbra
This looks like a client log, can you provide the server log? In regards to the file size issue, could you try using GitHub's gist service and see if it accept the full file?
-
20 minutes ago, Drake7890 said:
What do you mean full log? I copy-pasted the output log directly.
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.
-
-
-
Edited by DaemonUmbra
Clarified my answerJust 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.
-
-
Edited by DaemonUmbra
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
-
-
Edited by DaemonUmbra
@lyghtningwither The Yggdrasil thing is a matter of how fast your client makes requests to Mojang's authentication servers, if you don't see the exception then your client is probably just giving enough time between the requests that the server's don't complain.
From what I've read elsewhere the client should catch that exception and basically say "Oh ok, I'll wait a bit and try again"
Textures are not being detected.
in Modder Support
·
Edited by DaemonUmbra
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: