mojira.dev

Czarek-Mojang

Assigned

No issues.

Reported

No issues.

Comments

The "launcher_log.txt" file that you uploaded shows that launcher ran fine and that you were playing the game. So what's the problem?

The "launcher_log.txt" and "launcher_cef_log.txt" files in the "/Users/XXX/Library/Application Support/minecraft/" directory.

Can you attach logs? The "launcher_log.txt" and "launcher_cef_log.txt" files in the "/Users/XXX/Library/Application Support/minecraft/" directory.

Does the "/Users/XXX/Library/Application Support/minecraft/launcher/launcher.bundle/Contents/Resources/ui.zip" file exist?

Can you attach logs from when the issue occurs?

If you restart computer, does it still occur? Wondering if launcher process may be hanging. Can you attach logs?

Can you check permissions on the .minecraft directory and its files such as launcher_settings.json file?

Can you clear your .minecraft directory and see if that helps? Backup files first. Maybe some old configuration is causing the problem. I can't see anything in logs.

Are there any other log files? There should be three: launcher_log.txt, bootstrap_log.txt and launcher_cef_log.txt files.

Can you also try disable hardware acceleration z and see if that helps? You can disable it by adding

"disableGPU": true

option in "launcher_settings.json" file. This disables acceleration only in Launcher app.

What if you delete the "launcher_settings.json" file? (Make a copy of it first).

Please attach the "launcher_log.txt" and "launcher_cef_log.txt" files. Can be found in the .minecraft directory.

@Akoi Feel free to create a separate issue for your problem, because this one is specific for Linux with dual GPU system.

Please attach the "launcher_log.txt" and "launcher_cef_log.txt" files from the .minecraft directory from when the issue occurs.

Fixed in master branch. Will be released soon.

We can disable GPU automatically for launcher app (only app, not game) when we detect the DRI_PRIME or __NV_PRIME_RENDER_OFFLOAD environment variables set to 1 and that should fix it.

Yes, we have updated the Chromium engine in the new release and seems to be the cause. We are working on adding new options for launcher to disable GPU and debug GPU.

We have updated the Chromium engine in the new release. We are working on adding a new option to disable GPU rendering in launcher.

Related: MCL-17125

Can you attach the ".minecraft/launcher_log.txt" file?

Can you attach logs? See the "/.minecraft/launcher_log.txt" and "/.minecraft/launcher_cef_log.txt" files.

I can see lots of these errors in the log file:

java.util.concurrent.ExecutionException: java.lang.NullPointerException
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at g.a(Util.java:20)
	at ave.av(SourceFile:881)
	at ave.a(SourceFile:325)
	at net.minecraft.client.main.Main.main(SourceFile:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:159)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:30)
Caused by: java.lang.NullPointerException