Everything posted by MDW01
-
Initializing game java.lang.NullPointerException: Initializing game
We cant help you fix your code if you don't give it to us, but your crash report is giving you the file and the lines where the null pointer occurs.
-
Issue with programming a mod using FML.
Glad that helped.
-
Eula.text won't generate?? HELP
This is Forge, not Bukkit. If the file does not generate you can create the file yourself and set it to true. If this doesn't fix your issue make a post on the Bukkit forums as it may be a bug. They should be able to help you out better than we can.
-
Issue with programming a mod using FML.
Try that.
-
aiuda wey
Also great advice
-
HELP ! FORGE DOCUMENTATION
what do you mean by "desc" do you mean these? I think you might be looking for MCPBot or MCP mapping viewer. MCP Viewer: http://bspk.rs/MC/MCPMappingViewer/index.html MCP Bot: http://mcpbot.bspk.rs
-
1.8.9 custom animations do nothing?!
No problem.
-
[1.12.2] Dependency Crash?
You probably want to add it using maven. They include information on their Github on how to add it to gradle from maven. dependencies { compile 'club.minnced:java-discord-rpc:%VERSION%' }
-
1.8.9 custom animations do nothing?!
This is the ForgeGradle subforum. Please post all your code.
-
aiuda wey
1.7.10 is no longer supported on this forum.
-
Forge 1.12.2 Won't Open
Well the fact that you are viewing them means they have to be in there somewhere. I'm just not willing to view a lot of different screenshots to help you solve this. The logs are in the Minecraft/logs folder or in the Minecraft/crash reports folder. Please upload those.
-
Forge 1.12.2 Won't Open
This should not prevent the log file from being written to the Minecraft directory.
-
HELP ! FORGE DOCUMENTATION
I highly doubt there's a list why do you need a list of all of them if there is something specific you are trying to accomplish we can help you with that but usually I just look through the forge and Minecraft code until I find what I need unless its something I know I can find in the docs or somewhere else faster as most IDE's have a search function to help you find what you need.
-
Forge 1.12.2 Won't Open
This is an image please upload the complete log file.
-
Error when attempting to install the recommended version of Forge
Do what it's telling you to do download the Minecraft server jar for your version and put it in the folder. You may have to rename it to 'minecraft_server.1.12.2.jar' so forge is happy.
-
Netty Update on Forge Server
You can't just update a library by putting it in the mods folder. The people updating netty were most definitely not using it for Minecraft related projects. The only way you could update net is if you made a PR into the forge Github with the updated library and all the fixes that need to go with it but it probably will never get approved because it will break mods and such probably making your situation worse. The error you most likely are experiencing is usually related to slow internet speeds. Try connecting all the computers over ethernet if you are in the same building or host it somewhere with a better internet connection. If this advice doesn't solve your issue please post the client and server logs.
-
A Forge or a SpongeForge server ?
Yes anything that a plugin can do forge can do, it just comes down to if someone already has made a mod for it, or if you are willing to make a mod yourself. Although sponge forge is compatible with plugins you can't use most plugins unless they specify they are compatible with sponge. In the end it comes down to which one meets more of your requirements. If you can find everything you need in forge mods use forge. if you find forge mods and a couple of sponge plugins you want and don't want to make them into mods use sponge. Hope this helped.
-
Can't find fml-{client/server}-log files anywhere, they're not in the logs folder?
For the forge server how are you launching it through the command line or are you clicking on the jar? For the client are there logs when you launch the game without multimc or just vanilla?
-
Using Forge Gradle with Custom Source Sets?
Yea I have done something similar to this using git modules. Open blocks does this as well you can take a look on their Github. Set up the git module so the sub project is in the main projects root directory and then add the following to the corresponding files. Main build.gradle dependencies { compile project("Sub-Project-Name") } Main settings.gralde rootProject.name = "Project-Name" include ":Sub-Project-Name" Sub Project settings.gradle dependencies { rootProject.name = "Sub-Project-Name" } Let me know if you have any more questions.
-
Optifine's Lagometer questions
Did you read anything he just said?
-
Forge 1.12.2 Won't Open
Post the logs.
-
Forge doesn't like my resourcepack
Post the logs.
-
Server crash report
Depends what you define as gone. You should definitely back up the server. You can remove the mods and possibly continue playing without them. You can ask the mod owners to help you fix the issue.
-
Forge wont run
Read the instructions thats probably the reason it isn't working in the first place.
-
Forge wont run
You clearly didn't read my post.
IPS spam blocked by CleanTalk.