Dungeon Mobs Reborn

Dungeon Mobs Reborn

556k Downloads

Missing sound files?

TaintedMeat opened this issue ยท 2 comments

commented

"[14:48:30] [Client thread/WARN] [net.minecraft.client.audio.SoundHandler]: File dungeonmobs:sounds/g2_l.ogg does not exist, cannot add it to event dungeonmobs:g2_l"

Discovered this line while looking into an "impossible" sound engine critical error that keeps crashing forge.

The full log is too long for pastebin, so I'm just gonna keep it to the sound manager portion. (the crash happens independently of your and lycanite's mobs, as I have gotten the same result without either enabled.)
https://pastebin.com/fxVWTFcZ

commented

I no longer have a copy of the code installed locally, but I can tell what the problem is: A block of JSON (sounds.json) code has error. It has,

"g2_l": { "category": "entity", "sounds": [ { "name": "dungeonmobs:g2_l", "stream": true } ] },

...but it should have...

"g2_l": { "category": "entity", "sounds": [ { "name": "dungeonmobs:g2_l1", "stream": true } ] },

commented

I don't think this will be fixed -- its not a crash and I've been informed that all development has move on to 1.15.2.