Results 1 to 7 of 7

Thread: Install High-End Windows Games in Linux

  1. #1
    Join Date
    Jan 2009
    Posts
    1,738

    Install High-End Windows Games in Linux

    To know What is wine and how to install and configure it goto this link : Wine Installation on Ubuntu 8.10

    "I have wine but i can't play high-end games."

    This is the only reason why most of the users prefer windows as their main OS over linux. But here is a way to run high-end games on linux by tweaking your wine installation.


    You will need :

    • A computer with linux [ubuntu in my case]
    • Internet connection
    • The Game that you intend to play.



    What do do :

    If you already have wine installed, remove the existing installation to re-installed the patched verion. The pacth will inject the 3D mark and openGL features which are necessary for installing high end games.


    To uninstall or remove the previous wine version run these code :
    [one line at a time]


    Code:
    sudo apt-get remove wine
    rm -r ~/.wine
    sudo apt-get build-dep wine
    sudo apt-get install build-essential checkinstall

  2. #2
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Install High-End Games in Ubuntu

    Now Getting the new Wine, Patching it and Installing it :

    Code:
    mkdir wine && cd wine
    wget http://easynews.dl.sourceforge.net/sourceforge/wine/wine-0.9.50.tar.bz2
    tar -xvjf wine-0.9.50.tar.bz2
    wget http://bugs.winehq.org/attachment.cgi?id=8548
    cp attachment.cgi\?id\=8548 wine-0.9.50/3dmark.diff && cd wine-0.9.50
    patch -p1 < 3dmark.diff
    ./configure --prefix=/usr --sysconfdir=/etc --enable-opengl --with-x
    make depend && make
    sudo checkinstall
    Now accept the default settings and when an option will come up to set a description, set one and enter, select the next default. Done!


    Setting up wine :

    To setup wine run the followin codes :

    Code:
    wineprefixcreate
    winecfg
    Now get the DirectX 9 DLL files by running the following codes :

    Code:
    mkdir dx9 && cd dx9
    wget http://www.m3fe.com/files/d3dx9_34.zip
    unzip d3dx9_34.zip
    mv d3dx9_34.dll ~/.wine/drive_c/windows/system32/
    Now Install the Game with wine :

    Code:
    cd /path to cdrom/
    wine setup.exe
    Now Run the game you just installed :

    Code:
    cd ~/.wine/drive_c/Program\ Files/Game\ Folder/gamename.exe
    To give the game the best and smoothest performance, don not run your game in too high graphics configuration.


    Making such cross-platform workaround isn't easy.
    All the best!

  3. #3
    Join Date
    Aug 2008
    Location
    Chennai
    Posts
    5

    smile Re: Install High-End Windows Games in Linux

    Thank you very much dude..have been looking out for something like this for a long time...
    One OS to rule them all,
    One OS to find them.
    One OS to call them all,
    And in salvation bind them.
    In the bright land of Linux,
    Where the hackers play.
    `v2`
    Everything should be made as simple as possible but not simpler !!!!!!!

  4. #4
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Install High-End Windows Games in Linux

    Your always welcomed...!

  5. #5
    Join Date
    Jul 2009
    Posts
    2

    Re: Install High-End Windows Games in Linux

    Hello
    I am a beginner in Ubuntu and I tried this tutorial you have here. But after a certain step in my terminal started to appear some errors. Bellow I have added the output of my terminal.

    gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o driver.o driver.c
    gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o enhmetafile.o enhmetafile.c
    gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o enhmfdrv/bitblt.o enhmfdrv/bitblt.c
    gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o enhmfdrv/dc.o enhmfdrv/dc.c
    gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o enhmfdrv/graphics.o enhmfdrv/graphics.c
    gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o enhmfdrv/init.o enhmfdrv/init.c
    gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o enhmfdrv/mapping.o enhmfdrv/mapping.c
    gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o enhmfdrv/objects.o enhmfdrv/objects.c
    gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o font.o font.c
    gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o freetype.o freetype.c
    freetype.c:166: error: ‘FT_MulFix’ undeclared here (not in a function)
    freetype.c:166: warning: type defaults to ‘int’ in declaration of ‘pFT_MulFix’
    freetype.c: In function ‘WineEngGetOutlineTextMetrics’:
    freetype.c:4238: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4239: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4241: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4249: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4249: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4253: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4257: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4333: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4334: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4335: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4336: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4337: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4338: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4339: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4340: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4341: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4346: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4347: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4348: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4349: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4350: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4351: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4352: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4353: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4354: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4355: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4360: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4361: error: called object ‘pFT_MulFix’ is not a function
    make[2]: *** [freetype.o] Error 1
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/gdi32'
    make[1]: *** [gdi32] Error 2
    make[1]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls'
    make: *** [dlls] Error 2
    sorin@sorin-desktop:~/wine/wine-0.9.50$ sudo checkinstall
    [sudo] password for sorin:

    checkinstall 1.6.1, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran
    This software is released under the GNU GPL.


    The package documentation directory ./doc-pak does not exist.
    Should I create a default set of package docs? [y]: y

    Preparing package documentation...OK

    Please write a description for the package.
    End your description with an empty line or EOF.
    >> ptjocuri EOF
    >>

    *****************************************
    **** Debian package creation selected ***
    *****************************************

    This package will be built according to these values:

    0 - Maintainer: [ root@sorin-desktop ]
    1 - Summary: [ ptjocuri EOF ]
    2 - Name: [ wine ]
    3 - Version: [ 0.9.50 ]
    4 - Release: [ 1 ]
    5 - License: [ GPL ]
    6 - Group: [ checkinstall ]
    7 - Architecture: [ amd64 ]
    8 - Source location: [ wine-0.9.50 ]
    9 - Alternate source location: [ ]
    10 - Requires: [ ]
    11 - Provides: [ wine ]

    Enter a number to change any of them or press ENTER to continue:

    Installing with make...Installing with install...

    ========================= Installation results ===========================
    make[1]: Entering directory `/home/sorin/wine/wine-0.9.50/tools'
    make[1]: `makedep' is up to date.
    make[1]: Leaving directory `/home/sorin/wine/wine-0.9.50/tools'
    make[1]: Entering directory `/home/sorin/wine/wine-0.9.50/libs'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/libs/port'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/libs/port'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/libs/wine'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/libs/wine'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/libs/wpp'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/libs/wpp'
    make[1]: Leaving directory `/home/sorin/wine/wine-0.9.50/libs'
    make[1]: Entering directory `/home/sorin/wine/wine-0.9.50/tools'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/tools/widl'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/tools/widl'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/tools/winebuild'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/tools/winebuild'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/tools/winedump'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/tools/winedump'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/tools/winegcc'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/tools/winegcc'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/tools/wmc'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/tools/wmc'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/tools/wrc'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/tools/wrc'
    make[1]: Leaving directory `/home/sorin/wine/wine-0.9.50/tools'
    make[1]: Entering directory `/home/sorin/wine/wine-0.9.50/include'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/home/sorin/wine/wine-0.9.50/include'
    make[1]: Entering directory `/home/sorin/wine/wine-0.9.50/include'
    for f in stdole2.idl activscp.idl amstream.idl amvideo.idl austream.idl comcat.idl control.idl d3d10.idl ddstream.idl dimm.idl dispex.idl docobj.idl downloadmgr.idl dxgi.idl dxgitype.idl exdisp.idl hlink.idl htiframe.idl iads.idl icftypes.idl imnact.idl imnxport.idl indexsrv.idl mediaobj.idl mimeinfo.idl mimeole.idl mlang.idl mmstream.idl mscoree.idl mshtmhst.idl mshtml.idl msinkaut.idl msxml.idl msxml2.idl netfw.idl oaidl.idl objidl.idl objsafe.idl ocidl.idl ocmm.idl oledb.idl oleidl.idl optary.idl propidl.idl pstore.idl richole.idl sensevts.idl servprov.idl shldisp.idl shobjidl.idl shtypes.idl strmif.idl tom.idl unknwn.idl urlhist.idl urlmon.idl wine/itss.idl wtypes.idl xmldom.idl xmldso.idl accctrl.h aclapi.h adshlp.h advpub.h appmgmt.h audevcod.h aviriff.h axcore.idl axextend.idl basetsd.h basetyps.h bcrypt.h cderr.h cfgmgr32.h cguid.h cierror.h clusapi.h commctrl.h commdlg.h compobj.h cor.h cpl.h custcntl.h cvconst.h d3d.h d3d8.h d3d8caps.h d3d8types.h d3d9.h d3d9caps.h d3d9types.h d3dcaps.h d3dhal.h d3drm.h d3drmdef.h d3dtypes.h d3dvec.inl d3dx8.h d3dx8core.h d3dx8math.h d3dx8math.inl d3dx9.h d3dx9math.h d3dx9math.inl dbghelp.h dbinit.idl dbprop.idl dbs.idl dbt.h dciddi.h dciman.h dde.h ddeml.h ddk/compstui.h ddk/hidsdi.h ddk/imm.h ddk/ntddcdvd.h ddk/ntddser.h ddk/ntddtape.h ddk/wdm.h ddk/winddiui.h ddk/winsplp.h ddraw.h ddrawi.h devenum.idl devguid.h digitalv.h dinput.h dispdib.h dlgs.h dls1.h dls2.h dmdls.h dmerror.h dmo.h dmoreg.h dmort.h dmplugin.h dmusbuff.h dmusicc.h dmusicf.h dmusici.h dmusics.h dpaddr.h dplay.h dplay8.h dplobby.h dplobby8.h dpnathlp.h dsconf.h dsdriver.h dsgetdc.h dshow.h dsound.h dsrole.h dwmapi.h dxdiag.h dxerr8.h dxerr9.h dxfile.h dyngraph.idl errorrep.h errors.h evcode.h evntrace.h excpt.h exdispid.h fci.h fdi.h gdiplus.h gdipluscolormatrix.h gdiplusenums.h gdiplusflat.h gdiplusgpstubs.h gdiplusimaging.h gdiplusinit.h gdiplusmem.h gdiplusmetaheader.h gdipluspixelformats.h gdiplustypes.h guiddef.h hlguids.h htmlhelp.h i_cryptasn1tls.h icm.h icmpapi.h idispids.h imagehlp.h imm.h initguid.h intshcut.h ipexport.h iphlpapi.h ipifcons.h iprtrmib.h iptypes.h isguids.h ks.h ksguid.h ksmedia.h lm.h lmaccess.h lmapibuf.h lmbrowsr.h lmcons.h lmerr.h lmjoin.h lmmsg.h lmserver.h lmshare.h lmstats.h lmuse.h lmuseflg.h lmwksta.h lzexpand.h mapi.h mapicode.h mapidefs.h mapiform.h mapiguid.h mapitags.h mapiutil.h mapival.h mapix.h mciavi.h mcx.h mediaerr.h midles.h minmax.h mmddk.h mmreg.h mmsystem.h mprapi.h msacm.h msacmdlg.h msacmdrv.h mscat.h mshtmcid.h mshtmdid.h msi.h msidefs.h msiquery.h mssip.h msvcrt/conio.h msvcrt/crtdbg.h msvcrt/ctype.h msvcrt/direct.h msvcrt/dirent.h msvcrt/dos.h msvcrt/eh.h msvcrt/errno.h msvcrt/fcntl.h msvcrt/float.h msvcrt/io.h msvcrt/limits.h msvcrt/locale.h msvcrt/malloc.h msvcrt/math.h msvcrt/mbctype.h msvcrt/mbstring.h msvcrt/process.h msvcrt/search.h msvcrt/setjmp.h msvcrt/share.h msvcrt/signal.h msvcrt/stddef.h msvcrt/stdio.h msvcrt/stdlib.h msvcrt/string.h msvcrt/sys/locking.h msvcrt/sys/stat.h msvcrt/sys/timeb.h msvcrt/sys/types.h msvcrt/sys/unistd.h msvcrt/sys/utime.h msvcrt/time.h msvcrt/unistd.h msvcrt/wchar.h msvcrt/wctype.h mswsock.h msxml2did.h msxmldid.h nb30.h ndrtypes.h npapi.h nspapi.h ntddcdrm.h ntddscsi.h ntddstor.h ntdsapi.h ntquery.h ntsecapi.h ntsecpkg.h ntstatus.h objbase.h objsel.h odbcinst.h ole2.h ole2ver.h oleauto.h olectl.h oledlg.h pdh.h pdhmsg.h pktdef.h poppack.h powrprof.h profinfo.h prsht.h psapi.h pshpack1.h pshpack2.h pshpack4.h pshpack8.h ras.h reason.h regstr.h richedit.h rmxfguid.h rpc.h rpcdce.h rpcdcep.h rpcndr.h rpcnterr.h rpcproxy.h scarderr.h schannel.h schemadef.h schnlsp.h sddl.h secext.h security.h sensapi.h setupapi.h sfc.h shellapi.h shlguid.h shlobj.h shlwapi.h sipbase.h snmp.h softpub.h sql.h sqlext.h sqltypes.h sspi.h storage.h svrapi.h tapi.h tchar.h textserv.h tlhelp32.h tmschema.h twain.h userenv.h usp10.h uuids.h uxtheme.h vdmdbg.h ver.h vfw.h vfwmsgs.h wfext.h winbase.h wincon.h wincred.h wincrypt.h windef.h windns.h windows.h windowsx.h wine/debug.h wine/exception.h wine/library.h wine/unicode.h winerror.h wingdi.h winhttp.h wininet.h winineti.h winioctl.h winldap.h winnetwk.h winnls.h winnls32.h winnt.h winperf.h winreg.h winresrc.h winscard.h winsmcrd.h winsock.h winsock2.h winspool.h winsvc.h wintab.h wintabx.h winternl.h wintrust.h winuser.h winver.h wmistr.h wnaspi32.h wownt32.h ws2spi.h ws2tcpip.h wshisotp.h wsipx.h wsnwlink.h wtsapi32.h xcmc.h xmldomdid.h xmldsodid.h zmouse.h; do case $f in \
    wine/*) /usr/bin/install -c -m 644 ./$f /usr/include/wine/`expr $f : 'wine/\(.*\)'` ;; \
    msvcrt/*) /usr/bin/install -c -m 644 ./$f /usr/include/wine/$f ;; \
    *) /usr/bin/install -c -m 644 ./$f /usr/include/wine/windows/$f ;; \
    esac; done
    for f in activscp.h amstream.h amvideo.h austream.h comcat.h control.h d3d10.h ddstream.h dimm.h dispex.h docobj.h downloadmgr.h dxgi.h dxgitype.h exdisp.h hlink.h htiframe.h iads.h icftypes.h imnact.h imnxport.h indexsrv.h mediaobj.h mimeinfo.h mimeole.h mlang.h mmstream.h mscoree.h mshtmhst.h mshtml.h msinkaut.h msxml.h msxml2.h netfw.h oaidl.h objidl.h objsafe.h ocidl.h ocmm.h oledb.h oleidl.h optary.h propidl.h pstore.h richole.h sensevts.h servprov.h shldisp.h shobjidl.h shtypes.h strmif.h tom.h unknwn.h urlhist.h urlmon.h wine/itss.h wtypes.h xmldom.h xmldso.h stdole2.tlb; do case $f in \
    wine/*) /usr/bin/install -c -m 644 $f /usr/include/wine/`expr $f : 'wine/\(.*\)'` ;; \
    msvcrt/*) /usr/bin/install -c -m 644 $f /usr/include/wine/$f ;; \
    *) /usr/bin/install -c -m 644 $f /usr/include/wine/windows/$f ;; \
    esac; done
    make[1]: Leaving directory `/home/sorin/wine/wine-0.9.50/include'
    make[1]: Entering directory `/home/sorin/wine/wine-0.9.50/fonts'
    for i in coue1255.fon coue1256.fon coue1257.fon coure.fon couree.fon coureg.fon courer.fon couret.fon cvgasys.fon hvgasys.fon jsmalle.fon jvgasys.fon smalle.fon smallee.fon smalleg.fon smaller.fon smallet.fon smae1255.fon smae1256.fon smae1257.fon sserife.fon sserifee.fon sserifeg.fon sserifer.fon sserifet.fon ssee1255.fon ssee1256.fon ssee1257.fon ssee874.fon svgasys.fon vgasys.fon vgasyse.fon vgasysg.fon vgasysr.fon vgasyst.fon vgas1255.fon vgas1256.fon vgas1257.fon vgas874.fon marlett.ttf tahoma.ttf tahomabd.ttf; do /usr/bin/install -c -m 644 $i /usr/share/wine/fonts/$i || exit 1; done
    make[1]: Leaving directory `/home/sorin/wine/wine-0.9.50/fonts'
    make[1]: Entering directory `/home/sorin/wine/wine-0.9.50/loader'
    (GIT_DIR=../.git git-describe HEAD 2>/dev/null || echo "wine-0.9.50") | sed -e 's/\(.*\)/const char wine_version[] = "\1";/' >version-stamp || (rm -f version-stamp && exit 1)
    for f in wine-glibc wine-kthread wine-pthread wine-preloader; do \
    if [ "wine-glibc" = "$f" ]; \
    then /usr/bin/install -c $f-installed /usr/bin/wine; \
    else /usr/bin/install -c $f-installed /usr/bin/$f; \
    fi; \
    done
    /usr/bin/install -c -m 644 wine.man /usr/share/man/man1/wine.1
    make[1]: Leaving directory `/home/sorin/wine/wine-0.9.50/loader'
    make[1]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dxerr8'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dxerr8'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dxerr9'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dxerr9'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dxguid'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dxguid'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/strmiids'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/strmiids'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/uuid'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/uuid'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/winecrt0'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/winecrt0'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dinput'
    make[2]: `libdinput.def.a' is up to date.
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dinput'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/acledit'
    /usr/bin/install -c acledit.dll.so /usr/lib/wine/acledit.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/acledit'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/activeds'
    /usr/bin/install -c activeds.dll.so /usr/lib/wine/activeds.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/activeds'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/advapi32'
    /usr/bin/install -c advapi32.dll.so /usr/lib/wine/advapi32.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/advapi32'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/advpack'
    /usr/bin/install -c advpack.dll.so /usr/lib/wine/advpack.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/advpack'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/amstream'
    /usr/bin/install -c amstream.dll.so /usr/lib/wine/amstream.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/amstream'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/atl'
    /usr/bin/install -c atl.dll.so /usr/lib/wine/atl.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/atl'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/avicap32'
    /usr/bin/install -c avicap32.dll.so /usr/lib/wine/avicap32.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/avicap32'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/avifil32'
    echo "avifil32.dll" > /usr/lib/wine/`basename _install_/avifile.dll16`
    /usr/bin/install -c avifil32.dll.so /usr/lib/wine/avifil32.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/avifil32'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/browseui'
    /usr/bin/install -c browseui.dll.so /usr/lib/wine/browseui.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/browseui'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/cabinet'
    /usr/bin/install -c cabinet.dll.so /usr/lib/wine/cabinet.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/cabinet'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/capi2032'
    /usr/bin/install -c capi2032.dll.so /usr/lib/wine/capi2032.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/capi2032'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/cards'
    /usr/bin/install -c cards.dll.so /usr/lib/wine/cards.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/cards'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/cfgmgr32'
    /usr/bin/install -c cfgmgr32.dll.so /usr/lib/wine/cfgmgr32.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/cfgmgr32'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/clusapi'
    /usr/bin/install -c clusapi.dll.so /usr/lib/wine/clusapi.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/clusapi'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/comcat'
    /usr/bin/install -c comcat.dll.so /usr/lib/wine/comcat.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/comcat'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/comctl32'
    /usr/bin/install -c comctl32.dll.so /usr/lib/wine/comctl32.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/comctl32'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/comdlg32'
    echo "comdlg32.dll" > /usr/lib/wine/`basename _install_/commdlg.dll16`
    /usr/bin/install -c comdlg32.dll.so /usr/lib/wine/comdlg32.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/comdlg32'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/compstui'
    /usr/bin/install -c compstui.dll.so /usr/lib/wine/compstui.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/compstui'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/credui'
    /usr/bin/install -c credui.dll.so /usr/lib/wine/credui.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/credui'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/crtdll'
    /usr/bin/install -c crtdll.dll.so /usr/lib/wine/crtdll.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/crtdll'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/crypt32'
    /usr/bin/install -c crypt32.dll.so /usr/lib/wine/crypt32.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/crypt32'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/cryptdll'
    /usr/bin/install -c cryptdll.dll.so /usr/lib/wine/cryptdll.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/cryptdll'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/cryptnet'
    /usr/bin/install -c cryptnet.dll.so /usr/lib/wine/cryptnet.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/cryptnet'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/ctapi32'
    /usr/bin/install -c ctapi32.dll.so /usr/lib/wine/ctapi32.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/ctapi32'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/ctl3d32'
    echo "ctl3d32.dll" > /usr/lib/wine/`basename _install_/ctl3d.dll16`
    echo "ctl3d32.dll" > /usr/lib/wine/`basename _install_/ctl3dv2.dll16`
    /usr/bin/install -c ctl3d32.dll.so /usr/lib/wine/ctl3d32.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/ctl3d32'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/d3d10'
    /usr/bin/install -c d3d10.dll.so /usr/lib/wine/d3d10.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/d3d10'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/d3d8'
    /usr/bin/install -c d3d8.dll.so /usr/lib/wine/d3d8.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/d3d8'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/d3d9'
    /usr/bin/install -c d3d9.dll.so /usr/lib/wine/d3d9.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/d3d9'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/d3dim'
    /usr/bin/install -c d3dim.dll.so /usr/lib/wine/d3dim.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/d3dim'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/d3drm'
    /usr/bin/install -c d3drm.dll.so /usr/lib/wine/d3drm.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/d3drm'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/d3dx8'
    /usr/bin/install -c d3dx8.dll.so /usr/lib/wine/d3dx8.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/d3dx8'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/d3dxof'
    /usr/bin/install -c d3dxof.dll.so /usr/lib/wine/d3dxof.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/d3dxof'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dbghelp'
    /usr/bin/install -c dbghelp.dll.so /usr/lib/wine/dbghelp.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dbghelp'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dciman32'
    /usr/bin/install -c dciman32.dll.so /usr/lib/wine/dciman32.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dciman32'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/ddraw'
    /usr/bin/install -c ddraw.dll.so /usr/lib/wine/ddraw.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/ddraw'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/ddrawex'
    /usr/bin/install -c ddrawex.dll.so /usr/lib/wine/ddrawex.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/ddrawex'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/devenum'
    /usr/bin/install -c devenum.dll.so /usr/lib/wine/devenum.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/devenum'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dinput'
    /usr/bin/install -c dinput.dll.so /usr/lib/wine/dinput.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dinput'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dinput8'
    /usr/bin/install -c dinput8.dll.so /usr/lib/wine/dinput8.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dinput8'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dmband'
    /usr/bin/install -c dmband.dll.so /usr/lib/wine/dmband.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dmband'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dmcompos'
    /usr/bin/install -c dmcompos.dll.so /usr/lib/wine/dmcompos.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dmcompos'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dmime'
    /usr/bin/install -c dmime.dll.so /usr/lib/wine/dmime.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dmime'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dmloader'
    /usr/bin/install -c dmloader.dll.so /usr/lib/wine/dmloader.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dmloader'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dmscript'
    /usr/bin/install -c dmscript.dll.so /usr/lib/wine/dmscript.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dmscript'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dmstyle'
    /usr/bin/install -c dmstyle.dll.so /usr/lib/wine/dmstyle.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dmstyle'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dmsynth'
    /usr/bin/install -c dmsynth.dll.so /usr/lib/wine/dmsynth.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dmsynth'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dmusic'
    /usr/bin/install -c dmusic.dll.so /usr/lib/wine/dmusic.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dmusic'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dmusic32'
    /usr/bin/install -c dmusic32.dll.so /usr/lib/wine/dmusic32.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dmusic32'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dnsapi'
    /usr/bin/install -c dnsapi.dll.so /usr/lib/wine/dnsapi.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dnsapi'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dplay'
    /usr/bin/install -c dplay.dll.so /usr/lib/wine/dplay.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dplay'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dplayx'
    /usr/bin/install -c dplayx.dll.so /usr/lib/wine/dplayx.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dplayx'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dpnaddr'
    /usr/bin/install -c dpnaddr.dll.so /usr/lib/wine/dpnaddr.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dpnaddr'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dpnet'
    /usr/bin/install -c dpnet.dll.so /usr/lib/wine/dpnet.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dpnet'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dpnhpast'
    /usr/bin/install -c dpnhpast.dll.so /usr/lib/wine/dpnhpast.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dpnhpast'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dpnlobby'
    /usr/bin/install -c dpnlobby.dll.so /usr/lib/wine/dpnlobby.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dpnlobby'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dsound'
    /usr/bin/install -c dsound.dll.so /usr/lib/wine/dsound.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dsound'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dswave'
    /usr/bin/install -c dswave.dll.so /usr/lib/wine/dswave.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dswave'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dwmapi'
    /usr/bin/install -c dwmapi.dll.so /usr/lib/wine/dwmapi.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dwmapi'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/dxdiagn'
    /usr/bin/install -c dxdiagn.dll.so /usr/lib/wine/dxdiagn.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/dxdiagn'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/faultrep'
    /usr/bin/install -c faultrep.dll.so /usr/lib/wine/faultrep.dll.so
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/faultrep'
    make[2]: Entering directory `/home/sorin/wine/wine-0.9.50/dlls/gdi32'
    gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o freetype.o freetype.c
    freetype.c:166: error: ‘FT_MulFix’ undeclared here (not in a function)
    freetype.c:166: warning: type defaults to ‘int’ in declaration of ‘pFT_MulFix’
    freetype.c: In function ‘WineEngGetOutlineTextMetrics’:
    freetype.c:4238: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4239: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4241: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4249: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4249: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4253: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4257: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4333: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4334: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4335: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4336: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4337: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4338: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4339: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4340: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4341: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4346: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4347: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4348: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4349: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4350: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4351: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4352: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4353: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4354: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4355: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4360: error: called object ‘pFT_MulFix’ is not a function
    freetype.c:4361: error: called object ‘pFT_MulFix’ is not a function
    make[2]: *** [freetype.o] Error 1
    make[2]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls/gdi32'
    make[1]: *** [gdi32/__install-lib__] Error 2
    make[1]: Leaving directory `/home/sorin/wine/wine-0.9.50/dlls'
    make: *** [dlls/__install-lib__] Error 2

    **** Installation failed. Aborting package creation.

    Restoring overwritten files from backup...OK

    Cleaning up...OK

  6. #6
    Join Date
    Jul 2009
    Posts
    2

    Re: Install High-End Windows Games in Linux

    Sorry for this long post but I don't know how to make that window where to write the code.

    I noticed that you used Ubuntu 8.10. I have Ubuntu 9.04 64bit.

    If you can give me some advice about this would me most apreciated.
    Thank you

  7. #7
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Install High-End Windows Games in Linux

    Quote Originally Posted by Sorinux View Post
    I noticed that you used Ubuntu 8.10. I have Ubuntu 9.04 64bit.
    For ubuntu 9.04, you will need a new wine setup for the version. See the second post which has this step :
    Code:
    mkdir wine && cd wine
    wget http://easynews.dl.sourceforge.net/sourceforge/wine/wine-0.9.50.tar.bz2
    tar -xvjf wine-0.9.50.tar.bz2
    wget http://bugs.winehq.org/attachment.cgi?id=8548
    cp attachment.cgi\?id\=8548 wine-0.9.50/3dmark.diff && cd wine-0.9.50
    patch -p1 < 3dmark.diff
    ./configure --prefix=/usr --sysconfdir=/etc --enable-opengl --with-x
    make depend && make
    sudo checkinstall
    The package that is being downloaded above is for Ubuntu 8.10. Have made it Bold. Just Replace this with this line :
    Code:
    http://biznetnetworks.dl.sourceforge.net/sourceforge/wine/wine-1.1.24.tar.bz2
    Now try again...

Similar Threads

  1. Play Windows games in Linux Mint
    By Jokull in forum Video Games
    Replies: 4
    Last Post: 14-01-2011, 10:26 AM
  2. Replies: 4
    Last Post: 12-01-2011, 11:16 AM
  3. Replies: 5
    Last Post: 16-12-2009, 09:20 PM
  4. Windows Games in Linux?
    By Urjita in forum Operating Systems
    Replies: 3
    Last Post: 03-03-2009, 11:12 AM
  5. How to install linux on windows??
    By RV in forum Operating Systems
    Replies: 3
    Last Post: 05-02-2009, 04:43 PM

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
  •  
Page generated in 1,713,273,221.97392 seconds with 17 queries