Cannot hear anything!!!!!
MasterBuilder747 opened this issue ยท 3 comments
Mod Version:
DynamicSurroundings-1.12.2-3.4.7.2
Forge Version:
14.23.1.2556
Link to crash log (if applicable):
Description:
I start the game up, all sounds work just fine, but when i go into a world, and while its settling down after loadup, all of a sudden the sounds just stop and all i hear is an ambient bird noise. Even when I click into another window, it should mute but it keeps playing. I previously had ambience and mixtune in the pack but i removed them, and the issue didnt go away. Also, it may not by your mod, but something else is causing me to have no fall damage and the difficulty keeps changing back to peaceful. I would like to see what would be causing that if anyone knows.
Here is a full log:
fml-client-latest.log
Also when i look at the log now, i see a repeating line of muting sounds and right before that, i see this line:
[10:59:42] [main/WARN] [dsurround/]: Unable to locate team.chisel.api.IFacade.getFacade()
is this a chisel incompatibility?
Weird. The mute one may be related to sound - set "Mute when Background" to FALSE. The facade one I think is OK - reason is that Chisel changed how the API signature for the same mod, and DS looks for both signatures and reports which one it couldn't find.
The fall damage and peaceful one - don't think that is DS. DS is predominately a client side mod, and the server side stuff that it does doesn't touch on that stuff.
Just an update. Loaded up the latest Forge for 1.10.2 (12.18.2.2511) and I saw the mute loop problem. This did not happen with the last version I developed with (12.18.3.2422). Something changed in Forge, I think, to cause this issue. Will have to spend some time debugging Forge.