mojira.dev

Maximus_3069

Assigned

No issues.

Reported

MC-305539 Game crashes when trying to initiate Duplicate MC-305212 Now every command that is executed through another (e.g., click execution on books and dialogues) requests permission to run Awaiting Response MC-305188 Enderman try to teleport out of boats even though it's impossible Duplicate MC-302745 Crash when debug hitboxes or chunk borders are shown / java.lang.NullPointerException: Cannot read the array length because "elementData" is null Fixed MC-300361 Players in spectator interphere in the copper golem's ai Duplicate MC-296455 Potions are miscolored in the 25w15a snapshot Duplicate

Comments

Yea, it seems really inconsistent

Agree with @clamlol, it works differently

In the minecraft legacy console editions cauldrons could be waterlogged solving the problem

I just forgot to save the seed…

It seems to be fixed partially, still occurs if you throw a pearl into a portal with a high momentum

How much ram are you allocating to this mc instance?

Here is what i found:

The final error id=1281... GL_INVALID_VALUE is a generic rendering error. In version 1.21.1, this is frequently caused by:

  • Outdated Graphics Drivers: Minecraft 1.21+ uses updated rendering techniques that require modern driver support.

  • UBO Resizing: Your log shows the game constantly "Resizing Chunk Sections UBO." If your GPU runs out of memory (VRAM) during this resizing, the texture atlas fails to bind.

That was an AI response about it:

Error code -1073740940 (which is the decimal equivalent of the hex code 0xC0000374) is a common "Heap Corruption" error. In the context of Minecraft, this typically means the game crashed because a specific driver or system file tried to access memory in a way it wasn't supposed to.

This is almost always related to graphics drivers or conflicting overlay software. Here is the step-by-step guide to fixing it:


1. Update Graphics Drivers

This is the most frequent cause. Even if Windows says your drivers are "up to date," you should download them directly from the manufacturer:

2. Disable In-Game Overlays

Overlays often interfere with how Minecraft handles memory. Try disabling the following if you have them:

  • Discord: Go to User Settings > Game Overlay > Toggle "Enable in-game overlay" to OFF.

  • NVIDIA GeForce Experience: Open settings (gear icon) > General > Toggle "In-Game Overlay" to OFF.

  • Steam/Xbox Game Bar: Disable these temporarily to see if the error persists.

3. Repair/Reset the Minecraft Launcher

If the launcher itself is corrupted:

  1. Right-click the Start button and select Installed Apps.

  2. Search for Minecraft Launcher.

  3. Click the three dots (or "Advanced Options") and select Repair. If that doesn't work, try Reset.

4. Reinstall Visual C++ Redistributables

Minecraft relies on these libraries to run correctly.

  1. Go to the Microsoft Visual C++ Redistributable page.

  2. Download and install both the x86 and x64 versions for Visual Studio 2015, 2017, 2019, and 2022.

  3. Restart your computer.

5. Check for Mod Conflicts (Java Edition)

If you are using mods (like Forge or Fabric):

  • This error often occurs if a mod is incompatible with your version of Sodium or OptiFine.

  • Try moving your mods folder to the desktop and launching the game "vanilla" to see if it starts. If it does, add the mods back one by one to find the culprit.


Are you using any specific mods or a custom launcher like Prism or CurseForge? Knowing this can help me give you more specific advice.

Also go to your windows updater and update your graphics drivers

I see.. I was observing that you have an intel integrated graphics card which sometimes can have drivers compatibility issues and also you are using java 21.0.7 an outdated version of java.
I am no mester but as quick try maybe you should update your java or test if it persists using a different launcher like Prism Launcher just for a verdict…
I hope help you with the problem