-
-
Notifications
You must be signed in to change notification settings - Fork 630
PojavLauncher: GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT #332
Copy link
Copy link
Closed
Labels
Description
Describe the issue
PojavLauncher fails to launch Minecraft 1.21.4 with the error GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT when binding to desktop OpenGL. This does not happen when PojavLauncher is installed via SideStore without using LiveContainer.
Not sure whether this is an issue with khanhduytran0's version of LiveContainer or hugeBlack's because I have only tested JIT using the latter.
Instructions to reproduce
- Install the 486044d nightly build of hugeBlack's LiveContainer
- Using LiveContainer, install and launch the latest nightly build of PojavLauncher (25 January) using JitStreamer-EB
- Login using Microsoft account
- Attempt to launch game
- Black screen for a few seconds, then PojavLauncher error dialog opens. LiveContainer does not crash
I also tried going into the container settings for PojavLauncher and enabling all the fixes in there.
What version of LiveContainer are you using?
main/486044d (hugeBlack)
Other
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 2025-02-01 00:01:39
Description: Initializing game
java.lang.RuntimeException: GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
at fef.b(SourceFile:163)
at fed.e(SourceFile:53)
at fed.<init>(SourceFile:21)
at flk.<init>(SourceFile:535)
at net.minecraft.client.main.Main.main(SourceFile:250)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at net.kdt.pojavlaunch.Tools.launchMinecraft(Tools.java:76)
at net.kdt.pojavlaunch.PojavLauncher.launchMinecraft(PojavLauncher.java:104)
at net.kdt.pojavlaunch.PojavLauncher.main(PojavLauncher.java:53)```
Reactions are currently unavailable