When trying to install the 32bit or 64bit 1.1.3 Windows version of LMMS, the installer runs no problem. When trying to execute the binary, I get the error:

"This application has requested the Runtime to terminate it in an unusual way. ..."

Trying to bring up same basic debugging I only get:
"An unhandled win32 exception occured in LMMS.Exe [4384]"

Is there a PDB file to use so I can work on some cleaner debugging in Visual Studio (2013)? Is there a known bug? A lot of times those C++ errors are caused by lack of resources, but in this case I can hardely suspect that's true. I even tried manually allocating a large amount of memory. This is on my development machine, with the following specs:
1) Windows 7
2) AMD FX-8300 (8 core)
3) 16GB RAM

I search the forum for something similar, sorry if I came up empty when there was something.