spoorn / sodium-forge

A Fabric..... I mean Forge mod designed to improve frame rates and reduce micro-stutter
GNU Lesser General Public License v3.0
28 stars 8 forks source link

Inspirations: Nether portals are crashing the game or render badly chunks next to the portal #52

Closed lepeli closed 3 years ago

lepeli commented 3 years ago

Edit 28/06

The bug has been fixed in the version 2.4

Expected Behavior

The game shouldn't show invisible blocks nor crash and should show the portal.

Actual Behavior

When a portal is placed the game sometimes crashes or show invisibles in the

The game crashes (freezes so badly that we need to restart it) or invisible blocks are showing. It happens for the chunk next to the portal and the portal as well.

Reproduction Steps

  1. Create a nether portal
  2. Lit the portal
  3. The game should crash if it doesn't you can create a bigger portal or a normal one.

Attachments

2021-06-25_11 32 22 2021-06-25_11 51 34 2021-06-25_11 33 21_2 2021-06-25_11 34 03 2021-06-25_11 33 21

[Optional] Server/Client logs

latest.log debug.log

Mods list

mods.txt (Optifine is in the list but not loaded because of the extension's name)

System Information

DoctorMeta commented 3 years ago

You should read the compatibility section, it says:

This mod is incompatible with Optifine, Performant, Immersive Portals

So you should remove Optifine and try again.

lepeli commented 3 years ago

You should read the compatibility section, it says:

This mod is incompatible with Optifine, Performant, Immersive Portals

So you should remove Optifine and try again.

Optifine isn't loaded in the game (I've changed the extension so Minecraft doesn't load it)

spoorn commented 3 years ago

Do you have the same problem with the Oneshot renderers 3.3 or 2.0?

If so, try updating your GPU drivers

lepeli commented 3 years ago

So I just updated to the last driver version for my graphic card and the issue is still there with both Oneshot renderers

image

spoorn commented 3 years ago

Damn, unfortunately I don't have any other leads on this right now. You could try updating your Java - the minecraft default 1.8.0_51 has some bugs, but I doubt that's causing those rendering issues. I don't have your GPU myself to test on

spoorn commented 3 years ago

Spoke too soon, I see there's an error at the end of your log. Could you try removing https://www.curseforge.com/minecraft/mc-mods/inspirations to see if it fixes?

lepeli commented 3 years ago

Sure thing !

I've tried to use the latest java version and sadly it doesn't fix the bug.

I'm testing if removing inspirations fixes it.

lepeli commented 3 years ago

I've got an update, removing Mantle and Inspirations fixed it.

Is there any way to still use both mods or should I remove inspirations ?

spoorn commented 3 years ago

I'll try releasing an updated version of Sodium tomorrow and you can test to see if it fixes the issue in your world, or you could try building it from source yourself

lepeli commented 3 years ago

Thanks a lot. I'm going to try to build the mod from the source so you can be updated faster

lepeli commented 3 years ago

So I just built the mod from the sources and now I'm getting this error at start.

crash-2021-06-28_12.51.35-client.txt

I may have problably done something badly (i'm really not sure about this)

spoorn commented 3 years ago

That crash is due to Java versions being backwards incompatible, but it's an easy fix. See https://github.com/lmdbjava/lmdbjava/issues/116 for more conversation around it. Try the latest source

lepeli commented 3 years ago

@spoorn thanks a lot. I've managed to build it and it works now. The issue with inspirations is now fixed !

Have a nice day and thanks for all your work.

I'm just going to edit the issue in case someone has the same bug as me, so that they can know how to fix it

TheBenjaminMD commented 1 year ago

Im playing and having the same issue. Im not a coder or something, I have no clue what Imbdjava means or how I need to solve it. Any chances I can get some help to fix that issue?