Mercutio1243
Mercutio1243
I have been troubleshooting a rare error for some time, which I was now able to backtrack to this. I think it mainly happened on older smartphones but still, it...
Thanks Alex, much appreciated, and do not worry, I was able to figure out most on my own. Apart from this topic here, I do not have any open issues...
Looking into the issue, I hope I can at least give a first indication, why the skipping is happening: In my case, the issue seems to be with the variable...
Isn't it white's move? These look like the pre move actions
This is the orientation of the board, no? Try to load a fen, where it is black's turn? game = bishop.Game(variant: bishop.Variant.standard()); to game = bishop.Game(variant: bishop.Variant.standard(), fen: "XXX");
I faced this error multiple times today. The file was on c:\, but it seems antivirus software Avast was messing with it (quarantine, renaming file to include ~-character). When deactivating...
Thanks! I am just using the example project to test my firebase setup. It will be an improvement, if it avoids these errors under Android.
@lisovyk thank you for the support, this is what I have been ending up doing, but it is obviously not a cool solution
JFYI: I have introduced a delay of 10 milliseconds between commands and have not observed the issue anymore. It might be worthwhile to think about queueing commands received by stdin...