-
Recently Browsing
No registered users viewing this page.
-
Posts
-
Whenever I try to launch forge through the mining launcher, nothing shows up. It does not show up even in the task bar. However when I open process hacker, it shows that the java application for minecraft is open. When I terminate it, the minecraft launcher reopens and tells me that minecraft has "crashed". Can you please tell me what is happening and how I can solve it? Lunar Client is the only other client that is on my pc.
-
Use a hotspot OpenJDK build from https://adoptopenjdk.net/
-
By DaemonUmbra · Posted
GatherDataEvent only fires during data runs, not during client or server runs -
I'm trying to do some data generating (recipes specifically), but the GatherDataEvent event isn't firing. This is my current code: @Mod.EventBusSubscriber(modid = Main.MODID, bus = Mod.EventBusSubscriber.Bus.MOD) public class ModNameDataGenerator { private ModNameDataGenerator() {} @SubscribeEvent public static void gatherData(GatherDataEvent event) { Main.LOGGER.log(Level.INFO, "Enter Data gen"); DataGenerator gen = event.getGenerator(); if (event.includeServer()) { Main.LOGGER.log(Level.INFO, "Enter Data gen server"); gen.addProvider(new RecipeDataGen(gen)); } } } The logging is to make sure the RecipeDataGen isn't the problem. (btw Main.LOGGER is this:) public static final Logger LOGGER = LogManager.getLogger("Mod Name");
-
By MathewAlden · Posted
I used the installer to install a Forge 1.16.4-35.1.4 server. I have not added any mods to the server. The first time I launched the server jar, it generated the eula file like normal. I accepted the eula and launched the server again. The server crashed with the error "Failed to resolve consumer event type: net.minecraftforge.fml.network.simple.SimpleChannel". I am running Java 11. Specifically, when I run "java -version" it returns: java version "11.0.9" 2020-10-20 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.9+7-LTS) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.9+7-LTS, mixed mode) Here is a copy of my latest.log file: https://pastebin.com/GxcBCU14 Does anyone have any idea how to solve this? I know older versions of Forge threw this error when running on Java 9+, but I think newer versions of Forge are compatible with Java 11?
-
-
Topics
-
Who's Online (See full list)