hi there, I'm running Ubuntu 12.04 with wine 1.4, I have an nvidia gtx 480 card and installed the 295.40 drivers. I'm trying to play touhou project but after a little dialog ask to choose a resolution and click ok I get some errors: Code: err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly (using GL renderer "GeForce GTX 480/PCIe/SSE2", version "1.4 (2.1.2 NVIDIA 295.40)"). err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat. err:d3d:InitAdapters Failed to get a gl context for default adapter Direct3D9 is not available without OpenGL. fixme:win:WINNLSEnableIME hwnd (nil) enable 1: stub! So after lurking a bit around I tried to using this: "LD_PRELOAD=/usr/lib32/libGL.so wine th12.exe" But this time I get immediately this error before the resolution dialog pop up: Code: wine: error while loading shared libraries: libnvidia-tls.so.295.40: wrong ELF class: ELFCLASS64 any tips? thanks you