This is where we list the most embarrassing hacky quickfixes we've ever been forced to implement.
I'll start it with the 'looping music in VB' episode.
In essence, I was working on a project for college, and part of my design required that a tune play when the program started playing, and stopped when you did. This was, in essence, easy enough, however, it also required that if you were playing for more than a certain amount of time, the music would restart, which wasn't so easy.
Fix of the minute:
Installing a windows timer set for the duration of the music, which restarted windows Media Player every time the music finished and the game playing variable was still true, and reset itself to the length of the music when it did so.