cedega_4.3.2-1.i386.tgz

Deleted torrent, N/A
Added on Jun 20, 2005 in Applications > UNIX
Downloaded 0 times.

cedega_4.3.2-1.i386.tgz (Size: 7.27 MB)
  cedega_4.3.2-1.i386.tgz 7.27 MB

Description

Cedega 4.3.2

It can be used for all kind of linux even gentoo [can be inserted in portage tree]. Here's a howto for 4.3.1 [sry, I haven't fount newer]:


TransGaming Cedega HOWTO Guide 4.3-1.1.1.1.en
===============================================

This guide provides an overview of how to use TransGaming's Cedega to run your
favorite games on Linux. If you have any questions about how to use Cedega, or
if you have other support issues, please use TransGaming's web-based support
system at http://www.transgaming.org/forum/

===================
System Requirements
===================

The following are the minimum requirements for Cedega 4.3:

Operating System
----------------
Core requirements are:
- Linux Kernel 2.2 or higher. Stock Kernels recommended over RedHat
7.x/8.x/9.x kernels. 2.6 kernels are not recommended due to stability
issues.
- XFree86 4.0 or higher (4.2 and above recommended)
- glibc 2.2 or higher
- working hardware accelerated OpenGL video card

CPU Type and Speed
------------------
Recommended minimum hardware is
- 500 MHz or faster Pentium or Athlon CPU
- 64MB of memory; 128 MB or higher recommended
- 1-2 GB free hard disk space for games
- Linux Supported 3D graphics card with 16MB of video RAM is required.
Nvidia GeForce-class GPU recommended. ATI Radeon 8500 or higher with
working ATI FireGL drivers should work for many (though not all) games,
but will not perform as well for the moment.

Please note: individual requirements may be higher for certain games.

====================================
Configuring Your Computer for Cedega
====================================

