Cloudef wrote: > What are your registry settings? > Try tweaking with GLSL, multisampling, offscreenrendering and videomemorysize Be careful if you start changing registry settings as they can break other installed apps. For example GuildWars requires GLSL=disabled, but Eve Online won't run with that disabled. I always use a separate wine process to install apps that don't run out-of-the-box in Wine. Each base Wine process is only 32M so it won't eat up all your HD space if you have several. Then just run your isolated app by changing the WINEPREFIX: env WINEPREFIX="/home/username/.newwineprocess" wine application.exe