Dynamic Surroundings

Dynamic Surroundings

51M Downloads

[1.7.10] Crash - "unknown soundEvent: minecraft:step.null" - DragonAPI interaction.

cheesealmighty opened this issue ยท 2 comments

commented

*Mod Version: 1.7.10 - 1.0.6.3

*Forge Version: 10.13.4.1614

Crash log: https://paste.ubuntu.com/p/mCY9jDtq8j/
Related server log: https://paste.ubuntu.com/p/nTw3HrQyQm/
Related client logs, snipped for brevity: https://paste.ubuntu.com/p/HBRVStZGm2/

*Description:
I crashed without no apparent cause when I was playing. Client logs show that an minecraft:step.null sound is trying to be played. DragonAPI doesn't like this I believe, and crashes. This was discussed before in the past. Any ideas?
ReikaKalseki/Reika_Mods_Issues#1870

commented

After digging into this a bit I think the problem is that something created a bad SoundType for a block. The sound name portion of the type is null so the resource name comes out looking like "minecraft:step.null". I am putting in additional defensive code to protect against the situation.

EDIT: Dynamic Surroundings doesn't create these things - on occasion it will use whatever the mod author defined for the block.

Also, I am not 100% sure the step.null issue is the source of the DragonAPI crash. If it addresses, great. :)

commented

Pushed 1.0.6.4 with a fix. I couldn't repro the problem specifically. Made changes based on code inspection.