Everything posted by LexManos
-
game crashing when looking at recipes
java.lang.ClassCastException: it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap cannot be cast to gnu.trove.map.hash.TIntObjectHashMap at team.chisel.ctm.client.model.ModelUtil.lambda$getMesh$0(ModelUtil.java:51) at team.chisel.ctm.client.model.ModelUtil$$Lambda$1195/1768680984.apply(Unknown Source) at java.util.Optional.map(Optional.java:215) at team.chisel.ctm.client.model.ModelUtil.getMesh(ModelUtil.java:51) at team.chisel.ctm.client.model.AbstractCTMBakedModel$Overrides.handleItemState(AbstractCTMBakedModel.java:84) Chisel is hacking into internals of Forge, it needs to stop doing that. Either update chisel, or if there isnt a update yell at the author to stoop doing bad things.
-
Can't seem to download correct version of Forge
There arnt, ONLY ever use MinecraftForge.net Any other website is stealing from us, and most likely installing viruses/malware on your computer.
-
[1.12.2] Forge Crashes While Finishing
Post the debug.log file, not the crash report. It will have more information. However, you have WAY to many coremods.. should think about killing off those.
-
[1.10.2] Forge Updater Not Working
This is why you should always post and read your log files. Your server is returning 403 for that url when using a java client.
-
game crashing when looking at recipes
Post the client one, the server seems fine.
-
Main Method in Forge
Do not make launchers, It has been requested by Mojang that launching the game and any user auth goes through them for security purposes. So, ya, don't do it. Esp considering you have obviously not spent any time trying to figure out how any of this works.
- How to obfuscate the mod
-
Forge download doesn't work
Running vanilla first should not be required if you are using the vanilla launcher and a modern forge installer.
-
The forge does not start 1.12.2
You're pointing the installer at the GameDir, you need to point it at the launcher's directory. If you just run the normal MC launcher then leave the installer at it's default value. If you run the normal installer with the --workDir argument, then you need to point it to that directory.
-
Forge Startup issue with a core or library.
Spaces should be fine, it's the ! that is used by java to denote files inside of archives. Which is what we're working with. Soo it was looking for a archive named "Ding" with files inside it. Removing the ! *should* fix it, if not then its most likely a poorly made mod. Either way we'd need the log to know.
-
Forge Startup issue with a core or library.
Dont have ! in your path.
-
Can't download forge
you need to include the extensions when running jar files. installer-win.exe And you can skip the second universal argument.
-
Forge 1.12.2 crash
You should never extract a mod, just take the file that you download and put it into the mods folder. If there is a mod that tells you to extract it, this is wrong and they need to update their instructions. There should only be one folder in the mods folder named 1.12.2, Anything else needs to be deleted.
-
Headless Ubuntu Installer Fails
If its giving you the same error then SOMETHING is broken with your JVM. Or your trust chains. See https://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty for more info. This isn't a Forge or installer issue. Its something wrong with your server. As for Forge not working on J9, the installer will work fine on it. However LaunchWrapper, the core loading system assumes some things about the classpath that J9 breaks. It'll just error when you try and actually run the server. As I said, the installer will work fine. As for where this is told yo you, in the error, and in our EAQs
-
Understanding capability calls.
I would advise going through a few basic programming courses. Stanford has a nice one. https://www.youtube.com/view_play_list?p=84A56BC7F4A1F852 Getting a basic understanding of how objects work, and the basic layout of java would be highly beneficial for modding.
-
Headless Ubuntu Installer Fails
Only thing google tells me is your JRE is not installed correctly. Run using a different JRE or re-install your java.
-
Forge 1.12.2 Crash
Odd, something on your end is screwy. It's stopping before reaching the end of the AT file. It Stops here: https://github.com/MinecraftForge/MinecraftForge/blob/bea02348e2845ef6b1f49b0692f79dbc097d2706/src/main/resources/forge_at.cfg#L313 Only thing I can say is delete the libraries/net/minecraftforge/ folder and re-install.
-
Forge server 1.12.2 Crash during startup
Remove any mod that was made using mcreator. It is a horrible program that does nothing but cause problems. Your current error is from: at mod.mcreator.arcanelamps.<init>(arcanelamps.java:37) ~[arcanelamps.class:?] So im gunna assume the mod is called 'Arcane Lamps'
-
Forge 1.12.2 Crash
Re-run with the JVM argument -Dfml.debugAccessTransformer=true And post a new log. This shouldn't be happening.
-
How to Turn Off Undefined Discriminator Check
Yes, Register them. You need to send them from the client side and thats where the check is. It doesn't care whats on the server. Or as dies saiid, you can move away from SimpleImpl if its not the standard format.
-
Which version is the best for mods?
1.12.2
-
Java 9.0.1
Yes, 1.13 will run on J9
-
[2705]Server mobs are invisible
First off JournyMap is broken, you should tell them about it. And you have quite a few coremods installed so those could cause it. However, thats the server log, most likely the issue is on thee client. So we need the client log.
-
Failed to download file. forge-1.12.2-14.23.2.2632.jar
Install it using the official Forge installer. https://files.minecraftforge.net/
-
Is there a forge version api?
Dont do this. First off modders need to know the basics, and if they cant download a zip, and extract it they shouldn't be modding. Secondly, automated downloads of Forge is discouraged because the main source of revinue for Forge to pay our server costs and the like is the ads on the download page.
IPS spam blocked by CleanTalk.