Everything posted by LexManos
-
Server GUI Not Showing up
I don't I'm just taking a educated guess. We cant help you more unless you post your logs by trying to run it from the command line and telling us what it says.
-
Server GUI Not Showing up
You need to use java 8 not java 9. And run it from the command line to get a real error... Also Post useful titles -.-
-
Parsing error loading some built-in food advancements [1.12.2-14.23.3.2669]
ya, something you have installed is removing vanilla recipes which breaks the advancements.
-
Minecraft crash with Forge 14.23.3.2669
How are you running the client? Show screenshots.
-
Parsing error loading some built-in food advancements [1.12.2-14.23.3.2669]
There should be more to the logs, showing explciitly what went wrong. However, the vanilla built in advancements are valid syntax so you shouldn't be having this error unless you've changed something. More logs are needed.
-
Server refuses to start (1.12.2 - 14.23.3.2656+)
The current recommended version is before the library re-write so that doesn't matter. And no the installer will not go around deleting your modlists. That would just be stupid. I've added hardening for broken modlists. That solves this issue, beyond that, you can just delete your json and you'll be fine.
-
Server refuses to start (1.12.2 - 14.23.3.2656+)
Interesting you are correct that the installer is creating an incorrect json, I wonder when that happened and why it hasn't broken things before now. However, you can just delete the modlist and you'll be fine. I can add hardening for things like this. But doesn't really matter as the modern versions no longer include Mercurius.
-
Server refuses to start (1.12.2 - 14.23.3.2656+)
"repositoryRoot": "C:/Users/Coolio/AppData/Roaming/.minecraft/server/libraries", Thats your issue that's not a valid repository root. They have always been relative to the MC directory unless you specify "absolute:" before it
-
Server refuses to start (1.12.2 - 14.23.3.2656+)
Post your mod_list.json files from /mods and /mods/1.12.2/ Seems you've configured it incorrectly.
-
Mod load question - can you load an old mod into a newer forge?
No, Mods are designed for a specific MC version. Due to things that Mojang does on their end it isn't feasible to make a mod work on multiple versions. You can still play old versions, we just won't help you when it breaks.
-
forge wont install libraries
You installed Forge which is the issue you originally had, so thats solved. You then mentioned a second crash without following the directions in the EAQ of showing us what the crash was/including your logs. So for all we know you crashes because solar flares excited the electrons in your computer room causing the aurora borealis completely localized in the section of your hard drive that held minecraft.
-
forge wont install libraries
https://www.digitalcitizen.life/command-prompt-how-use-basic-commands
-
forge wont install libraries
try using normal command line, instead of powershell. So type cmd And then type the same command.
-
Minecraft forge server keeps crashing
Remove JujusCoffeeCraft, and tell them to build a real mod. Also update to 1.12.2.
-
[1.12.2 Build 2657] Server Crash on startup
Multicraft is broken then, it should use the installer, or atleast give you the ability to upload all the files the installer generates. 2656+ has a new library dependency, so they need to allow you to install it.
-
forge-1.12.2-14.23.3.2656 not detecting mods
try 2657, and no Umbra, jar mods should not exist anymore... stop talking out of ignorance.
-
Sev Tech Ages
FYI this hasn't been necessary for quite some time. The mojang launcher will download the vanilla version for us.
-
Inconsistent stackmap frames at branch target 914
Advanced Rocketry is a coremod that is breaking things. Stop using it. It's not a Forge issue.
-
Introducing Mercurius! Stats and Analytics for Forge
Yes, it was shut down due to progress on the front end not being made. And the server costing way to much to run. It however served its purpose, to some extent. It gave us the stats we needed to know that <J7 was pretty much useless. But then Mojang bumped to J8 in 1.12.2, which means we could as well. So whatever.. But ya it was a experiment, it failed due to many reasons. If you still have it installed it doesn't send any data anywhere so you're good.
-
I can´t start server.
Well ya.. I highly doubt your computer has 2TB of ram to dedicate to the server... you seem to of messed up how you're setting the needed ram.
-
I can´t start server.
You can always run a specific version of java by using the full path to the java executable.
-
Capabilities
Eah, still the case if this object is instantiated before the capability is registered. It's still the same problem. As the same issues I specified.
-
Capabilities
public static final Capability<IMentalTemperature> MentalTemperature_CAP = null; private IMentalTemperature instance = MentalTemperature_CAP.getDefaultInstance(); That code turns into this: public static final Capability<IMentalTemperature> MentalTemperature_CAP; private IMentalTemperature instance; static { MentalTemperature_CAP = null; instance = MentalTemperature_CAP.getDefaultInstance(); } Now, when you see that, isn't the issue OBVIOUS!?! MentalTemprature_CAP WILL ALWAYS BE NULL when you try to call it to set instance. (Also resisting urge to yell at you about code style) @CapabilityHolders are only populated when someone registers a capability. That's the entire freaking point. It's a soft dependency on that class. 1st) You're trying to make a soft dependacy so making a field of that exist type is not recommended. So instance should be Object. 2nd) You should delay creating that instance until it's needed, Or until you are told that that capability exists. You can annotate a method with @CapabilityInject and a single argument of a CapabilityHolder and it'll be called whenever that apropriate cap is registered.
-
Error with forge. pls help
Post your log files, without those we cant tell you why its erroring. You could be doing a million things wrong, you've given us no information to work off of.
-
Can't open chests in new Forge version
Logs, and remove optifine.
IPS spam blocked by CleanTalk.