Make sure that your video card has working 3D acceleration
----------------------------------------------------------
Make sure that the latest drivers for your video card have been installed on
your system, and that OpenGL is working properly. (NVidia card owners, please
visit http://www.nvidia.com. ATI card owners, please visit http://www.ati.com)

To test your graphics card for OpenGL support execute the following command:

$ glxinfo | grep #direct rendering#

output will return "direct rendering:"

If this is 'Yes' or 'Enabled' then OpenGL is likely set up correctly. If it is
listed as 'no' or 'disabled' then double-check your 3D setup.

You may also want to try a performance test. Execute the following to run a
simple benchmark included on most popular Linux distributions:

$ glxgears

The glxgears program will output an FPS (Frames Per Second) rating to the
command line. If 3D acceleration is correctly enabled for your video card,
then the reported FPS should be well over 500 FPS at the default window size.
If the output shows less than 500 FPS then you should double check your 3D
setup.

In some cases it is possible to have multiple OpenGL libraries
installed on your system. If you are having problems with Cedega, you may
wish to check whether this is the case for your system. You can easily
do so by executing:

$ locate libGL

This will display any OpenGL libraries you have on your system. In
particular, you should be cautious of having libGL in both /usr/lib
as well as in /usr/X11R6/lib. Sometimes, the software-only Mesa OpenGL
libraries are installed in /usr/X11R6/lib and hardware accelerated drivers
are installed elsewhere. We do not recommend removing the Mesa libraries
from /usr/X11R6/lib unless you are seeing slow rendering in games running
under Cedega.

Check your cd devices and mount points for permissions
------------------------------------------------------
Many Windows games use copy protection systems that requires Cedega to have
'read' access to your CD-ROM device, as well as 'read' and 'execute' access
to your CD-ROM mount point. Check your CD-ROM devices and mount points to
ensure that Cedega has appropriate permissions.

If you do not know what devices and mount points are being used by your
system, you can read the /etc/fstab file for more information using the
following command:

$ less /etc/fstab

To change the permissions on your CD-ROM device and mount points, execute the
following commands as 'root':

# chmod a+r [CD-ROM Device]
# chmod a+rx [CD-ROM mount point]

Many distributions of Linux use symbolically linked devices. You will also
need to change permissions on the linked devices as well. To see if a device
is linked, run the following command:

$ ls -la [CD-ROM Device]

This command will return information that may resemble the following:

lr-xr-xr-x 1 root root 13 Aug 21 14:45 /dev/cdrom -> cdroms/cdrom0

If the output displays a -> then this device is linked. In the above output the
device /dev/cdrom is symbolically linked to the device /dev/cdrom/cdroms/cdrom0.
Be sure to change the permissions on all linked devices.

Under some circumstances, you may need to edit your /etc/fstab file to ensure
that all users have access to the CD-ROM mount point.


Check your X configuration file
-------------------------------
Depending on your distro this may be called either XF86Config, XF86Config-4
or xorg.conf.

Games often attempt to change your screen resolution to fit their needs.
Make sure that the 'Screen' section of your X config file has a number
of resolutions. The most common resolutions are: 1600X1200, 1280X1024,
1024X768, 800X600, 640X480. If the game is not running at fullscreen properly,
check the game settings to see what resolution it is attempting to use and
make sure that resolution is listed in your X config file.

Note: You may experience improved performance with some games when running
the X server at 16 bit color depth.

Disable Sound Servers
---------------------
Many Linux desktop systems such as KDE and Gnome run sound servers such as
'ARTS' or 'esd'. These sound servers can cause sound problems within Cedega
by reserving exclusive access to the sound device. If you are having sound
problems make sure to disable any sound servers or other applications that
may be using sound, such as 'xmms'.

Check free space limitations
----------------------------
Some systems may be set up with restrictive space quotas on the /home
directory. These limitations can cause Cedega to incorrectly report available
free space. You may experience problems installing games if the
available space is reported incorrectly, or if there is not enough space
available on your system. If you experience any error messages reporting
that there is not enough hard drive space to install a game, disable quotas,
or symbolically link to a device with more free space available.

Prelink, Exec-Shield and VA Layout
----------------------------------
As of Cedega 4.3, there are no longer any compatability issues between prelink,
exec-shield, the new VA layout and Cedega. These features can be left enabled
and will work seamlessly with Cedega.

For versions of Cedega older than 4.3 please refer to the Prelink, Exec-Shield,
and VA Layout section in the 4.2.1 Release Notes or HOWTO Guide.

Exec (error = 21)
-----------------
Some distributions' versions of mount now run with the noexec option unless
otherwise specified. Running games from a partition mounted with noexec can
cause an error = 21 message.

To fix this issue, edit /etc/fstab and modify the partition line by
changing 'noexec' to 'exec' in the mount options.

For example, change:
/dev/hda1 / ext3 errors=remount-ro,no-exec,defaults 0 1
to:
/dev/hda1 / ext3 errors=remount-ro,exec,defaults 0 1

If neither "exec" nor "no-exec" appears in the line it is recommended that you
add "exec" to ensure that the partition can be used by Cedega.

To remount the partition run:
$ mount -o remount /


======================
How To Install Cedega:
======================

Cedega is available in a variety of pre-built binary packages designed to
suit your Linux distribution. Please note that TransGaming does not provide
official support for packages built from source.

First select the package that is right for you:

rpm - RedHat Package Management (RedHat Linux, Mandrake Linux, etc)

To install the Cedega rpm package open a console/terminal window and execute
the following command as 'root':

# rpm -ivh cedega-[version].rpm

deb - Debian Package (Debian GNU/Linux, Corel/Xandros Linux, Lindows, etc)

To install the Cedega deb package open a console/terminal window and execute
the following command as 'root':

# dpkg -i cedega_[version].deb

tgz - Tar GZipped Package (Slackware Linux, etc)

To install the Cedega tgz package open a console/terminal window and
execute the following commands as 'root':

# cd /
# tar -xvzf cedega-[version].tgz

Some distributions use their own package management tools, such as Gentoo and
Slackware. If this is so the tgz package of Cedega can be used with most of
these tools.


Installing the Font Installer Package:
--------------------------------------
The font installer package is a convenience script provided by TransGaming
for the purposes of downloading and installing the Microsoft Core Fonts. Please
note that you must accept a licencing agreement with Microsoft as part of
the process in installing this package.

If you've already installed Cedega using the steps in the previous section,
then this part should be familiar. Otherwise, please review the steps above.
Select the proper package for your distribution, and install it.

After the package is installed, each user who wishes to use the fonts will need
to run the installer script. At the command line, type:

$ tg-font-install

From there, follow the on-screen instructions to complete the install. This
will install the fonts in that user's ~/.transgaming_global/Fonts/ directory.


Installing the Mozilla ActiveX Control Installer Package:
---------------------------------------------------------
The Mozilla ActiveX Control installer package is a custom win32 mozilla package
provided by TransGaming for the purposes of providing support for HTML content
to games inside of Cedega. Please note that you must accept a licencing
agreement with Mozilla and its developers in order to download and use this
product.

If you've already installed Cedega using the steps listed above, then this part
should be familiar. Otherwise, please review the steps above. Select the
appropriate package for your distribution, and install it.

After the package is installed, each Linux user who wishes to use the Mozilla
ActiveX Control will need to run the installer script. At the command line,
type:

$ tg-mozctl-install

From there, follow the on-screen instructions to complete the install. This
will install the Mozilla ActiveX Control in that user's
~/.transgaming_global/mozcontrol directory.

Once installed as directed above, Cedega will by default use the Mozilla
ActiveX control to render HTML content, as appropriate. If desired, it can
be disabled in the [wine] section of the config file by setting:
"MozillaControl" = "N"

==============================
Installing a Game Using Cedega
==============================

To install a game using Cedega open a console/terminal window, and follow
the following procedure:

1) Insert and mount your cdrom drive.

