mojira.dev
MCL-15403

No sound in older versions, web side fix or launchwrapper fix required

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

Linked issues

Comments 0

No comments.

migrated

(Unassigned)

Unconfirmed

Retrieved