vitamin wrote: > > peyre wrote: > > Ah, ok. Color me clueless. All right, under Wine I've created a Direct3D key, with an OffscreenRenderingMode key inside it. Now I'm not certain what I need to do...I created a new String value called fbo with a value of 0. Is that what I need to do? > > I think will have to post something like this to keep all the questions to a minimun. Run this to create the required registry entry: > > Code: > > echo -e "[HKEY_CURRENT_USER\\Software\\Wine\\Direct3D]\n\"OffscreenRenderingMode\"=\"backbuffer\"" | wine regedit - > > Shoot, that doesn't seem to have helped.