when I run wine 1.1.30 or 1.0.1, I encounter the following error: Code: fixme:reg:GetNativeSystemInfo (0x32f7d0) using GetSystemInfo() fixme:win:EnumDisplayDevicesW ((null),0,0x380dd18,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),1,0x380dd18,0x00000000), stub! err:wgl:opengl_error No OpenGL support compiled in. err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat. err:d3d:InitAdapters Failed to get a gl context for default adapter err:d3d:WineDirect3DCreate Direct3D9 is not available without opengl fixme:font:WineEngCreateFontInstance Untranslated charset 255 Both binary version and compile from source code are same. the OS is Ubuntu 9.04 desktop. I search on google, it seems I need install opengl libarry before compile it, but I don't know how can I install the spoken libarry. I am a new hand on Ubuntu, Could someone help me?
daniel_zh9 wrote:> Both binary version and compile from source code are same. the OS is Ubuntu 9.04 desktop.I really doubt that binary version is the same. You probably ran your self compiled version. Make sure you removed what you compiled first (sudo make uninstall). Then follow directions to install new Wine version: http://www.winehq.org/download/deb
thank vitamin for your advice, it worked, but now I run into another error:> > fixme:reg:GetNativeSystemInfo (0x32f7d0) using GetSystemInfo() > fixme:win:EnumDisplayDevicesW ((null),0,0x380dd98,0x00000000), stub! > fixme:win:EnumDisplayDevicesW ((null),1,0x380dd98,0x00000000), stub! > fixme:win:EnumDisplayDevicesW ((null),0,0x380db80,0x00000000), stub! > fixme:font:WineEngCreateFontInstance Untranslated charset 255 > $ wine --version > wine-1.1.30 >I search on internet, some people meet the same situation, but sometimes it can still run, but my application prompt the before sentence then abort. could Vitamin or someone give I a clue.
daniel_zh9 wrote:> $ which wine > /usr/bin/wineReinstall Wine. Make sure you have Linux video drivers installed properly. If you on 64-bit distro make sure you also install 32-bit driver libraries (might be a separate package / option).