Results 1 to 3 of 3

Thread: can not get any game in wine to work

  1. #1
    Join Date
    Jan 2011
    Location
    Kiruna (sweden)
    Beans
    11
    Distro
    Ubuntu

    can not get any game in wine to work

    Hi, I am having trouble getting any game in wine to work...
    well, it's not the games that are the trouble, the trouble are that directx do not want to start, I do not know how to fix this, can you guys help me?

    the games I tried are:

    Starcraft 2 (followed a guide, it worked for everyone else, except me)
    Call of Duty: Modern Warfare 2 (installed through steam)
    Mirrors Edge (will not start at all)

    My system specs are:

    lenovo thinkpad W500
    ATI Mobility HD Radeon 3650
    Intel Centrino 2 inside @ 2.66 GHz
    4GB RAM

    ubuntu 10.10 64-bit

  2. #2
    Join Date
    Jan 2011
    Location
    Kiruna (sweden)
    Beans
    11
    Distro
    Ubuntu

    Re: can not get any game in wine to work

    here is an update:
    I installed Graphic card Drivers and then I can start most of the games...
    but I can not start Call of Duty: Modern Warfare2 - Multiplayer
    but I can start all other games

  3. #3
    Join Date
    Oct 2007
    Beans
    32
    Distro
    Kubuntu 6.10 Edgy

    Wink Re: can not get any game in wine to work

    maybe your wine installation is not complete.
    if you want, follow my little tutorial here;


    open a terminal
    we have to erase the current wine you have
    sudo apt-get autoremove wine --purge

    cd
    rm -rf .wine
    sudo apt-get update
    sudo aptitude install wine
    wine --version
    sudo add-apt-repository ppa:ubuntu-wine/ppa
    sudo apt-get update && aptitude install wine
    winecfg
    cd
    cd .wine
    wget wget http://www.kegel.com/wine/winetricks
    chmod +x ./winetricks
    ./winetricks d3dx9
    ./winetricks droid
    ./winetricks physx
    ./winetricks allfonts
    ./winetricks allcodecs
    ./winetricks winxp
    ./winetricks sound=alsa
    ./winetricks volnum
    ./winetricks glsl-disable
    ./winetricks vcrun2008
    ./winetricks dcom98
    ./winetricks dotnet20
    ./winetricks d3dx9 droid winxp sound=alsa volnum vcrun2008 dotnet20 ie6 corefonts


    now, some games use lots of resources from your pc
    so you might have to do this;
    look up the file user.reg
    and add;
    [Software\\Wine\\Direct3D] 1258821033
    "DirectDrawRenderer"="opengl"
    "Nonpower2Mode"="repack"
    "OffscreenRenderingMode"="fbo"
    "RenderTargetLockMode"="auto"
    "UseGLSL"="readtex"
    "VertexShaderMode"="hardware"
    "VideoDescription"="NVIDIA GeForce 8500 GT"
    "VideoDriver"="nv4_disp.dll"
    "VideoMemorySize"="256"


    enjoy

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •