JacobEckroth / BetterChess

39 stars 6 forks source link

Application unresponsive from SDL_Delay() #7

Open meissner61 opened 1 year ago

meissner61 commented 1 year ago

I dont think this project gets updated anymore, but ill leave this here for anyone that wants to tinker with it, I had to comment out the SDL_Delay() function in main.cpp Line 33. I havent had a chance to dig into it but I think something is being calculated incorrectly and the SDL_Delay() is making the program completely unresponsive, (Giving me on Ubuntu 22.04.1 LTS a application timeout error) with the wait / kill process option.

JacobEckroth commented 1 year ago

Added you as a contributor