Jump to content

forge does not work in java 16.0.1


Recommended Posts

First of all, I want to say that the most common language is Spanish, this and all the text that follows is translated by google translator, since I don't know much English, and some things may not be understood because of this, now yes, I say my problem.

When I uninstalled Java 8.X, and I downloaded Java 16.0.1, Forge did not open, or crashed, every time I tried to open it, it closed, and the minecraft logo or its window did not even appear, the only thing that happens , is that the minecraft launcher (official), starts forge, and then says, that an error occurred
image.png.a314f007adbbcb2806cdc9e49dee85f5.png
The same thing happens to me in Forge server (here the image is in Spanish)
image.png.0ce8661e0a954a887079ac2425d2e3b2.png
And I don't know what to do, I use Forge 36.1.0, do I have to go down to Java 8 again, or can I stay a little higher? Is there any solution so that I can keep occupying Java 16?

Thanks
 

Link to comment
Share on other sites

Currently Forge supports Java 8-15.

There is nothing stopping you from having multiple JDK versions installed, as long as you are always referencing the proper version for the task. This will likely involve either specifying the full path to the java you wish to use and/or modifying your systems path environment variable.

https://www.google.com/search?q=multiple+jdks+on+windows

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I am having the same issue when I try to launch the modpack from the launcher. I am on Windows, running 32gb RAM, I have plenty of RAM dedicated to the modpack, but every time I try to launch the game, I get a message saying "Game Crashed - Exit Code: 1" For reference, I have 18.5k MB dedicated to running the game, and it still crashes. I am not sure what the issue is. Any help is appreciated!
    • Hello, a few days ago my server started to fail. When I try to start it, it never starts but it doesn't crash either. From what little I understand, it gets stuck when reading something related to the SecurityCraft and PuzzlesLib mods and their versions, but these mods are correctly installed, and the client starts without any problem, the problem is with the server. Here is the log: https://mclo.gs/E3RzUqu
    • I am experimenting with creating a multi layered book item with decoration layers as separate textures. After working out some item properties, I am able to render an item with multiple textures but get artifacts on the sides, as shown on the image. The textured are loaded using item properties:   @SubscribeEvent public static void onFMLCommonSetupEvent(FMLCommonSetupEvent event) { event.enqueueWork(() -> { BookItem item = Items.BOOK_ITEM.get(); ItemProperties.register(item, BookItem.LEVEL, (stack, l, e, s) -> BookItem.getLevel(stack)); }); } I've had a look at how the spawn egg textures work as it does closely what i want and the split the egg and spot textures into two and match exactly into each other as opposed to overlap textures on top of another. I've also experimented with custom models and hoped that tinkering with different RenderTypes would do the trick (e.i. using RenderType#solidEntity, which fixes my problem for entities but not on items ), but to no avail. I could edit my textures to fix this issue but I want to keep it more dynamic was wondering whether there was another way to overcome this issue?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.