I’ve reported about this before, but posting again for attention. How to reproduce:
Create a new plugin with this content:
import sublime
sublime.error_message("hello world")
then restart ST2. On Windows the main window never shows up and you now have to kill the process from the task manager, manually remove the plugin and then start ST2 again.