-
Bug
-
Resolution: Duplicate
-
None
-
2.1.17785 (Linux)
-
None
-
None
-
Unconfirmed
Old minecraft versions do not have sound, like alpha 1.1.2
Issue is that it tries to download some strings from http://www.minecraft.net/resources/
In-game logic downloads 301 page, it has moved permanently html text
Then game fails to process faulty strings
To fix this, `http://www.minecraft.net/resources/` must return error code, then java will fail to open stream and game will use fallback route
1. http://www.minecraft.net/resources/ must return error code
OR
2. www.minecraft.net should be blocked in hosts
OR
3. Somebody will improve launchwrapper to remove this URL and mojang will push updated launchwrapper to all affected versions
OR
4. Not important, WONTFIX
- duplicates
-
MCL-13501 Sounds Missing for old_alpha a1.1.2 and older.
- Open