For the following examples we will be assuming a CD-ROM mount point
of /mnt/cdrom; your setup may be different, depending on your Linux
distribution. The mount point for your cdrom can be found in
the /etc/fstab file.

2) Once the cd has been mounted check the contents of the disc.

$ ls /mnt/cdrom

Most installers will be named 'setup.exe' or 'install.exe'. If this is
not the case, you may need to locate the install executable; it is often
listed in the documentation for the game, or you may need to check the
game information page on the TransGaming website.

3) When you have located the correct installer executable, install the
game using:

$ cedega /mnt/cdrom/setup.exe

Then, follow the install instructions for the game you are installing.
You may experience some graphical errors during the copying
process. These are generally not harmful.

Some games require special install instructions or methods. If you are having
problems installing a game please check the games database and forums found on
the TransGaming Website.

Multi-Disc Installers:
----------------------
Some games that have multiple discs to install may not allow for unmounting
a CD-ROM as it may register as busy. If this is the case, you should run the
installer with the -monitor-cdrom-eject option, and then you may press the eject
button on CD-RW or DVD drives and the disc will unmount and eject automatically.
For non RW/DVD cdrom drives you will need to run: killall -USR2 wineserver
This command will unmount and eject all CD-ROMs. Please note this command could
also cause problems if there are multiple copies of the wineserver running.

This useful functionality is off by default due to the fact that the drivers for
some hardware could cause problems with flash cards or degrade performance.

For more information, please see the "CD/DVD Ejection System" section below.

===========================
Playing a Game Using Cedega
===========================

There are three methods for starting a game once it has been installed.

Using the Desktop Icon:
-----------------------
Some (but not all) games will create a desktop icon during the installation
process. To start the game, simply open this icon using a click or
double-click, depending on your window manager settings.

If you wish to pass special options to Cedega or the game edit the desktop
shortcut and add in the appropriate options.

Using the Start Menu:
---------------------
Some games, on some Linux distributions will add a link to the start
menu on your desktop. Simply click the start menu, go to TransGaming -> Programs
and then the game name/vendor and select the game icon.

Again, if you wish to pass special options to Cedega or the game edit the menu
item shortcut.

Using the Command Line:
=======================

Open a console/terminal window and change into the game directory using the
following commands:

