vshcherbyna / igel

UCI compatible chess engine
GNU General Public License v3.0
92 stars 9 forks source link

UCI commands with new line "\n" not supported? #284

Open lepned opened 1 year ago

lepned commented 1 year ago

I am testing your engine with my own GUI program (not available yet) in Windows and when I send a command with a new line at the end of the string Igel does not seem to be able to parse the command. When I remove the new line your engine works just fine. All other engines I have tested works fine when I add a new line to the end (like "\n") so I wonder if you have any idea why Igel is struggling here?