You've released a great pack, Blue! Thanks a lot. I haven't ironed out the bugs in my own decks, so I'm not sure I can help much finding them in yours, but... the end-of-match crashes in my decks almost always seem to be related to spawning tokens without first registering them. The few cards you spawn tokens with (splicers, lingering, call, gond, shrine) all seem to be registering their tokens in what seems to be the correct fashion, but the lands are a bit mixed up.
Avacyn's Pilgrim produces white mana but reserves a green token.
Blackcleave Cliff produces R/B mana but reserves B/W tokens.
Cascade Bluffs produces colorless mana but doesn't reserve a token.
Copperline Gorge produces R/G mana but reserves B/W tokens.
Darkslick Shores produces U/B mana but reserves B/W tokens.
Hinterland Harbor produces G/U mana but reserves W/U tokens.
Razorverge Thicket produces G/U mana but reserves B/W tokens.
Rootbound Crag produces G/R mana but reserves W/U tokens.
I may be wrong about the details, because I just did a few quick grep runs to see what's up, but I think that any of those mismatches could cause an end-of-game crash. They're really hard to debug, too, since it's possible that - for example -
Cascade Bluffs probably won't cause a crash if one of your working colorless lands happens to hit the battlefield first. Either way, it's probably worth switching them around before banging your head about debugging loam.
That said, I checked out your loam card and it uses the thefiremind's code - you just happened to get it from a third party (me). I suspected as much once I cast thirst and had to discard before dredging. _DREDGE_FIREMIND_888262904 is thefiremind's dredge mechanic, I just renamed the card so that if he eventually (hopefully) releases some deck packs there wouldn't be a conflict between the two. If you use it, your wad will be dependent on mine. That's fine, but you might wanna' advise folks. If you'd rather copy it into your own wad, that's also fine (I can't speak for thefiremind, but I imagine it would please him for it to be well used) - but it would probably be wise to rename it so that it doesn't create name-clashes w/ other mods.
Your
Seismic Assault deck is really much more fun to play than my Cheesy Swans. I look forward to seeing what else you can come up with! Keep up the great work, and thanks for all the help you've given me to date.
Regards,
Eglin
edit: where is the ColourTable you use in Cascading Bluffs defined?