$ cd ~/TransGaming_Drive/Program Files/[Game Directory]
$ cedega [wine options] game.exe [game options]

Options can be passed both to Cedega and the game using the command line.

The options for Cedega are:

-bigexe
As of Cedega 4.3 this option is now the default behaviour, and is only
accepted

Related Torrents

torrent name size files age seed leech

Trackers

tracker name Status checked seeders leechers downloads
20 Dec 2008 - - -
http://tracker.istole.it/announce
outdated 08 Oct 2010 - - -
http://tracker.ccc.de/announce
outdated 22 Sep 2010 - - -
http://tracker.openbittorrent.com/announce
outdated 03 Apr 2010 - - -
http://tracker.torrenty.org:6969/announce
outdated 18 Mar 2010 - - -
http://tracker.torrent.to:2710/announce
outdated 22 Apr 2009 - - -
http://tracker.xdvdz.com:2710/announce
outdated 20 Dec 2008 - - -
http://www.filemp3.org:81/announce.php
private 20 Dec 2008 - - -
http://zombtracker.the-zomb.com/announce.php
private 20 Dec 2008 - - -
http://www.greek-tracker.com/announce.php
private 20 Dec 2008 - - -
http://www.spanishtracker.com:2710/announce
private 20 Dec 2008 - - -
http://colombo-bt.org:2710/announce
blocked 22 Apr 2009 - - -
http://tracker.torrentbox.com:2710/announce
error 25 Sep 2010 - - -
http://tracker.frozen-layer.net:6969/announce
error 29 Apr 2010 - - -
http://inferno.demonoid.com:3391/announce
error 04 Apr 2010 - - -
http://p2p.hightorrent.to:7777/announce
error 04 Jan 2010 - - -
http://tracker.tjgame.enorth.com.cn:8080/announce
error 28 Dec 2009 - - -
http://tracker.tjgame.enorth.com.cn:8000/announce
error 13 Jun 2009 - - -
http://bt.ktkj.com:8080/announce
error 13 May 2009 - - -
http://tracker.paradise-tracker.com:12001/announce
error 22 Apr 2009 - - -
http://tk2.greedland.net/announce
error 22 Apr 2009 - - -
http://tracker.bitreactor.to:2710/announce
private 22 Apr 2009 - - -
http://www.todotorrents.com:2710/announce
private 22 Apr 2009 - - -
http://tracker.reprobate.se:65000/announce
error 22 Apr 2009 - - -
http://www.torrent-downloads.to:2710/announce
error 22 Apr 2009 - - -
http://www.demons-eye.net:2710/announce
error 22 Apr 2009 - - -
http://www.sumotracker.com/announce
error 22 Apr 2009 - - -
http://tracker.zerotracker.com:2710/announce
error 22 Apr 2009 - - -
http://tracker.datorrents.com:6969/announce.php
private 22 Apr 2009 - - -
http://tracker.bt-chat.com/announce
error 22 Apr 2009 - - -
http://tracker.bitcomet.net:8080/announce
error 22 Apr 2009 - - -
http://tk.greedland.net/announce
error 22 Apr 2009 - - -
http://mongo56.org:3232/announce
error 22 Apr 2009 - - -
http://tracker.deluxebits.to:3552/announce
error 22 Apr 2009 - - -
http://tracker.ktxp.com:6868/announce
error 22 Apr 2009 - - -
http://tracker.ktxp.com:7070/announce
error 22 Apr 2009 - - -
http://www.torrentrealm.com/announce.php
error 22 Apr 2009 - - -
http://eztv.ukrabel.com:60500/announce
error 22 Apr 2009 - - -
http://souptracker.com:6969/announce
error 22 Apr 2009 - - -
http://tracker.to:2710/announce
error 22 Apr 2009 - - -
http://tracker.sladinki007.net:6700/announce
error 22 Apr 2009 - - -
http://eztv.sladinki007.net:60500/announce
error 22 Apr 2009 - - -
http://btfans.3322.org:8000/announce
error 22 Apr 2009 - - -
http://tracker.speedtorrent.to:2710/announce
error 22 Apr 2009 - - -
http://tracker.animeun.com:6969/announce
error 22 Apr 2009 - - -
http://bt.tgbus.com:8080/announce
error 22 Apr 2009 - - -
http://tracker.ydy.com:91/announce
error 22 Apr 2009 - - -
http://bt.tgbus.com:6969/announce
error 22 Apr 2009 - - -
http://zionmatrix.com:6997/announce
error 22 Apr 2009 - - -
http://tracker.btzero.net:8080/announce
error 22 Apr 2009 - - -
http://tracker.udp.at/announce.php
error 22 Apr 2009 - - -
http://bt.citymore.com:6969/announce
error 22 Apr 2009 - - -
http://mindwerks.net:60000/announce
error 22 Apr 2009 - - -
http://gamebt.ali213.net:8000/announce
error 22 Apr 2009 - - -
http://tracker2.torrentbox.com:2710/announce
error 22 Apr 2009 - - -
http://torrent-downloads.deants.com:2710/announce
error 22 Apr 2009 - - -
http://privatetracker.limitedivx.com:6969/announce
error 22 Apr 2009 - - -
http://tracker.desitorrents.com:6969/announce
private 22 Apr 2009 - - -
http://tracker1.torrentum.pl:6969/announce
error 22 Apr 2009 - - -
http://bt.romman.net:8080/announce
error 22 Apr 2009 - - -
http://www.hashish.ath.cx:6969/announce
error 22 Apr 2009 - - -
http://tracker.torrentportal.com:6969/announce
error 22 Apr 2009 - - -
http://www.pcttracker.com:2710/announce
error 22 Apr 2009 - - -
http://218.145.160.136:8080/announce
error 22 Apr 2009 - - -
http://tracker2.bt-chat.com/announce
error 22 Apr 2009 - - -
http://tracker.bitebbs.com:6969/announce
error 22 Apr 2009 - - -
http://power-mp3-world.ath.cx/announce.php
error 22 Apr 2009 - - -
http://bittorrent.dyndns.org:6969/announce
error 22 Apr 2009 - - -
http://bt.cngba.com:8000/announce
error 22 Apr 2009 - - -
http://tracker.sextorrent.to:2710/announce
error 22 Apr 2009 - - -
http://bt.cngba.com:8080/announce
error 22 Apr 2009 - - -
http://bt.btbbt.com:7272/announce
error 22 Apr 2009 - - -
http://www.ipmart-forum.com:2710/announce
error 22 Apr 2009 - - -
http://ezard.ma.cx:6969/announce
error 22 Apr 2009 - - -
http://tracker.cnxp.com:8080/announce
error 22 Apr 2009 - - -
http://tracker.riojatracker.com/announce.php
error 22 Apr 2009 - - -
http://trackertdt.com:2710/announce
error 22 Apr 2009 - - -
http://tracker.sladinki007.net:6800/announce
error 22 Apr 2009 - - -
http://tracker.bol.bg/announce.php
error 22 Apr 2009 - - -
http://tlfbt.eastgame.net:81/announce
error 22 Apr 2009 - - -
http://boorstar.org/announce.php
error 22 Apr 2009 - - -
http://www.kompletlywyred.com:8701/announce
error 22 Apr 2009 - - -
http://219.232.118.120:808/announce
error 22 Apr 2009 - - -
http://tracker.ydy.com:98/announce
error 22 Apr 2009 - - -
http://tnp.net.pl:3535/announce
error 22 Apr 2009 - - -
http://tracker.ydy.com:106/announce
error 22 Apr 2009 - - -
http://torrentteam.eu:6969/announce
error 22 Apr 2009 - - -
http://bittorrent-support.com:2710/announce
error 22 Apr 2009 - - -
http://200.32.4.39:6969/announce
error 22 Apr 2009 - - -
http://bt.btwuji.com:8080/announce
error 22 Apr 2009 - - -
http://bt.nanashi-fansubs.com:2710/announce
error 22 Apr 2009 - - -
http://bt.romman.net:6969/announce
error 22 Apr 2009 - - -
http://bt1.511yly.com:6969/announce
error 22 Apr 2009 - - -
http://bt1.btally.net:6969/announce
error 22 Apr 2009 - - -
http://deez-torrents.findhere.org:2710/announce
error 22 Apr 2009 - - -
http://bugz.sladinki007.net:6800/announce
error 22 Apr 2009 - - -
http://desibbrg.com:2710/announce
private 22 Apr 2009 - - -
http://llbt.cd19.com:1073/announce
error 22 Apr 2009 - - -
http://torrent-kingdom.net/announce.php
error 22 Apr 2009 - - -
http://crackerjack.yi.org:6969/announce
error 22 Apr 2009 - - -
http://locustracker.findhere.org:2710/announce
error 22 Apr 2009 - - -
http://tnp.net.pl:3535/announce.php
error 22 Apr 2009 - - -
http://tntvillage.org:2710/announce
error 22 Apr 2009 - - -
http://torrent-downloads.to:2710/announce
error 22 Apr 2009 - - -
http://mytorrent.biz/announce.php
error 22 Apr 2009 - - -
http://torrentdealer.mine.nu:6969/announce
error 22 Apr 2009 - - -
http://tracker.tnp.pl:3535/announce
error 22 Apr 2009 - - -
http://torrents4all.org/announce.php
error 22 Apr 2009 - - -
http://torrentz.ofgods.com:2710/announce
error 22 Apr 2009 - - -
http://tracker.crazycraven.org/announce.php
error 22 Apr 2009 - - -
http://tracker.denness.net:6969/announce
error 22 Apr 2009 - - -
http://tracker.minitalk.net:50555/announce
error 22 Apr 2009 - - -
http://tracker.paradise-tracker.com:9999/announce
error 22 Apr 2009 - - -
http://tracker.sladinki007.eu:6500/announce
error 22 Apr 2009 - - -
http://tracker.sladinki007.net:6800/announce.php
error 22 Apr 2009 - - -
http://tracker.torrent.to:2710/announce.php
error 22 Apr 2009 - - -
http://tracker.torrent.to:2710/announces
error 22 Apr 2009 - - -
http://tracker.vserg.ru/announce.php
error 22 Apr 2009 - - -
http://tracker.btzero.net:8000/announce
error 22 Apr 2009 - - -
http://btfans.3322.org:6969/announce
error 22 Apr 2009 - - -
http://unme.findhere.org:2710/announce
error 22 Apr 2009 - - -
http://tv.sladinki007.net:6800/announce
error 22 Apr 2009 - - -
http://www.gm-realm.net/announce.php
error 22 Apr 2009 - - -
http://www.graffitorrent.net/announce.php
error 22 Apr 2009 - - -
http://www.torrentmalaya.com/announce.php
error 22 Apr 2009 - - -
http://tracker2.torrentum.pl:6969/announce
error 22 Apr 2009 - - -
http://tracker.ydy.com:86/announce
error 22 Apr 2009 - - -
http://www.emwtracker.com:6969/announce
error 22 Apr 2009 - - -
http://www.dinastar-elec.info/announce.php
error 22 Apr 2009 - - -
http://www.escom.biz/announce.php
error 22 Apr 2009 - - -
http://vtv.ukrabel.com:60500/announce
error 22 Apr 2009 - - -
http://vtv.sladinki007.net:60500/announce
error 22 Apr 2009 - - -
http://69.9.35.241:2710/announce
error 22 Apr 2009 - - -
http://s2.isohunt.com:2710/announce
error 22 Apr 2009 - - -
http://210.21.118.131:6969/announce
error 22 Apr 2009 - - -
http://www.sladinki007.net:6700/announce
error 22 Apr 2009 - - -
http://altimit-dev.net:6969/announce
error 22 Apr 2009 - - -
http://bt.6feeling.com:6969/announce
error 22 Apr 2009 - - -
http://bt.cn5566.com:4710/announce
error 22 Apr 2009 - - -
http://www.point-blank.cc:7001/announce
error 22 Apr 2009 - - -
http://www.point-blank.cc:7000/announce
error 22 Apr 2009 - - -
http://193.138.221.145:3535/announce
error 22 Apr 2009 - - -
http://www.thebeehive.com/announce
error 22 Apr 2009 - - -
http://www.sunnitorrents.com/announce.php
error 22 Apr 2009 - - -
http://www.oggfrog.com:6969/announce
error 22 Apr 2009 - - -
http://wombat.sevarg.net:6969/announce
error 22 Apr 2009 - - -
http://www.animatedchaos.com/announce.php
error 22 Apr 2009 - - -
http://bt.tgbus.com:8000/announce
error 22 Apr 2009 - - -
http://tracker.ydy.com:95/announce
error 22 Apr 2009 - - -
http://tracker.torrent.to:2710/announced
error 22 Apr 2009 - - -
http://bt.kaicn.com:6969/announce
error 22 Apr 2009 - - -
http://tracker.hkorz.com/announce
error 22 Apr 2009 - - -
http://bt2.btally.net:8000/announce
error 22 Apr 2009 - - -
http://axxo.sladinki007.net:6500/announce
error 22 Apr 2009 - - -
http://bt.btren.net:6969/announce
error 22 Apr 2009 - - -
http://bt.forlu.com:6969/announce
error 22 Apr 2009 - - -
http://bt.newwise.com:6969/announce
error 22 Apr 2009 - - -
http://up2p.3322.org:4710/announce
error 22 Apr 2009 - - -
http://tracker.torrent.to:2710/announce13
error 22 Apr 2009 - - -
http://up2p.3322.org:3710/announce
error 22 Apr 2009 - - -
http://up2p.3322.org:2710/announce
error 22 Apr 2009 - - -
http://bt.aouweb.com:6969/announce
error 22 Apr 2009 - - -
http://bt.cngba.com:6868/announce
error 22 Apr 2009 - - -
http://bt-dbfr.shonencenter.net:8000/announce
error 22 Apr 2009 - - -
http://bt.btren.net:8000/announce
error 22 Apr 2009 - - -
http://www.lamsoft.net:6969/announce
error 22 Apr 2009 - - -
http://bt2.511yly.com:8000/announce
error 22 Apr 2009 - - -
http://bt1.125a.net:6969/announce
error 22 Apr 2009 - - -
http://bt.btbbt.com:6969/announce
error 22 Apr 2009 - - -
http://bt.ourrc.com:6969/announce
error 22 Apr 2009 - - -
http://tracker.vivap2p.com:8080/announce
error 22 Apr 2009 - - -
http://www.the-underdogs.org:6969/announce
error 22 Apr 2009 - - -
http://bt.6feeling.com:8000/announce
error 22 Apr 2009 - - -
http://www.lamsoft.net:6969/announce.php
error 22 Apr 2009 - - -
http://tracker.ydy.com:84/announce
error 22 Apr 2009 - - -
http://tracker1.desitorrents.com:6969/announce
private 22 Apr 2009 - - -
http://bt.romman.net:8000/announce
error 22 Apr 2009 - - -
http://bt.cngba.com:6969/announce
error 22 Apr 2009 - - -
http://dogteeth110.3322.org:2712/announce
error 22 Apr 2009 - - -
http://bt.cn5566.com:2710/announce
error 22 Apr 2009 - - -
http://www.b4u-t.com/announce.php
error 22 Apr 2009 - - -
http://bt2.125a.net:8000/announce
error 22 Apr 2009 - - -
http://tracker.ydy.com:99/announce
error 22 Apr 2009 - - -
http://tracker.bitnova.info:6969/announce
error 22 Apr 2009 - - -
http://bt.zingking.com:6969/announce
error 22 Apr 2009 - - -
http://221.236.20.205:6969/announce
error 22 Apr 2009 - - -
http://tracker.tjgame.enorth.com.cn:6969/announce
error 22 Apr 2009 - - -
http://bt.skke.net:7272/announce
error 22 Apr 2009 - - -
http://www.manfen.net:7802/announce
error 22 Apr 2009 - - -
http://tracker.piecesnbits.net:2710/announce
error 22 Apr 2009 - - -
http://tracker.torrent-downloads.to:2710/announce
error 22 Apr 2009 - - -
http://btfans.3322.org:8080/announce
error 22 Apr 2009 - - -
http://85.17.42.17:7001/announce
error 22 Apr 2009 - - -
http://webtorrents.com:2710/announce
error 22 Apr 2009 - - -
http://tr.52bt.net:8080/announce
error 22 Apr 2009 - - -
http://bt.ahcomic.com:8080/announce
error 22 Apr 2009 - - -
http://bt.5qbaby.com/announce.php
error 22 Apr 2009 - - -
http://tracker.btzero.net:6969/announce
error 22 Apr 2009 - - -
http://bt.cnxp.com:6969/announce
error 22 Apr 2009 - - -
http://tracker.ydy.com:87/announce
error 22 Apr 2009 - - -
http://bt.btbbt.com:7070/announce
error 22 Apr 2009 - - -
http://bt.51soft.com:6969/announce
error 22 Apr 2009 - - -
http://privatetracker.limitedivx.com:2710/announce.php
error 22 Apr 2009 - - -
http://kompletlywyred.com:6969/announce
error 22 Apr 2009 - - -
http://p2p.lineage2.com.cn:6969/announce
error 22 Apr 2009 - - -
http://bt1.btally.net:8000/announce
error 22 Apr 2009 - - -
http://tracker.torrentz.info:42426/announce
error 22 Apr 2009 - - -
http://bt.manmi.com:6969/announce
error 22 Apr 2009 - - -
http://tk.chinapsp.net:6969/announce
error 22 Apr 2009 - - -
http://bt.ppxbbs.com:8069/announce
error 22 Apr 2009 - - -
http://69.9.35.248:2710/announce
error 22 Apr 2009 - - -
http://tracker9.bol.bg/announce.php
error 22 Apr 2009 - - -
http://bt1.511yly.com:8000/announce
error 22 Apr 2009 - - -
http://bt.17yy.com:8080/announce
error 22 Apr 2009 - - -
http://bt.511yly.com:8080/announce
error 22 Apr 2009 - - -
http://martha.nfshost.com/announce.php
error 22 Apr 2009 - - -
http://bt.cnxp.com:8080/announce
error 22 Apr 2009 - - -
http://bt.055.cc:8000/announce
error 22 Apr 2009 - - -
http://tracker2.desitorrents.com:6969/announce
private 22 Apr 2009 - - -
http://ijerked.it:60500/announce
error 22 Apr 2009 - - -
http://bt.damitan.com:8080/announce
error 22 Apr 2009 - - -
http://bt.chinabtbbt.com:6969/announce
error 22 Apr 2009 - - -
http://tracker.bitcomet.net:8080/announce.php
error 22 Apr 2009 - - -
http://bt.31ku.com:6969/announce
error 22 Apr 2009 - - -
http://69.9.35.249:2710/announce
error 22 Apr 2009 - - -
http://tlfbt.eastgame.net:6969/announce
error 22 Apr 2009 - - -
µTorrent compatible trackers list

Locations

name
Torrent hash: 2bd78e255ad7a82b6b3e72126c89b89a92b221e2

All Comments

Comment as a guest or sign-in

please, leave only comments related to torrent quality and status

The reason to REPORT this torrent?

This new feature is for reporting Fake torrents only if:
  • Torrents that are not released yet
  • Torrents that ask you to d/l codecs from different sites
  • Torrents that are password protected and the password is not in a text file with the torrent
  • Torrents that have no trackers listed

Please do not use this button for:
  • Reporting torrents that are dead
  • Reporting torrents with no seeds
  • Reporting software torrents that give false readings when using a/v scans
  • Reporting torrents that you cant get to work, ie games that wont run or software that wont load properly,
    movies that have sound but no picture or vice versa
  • Reporting torrent that have trackers listed even if they are dead

cancel

Select Your Language