Possible SMP crash bug
straw-man opened this issue ยท 4 comments
Error log linked in SA thread, this may be a new crash bug or just because I haven't updated to .12A ?
http://forums.somethingawful.com/showthread.php?threadid=3551457&pagenumber=64#post416945906
This is a crash when adding sounds to a sound list in Hurricaaane's MC-Client mods. Seeing as how Big Reactors doesn't have any sounds, I'd doubt it's Big Reactors.
A quick way to verify this: yank Big Reactors out of your client/server packs, reload, see if it still crashes. If it does, I may have an incompatibility somewhere.
I patched it earlier tonight by rolling back from .11A to .10A (Toast 4.0.1 to Toast 4.0.0). More information coming this weekend....
I suspect this is a threading issue with Minecraft's resource downloads conflicting with Audiotori's in-memory sound patching system. When you upgrade a modpack on the Technic platform, it clears all of Minecraft's downloaded resources. There's a chance that a sound file finishes downloading at the same time as Audiotori is running its in-memory patch code.
That would cause the ConcurrentModificationException found in the crash log, and the Platform's clearing of resources would explain why it appears in a modpack update that doesn't have any apparently-relevant changes included.
Going to keep this issue open for a few days; let me know what you discover this weekend in your own testing. For now, I've reported the potential CME to the Audiotori dev.