1. you are not allowed to post hashes here (see http://hashcat.net/forum/announcement-2.html ), why can't you just say what the problem is (or at least mask the hash) ?
2. The error probably says line-length exception, since the salt is too long (salt == username for this hash mode), this has nothing todo with what your real username is (or.... yes, maybe how long it is) , nor with a dot... please make some test if this is true
Furthermore, the hashes can be generated easily with any programming/scripting language + google finds dozens of webpages that either show you the algo or generate hashes for you.
2. The error probably says line-length exception, since the salt is too long (salt == username for this hash mode), this has nothing todo with what your real username is (or.... yes, maybe how long it is) , nor with a dot... please make some test if this is true
Furthermore, the hashes can be generated easily with any programming/scripting language + google finds dozens of webpages that either show you the algo or generate hashes for you.