guihkx / com.teamshiginima.ShiginimaLauncher

📦 Flatpak build of Shiginima Launcher (NOT OFFICIAL)
Creative Commons Zero v1.0 Universal
11 stars 3 forks source link

Minecraft can't launch #2

Closed Lonexoli closed 3 years ago

Lonexoli commented 3 years ago

Since yesterday, I can't launch Minecraft. When I press the "Start" button, the game crashes before the window is created. The game used to work perfectly fine...

Completely ignored arguments: [--workdir, /home/loloreel/.var/app/com.teamshiginima.ShiginimaLauncher/data/minecraft]
[15:18:49] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[15:18:50] [Render thread/ERROR]: Failed to verify authentication
com.mojang.authlib.exceptions.AuthenticationUnavailableException: null
    at com.mojang.authlib.yggdrasil.YggdrasilSocialInteractionsService.checkPrivileges(YggdrasilSocialInteractionsService.java:97) ~[authlib-2.1.28.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilSocialInteractionsService.<init>(YggdrasilSocialInteractionsService.java:40) ~[authlib-2.1.28.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createSocialInteractionsService(YggdrasilAuthenticationService.java:152) ~[authlib-2.1.28.jar:?]
    at djz.a(SourceFile:625) [1.16.4.jar:?]
    at djz.<init>(SourceFile:409) [1.16.4.jar:?]
    at net.minecraft.client.main.Main.main(SourceFile:177) [1.16.4.jar:?]
[15:18:50] [Render thread/INFO]: Setting user: loloreel
[15:18:50] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 build 10
Gtk-Message: 15:18:51.112: Failed to load module "canberra-gtk-module"
Gtk-Message: 15:18:51.112: Failed to load module "canberra-gtk-module"
sh: ligne 3: xprop : commande introuvable
sh: ligne 3: xprop : commande introuvable
[15:18:51] [Render thread/WARN]: Failed to create window: 
dez$a: GLFW error 65545: GLX: Failed to find a suitable GLXFBConfig
    at dez.b(SourceFile:216) ~[1.16.4.jar:?]
    at org.lwjgl.glfw.GLFWErrorCallbackI.callback(GLFWErrorCallbackI.java:36) ~[lwjgl-glfw-3.2.2.jar:build 10]
    at org.lwjgl.system.JNI.invokePPPP(Native Method) ~[lwjgl-3.2.2.jar:build 10]
    at org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1714) ~[lwjgl-glfw-3.2.2.jar:build 10]
    at org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1897) ~[lwjgl-glfw-3.2.2.jar:build 10]
    at dez.<init>(SourceFile:90) ~[1.16.4.jar:?]
    at eau.a(SourceFile:21) ~[1.16.4.jar:?]
    at djz.<init>(SourceFile:461) ~[1.16.4.jar:?]
    at net.minecraft.client.main.Main.main(SourceFile:177) [1.16.4.jar:?]
guihkx commented 3 years ago

Not really sure what it could be, as I'm also on 1.16.4 and it still works for me. I also did a clean installation on a virtual machine with Kubuntu 20.10 with Wayland it works just fine there:

Screenshot from 2021-02-10 14-55-02

Is your log file incomplete by any chance? Can you please double-check: ~/.var/app/com.teamshiginima.ShiginimaLauncher/data/minecraft/logs/latest.log

I would also try renaming the com.teamshiginima.ShiginimaLauncher folder to something else (temporarily), then try running the launcher again so it creates a fresh Minecraft installation. If the game runs, then you can perhaps try copying your stuff from the older folder to the new one.

luni3359 commented 3 years ago

No problems on my end either

Lonexoli commented 3 years ago

Thanks for the answer! What I sent is the entire log. Also, I tried what you said but I still have the same problem.

guihkx commented 3 years ago

Well, it sounds like a recent system update (video driver, most likely) broke Flatpak. Did you try running flatpak update?

If you did, then please provide the following information:

And a list of installed Flatpak apps:

flatpak list

Thanks.

Lonexoli commented 3 years ago

I tried flatpak update and it turns out that I just had to do some Nvidia updates.