Error with audio seems to be coming from:
[Info: 2023-09-30 06:31:54.1786905: MinecraftJavaLoggingContext.cpp(52)] Game/gdn (Render thread) Info Audio device was lost!
[Info: 2023-09-30 06:31:54.1788929: MinecraftJavaLoggingContext.cpp(52)] Game/gdn (Render thread) Warn Missing sound for event: minecraft:item.goat_horn.play
[Info: 2023-09-30 06:31:54.1789838: MinecraftJavaLoggingContext.cpp(52)] Game/gdn (Render thread) Warn Missing sound for event: minecraft:entity.goat.screaming.horn_break
[Info: 2023-09-30 06:31:54.2007479: MinecraftJavaLoggingContext.cpp(52)] Game/ejl (Render thread) Warn Failed to reset device: Invalid Device
[Info: 2023-09-30 06:31:54.2008598: MinecraftJavaLoggingContext.cpp(52)] Game/ejo (Render thread) Error Get attributes size2225830276160: Invalid device.
[Info: 2023-09-30 06:31:54.2010388: MinecraftJavaLoggingContext.cpp(52)] Game/gdn (Render thread) Error Error starting SoundSystem. Turning off sounds & music
java.lang.IllegalStateException: Failed to get OpenAL attributes
at ejl.i(SourceFile:222)
at ejl.a(SourceFile:178)
at gdn.h(SourceFile:116)
at gdn.a(SourceFile:106)
at gdn.a(SourceFile:238)
at gdq.a(SourceFile:272)
at eqv.t(SourceFile:1961)
at eqv.d(SourceFile:1237)
at eqv.f(SourceFile:856)
at net.minecraft.client.main.Main.main(SourceFile:253)
This seems to explain the issue with the sound. Using Control-F on the log, this error is found over 1000 times.
Looks like a issue with the users sound card, possibly a faulty device (eg, broken headphones, speakers), the device could be plugging in and out 100's of times a second.
There are different types of the same error throughout the log.
Another issue might be:
[Info: 2023-09-30 06:33:19.6518824: MinecraftJavaLoggingContext.cpp(52)] Launcher/monitor (Process Monitor) Fatal Process crashed with exit code -1073740791
[Info: 2023-09-30 06:33:19.6519130: MinecraftJavaProductInstance.cpp(1068)] Game closed with id 2
Or:
[Warning: 2023-09-30 06:33:51.3564230: NetQueue.cpp(124)] Action https://launchercontent.mojang.com/ failed in response handler. response code: 404 - error string: '
This is printed 33 times in the log, possibly a issue with the users internet? Although, this page is also a 404 for me. The user my be using a outdated launcher, that may be requesting old removed pages?
I can't find a issue related to a GPU in the log.
Seems to be related to MC-265594, possibly not exactly the same.