Everything posted by DaemonUmbra
-
The game crashed whilst initializing game Error: java.lang.RuntimeException: java.lang.NoSuchFieldException: processor
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Cannot install forge for windows 10
Please don't Necro old threads, if you have an issue make your own.
-
I cant download forge below 1.15.2
1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
plz help i have a praplom i couldn’t finde a solution
Looks like network issues, try again
-
Mon mod crash
Please keep this forum in English. What version of Minecraft are you using?
-
Failure in Operation Task :reobfJar during build
Well that looks like you're good now, the command I gave you included some refresh flags that essentially told gradle to take it from the top in addition to the options for logging it to a file.
-
forge 1.16.1 crash when I run my minecraft
Delete config/fml.toml
-
1.15.2 and 1.16.2 forge crash upon start up of Minecraft.
I'm not suree what to tell you, I don't know what's causing the issue with configs being invalid, it's an issue with the library we use
-
Installer for 1.8.9 won't work
1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
[1.16.1] Listening on an event which does not implement IModBusEvent
RenderGameOverlayEvent does not fire on the Mod Bus, if you can provide code that proves otherwise then please do.
-
1.15.2 and 1.16.2 forge crash upon start up of Minecraft.
The file is a config file that gets regenerated with the default settings, we're not quite sure why it sometimes comes out invalid
-
1.15.2 and 1.16.2 forge crash upon start up of Minecraft.
That's the one! Well you have two broken resource packs. aaaand it looks like the issue may be forge-client.toml, try deleting that one
-
Enigmatica 2 Light, Server keeps crashing for all players
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Number of items in a slot
I believe you should get the ItemHandler capability of the TileEntity and do your operations on that (do note the JavaDocs)
-
Number of items in a slot
What version of Minecraft are you using?
-
Number of items in a slot
Off the top of my head I'm fairly certain getStackInSlot(int slotNum) is a thing
-
My server crashes when i boots up
This shows a completely separate error that looks like you're trying to start the server when another instance of it is already running
-
1.15.2 and 1.16.2 forge crash upon start up of Minecraft.
No that's an old debug.log that's been compressed
-
1.15.2 and 1.16.2 forge crash upon start up of Minecraft.
I don't. debug.log should be right next to latest.log, I'm going to assume you've got that stupid default setting of "hide file extensions" that makes debug.log look like it's just called debug
-
how download Minecraft forge when it says failed to download version manifest, can not find client jar URL.?
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
1.15.2 and 1.16.2 forge crash upon start up of Minecraft.
please provide debug.log as it has more info in it
-
error:net/minecraftforge/fml/event/lifecycle/FMLClientSetupEvent
This does not change the response
-
[1.16.1] Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(23) + length(8) exceeds writerIndex(23): PooledUnsafeDirectByteBuf(ridx:23, widx: 23, cap:23)
Well now the finger is being pointed at voxelmap
-
1.15.2 Forge server not loading mods
Ok, I'll do my best to break this down for you. @ECHO OFF java -Xms4G -Xmx8G -jar minecraft_server.1.15.2.jar --nogui pause @echo off This tells cmd to not parrot commands back to you before running them (the @ turns it off for just this line before the command runs) java -Xms4G -Xmx8G -jar minecraft_server.1.15.2.jar --nogui This is where the actual running of the server takes place, invoking java (the program that starts the whole JVM), giving it the options -Xmx and -Xms (the memory setting arguments for max and initial allocation, respectively), -jar (telling it which file to run), and nogui (you should remove the double-hyphen as this one is actually an argument to Minecraft itself rather than the JVM) Edit: To clarify this further as it's a common issue, -jar needs to be the last of the Java arguments, anything after it is considered an argument to the jar being run. pause This one is a cmd command that waits for a keypress before closing, useful for flow control in larger batch files and used here to stop the console closing when the server stops, so in the event of a crash you actually have a chance to see the error until you press a key and it continues to the end of the batch file where the command window will close. As for your issue, you're starting a vanilla server because you're starting the vanilla jar
-
1.15.2 Forge server not loading mods
That's not a Forge-made file, what's in it?
IPS spam blocked by CleanTalk.