alphaqu / DashLoader

Launch Minecraft at the speed of light.
GNU Lesser General Public License v3.0
96 stars 20 forks source link

Sounds Getting "muted" #35

Closed Dangomation closed 1 year ago

Dangomation commented 2 years ago

Describe the bug When I go to play the Modpack with Dashloader installed the game gets muted within about 2 min.

To Reproduce Steps to reproduce the behavior: I'm unsure the best way to reproduce this error. I've only just found this out myself an hour ago. I just have a Modpack and enabling Dashloader mutes the sound very consistently when enabled.

Expected behavior Not to have sounds muted when enabled.

Context (please complete the following information):

Full Logs https://paste.gg/p/anonymous/64a725e4b7464a0d888b269cc1f6034e

Additional context I hope thats enough to get started. I'd hate not to use dashloader because of a silly sound bug.

alphaqu commented 1 year ago

Hey can you please try to add this into your dashloader.json config and see if that resolves your issue.

{
  "options": {
++  "FAST_SOUND_FILE_SKIP": false
  },
  "compression"
  ...
}
Dangomation commented 1 year ago

This did seem to be a solution for this bug. I guess managing those sound files can be tricky sometimes.

alphaqu commented 1 year ago

Fixed in 5.0 release