On Fri, Jun 6, 2014 at 10:47 PM, Mick Charles Beaver m.charles.beaver@gmail.com wrote:
I have been having trouble with a bug that seems to only occur when running from SLIME, as opposed to the REPL at a CMD prompt. Basically, when I try to run a windowed application, it will hang when opening the window. I do not have any idea why.
It might have something to do with the fact that SLIME's REPL does not run in the initial thread. Perhaps you could try and execute your windowing code in the initial thread?
HTH,