Launcher icon indicating copy to clipboard operation
Launcher copied to clipboard

Sound doesn't work in old beta/alpha versions

Open kargaroc opened this issue 4 years ago • 3 comments

Operating System

Linux

Description of bug

There is no sound in Alpha, and certain Beta versions of the game

Steps to reproduce

Make a new instance, select any Alpha version, and launch it

Suspected cause

I guess Mojang changed the URIs for resources, which broke old versions.

This issue is unique

  • [X] I have searched the issue tracker and did not find an issue describing my bug.

kargaroc avatar May 24 '21 19:05 kargaroc

Duplicate of #2209

ImperatorStorm avatar May 24 '21 19:05 ImperatorStorm

unable to reproduce with a1.2.6 files are downloaded and put in the .minecraft folder @kargaroc any specific version?

phit avatar Jun 18 '21 13:06 phit

I get the same issue with sound, although I'm using b1.7.3

This is the issue that I get in the console, has something to do with openal:

16 achievements 151 recipes Setting user: Cinders2Ashes, token:<ACCESS TOKEN>:<PROFILE ID> Aug 26, 2021 11:30:30 PM net.java.games.input.DefaultControllerEnvironment getControllers WARNING: Found unknown Windows version: Windows 10 Aug 26, 2021 11:30:30 PM net.java.games.input.DefaultControllerEnvironment getControllers INFO: Attempting to use default windows plug-in. Aug 26, 2021 11:30:30 PM net.java.games.input.DefaultControllerEnvironment getControllers INFO: Loading: net.java.games.input.DirectAndRawInputEnvironmentPlugin

Starting up SoundSystem... Initializing LWJGL OpenAL (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) Error in class 'LibraryLWJGLOpenAL' Unable to initialize OpenAL. Probable cause: OpenAL not supported. ERROR MESSAGE: Could not locate OpenAL library. STACK TRACE: org.lwjgl.openal.AL.create(AL.java:156) org.lwjgl.openal.AL.create(AL.java:102) org.lwjgl.openal.AL.create(AL.java:206) paulscode.sound.libraries.LibraryLWJGLOpenAL.init(SourceFile:162) paulscode.sound.SoundSystem.CommandNewLibrary(SourceFile:1489) paulscode.sound.SoundSystem.CommandQueue(SourceFile:2362) paulscode.sound.CommandThread.run(SourceFile:121) ERROR MESSAGE: Could not locate OpenAL library.

Starting up SoundSystem... Switching to No Sound (Silent Mode)

Stopping!

SoundSystem shutting down... Author: Paul Lamb, www.paulscode.com

Cinders2Ashes avatar Aug 27 '21 06:08 Cinders2Ashes