Soccerwindow not Running well (2011-12-05 14:15 by hahn #61045)
hello, i have installed rcssserver-15.0 and Soccerwindow2-5.10 on my Blankon linux (ubuntu based).
When i run soccerwindows, Soccerwindow (n rcssmonitor too) not running well. The players not move. But when I install on Slackware 13.37 everything normal.
RE: Soccerwindow not Running well (2011-12-06 12:42 by akky #61050)
I guess this problem is caused by locale settings.
Try to add the following line to the top of main() function in soccerwindow2 or rcssmonitor.
std::locale::global( std::locale::classic() );
If this line never solve the problem, please change the locale setting in your environment to English for the time being.
I'll release the fixed version soccerwindow2 in near future.