pixelSmuggler

Results 2 comments of pixelSmuggler

I'm seeing this issue on 2.0.0. This is a fresh install of omniSharp-sublime through Sublime package control. I'm seeing the same Application Startup Exception as @kufii. MsBuild version : 15.1.1012.6693...

This is a pygame initialization issue. See this thread : [https://stackoverflow.com/questions/18273722/pygame-sound-delay](https://stackoverflow.com/questions/18273722/pygame-sound-delay) It can be fixed (Verified on Windows) by changing line 2 of runner.py to: `pygame.mixer.pre_init(frequency=22050, size=-16, channels=2, buffer=512)`