I can't get glest to run in windowed mode on Linux, even though it works fine fullscreen. I set ChangeDisplay=0 in glest.ini, and here's what I get:
void Shared::Platform::Window::setStyle(Shared::Platform::WindowStyle) not implemented.
void Shared::Platform::Window::setBounds(int, int, int, int) not implemented.
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
The first two errors happen even in fullscreen mode, but everything continues on just fine, so I suspect they have nothing to do with the current problem. My system is an amd64 running Gentoo, with a Radeon 9200 using the latest ATI binary drivers and X.org 6.8.2. I'm using the latest Gentoo glest package (v1.0.10_p7). Any ideas?