Slashdot Mirror


TransGaming Tagging Downloads to Combat Piracy

SeanTobin writes "It seems that TransGaming is implementing a new watermarking system to combat piracy. For now it seems that every tgz of Cedega 4.0.1 is individually tagged, and this has been frustrating Gentoo users who (like many others) like to be sure their archives are unmodified. Is this the future of software downloads? Is this tiny loss of personal privacy worth the increase in TransGaming's security?" Update: 08/16 17:42 GMT by S : There's an official response on the TransGaming forums indicating: "We can confirm that Cedega 4.0.1 included some basic watermarking... The objective behind the watermarking was to deal with some peer-to-peer piracy issues that we've been seeing over the past several months... We have suspended the watermarking feature for now and Gentoo users no longer need to be concerned with work-arounds."

512 comments

  1. Breaks gentoo ebuilds by ChronoWiz · · Score: 5, Interesting

    This is a real pain because it actually breaks the gentoo ebuilds!

    1. Re:Breaks gentoo ebuilds by codergeek42 · · Score: 4, Informative

      Not necessarily. Just do

      # cd /usr/portage/
      # ebuild app-emulation/cedega/cedega-4.0.1.ebuild digest

      and it will ask you to place the tarball in /usr/portage/distfiles. Then, so long as you don't remove it, the md5sum will match. Hope this helps!

    2. Re:Breaks gentoo ebuilds by Reorax · · Score: 2, Insightful
      Once you download the .tgz, type
      ebuild /usr/portage/app-emulation/cedega-4.0.ebuild digest
      and it should emerge fine. This worked with point2play, but I haven't tried it with Cedega.
      --
      This sig is only here so people stop skipping the last lines of my posts.
    3. Re:Breaks gentoo ebuilds by Nasarius · · Score: 5, Insightful

      You're right, but that's just a workaround. There's no way for the Gentoo developers to really fix this without disabling an important security feature of portage.

      --
      LOAD "SIG",8,1
    4. Re:Breaks gentoo ebuilds by KentoNET · · Score: 4, Informative

      Or just 'emerge --digest cedega'.

      These will entirely destroy any kind of verification about the dist tarball, though, which is what the focus of the Transgaming forums post was about (and rightly so).

      --
      "You tried your best and failed miserably. The lesson is...never try. Heh!" -Homer
    5. Re:Breaks gentoo ebuilds by gl4ss · · Score: 1

      * This is a real pain because it actually breaks the gentoo ebuilds!*

      well.. but isn't that the whole point?

      --
      world was created 5 seconds before this post as it is.
    6. Re:Breaks gentoo ebuilds by slobbargoat · · Score: 2, Informative

      actually, each time you emerge sync after that, the md5 digest will get replaced. So it wont match after a sync.

    7. Re:Breaks gentoo ebuilds by Bert64 · · Score: 2, Funny

      Yes, here you can download cedega from www.evil-black-hat.com/trojans/cedega.tgz.
      Don't worry about the modifications it makes to /etc/passwd, they're necessary for the game to run.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    8. Re:Breaks gentoo ebuilds by essreenim · · Score: 0, Flamebait

      Firstly, as mentioned in the transgaming forum, the twat that got all worked up about this has been using Gentoo for a grand total of 13 days, and he still has the nerve to mobilise everyone..to comlain../. will publish anything these days!!
      Also, all hopes of using md5 or any other form of checksumming to verify valid files are out the window.
      Wake up, even if the MD5's check off, there is no guarantee that it is safe. Also, please note that there are other hashing algorithms besides MD5!
      Also, you can run arbitrary bit sums which would be ideal in this case. For exaple, the Java language has classes for this. You can download the .tgz on one machine, run an arbitrary crc or adler checksum on a portion of the file that does NOT include the signature. Then simply download on another machine and repeat. This should give cynical people like you the reassurance you need. If both sums are the same you might be ok, of course you can have as many sum checks as you want..
      there have been a grand total of *0* applications that have had copy protection methods and not had those methods defeated
      Wrong, And even if they are defeated you will find that the goal of this security method is to deter piracy, not to prevent it. I.e. If you are a cracker, you will circumvent the system. If you are a general user you won't know where to start. For example, the company I work for uses SecuROM CD protection which can be overcome without too much difficulty, but most customers don't know how to. Also, the methods like Transgamings (if they remain) in my opinion are better - ie no annoying need to swap CD's in and out of a drive!.

    9. Re:Breaks gentoo ebuilds by peterprior · · Score: 2, Funny

      Hmm.. I'm trying this on our server at work, but the website seems broken :(

      Mirror ?

    10. Re:Breaks gentoo ebuilds by Curtman · · Score: 2, Insightful

      Exactly. I'm sure Transgaming can find an hour or so to put together an acceptable digital signing system. However, the people with legitimately licenced copies of Cedega propbably have very little to fear. Its the people trading cedega-4.0.1.tgz on kazaaa/edonkey/etc, that are openning the humongous security hole in their systems by running an unverifiable binary only package. (probably as root too, shudder)

    11. Re:Breaks gentoo ebuilds by zerocool^ · · Score: 5, Funny


      Funny... I'm trying it on your server at work, too...

      --
      sig?
    12. Re:Breaks gentoo ebuilds by SillyNickName4me · · Score: 3, Insightful

      > Wrong, And even if they are defeated you will find that the goal of this security method is to deter piracy, not to prevent it.

      ANd while I know that that is the idea, the idea is wrong and flawed.

      What happens in reality is that piracy is not stopped, those interested in a pirated copy can still easily get it, while the legitimate and paying user is bothered, treated like a soon to be criminal, and that legitimate uses of the software are at times prevented.

      So, original poster is right, it is completely and utterly ineffective, and in fact does more damage then that it does good.

    13. Re:Breaks gentoo ebuilds by BRock97 · · Score: 3, Informative

      Firstly, as mentioned in the transgaming forum, the twat that got all worked up about this has been using Gentoo for a grand total of 13 days, and he still has the nerve to mobilise everyone..to comlain[sic]../. will publish anything these days!!

      How foolish we are to follow someone so blindly. If you look at the reference to how long the guy has been posting, it is August 3 2003, not 2004. So, the dude has been running Gentoo for quite some time.

      --

      Bryan R.
      The price of freedom is eternal vigilance, or $12.50 as seen on eBay.....
    14. Re:Breaks gentoo ebuilds by ultranova · · Score: 2, Insightful

      You can download the .tgz on one machine, run an arbitrary crc or adler checksum on a portion of the file that does NOT include the signature.

      Let me get this straight - it is known which bits contain the signature ?

      If it is known, then what on Earth does this accomplish ? What stops the pirate from simply changing those bits ?

      Or, if he's a true l33t h2x6r, he might even untar and retar the package :).

      Of course, if it's the source files in the package that have been watermarked, it might even require running the diff program to find the watermark... But one thing is certain: this is not going to stop piracy.

      Coming to think of it - isn't WineX (or Cedega or whatever) a fork of the regular Wine ? And isn't the regular Wine distributed under the LGPL ? So, if this is true, then how could one who distributes LGPL'd code be called a pirate ? Or am I missing something here ?

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    15. Re:Breaks gentoo ebuilds by archen · · Score: 1

      I'd say that copyright protections do hamper casual copying of games, for those individuals who WOULD copy it but aren't technical to figure out workarounds by themselves. But lets face it, Gentoo users are more than technical enough to pirate anything if they really want to.

      It's not totally ineffective, but in this case it's like ... well I don't think I even have a good analogy. Like putting a goat in with a pack of wolves, then telling the wolves to act like sheep?

    16. Re:Breaks gentoo ebuilds by jdhutchins · · Score: 2, Informative

      WineX is a branch of a much older, BSD-licensed Wine. Wine was waiting for the changes from TransMetra to come back, and moved to a LGPL license when they realized the BSD license wasn't really what they wanted when the changes never came back.

    17. Re:Breaks gentoo ebuilds by SillyNickName4me · · Score: 4, Insightful

      > I'd say that copyright protections do hamper casual copying of games, for those individuals who WOULD copy it but aren't technical to figure out workarounds by themselves.

      I know that this line of reasoning is often used, and at first glance it really makes sense.

      What it ignores is the following:

      Whenever someoen puts up a method to prevent copying, there are people who find reason to circumvent it, not just to the point of being able to copy the original (game) itself, but going as far as providing a version without the copy protection or creating a program that will fool the copy protection.

      In either case, the non technical user can now make copies of existing (illegal) copies without needing more knowledge then clicking 'copy' in Nero or whatever CD writer tool they happen to use.

      This has been true since the early 80s at least, and I do not see anythign havign changed there in the almost quarter century since.

      So no, it does not prevent non-technical people from copying the games or other software, but it does stop those who want to make a legitimate backup copy and don't want to get into illegal activity alltogether.

      > But lets face it, Gentoo users are more than technical enough to pirate anything if they really want to.

      Well... being a good unix administrator will do fine for setting up and usign Gentoo, but in many cases you need to be a somewhat decent 'hacker' in order to circumvent copy protection.. its not the same set of skills (there are quite a few peopel who happen to have both tho)

    18. Re:Breaks gentoo ebuilds by repvik · · Score: 4, Insightful
      Wrong, And even if they are defeated you will find that the goal of this security method is to deter piracy, not to prevent it. I.e. If you are a cracker, you will circumvent the system. If you are a general user you won't know where to start. For example, the company I work for uses SecuROM CD protection which can be overcome without too much difficulty, but most customers don't know how to.

      Look... before the digital age, this way of thinking could work. Now that we're in the digital age, it's enough for one little fucker to pirate whatever you've made, and (fanfare), it's out on p2p for everybody and his dog to download.
      Seriously, software is going to be pirated (Until someone comes up with a better scheme). Until then, all it does is annoy legitimate users. Pirates bypass the copy-protection anyways. Hell, pirates even get the software before it hits the street (ref. DooM 3, Condition Zero, UT2004).
      So basically it's better to be a pirate. Not only do you get the latest über-cool game before that annoying neighbour, but you can laugh at him while he struggles to play his game (bought with his hard-earned money), fighting a copy-protection scheme that seems to be designed for one reason only... To make it hard for normal users to play.
      Also, the fact that several of the programs I've bought actually denies me the right I have to make a backup copy (Yes, I *do* make archival copies and store them off-site. I've been through two fires in my life). A pirated version allows me to make as many backup copies I'd like. With *no* fuzz.
      So, for the average user, can we extrapolate where this is going? I still buy stuff that I want. But if there's a copy-protection scheme of some sort, I'm not going to buy from that vendor again.

      Also, you can run arbitrary bit sums which would be ideal in this case. For exaple, the Java language has classes for this. You can download the .tgz on one machine, run an arbitrary crc or adler checksum on a portion of the file that does NOT include the signature. Then simply download on another machine and repeat. This should give cynical people like you the reassurance you need. If both sums are the same you might be ok, of course you can have as many sum checks as you want..

      What on earth are you smoking? If a l33t script kiddie has managed to replace that damn .tgz with a one containing a r00t kit, do you think it'll help downloading it twice?
      I'm not saying Gentoo's way of checking the sources isn't flawed. But it's a hell of a lot better than downloading the r00ted tarball twice.

    19. Re:Breaks gentoo ebuilds by repvik · · Score: 1
      You're right, but that's just a workaround. There's no way for the Gentoo developers to really fix this without disabling an important security feature of portage.

      Sorry, gotta poke a serious hole in that. important security feature?
      Wake up and smell the shit, dude. Do you think the ebuild submitters/developers have bothered checking the tarballs before making the ebuild?
      Just look at the damn cedega tarball... The md5sum is from the developers tarball... He hasn't downloaded it twice. He apparently hasn't checked it at all. So this could easily be a r00ted tarball.

    20. Re:Breaks gentoo ebuilds by revividus · · Score: 1

      That's actually a bit of a relief. I thought I was going nuts when I was downloading point2play-small-1.3.1 the other day and every single download had a different md5sum. I don't actually use point2play, though, it was just updating as part of `emerge -u world'... so I just removed it. Your workaround will come in handy when I upgrade cedega, though.

    21. Re:Breaks gentoo ebuilds by fitten · · Score: 1

      What happens in reality is that piracy is not stopped, those interested in a pirated copy can still easily get it, while the legitimate and paying user is bothered, treated like a soon to be criminal, and that legitimate uses of the software are at times prevented.

      So.... when has this ever not been the case? The "innocent" always suffer because of the "non-innocent". There are many cases where this is shown:

      Drug laws: Because idiots can't handle themselves and commit crimes and such while using them or to gain use of them, recreational use of certain drugs is against the law. Similarly, the issue with alcohol and tobacco (of course, there are health issues and who has to pay the bills in there too).

      Gun laws: Because idiots use them to commit crimes, people who have legitimate recreational uses for guns (target shooting, hunting, etc.) are penalized.

      Speeding: Because there are folks who refuse to admit that they don't know how to drive fast (and therefore speed and cause accidents), there are laws that penalize us all. (Yes, I know that there are more complex decisions that go into traffic speed laws, but this is an example.)

      Mostly, we all have to suffer because of idiots (of which there are way too many). If people stopped being stupid and behaved, then maybe we could do away with a bunch of laws and practices that penalize the innocent (and usually the majority). (Yes, I know this argument is flawed.)

    22. Re:Breaks gentoo ebuilds by Dunkirk · · Score: 2, Interesting
      ... while the legitimate and paying user is bothered, treated like a soon to be criminal, and that legitimate uses of the software are at times prevented.

      Wrong again. Only the person who lets their copy of their .tgz file out into the wilderness of P2P is going to be treated as a criminal.

      I see a lot of people reacting from something that can only be called a guilty conscience...

      --
      Acts 17:28, "For in Him we live, and move, and have our being."
    23. Re:Breaks gentoo ebuilds by mausmalone · · Score: 1

      Not to sound like a total newbie, but what's to stop me from (a) extracting the tarball, (b) re-tarballing it, and (c) pirating it? I think I'm missing something in the deterrent... unless it's a really crappy deterrent.

      --
      -=-=-=-=-=
      I'd rather be flamed than ignored.
    24. Re:Breaks gentoo ebuilds by essreenim · · Score: 1

      it is completely and utterly ineffective, and in fact does more damage then that it does good.
      Duh, but thats not the point. The point is that the whole thing was blown out of proportion. ..

    25. Re:Breaks gentoo ebuilds by essreenim · · Score: 2, Insightful

      Yep, its a pity too.
      All the Transgaming hype could've been avoided ; )

    26. Re:Breaks gentoo ebuilds by SillyNickName4me · · Score: 0, Offtopic

      > Drug laws: Because idiots can't handle themselves and commit crimes and such while using them or to gain use of them, recreational use of certain drugs is against the law. Similarly, the issue with alcohol and tobacco (of course, there are health issues and who has to pay the bills in there too).

      Some countries deal differently with this particular issue. Despite popular belief, allowing certain recreational use does not result in more drug abuse, rather, it seems to cause better control over drug abuse because you can isolate it from recreational use a lot easier.

      Examples of countries who permit recreational use of at least certain drugs are the Netherlands and Belgium.

      In case of drug related laws, I'd suggest considering a change of law indeed to concentrate on abuse, and leave recreational use alone.

      Its not like current laws are preventing anything, they just make sure that recreational users do have to deal with criminals if they want their pot or whatever, increasing the actual risk of abuse.

      > Gun laws: Because idiots use them to commit crimes, people who have legitimate recreational uses for guns (target shooting, hunting, etc.) are penalized.

      I do see why you'd want to keep track of potentially dangerous items while allowing their use for specific purposes. It seems to me that gun control laws actually serve a purpose (we can argue about their implementation tho)

      > Speeding: Because there are folks who refuse to admit that they don't know how to drive fast (and therefore speed and cause accidents), there are laws that penalize us all. (Yes, I know that there are more complex decisions that go into traffic speed laws, but this is an example.)

      Because most people do not know how to drive fast, this rule seems to serve a practical purpose. You should consider however that there are countries out there which do not impose speed limits on part of their roads. The results of that seem to suggest that in certain cases that isn't a problem for safety, on many cases it is. Germany is an example of such a country.

      The argument of having the majority pay for some fools might hold in cases where the measures are actually acomplishing something, but imho they do not in case of copy protection, and neither do they in at least one of the examples you gave.

    27. Re:Breaks gentoo ebuilds by essreenim · · Score: 1

      the goal of this security method is to deter piracy
      Thats they're goal, NOT mine.!

    28. Re:Breaks gentoo ebuilds by mikji · · Score: 1

      >>(Yes, I know this argument is flawed.) That about sums it up nicely.

    29. Re:Breaks gentoo ebuilds by essreenim · · Score: 1

      If a l33t script kiddie has managed to replace that damn .tgz with a one containing a r00t kit
      Damit thats the point, a cracker( or even a kiddy) could crack the server, and replace the data on the Md5 hash - same thing, you can never be SURE..

    30. Re:Breaks gentoo ebuilds by SillyNickName4me · · Score: 1

      > Wrong again. Only the person who lets their copy of their .tgz file out into the wilderness of P2P is going to be treated as a criminal.

      Well, thanks for getting us back on topic completely... the watermarking that is being done here is not actually copy protection, it is a way to be able to indentify the source of copyright infringement. THe argument you responded to went a bit off-topic indeed and talked about copy-protection, which this watermarking idea is definitely not.

      Btw, I don't mind the watermarking as long as there is a way for me to verify the integrity of such a package still.

    31. Re:Breaks gentoo ebuilds by dasmegabyte · · Score: 0

      One could easily argue that unique download identifiers matching a pattern you agreed on with the download provider would be MORE secure than an MD5.

      More complex, sure. But as it stands now, all you'd need to do to compromise any package you liked is change the MD5 signature on the portage servers. I'd much rather have something personal encoded along with the MD5, like a secret only I and my download provider share. That way, I could place my trust where I wanted, instead of where a centralized server run by volunteers told me to place it.

      Of course, most slashdotters seem to equate privacy with anonymity, so I guess that's not going to happen. I personally don't mind if somebody knows who I am, so long as they don't watch what I'm doing.

      --
      Hey freaks: now you're ju
    32. Re:Breaks gentoo ebuilds by Igmuth · · Score: 1

      Yes, you are missing something. While that would change the MD5 of the tarball, the unique data of intererst is hidden in one of the actual binary files.

    33. Re:Breaks gentoo ebuilds by dasmegabyte · · Score: 1

      Incidentally, unique ids are a great way to prevent copying. There's no need to copy protect the disk at all if you have a sufficiently capable key and gate procedure, such as an online server that checks a complex message based on a private key. Why, you can have a functionally unhackable message in fewer than 20 ASCII characters...when you've got that, and you've got a way to restrict a key to one machine or one account at a time, who cares if their friends get a copy of the disk? Without that $50 key string, it's just bits on plastic.

      --
      Hey freaks: now you're ju
    34. Re:Breaks gentoo ebuilds by SillyNickName4me · · Score: 1

      Not judging their actual technical implementation, but this is kinda what ID/Grey matter/Activision did with the multiplayer version of RTCW

      In that case it was simple... allow each key only once at the 'master server' for online gaming.

      The nice result is that the one who gets hurt most by copying is the person who gives out the key.

    35. Re:Breaks gentoo ebuilds by ViolentGreen · · Score: 1

      Because most people do not know how to drive fast, this rule seems to serve a practical purpose. You should consider however that there are countries out there which do not impose speed limits on part of their roads. The results of that seem to suggest that in certain cases that isn't a problem for safety, on many cases it is. Germany is an example of such a country.

      That is true but from what I understand (from friends in Germany) their required tires are much more superior (and expensive) then tires in the US.

      What kind of public outcry and conspiracy theories would arise from the US telling 99% of the population that they need to buy new tires to continue driving?

      --
      Not everything is analogous to cars. Car analogies rarely work.
    36. Re:Breaks gentoo ebuilds by arose · · Score: 1

      And how long will it take for crackers to strip out?

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    37. Re:Breaks gentoo ebuilds by alienw · · Score: 1

      Well, most newer games are impossible to pirate since they use a CD key to authenticate the game to the multiplayer server. You can, of course, play it by yourself, but that's usually not terribly fun.

    38. Re:Breaks gentoo ebuilds by Torne · · Score: 2, Interesting

      No, all you need to do to compromise any package you liked is to change the MD5 on the portage servers AND change the actual package on some totally different server. Having to crack two totally different unrelated machines to do it is far harder than cracking just the server that the package comes from.

      The problem with having a shared secret between you and the 'download provider' is that every piece of software comes from a different place! You'd have to share a secret with hundreds or even thousands of different servers; which seems pretty impractical.

      Gentoo is not Debian, where all packages come from a single set of mirrors; although Gentoo do mirror the majority of the files required on their own servers, many files are not mirrored for various reasons (too frequently changing e.g. cvs snapshots, licencing restrictions e.g. Transgaming's WineX..) and are downloaded from the original source (and the original source is used as a fallback for files that fail to download or md5sum correctly from the Gentoo distfiles mirror).

      Also, if you share a secret with the download provider and someone roots their server, they're going to have access to your shared secret.

    39. Re:Breaks gentoo ebuilds by Curtman · · Score: 1

      This is getting pretty OT. ;)

      But people need to realize that the drug laws don't work. When I was a teenager, it was MUCH easier to get a gram of weed than it ever was to buy a 6 pack of beer. I'm sure its still that way.

      Here in Canada, there's a lot of talk about decriminalizing possession of small amounts of pot. I think the strategy is completely backwards though. They want to crack down on people growing their own, and ease up on people who purchase from the black market. The opposite would be much more effective: Make it legal to grow 1 or 2 plants in your own home, then increase the penalties if you're caught outside of your own home with *anything*.

    40. Re:Breaks gentoo ebuilds by SillyNickName4me · · Score: 1

      > This is getting pretty OT. ;) ;)

      > But people need to realize that the drug laws don't work. When I was a teenager, it was MUCH easier to get a gram of weed than it ever was to buy a 6 pack of beer. I'm sure its still that way.

      Heh, yeah.. criminals usually don't check your id... not to mention the fact that they very likely don't care about age restrictions anyway.. hmm, and of course there is this slight problem of age limits for soemthign that is illegal to begin with ;P

      > Here in Canada, there's a lot of talk about decriminalizing possession of small amounts of pot. I think the strategy is completely backwards though. They want to crack down on people growing their own, and ease up on people who purchase from the black market. The opposite would be much more effective: Make it legal to grow 1 or 2 plants in your own home, then increase the penalties if you're caught outside of your own home with *anything*.

      Hmm, mght work..

      I just know the somewhat hybrid and confusing ystem we ended up with in the Netherlands, and the system in Belgium which sounds a lot like what is being talked about in Canada from what I understand from you..

      In the Netherlands, possession of small amounts is not considered a crime, and usage never is (it is your thing what you inject into yourself).

      Trading and growing are the matters where things get seriously confusing.

      First of all, there is a small amount of legal commercial growing of weed for medical purposes, but due to a variety of factors, a lot of that ends up not being sold.. they were discussing exporting it, but for now I don't see that happen.... hey mr. CHirac, wanna buy some pot? *lol*

      Then, it is tolerated, but strictly spoken not legal to grow small amounts for your own usage.

      Selling.... is tolerated within certain limits, and actually sortof legal... sortof because there is no legal way to obtain the pot, but if you managed to get it anyway and comply with a whole lot of regulations (no alcohol being sold in the same place, no selling to people below 18, not selling more then a certain amount per customer, and never having more then approx 10x the amount a person can carry around legally in stock)

      So... you can have a place selling weed to users legally, but that place can never legally get the pot... kinda confusing isn't it?

      At any rate... the way it works here is by actually having laws makign it illegal, and then suspending those laws for the time being. It means that no new law has to be made when this becomes a problem, you just don't implement it as logn as its not needed.

      Of course, that concept in itself is confusing enough for most..

    41. Re:Breaks gentoo ebuilds by Anonymous Coward · · Score: 0

      their required tires are much more superior (and expensive) then tires in the US.

      Than. The word is than.

    42. Re:Breaks gentoo ebuilds by irc.goatse.cx+troll · · Score: 1

      Step 1) Hack insecure redhat box ran by someone who bought winex
      Step 2) ???
      Step 3) Pirate!

      --
      Pain lasts, kid. Its how you know you're alive. Sometimes I think this growing up thing is just pain management-TheMaxx
    43. Re:Breaks gentoo ebuilds by SomeGuyFromCA · · Score: 1

      And those of us who
      a) don't feel like opening arbitary ports to the world from a potentially-insecure application with privs to write to the entire drive and
      b) don't feel like being in the company of people who think "OMG ROFL U SUK!" is intelligent discourse
      (read: don't play online)

      are completely unaffected.

      Rock. On.

      --
      if the answer isn't violence, neither is your silence / freedom of expression doesn't make it alright
    44. Re:Breaks gentoo ebuilds by Anonymous Coward · · Score: 0

      Pedantic asshole. The words are pedantic asshole.

    45. Re:Breaks gentoo ebuilds by SillyNickName4me · · Score: 1

      > a) don't feel like opening arbitary ports to the world from a potentially-insecure application with privs to write to the entire drive and

      Which is an utter BS argument in this specific case:
      - You do not have to run the game as admin/root, so it won't have complete write access to everything
      - It is not listening on a port for this purpose (it is if you decide to run a server, but that is a different thing), instead, it is ASKING a server on the net about the key.

      > b) don't feel like being in the company of people who think "OMG ROFL U SUK!" is intelligent discourse
      (read: don't play online)

      So wtf are you doing on Slashdot?

      Maybe you should try to learn to read... you are being pointed at an example (in this specific case a game, but it can be really any kind of program) where a key and central server are used for controlling copies of said program.

      If you run only open source software then that is unlikely to affect you, but really, what point did you want to make? It definitely affects peopel who do not play games as well.

    46. Re:Breaks gentoo ebuilds by Igmuth · · Score: 1

      Oh, not long at all.. I never claimed that it was fool proof... just saying there was slightly more the the parent had thought..

    47. Re:Breaks gentoo ebuilds by Anonymous Coward · · Score: 0

      That's why they write key generators.

  2. easy workaround by Sparr0 · · Score: 4, Interesting

    unzip two copies, find any differences, produce a third copy with random garbage in place of whatever the watermark is.

    1. Re:easy workaround by riprjak · · Score: 5, Funny

      Or, as an alternative; fsck transgaming and use traditional WINE... or simply use the gentoo ebuild tools to generate a new MD5 hash based on the .tgz you downloaded... you *DO* trust transgaming's own binaries, dont you??? hmmm??? :)

    2. Re:easy workaround by pc486 · · Score: 5, Informative

      From the article:

      Bytes 0x10 through 0x23 in the tgz are the signature. They are unique in every download and are probably recorded by transgaming to know who downloaded what archive. Also, all hopes of using md5 or any other form of checksumming to verify valid files are out the window.

      So there you have it. Gentoo is forced to download from Transgaming's website and they keep changing signatures. Unless you are installed a warezed copy of it, MD5 checksums arn't going to be of much use.

    3. Re:easy workaround by desplesda · · Score: 4, Informative
      The guy who posted this, Q3Man, posted this followup:
      With some help from cyph in #cedega, I've come to the conclusion that the builds are infact watermarked, although simply tagged might be a better description. Bytes 0x10 through 0x23 in the tgz are the signature. They are unique in every download and are probably recorded by transgaming to know who downloaded what archive. Also, all hopes of using md5 or any other form of checksumming to verify valid files are out the window.
    4. Re:easy workaround by nkh · · Score: 1

      From TFA: Bytes 0x10 through 0x23 in the tgz are the signature.

      H3r3 1z a Kr4ck 4 U:
      for each byte from 0x10 to 0x23: byte = 0x00
      Hope that helps ;)

    5. Re:easy workaround by Anonymous Coward · · Score: 5, Interesting

      If byte 0x10 through 0x23 are always going to be unknown then assume byte 0x0 to byte 0x23 are unknown.

      Then publish the md5sum of bytes 0x23 and on. It wouldn't be very difficult to modify md5sum to start reading from a given byte offset.

    6. Re:easy workaround by Vreejack · · Score: 5, Insightful

      I think that was the original point. All the cracked versions will have 0x00 in the tags, but legitimate users will be encumbered.

      When a copy protection scheme makes it desireable for legitimate users to used cracked versions of the software then there needs to be a rethink.

      --
      "Will future ages believe that such stupid bigotry ever existed!" -- Ivanhoe
    7. Re:easy workaround by Spoing · · Score: 3, Interesting
      1. If byte 0x10 through 0x23 are always going to be unknown then assume byte 0x0 to byte 0x23 are unknown.

        Then publish the md5sum of bytes 0x23 and on. It wouldn't be very difficult to modify md5sum to start reading from a given byte offset.

      That's not even necessary. A few lines of a shell script plus programs to split the file would do it.

      The only messy thing is that the check would have to be specific to this one program...and if Transgaming changes how they tag the file it would cause problems once again.

      --
      A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
    8. Re:easy workaround by Jah-Wren+Ryel · · Score: 4, Insightful

      It seems that

      a) Only the .TGZ, aka .tar.gz for real unix people, is marked. So, just re-tar it and the tag (that ain't even deserving of the term watermark) is gone.

      b) If they did something more hardcore, two copies would not necessarily be enough remove all identifiers. It isn't hard to come up with a scheme in which there are multiple sets of tags and any one combination of those tags defines a single download, but if say, 3 of the 4 tags are the same, then a straight diff only picks up 1 of the 4 tags and thus leaves the other 3 to identify a group of downloads from which both "pirates" took their copies. Play enough games assigning different users to different sets of tags for different releases and you could probably narrow down the pool to the exact people who are participating in unauthorized sharing in a month or two. It just a practical application of set theory to do it.

      --
      When information is power, privacy is freedom.
    9. Re:easy workaround by jasen666 · · Score: 1, Informative

      So if these bytes are ignored, what happens if somebody inserts a trojan at that spot? The MD5 is already ignoring it, so no one would have any clue.

    10. Re:easy workaround by Anonymous Coward · · Score: 0

      19 bytes long? Go ahead. And then find a way of making sure it is executed.

    11. Re:easy workaround by Lisandro · · Score: 4, Insightful

      Exactly. Developers and publisher houses; take notice. This is the very same reason "No-CD" cracks are so damn popular.

    12. Re:easy workaround by SnprBoB86 · · Score: 1

      That would certainly locate the watermark, but random garbage doesn't cure the problem. The watermark probably has a checksum with it. Like the last digit on your average barcode. Some function of the watermark data must be equal to the checksum value. Certainly someone can reverse engineer that or crack the program and remove the check, but it will be harder.

      --
      http://brandonbloom.name
    13. Re:easy workaround by Waffle+Iron · · Score: 4, Informative
      A few lines of a shell script plus programs to split the file would do it.

      Here you go:

      python -c 'import md5, sys; print md5.new(sys.stdin.read()[0x24:]).hexdigest()'
    14. Re:easy workaround by asdfghjklqwertyuiop · · Score: 2, Insightful

      That would certainly locate the watermark, but random garbage doesn't cure the problem. The watermark probably has a checksum with it. Like the last digit on your average barcode. Some function of the watermark data must be equal to the checksum value. Certainly someone can reverse engineer that or crack the program and remove the check, but it will be harder.


      And even if there is a checksum in this 19 byte string, why would anyone need to pay any attention to it? The whole point of this watermark is to trace copies back to the source. If you overwrite the watermark with random garbage, you've thwarted it... unless there's code in the game or the installer to check this watermark, but that doesn't seem to be the case here.

    15. Re:easy workaround by photon317 · · Score: 1


      This isn't that big of an issue. Gentoo can set their md5 to be from a version of the file with bytes 0x10-0x23 set to 0x00, and instruct users to blank those bytes out after downloading. They could even supply the user with a commandline to run to do so using split, join, and echo.

      --
      11*43+456^2
    16. Re:easy workaround by Xypheri · · Score: 1

      not really... if you do that the archive then becomes unreadable.. its got to be something else..

    17. Re:easy workaround by Anonymous Coward · · Score: 0

      The MD5sum of the "hacked" file... a527690aeffcbeab18233a369b21c48e

    18. Re:easy workaround by John+Hurliman · · Score: 4, Insightful

      So, anyone who is going to pirate this make sure to scramble those bytes, or just unpack the tgz then repackage it.

      The pirates are slowed down for about 8 seconds while many legitimate customers are screwed over. Thanks Transgaming!

    19. Re:easy workaround by zangdesign · · Score: 1

      Or as another alternative, don't use their products in any form until they learn to play nicely.

      --
      To celebrate the occasion of my 1000th post, I will post no more forever on Slashdot. Goodbye.
    20. Re:easy workaround by Ryan+Huddleston · · Score: 4, Interesting

      It's trivially easy to do.

      cp cedega-4.01.tgz cedega-4.01-backup.tgz &&
      dd bs=1 seek=16 count=19 if=/dev/zero of=cedega-4.01.tgz &&
      dd if=yay2.txtcedega-4.01-backupt.tgz of=cedega-4.01.tgz seek=36 bs=1

      and later you can remove the backup.

      For the not-quite-as-geeky-as-me crowd, that zeroes out the marked bytes. That took me maybe five minutes (due to OBO errors) when I am blearily tired at 3 am.

      They're going to have to do better than that.

    21. Re:easy workaround by ActiveSX · · Score: 4, Insightful

      I would enjoy seeing somebody hiding a trojan in the header of a tarball.

    22. Re:easy workaround by Anonymous Coward · · Score: 0

      Or call me crazy:

      tar xzpf cedega-4.01.tgz -C .
      rm cedega-4.01.tgz
      tar czpf cedega-4.01.tgz .

    23. Re:easy workaround by Anonymous Coward · · Score: 0

      But what's the fun in that :-P

    24. Re:easy workaround by Anonymous Coward · · Score: 5, Funny
      It's trivially easy to do.
      cp cedega-4.01.tgz cedega-4.01-backup.tgz &&
      dd bs=1 seek=16 count=19 if=/dev/zero of=cedega-4.01.tgz &&
      dd if=yay2.txtcedega-4.01-backupt.tgz of=cedega-4.01.tgz seek=36 bs=1

      Linux is just like Windows! Linux is ready for the average user! Linux is easier than Windows!

    25. Re:easy workaround by Anonymous Coward · · Score: 1, Funny

      Why do you want to repair transgaiming's hard drives? This difference in the checksum has nothing to do with a drive failure - it's a deliberate difference. Or am I not understanding what the fuck you mean when you say you can "fsck transgaming".

    26. Re:easy workaround by Anonymous Coward · · Score: 0

      i don't think stallman and co want people to work for free.

      do you have any reliable sources/quotes?

      -a small business owner, not working for free.

    27. Re:easy workaround by SnowZero · · Score: 3, Insightful

      Ok weenie, how do you do that in Windows, using only built-in (non third party) tools?

    28. Re:easy workaround by Black+Acid · · Score: 4, Informative

      For those not blessed with Python: dd if=file.tar skip=36 | md5

    29. Re:easy workaround by vurtigo · · Score: 1

      That does not help at all: if you download two Trojan versions, with or without noise, you get a Trojan version with your method. Also, it would not work with an even vaguely non-braindamaged watermarking scheme (the noise might be a key with which the rest of the info is encrypted... your method yields a random number).

    30. Re:easy workaround by Anonymous Coward · · Score: 0

      If anyone can pull that off, they deserve to root my system.

    31. Re:easy workaround by Myen · · Score: 2, Informative

      This depends on the size of the archive, but edit.com works wonders when it is sufficiently small. It can open files in binary mode (see the open dialog box), but it can never let you input null bytes directly - copy & paste works though.

      If it's big, then you'll need debug:

      C:\>debug
      -nname-of-archive.tgz
      -l
      -f cs:110 123 00
      -w
      -q

      Why you'd want to do that for what as far as I can tell is a tgz of a Linux game though, I have no idea. Also, this was tested with a dummy file - I'm not going to even try getting the right file to test this.

      (My testing was on WinXP, but AFAIK debug has been around since the DOS days - I remember seeing it in 5.0 era books, probably had been around longer)

    32. Re:easy workaround by PedanticSpellingTrol · · Score: 4, Funny

      And so the race begins!!

    33. Re:easy workaround by julesh · · Score: 2, Insightful

      This is the very same reason "No-CD" cracks are so damn popular.

      That, and the fact that they mean you can install a copy from a friend's CD. ;)

    34. Re:easy workaround by Choco-man · · Score: 1

      Easy workaround? Don't buy it.

    35. Re:easy workaround by AmiMoJo · · Score: 1

      Just overwrite bytes 0x10 to 0x23 with zeros after the archive is downloaded, and use the MD5 sum for that. If these bytes are random, presumably zeroing them won't hurt.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    36. Re:easy workaround by Anonymous Coward · · Score: 0

      Give that man a cigar! You are exactly right sir, Stallman & co want everyone ELSE to work for free!

    37. Re:easy workaround by mumblestheclown · · Score: 2, Interesting
      When a copy protection scheme makes it desireable for legitimate users to used cracked versions of the software then there needs to be a rethink.

      Bullshit. Every copy protection scheme is more difficult on the user than none at all. In some cases, if obtaining pirated copies is easier than doing the steps necessary to deal with the legitimate copy protection, then more prosecution of the pirates may be necessary to increase the cost of piracy. It may not be that the steps are too hard - it may be that piracy is too easy.

    38. Re:easy workaround by horza · · Score: 1


      > It's trivially easy to do.
      > cp cedega-4.01.tgz cedega-4.01-backup.tgz &&
      > dd bs=1 seek=16 count=19 if=/dev/zero of=cedega-4.01.tgz &&
      > dd if=yay2.txtcedega-4.01-backupt.tgz of=cedega-4.01.tgz seek=36 bs=1

      Linux is just like Windows! Linux is ready for the average user! Linux is easier than Windows!


      dd - better to have it and not need it rather than need it and not have it.

      Phillip.

    39. Re:easy workaround by Lehk228 · · Score: 1

      i'll burn a copy of the CD, then apply the no-CD crack so i don't have to dig it out again >:)

      --
      Snowden and Manning are heroes.
    40. Re:easy workaround by ultranova · · Score: 2, Insightful

      This is the very same reason "No-CD" cracks are so damn popular.

      That, and the fact that they mean you can install a copy from a friend's CD. ;)

      I bought a game from a store. The game was called Morrowind. I brought the game home and installed it. Oh the wait ! And I did as any l33t gamer does, and downloaded and installed the latest patches. Then, gripped with excitement, I ran the game and... it crashed. Oh the disappointment !

      It turns out that the patched version of Morrowind crashes 99 times out of 100 in my system at the first CD check. The crash is "quiet", it simply drops me back to Windows (I only use it for games ! Honest !) desktop without any error messages. The unpatched version works, but contains bugs.

      So what am I to do ? Play the old version ? Or apply a NO-CD patch ? I did the latter and the game started working perfectly.

      Furthermore, why should I be forced to dig up the CD every time I want ot play a game ? All the data is in the hard disk, the CD is only used for copy protection - and it fails to accomplish even that. It is pure annoyance for legitimate users and nothing more.

      Nowadays, the first thing I do after installing the game and starting the download for the newest patch, is to find and download the NO-CD patch. It saves me trouble, makes the game have one less possible point of failure, and allows me to keep the original CD in a safe place. And it lets me keep on playing even after the CD has been overcome by the tides of time.

      NO-CD patches are a blessing, and likely the only reason why people put up with the idiotic copy protection mechanisms.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    41. Re:easy workaround by halotron · · Score: 1

      The MD5 sum is only protecting against transmission errors and other accidental data corruption. It is NOT a protection against intentional modifications. It is simply too weak for this. To think a binary is not modified only since the MD5 sum is correct is simply a very stupid assumption to make.

      If you want that kind of security, why not demand a gpg-signed binary?
      The truth is not one of the Linux distros, AFAIK, do this yet in full scale, and you sometimes are lucky even to get a hash at all.

    42. Re:easy workaround by codergeek42 · · Score: 0

      You'd probably want to use /dev/urandom instead of /dev/zero, so that the bytes are set to random values and the tarball appears more valid:

      cp cedega-4.01.tgz cedega-4.01-backup.tgz &&
      dd bs=1 seek=16 count=19 if=/dev/urandom of=cedega-4.01.tgz &&
      dd if=yay2.txtcedega-4.01-backupt.tgz of=cedega-4.01.tgz seek=36 bs=1

    43. Re:easy workaround by pla · · Score: 1

      Ok weenie, how do you do that in Windows, using only built-in (non third party) tools?

      Fair enough, but right back atcha - How do you un-gzip and untar a file on a Windows box with no 3rd party tools? ;-)

    44. Re:easy workaround by P-Nuts · · Score: 1
      NO-CD patches are a blessing, and likely the only reason why people put up with the idiotic copy protection mechanisms.

      Except that you often can't know for sure what the "no-cd" patching program does, so you can't be sure it isn't going to steal your precious CD-key / WONID and send it across the internet.

    45. Re:easy workaround by Proc6 · · Score: 1
      "Better to have it and not need it rather than need it and not have it. "

      - Bill Gates

      --

      I'm Rick James with mod points biatch!

    46. Re:easy workaround by Anonymous Coward · · Score: 0

      Considering almost no unix commands work on windows, with something like a unix compatability kit I imagine this could be done easily.

    47. Re:easy workaround by Anonymous Coward · · Score: 0

      Yet another pitfall forced on the general lay abidding public by copy protections.

    48. Re:easy workaround by Anonymous Coward · · Score: 0

      If the patch replaced the .exe file, it is likely some of the bugfixes you downloaded just went out the window...

    49. Re:easy workaround by Aeiri · · Score: 1

      Except that you often can't know for sure what the "no-cd" patching program does, so you can't be sure it isn't going to steal your precious CD-key / WONID and send it across the internet.

      Morrowind, the best multiplayer game since Half-Life!

    50. Re:easy workaround by ultranova · · Score: 1

      If the patch replaced the .exe file, it is likely some of the bugfixes you downloaded just went out the window...

      That's why you need the patched exe based on the same version as you just updated to.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    51. Re:easy workaround by phre4k · · Score: 1

      I think what the OP meant was that under Windows it isn't nescecary to install wine in order to play games.

      --
      "Nobody really checks their email any more. They just delete their spam"
  3. blargh by B3ryllium · · Score: 3, Interesting

    Come on people, is it really THIS important to protect stuff?

    Why not focus on a service-based business model, like the MMORPG setup?

    One-off profits are nowhere near as lucrative as service contracts, after all.

    Pshaw, software fingerprinting protection is just silly ...

    1. Re:blargh by Dorsai65 · · Score: 4, Insightful

      Me, when I do a lot of work, I like to get paid for it. TG is 'fronting' the money needed to develope until they sell the product; if they don't sell enough, then it's not worth it to them to keep doing it and they fold up their tent and go home. If somebody likes their stuff *that* much, then pay for it.

      --
      --- Asking inconvenient questions for over 30 years...
    2. Re:blargh by conway · · Score: 2, Insightful

      Thats exactly why TransGaming is a subscription based service. You pay $5/month, and get access to any new versions that come out, support, and a vote in the games TG works on next.

    3. Re:blargh by rokzy · · Score: 1

      I absolutely refuse to support subscription based software.

      As far as companies go TransGaming might be one of the less horrible ones (AFAIK), but I find the idea of automatically wanting more money regardless of improvements, service etc. disgusting and imo it has no place in software of all places.

      it's not about not wanting to pay, it's more the attitude. paying 45 pounds for each new SuSE box is fine by me, but demanding more money just so I can continue using software I've been using already pisses me off. even the way Mandrake makes you click a link saying you promise to give them money pisses me off, especially when I'm going to download a beta which will actually help them with testing.

      if you want to keep my money, let me keep your software. subscription based software is 1000 times worse than closed source imo.

      then there's the fact that to enforce the subscription method usually involves restrictions, inconveniences, limitations and a lot of other long words that result in me getting pissed off.

    4. Re:blargh by Nutria · · Score: 2, Insightful

      find the idea of automatically wanting more money regardless of improvements, service etc. disgusting

      Too bad that's not how the TG subscription service works.

      I.e., cancelling an existing subscription won't break/kill WineX/Cedega.

      --
      "I don't know, therefore Aliens" Wafflebox1
    5. Re:blargh by Anonymous Coward · · Score: 0

      as opposed to just playing a competitor's game, which is what the vast majority of pirates do, since they're pirates because they're either broke, cheap, or more interested in the cracking than the gaming? the "lock everything down" mentality will only drive people away from the game unless you're Doom 3 and everybody has to play no matter what. But if you have a game like that, you're already getting paid very well for your work. A better approach is to give people incentives to pay instead of punishments.

    6. Re:blargh by Anonymous Coward · · Score: 0

      Everyone thinks it will break/kill everything once the subscription model becomes the standard. Nothing you or TG says will change that, because it's just plain stupid to agree to a system that puts you at a disadvantage with no protection other than "don't worry, this for-profit company that only wants to milk you for dollars won't do anything you don't like!"

    7. Re:blargh by Anonymous Coward · · Score: 0

      TG already got a bunch of subscribers by telling them that once they had enough they would make it free for everyone.

      too bad they didn't want to.

    8. Re:blargh by Afrosheen · · Score: 1

      TG never fronted shit, they've been pay-per-view since day one (exluding CVS). I used to buy subscriptions for them..which happened to last until their latest revision, and I'd have to re-up to get the latest version. I gave up on it eventually and decided dual boot with Wintendo was just as easy.

  4. Comment removed by account_deleted · · Score: 3, Insightful

    Comment removed based on user account deletion

  5. Different md5sum is a problem. by nayigeta · · Score: 5, Interesting

    How would one verify that an archive is correct, or packaged from a reliable source, if the md5sum differs?

    In my opinion, the cons outweight the pros for doing so.

    --
    Sunset over the lake, cool mist over the bridge; A leave upon the ripples, the snow reflects its glow.
    1. Re:Different md5sum is a problem. by Anonymous Coward · · Score: 0

      They just have to tell you the new md5sum...? Where do you get the md5sums in the first place.

    2. Re:Different md5sum is a problem. by Anonymous Coward · · Score: 0

      If the process is standardized and say bytes 0x0 to 0x32 are always reserved for unique signatures. Then it's a trival process of reworking md5sum to take an argument that indicates the appropriate byte offset to start processing. Granted, this leaves the process of automating the checksuming process open to different types of security exploits. But lets face it md5 is not the best way to ensure the file is the file the source had intended you to recieve in the first place.

    3. Re:Different md5sum is a problem. by Anonymous Coward · · Score: 2, Informative

      Uhm, well if you are getting Cedega (WineX) legit then you are going to be getting it from TransGaming.com - so you know the source is OK. If not you are pirating and thats bad. Ofcourse if you are concerned about TG.COM being hacked, they could just as easily modify the MD5sum on the website.
      So your argument doesn't apply in this case.

    4. Re:Different md5sum is a problem. by evilviper · · Score: 2, Interesting
      How would one verify that an archive is correct,

      Well, how about the following?

      1) Use dd (or some other tool) to zero-out the range that they keep modifying, and then verify checksum.

      2) Uncompress (and possibly untar) the package, then do an MD5 sum on all the files in the package. If they only modify one, unimportant, file, you can easily just do an MD5 on the rest. It might even be simpler than that... The changed bytes may exist only in the package, and may not have changed any files inside the tar.gz package.

      3) Have TG sign all their modified packages with PGP (on some secure, back-end machine). Then you just need the public key to verify who made it, and that it was downloaded properly.

      4) Similarly to #1, you could use something like tiger-tree hashes, which tell you exactly which segment of the file is corrupted. Then just ignore an error for the segment that failed.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    5. Re:Different md5sum is a problem. by aristotle-dude · · Score: 1, Insightful
      You mean when you download it legally from Transgaming?

      Folk, this is exactly what is holding linux back on the desktop. Commercial software on linux. Companies will not invest in linux ports if they perceive the linux community as a bunch of pirates who want everything for free.

      You will be sure to have it from a reliable source if you legally obtain it from the transgaming servers.

      --
      Jesus was a compassionate social conservative who called individuals to sin no more.
    6. Re:Different md5sum is a problem. by AuMatar · · Score: 2, Insightful

      Except they AREN'T a reliable source. Their server can be hacked as easily as anyone's. MD5 sums are meant to protect against situatons like that- getting comprimised data from trusted sources.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    7. Re:Different md5sum is a problem. by thrift24 · · Score: 1

      why not just untar the package, retar the package, and md5 sum that....not too difficult and the md5 sum should be the same for all package, or am I missing something. If this is all that needs to be done, then yes gentoo might have to make some mild changes to emerge, but it's nothing show stopping. The real question here is why people who spread winex won't do the exact same thing. I don't really understand why they bother worrying much either, I mean cedega out of cvs does everything I need it to, and wine comes damn close. They should draw their users to the subscription model via other means than the actuall software package or people are just gonna get it out of cvs anyway.

    8. Re:Different md5sum is a problem. by Dot.Com.CEO · · Score: 2, Insightful

      INSIGHTGUL?? MD5 sums do not "protect" from anything. You choose to trust whoever gave you the sum as a valid and trustworthy source, that is all. If someone can hack their server and place a different binary package in it, do you think they cannot hack a web server and display the new MD5 sum?

      --
      Mother is the best bet and don't let Satan draw you too fast.
    9. Re:Different md5sum is a problem. by Penguin2212 · · Score: 1

      If they're going to the trouble (wasting CPU cycles) of individually tagging or re-packaging each download, they might as well go to the trouble of md5sum'ing each download and providing an md5sum of each one as well. That shouldn't be too much to ask. We, as users, should also have our rights to keep our systems clean and secure.

    10. Re:Different md5sum is a problem. by AuMatar · · Score: 1

      Thats why you get the binary and the md5 sum from different sources. Then they'd need to hack two separate places, a much more difficult deal.

      --
      I still have more fans than freaks. WTF is wrong with you people?
  6. If MS did this.... by jkeyes · · Score: 0, Troll

    If Microsoft or any other big company did something remotely similar to this I imagine that there would be a HUGE uproar but just because they're open source and support Linux do they get special treatment? It seems rather pointless to me considering if you really wanted the build you could just build it from CVS so if anything this is just giving them bad MSlike publicity.

    1. Re:If MS did this.... by Anonymous Coward · · Score: 1, Interesting

      Huge uproar? You mean like a frontpage story on Slashdot complaining about it? Or the sites out there with the 'boycott WineX' logos?
      Well, on the bright side, it's nowhere near as obnoxious as the whole product activation thing in Microsoft products.

      Oh, and the CVS version does not contain everything the purchased version does, e.g. the stuff to get around copy protection in games.

    2. Re:If MS did this.... by tisme · · Score: 2, Interesting

      quote: "If Microsoft did this"

      (they already have... Windows XP beta builds).

    3. Re:If MS did this.... by SignificantBit · · Score: 1

      Put it simple, yes, there is some relativism. But what wrong with pondering things?
      Microsoft have a lot of unethical behavoir on their history and also produce crappy software.
      On the other hand Transgaming has play nice with the projects they take code, giviving back really quality code; and also give to their customers -one been myself- really value.
      You have to sum up up theirs track record and then you can make a judgment.

    4. Re:If MS did this.... by prichardson · · Score: 2, Interesting

      Every time a company (usually Apple) does something even remotely questionable regarding YRO people say that if Microsoft did it there would be a huge uproar.

      If it's something anticompetitive someone usually clamors about how Microsoft is a convicted monopolist. I wish people could come up with a new ways to attack Microsoft and a new ways to be Microsoft apologists. I suppose we should stop rewarding those who rehash old arguments (I swear I've read your comment before, word for word) with Karma.

      --
      Help I'm a rock.
    5. Re:If MS did this.... by Anonymous Coward · · Score: 0

      AC Time because I'm going to get -5 troll. I was discussing this story with a friend of mine on IM and we were wondering if the slashbots would go antiTG or proTG because it seemed you guys would go either way but its looking like you're swinging ProTG which just shows Hypocrisy is alive and well at slashdot.

    6. Re:If MS did this.... by Anonymous Coward · · Score: 0

      I didn't say just MS, I threw in or another big company, I just used them as the example because they're the slashdot antichrist. Also this is the first time I'm aware I've said this and my comment history agrees with me on this.

    7. Re:If MS did this.... by JWSmythe · · Score: 2, Funny


      Just imagine if they did something insane like making you call for permission to reinstall if you've changed some of your hardware.

      Oh..

      --
      Serious? Seriousness is well above my pay grade.
    8. Re:If MS did this.... by Anonymous Coward · · Score: 0

      There are major differences between the development models of OSS and MS. Move along, don't feed the trolls.

    9. Re:If MS did this.... by Anonymous Coward · · Score: 0

      Shut up you goatse-loving crack monkey, plenty of us are on the anti-tg side. In fact I'm sitting in a basement right now yelling, "TG from my hidden lair I stab at thee!" But most of us right-thinking anti-tgers are getting modded down by an evil crack smoking moderator conspiracy, so you don't see our posts. Hey mods I dare you to mod this post down! Do it!

    10. Re:If MS did this.... by Anonymous Coward · · Score: 0

      Shut up, we're trying to burn you at the stake here.

      but the grandparent does have a very good point. Moderators commonly mod up posts just because they agree, not because the post actually adds anything interesting, informative, or insightful to the discussion. Mods: next time you mod something, stop and think about whether the mod you're choosing actually applies to that post, given its context and the history of slashdot.

    11. Re:If MS did this.... by shish · · Score: 1

      What if the old arguments are still right?

      --
      I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
    12. Re:If MS did this.... by Anonymous Coward · · Score: 0

      What if the old arguments are still right?

      There's nothing wrong with making the same point again where relevant. However, making the same point again is not insightful. It isn't informative either. It's very rarely interesting.

      It shouldn't be modded down if it's relevant,but as the previous poster was saying it shouldn't be modded up either. Save the mod ups for the new info/insight.

  7. No Big Deal by Eat+Shit+A-Hole · · Score: 1, Interesting

    I guess it can be frustrating but as a gentoo user myself I have not run into this problem I just use point2play to install new versions no big deal.

    --
    Sorry was in bad mood when made account :)
    1. Re:No Big Deal by Trelane · · Score: 1

      The point2play tgz is also affected. At least, the md5sums differ.

      --

      --
      Given enough personal experience, all stereotypes are shallow.
  8. Don't Like it? by Dr.+Bent · · Score: 4, Insightful

    Don't buy it.

    1. Re:Don't Like it? by Tirinal · · Score: 1

      Well duh. I'm going to do what any self-respecting geek would and pirate the thing, just out of spite.

      Oh, wait.

      --
      ~Tirinal
    2. Re:Don't Like it? by Anonymous Coward · · Score: 0

      Sure thing - http://www.uic.nnov.ru/~gaav10/winex4/

      Enjoy!

    3. Re:Don't Like it? by visualight · · Score: 2, Interesting

      Pirating's not enough. I subscribed thinking that the winex code would all be given to the wine project when they had enough subscriptions (15000?). They lied to me and I think they should suffer for it. Breach of contract?

      --
      Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
    4. Re:Don't Like it? by Jason+Ford · · Score: 1

      Of course, this is one option. Another option is to complain about it enough that the company changes its policies as a result.

      It looks like this is what happened here, and I think everyone is better off for it. The company benefits by not going out of business just because a single decision was rejected by a significant number of its users, and the users benefit from the company staying in business and continuing to produce the product.

      What's wrong with complaining??

      --
      I did not become a vegetarian for my health, I did it for the health of the chickens. --Isaac Bashevis Singer
  9. Microsoft has done this already... by tisme · · Score: 4, Informative

    Microsoft did this with Windows XP beta to see what beta testers were "leaking" the information. Somebody figured it out though and testers were in an uproar shortly thereafter. Frankly, if you buy (or rent) electronic hardware from a store, the serial number is recorded on the receipt to avoid a switcheroo... this is simply an extension of that in my opinion. Not a good thing for people who misuse their licenses... but nothing major for people who follow the rules.

    1. Re:Microsoft has done this already... by Moofie · · Score: 1

      So basically what you're saying is, "If you have nothing to hide, you have nothing to fear!"

      Uh huh.

      --
      Why yes, I AM a rocket scientist!
    2. Re:Microsoft has done this already... by Zareste · · Score: 1

      Unless the obedient 'rule-followers' are running a server, and for some reason (oh, say, crucial security issues) don't want a port opened to share absolutely useless information with a few suits at a company.

      --
      I am NOT a number! I am a - oh wait, I'm number 761710. Look! 761710!
    3. Re:Microsoft has done this already... by Trelane · · Score: 5, Interesting

      Except that it's a major PITA for those of us who do subscribe and do like the integration/installation ease of Gentoo.

      Just like it's a major PITA to carry around all those double-danged game CDs despite the fact that I could install the full version on my laptop and not have to worry about tracking the original media and making sure it doesn't get lost/damaged/stolen. Does it hurt the pirates? No, they are just using a burned copy anyway; they can make a burned copy as a backup. Backups don't work for me, the legal user, but they sure work well for the pirates! Gee, thanks!

      [BTW, a major thank you to Bioware and Unreal Tournament 2004: at least for the Linux native versions, no cd is required to play! Yaaaay!]

      --

      --
      Given enough personal experience, all stereotypes are shallow.
    4. Re:Microsoft has done this already... by Raistlin99 · · Score: 1

      To get on the betas you had to agree to a couple of terms. So Microsoft had a system to check and see if people were obeying the terms. There is nothing wrong with that. When a person willfully enters into an agreement with another entity, which is allowed by law, they should expect to be kept watch on. If I agree to work for a company then I expect the company to make sure I'm doing my job. I expect visits from the boss, and stuff like that.

      With TransGaming one person bought the game and was giving out copies. That is against the law and probably also breaks the terms of the contract. So they are implementing a way to curb that copying. The only major complaint I see is the checksum problem. A poster above the grandparent said to just md5 the other bytes and ignore the signature area. That shouldn't be to hard to implement. You would need to modify the utilities but those could be released for free back to the public.

      --
      I/O, I/O, its off to disk I go, with a read and a write, and a bit and a byte, I/O, I/O, I/O, I/O
    5. Re:Microsoft has done this already... by Moofie · · Score: 2, Insightful

      So if the signature is so easy to ignore, what makes you think that anybody who bothers to share it won't strip it off and offere a naked archive?

      Any copyright protection effective enough to prevent much copying is too onerous to legitimate customers. I've yet to see an exception to that axiom.

      Sure, Microsoft and TransGaming are free to do whatever they want with their software. But just because they can, doesn't mean it's smart to do...

      --
      Why yes, I AM a rocket scientist!
    6. Re:Microsoft has done this already... by Raistlin99 · · Score: 1

      I'm not saying the users won't offer the naked archive, if it's possible to do so. All I'm saying is that when a company implements stuff like this they are trying to protect themselves from people who do not abide by the agreements.

      As for being the smart thing to do, I think it is. If it curbs illegal copying just a little it has succeeded. Will customers be happy? Probably not very, but they have to realize is that it is not just a game being copied but someones work, and that person deserves compensation if you want to own it.

      The model the GPL relies on works, but you can't guarantee that the developer is going to make enough money to live off of, especially for smaller projects. I don't see anything wrong with the developer trying to make a buck off of his product.

      --
      I/O, I/O, its off to disk I go, with a read and a write, and a bit and a byte, I/O, I/O, I/O, I/O
    7. Re:Microsoft has done this already... by Moofie · · Score: 1

      I still think the developer will make more bucks by taking good care of their paying customers, and ignoring the others.

      You disagree, and that's fine. So does this particular publisher. It certainly doesn't make me want to rush right over and see what great games they're making...

      --
      Why yes, I AM a rocket scientist!
    8. Re:Microsoft has done this already... by Anonymous Coward · · Score: 0

      That's a misleading analogy. Most electronic hardware doesn't phone home and exchange information with the manufacturer. So, there's no way to use the serial number for anything without physical access to the hardware. Software serials can be used for just about anything the publisher wants, over the internet.

      There are a few exceptions to the hardware doesn't phone home rule, like cable boxes, and yes I do resent how the cable companies are so aggressive about piracy. That's one reason I got a cable plan that doesn't require a set top box.

    9. Re:Microsoft has done this already... by Anonymous Coward · · Score: 1, Informative

      The latest patch for UT2k4 does not require a CD to play.
      Regardless of platform.

    10. Re:Microsoft has done this already... by Anonymous Coward · · Score: 1, Insightful

      "It didn't occur to you that it might be Gentoo's fault for not anticipating the possibility of unique package signatures and/or working around this?"

      I know this is a troll but i hope you realize this is not some "new fangled way" Gentoo is doing things. They simply download the file (or in the case of WineX you download and put the file in the right directory) and check the MD5sum on the file to make sure it is legit and hasn't been modified by anyone. This is a pretty standard procedure in the Unix world where if you download a file (especially if it's a file that will be used by the system, like a new kernel!) you check the MD5sum to make sure it is real.

      If you are comming from the windows world then i can fully understand why you would think that this is some "short-sighted" thing Gentoo did that is hurting the users but i assure you that it is standard procedure and Gentoo simply make it even more useful by automating that process for us.

      As far as serial numbers in software being nothing new, once again you missunderstand. Having a program where you enter a serial number is nothing new, from one CD to another the bits will be aligned exactly the same so if you md5sum one OfficeXP cd it will look the same as any other OfficeXP cd from that version. What transgaming is doing actually changes the bits in the file so each file is different, this has nothing to do with serial numbers being entered.

    11. Re:Microsoft has done this already... by Anonymous Coward · · Score: 0

      You call it a troll because it makes it easy for you to dismiss anything contained in the post - all too common in this forum. I know exactly what Transgaming are doing and that each file is unique. It's not unknown, but I admit it is uncommon.

      Fact is Gentoo assumed one file must always have one checksum. When an assumption proves to be wrong it is time to deal with the fact, not to whine.

      "Standard Procedure" eh? It's a good thing we don't always stick to that, isn't it? Or are you German or something?

    12. Re:Microsoft has done this already... by Anonymous Coward · · Score: 0

      One file only has one checksum. Transgaming is creating multiple files and therefore multiple checksums.

  10. one of two methods... by zoloto · · Score: 3, Informative


    Another point I'd like to make. Lets say that transgaming's servers get rooted and their archives infected with some arbitrarily nasty virus. How can I trust that the file I'm getting is not infected? I'll even go one step further... How can I be sure that this has not already happened?


    You can't be sure.
    For now, take the .rpm or .deb and use a utility that takes X and turns it into .tgz i think slackware has this utility.

    that's what i'd try to do. rpm's be damned. heh

    1. Re:one of two methods... by LordP · · Score: 1

      Alien is the util you're looking for, though I'm sure it's not from Slackware itself.

      Slackware does come with rpm2targz and rpm2tgz, but (obviously) neither can handle .deb files.

      --
      Nothing is so smiple that it can't be screwed up.
    2. Re:one of two methods... by El_Muerte_TDS · · Score: 1

      http://www.dpkg.org/documentation/manpages/deb.5.h tml

    3. Re:one of two methods... by Anonymous Coward · · Score: 0

      Or just get your Cedega fix from some Russkie and be on your way.... http://www.uic.nnov.ru/~gaav10/winex4/

      Next?

    4. Re:one of two methods... by roror · · Score: 1

      rpm2targz is to convert rpm to tgz. there must be something for deb files too.

  11. CVS anyone? by ernstp · · Score: 3, Informative

    They DO have an open cvs-server. Kindof make you think that they are not so scared about people downloading their app?

    My $5x10^-2

    1. Re:CVS anyone? by Nermal6693 · · Score: 1

      The CVS version isn't fully-featured. Ironically, it lacks copy protection code.

    2. Re:CVS anyone? by conway · · Score: 2, Informative

      The CVS does not include some parts. Most notably, things which make games with copy protection run correctly (since the code is licensed from Macrovision, or something). There are also other missing pieces such as "Point2Play" (sp?) which lets you keep different wine settings for different games, and I believe comes with presets for many games to run properly.

    3. Re:CVS anyone? by Mr.+Hankey · · Score: 1

      The ~/.transgaming/config file comes with presets for several games, including Doom 3 in the most recent release. I've installed Point2Play, but IMO it's less convenient than cedega by itself.

      The parts of cedega that aren't in CVS, as you noted, probably can't be released due to licensing issues. I'm just happy that we can use it to play games we'd otherwise need a Windows system to run. Given the choice between using cedega and having to use Windows for these copy restricted games, a choice I wouldn't have without Transgaming, I'll take cedega.

      --
      GPL: Free as in will
  12. Re:Tis good! by OverlordQ · · Score: 3, Insightful

    Look at nearly every product with 'activation' or a 'cd-key' and it's been cracked. All these 'protections' do is make it easier for pirates to pirate and harder for legit users to get to work.

    --
    Your hair look like poop, Bob! - Wanker.
  13. Re:Tis good! by Anonymous Coward · · Score: 0

    Pirating?

    You mean like this - http://www.uic.nnov.ru/~gaav10/winex4/?

    Man... is that guy gonna get screwed by TG or what ;-).

  14. I'll stick to free software, thanks by etymxris · · Score: 4, Insightful

    I was recently getting back into gaming and considering becoming a Transgaming subscriber again. Maybe I would have chosen not to anyway, but I'm certainly not after this. Not because it's really worse than anything any other proprietary software company would do, but because it reminds me of why I prefer free (libre) software over proprietary software.

    I remember when Transgaming was going to open source everything they wrote, if only they got enough subscribers. Well that pipe dream fell through. I'll stick to free software. There's no going back on such a promise with free software.

    1. Re:I'll stick to free software, thanks by cleverhandle · · Score: 3, Interesting

      I remember when Transgaming was going to open source everything they wrote, if only they got enough subscribers. Well that pipe dream fell through.

      Um... AFAIK, everything is in CVS apart from the copy protection code, which they have contracts not to release. What more can you ask for? If you want to play games with copy protection (that being basically all of them), what other choice do you see for them?

    2. Re:I'll stick to free software, thanks by russ_allegro · · Score: 1

      Um... AFAIK, everything is in CVS apart from the copy protection code, which they have contracts not to release. What more can you ask for?

      They don't even let any distros package the CVS version what do you mean what more could you ask for?

    3. Re:I'll stick to free software, thanks by RPoet · · Score: 1

      They were going to give the code back to the WINE project! This has not been done, and their code is still under an unfree license. Again, availability of source code does not equal open source!

      --
      "Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
    4. Re:I'll stick to free software, thanks by MORB · · Score: 2, Interesting

      Not everything is in the CVS. They keep the CVS version outdated, just not too much so people can still contribute patches to make their favorite game work, improving the code for them for free, but enough to keep it crippled compared to the commercial version.

      For instance, take VBO support. It has been disabled in the latest CVS for about three month. If you want to enable it in the cvs version, you have to fetch a couple of files in their previous version, and even then it doesn't work, you have to fix a very stupid bug for it to display anything correct.

      Yet, if you grep the official binaries for the relevant strings, you can easily verify that VBO support is enabled.

      Of course, users contributing to commercial open-source products is not unheard of, but transgaming seem to try very hard not to give anything back.

    5. Re:I'll stick to free software, thanks by Repugnant_Shit · · Score: 1

      Amen. I had an online aquaintence IM me that "omg I have WineX." Then he told me he pirated it (this is after he asked me to send him my paid-for binaries). Of course he answered "yes."

      I think TG is doing a good thing, and I don't see a big deal in marking downloads, because hey, I bought my copy. Just because most everything on Linux is free software doesn't mean you should pirate software - use the normal Wine, or the Cedega CVS. Its not hard...unless you're a fucking moron Windows user who's only doing Linux because "omfg lol its teh free"

    6. Re:I'll stick to free software, thanks by stor · · Score: 1

      Again, availability of source code does not equal open source!

      eh?

      Cheers
      Stor

      --
      "Yeah well there's a lot of stuff that should be, but isn't"
    7. Re:I'll stick to free software, thanks by Anonymous Coward · · Score: 0


      Its true. even microsoft source code is available udner shared source license. jdk is available under a sun restricted license.

      the terms are what makes it open source or proprietary

    8. Re:I'll stick to free software, thanks by Anonymous Coward · · Score: 0

      OMG - you might have to work a little to get it and use it?!? Gasp!

    9. Re:I'll stick to free software, thanks by DF5JT · · Score: 1

      "Um... AFAIK, everything is in CVS"

      Really? Where is it?

      CVS/cvs does not return any hits on the transgaming website.

  15. It's not so bad... by chrispyman · · Score: 3, Insightful

    Honestly, thats probably the most non-intrusive copy protection there could be. The problem is why did they include it without telling anyone? These people paid for it, so don't they deserve an explanation? And even more odd is that, since their "protection" scheme is now known, whats to stop, say, a pirate from altering the archive and putting it on P2P?

    1. Re:It's not so bad... by devilspgd · · Score: 1

      An explanation for what?

      Does the product work as advertised/expected? If so, what more were you expecting?

      --
      Give a man a fish, he'll eat for a day, but teach a man to phish...
    2. Re:It's not so bad... by evilviper · · Score: 1
      And even more odd is that, since their "protection" scheme is now known, whats to stop, say, a pirate from altering the archive and putting it on P2P?

      Even before it was known, anybody could have figured it out.

      Doing a binary-diff would be a very easy way to find out exactly which bits they've changed around.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    3. Re:It's not so bad... by Anonymous Coward · · Score: 0

      No, it refuses to install, unless you get a pirated copy.

  16. Is it worth it? by TeraCo · · Score: 2, Informative
    Is this tiny loss of personal privacy worth the increase in TransGaming's security?

    From Transgamers point of view... yes.. yes it is.

    --
    Not Meta-modding due to apathy.
    1. Re:Is it worth it? by HiThere · · Score: 2, Interesting

      And from my point of view, no, I'm not going to sign up again for a new subscription. I never used it much anyway, and if they're going to act like that they can take a flying leap.

      I've been a bit suspicious ever since they split from Wine, but this is the point beyond the limit. If I can't check signatures, why should I trust them?

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    2. Re:Is it worth it? by mrdaveb · · Score: 1

      You seem to suggest that you don't trust TransGaming to supply you with binaries. Well, if that's the case then there is no point checking MD5 sums or other signatures. "Yep, this file is verified as coming from a source I don't trust!"

      I think you are over-reacting. Sure this tagging is too lame to solve anything, but it's also not exactly the end of the world for the consumer.

      --
      Homme petit d'homme petit, s'attend, n'avale
    3. Re:Is it worth it? by gl4ss · · Score: 1

      increase in security?
      what damn increase in security? all they can hope to 'catch' is some random dude who they won't be suing anyways.

      --
      world was created 5 seconds before this post as it is.
  17. No surprise here by Lord+Byron+II · · Score: 5, Insightful
    I think it was no secret that this was going to happen eventually, although the article makes it sound like just the tgz is tagged, not the binaries themselves. So you should be able to open it, re-zip it, and be on your way. I hope that they are providing md5's for those of us who are smart enough to check.

    But from reading the article, I don't get the impression that this is an anti-piracy effort either. Consider that the RPMs and DEBs are unaffected. Could be anti-piracy, but it could also be just a download counting system or maybe per-user customization.

    Certainly, it seems clear that they're not actively tracking you and that they're not going to be able to tell if you happen to install it on your desktop and laptop. The only way you're going to get in trouble (if that is indeed their goal) is if your unaltered tgz starts appearing en masse on the p2p networks.

    1. Re:No surprise here by Anonymous Coward · · Score: 0

      Bingo!

      Everyone, go back to whatever it was you were doing before freakin' out...

  18. That's good advice. by etymxris · · Score: 1, Redundant

    I don't like it so I'm not buying it.

  19. Well, it was bound to happen sooner or later. by Anonymous Coward · · Score: 5, Insightful

    If Linux is going to go bigtime on the desktop, you are just going to have to put up with this kind of stuff. Hell, I would bet that distributors put even more protection on commercial Linux apps/games since (pardon my generalization) Linux users are used to software being free (as in beer). Prepare for it to get worse in the coming years.

    1. Re:Well, it was bound to happen sooner or later. by HiThere · · Score: 2, Informative

      Personally, I intend to refuse to do business with companies that have this, or some similar policy.

      I like to be able to be certain that the file I am installing came from the people that it purports to have come from. That means I need to be able to check signatures, or get in on a CD. I don't really care that much which. (I lie. I vastly prefer CDs because I frequently reformat my hard disk and switch distributions regularly.)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    2. Re:Well, it was bound to happen sooner or later. by RollingThunder · · Score: 1

      What if a method was created to allow a small portion (pointer and serial) to be excluded from MD5sums? Would you then object to that?

    3. Re:Well, it was bound to happen sooner or later. by Anonymous Coward · · Score: 0

      It's the tar that's watermarked, not the files within.

      So, easy solution: TransGaming (or the Gentoo ebuild guys) should just look at the files within the tgz and compare against known md5 sums.

      Problem solved.

    4. Re:Well, it was bound to happen sooner or later. by imr · · Score: 1

      I'm used to pay for what I use; being free or just able to avoid it doesnt prevent morale and common sense. I pay for what I need so that it continues to exists. The mandrakeclub being MY way of doing that with linux.
      You see, when i can't afford to pay, I can have the product anyway, and that is a freedom I don't want to see disappear in favor of the "pay or die" model which favors inequity.

      But, when it comes to transgaming I just can't pay it since i don't know of any other method than CB and i don't own one.
      So maybe they should try to add some retail channels to their business before doing "highly advanced" tracking systems. There could be other sources of income worth more than that kind of effort.
      I had 3 months of transgaming with "the sims for linux" in mandrake gaming edition and found the winex soft quite good. But I havent been able to give them some cash back since then because of this stupid CB thing. I can buy all the distros in the world but i can't buy the only closed soft i might have some use for. funny.

    5. Re:Well, it was bound to happen sooner or later. by Sloppy · · Score: 1
      you are just going to have to put up with this kind of stuff. Hell, I would bet that distributors put even more protection on commercial Linux apps/games since (pardon my generalization) Linux users are used to software being free (as in beer).
      I'm ambivalent about this. In this particular instance, it looks like it's just watermarking, and I don't find watermarking to be offensive; it's not the same as copy protection. If this were a case where a game needed an original CD to play (or even install) or needed to connect to some server to install, I would gripe. But in this case, it sounds like once you have the file, you can use it w/out hassle. That fact that it doesn't integrate with portage very well, isn't a big deal.

      But regarding the more offensive type of protection... It doesn't have to be that way, and it won't be that way, if people Just Say No. We don't have to accept this as being the price of Linux going mainstream.

      I spent several hundred dollars on various Loki games, and none of their games had copy protection. (Though I'm also not using ebuilds for them, either; they're just sitting under /usr/local.) For a while I funded Transgaming at $20/month, then I found out they were selling some games with copy protection, so I stopped paying them. That was a about two years ago, so they have lost $480 (from me alone) so far.

      Vote with your wallet. Take a stand, instead of just resigning and accepting it. Maybe some of them are going to keep doing this, but we can create a market situation where they will envy the revenue figures of the companies that don't do it.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    6. Re:Well, it was bound to happen sooner or later. by HiThere · · Score: 1

      If it were tested, and verified it would be fine. Something closed source wouldn't be. (I think "Cui bono?"* and "Qui custodiet custodiens?"* [pardon my spelling] are fine Roman maxims that ought to always be kept in mind.)

      * "Who benefits?" and "Who will watch the watchmen?" (that last is an approximate translation..but the best I can do. I don't really understand the job function and social position of "custodien" at that point in time.)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    7. Re:Well, it was bound to happen sooner or later. by HiThere · · Score: 1

      OK. It's asserted to be possible to do the compares. Now. It's also asserted that the rpms aren't currently affected.

      Just, though, consider the increase in the number of steps required to do the verification. What does that say about the liklihood of verification occuring?

      Things don't happen in a vacuum. This kind of activity has to be disputed effectively at the *first* step. So THIS is the time to drop my membership. (Well, actually, this proves that I should have listened to those dubious about TransGaming's earlier moves. This is actually the second of third step they've taken towards taking an Open Source project and walling it off into a proprietary one, and is a good argument in favor of the Wine move awhile back to switch from the BSD to the LGPL license.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
  20. Loss of Privacy? by LochNess · · Score: 5, Insightful
    Is this tiny loss of personal privacy worth the increase in TransGaming's security?


    If you don't download it, you don't have any "loss" of privacy.

    People throw around the idea of the loss of privacy as though they are being compelled to download whatever it is.
    1. Re:Loss of Privacy? by xigxag · · Score: 1

      Part of the problem is that nobody was told TG was doing this. It wasn't advertised that they were tagging your downloads. So if you download something with the reasonable expectation of a degree of anonymity, which turns out not to be the case, then I think you have a gripe.

      Furthermore, resorting to the "if you don't like it, don't buy it" line can get a bit old after a while. What happens when all commercial software gets tagged? When all CPUs and BIOSes get tagged? Or in the real world, too, when all your purchases get RF tagged? How about when it becomes illegal for purchases to be untagged?

      --
      There are two kinds of people: 1) those who start arrays with one and 1) those who start them with zero.
    2. Re:Loss of Privacy? by KDR_11k · · Score: 1

      Ohhh, so they know who downloaded what, big deal. I mean, it's not like they're going to see the tag again unless it's redistributed (since they can't look inside yur computer or something like that). So all they know is who downloaded their software. Could just look that up in the connection logs of the server, couldn't they? Furthermore, as mentioned above, you pay them for the download and therefore probably have a unique identifier (username), so it's not like there's any anonymity in first place.

      --
      Justice is the sheep getting arrested while an impartial judge declares the vote void.
  21. It's not the best way to do it... by zarthrag · · Score: 5, Insightful

    ..but I feel their pain.

    I've discussed this option before, and it's difficult to do without developing an entirely new online distribution format, however it is (in the end) an infinite uphill battle when it comes to copyprotecting non-multiplayer games. Signing a download will simply thward willy-nilly copiers. Any warez producer worth their salt will breeze by this one by either producing their own archives by simply ferreting out the watermark.

    I'm not familiar with cedega, but I'm sure it's no different from any other title. If it ain't an MMO, you can't attain near-zero piracy - period.

    Maybe someday, when bandwidth is free, we can write games that you simply "connect" to. It'll connect to your kb/mouse/controllers, and you'll get a video feed back, or some commands for your 3D renderer. No updates, no piracy, no privacy.

    --
    Why can't all fpga/microcontroller manufacturers just release free optimizing compilers???
    1. Re:It's not the best way to do it... by CAIMLAS · · Score: 1

      I don't the idea here is to prevent the warez "producers". It's to prevent people who got a warezed copy from being able to a) claim they got a legit copy and b) getting official support for that copy.

      No sane person would give out their legit copy.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    2. Re:It's not the best way to do it... by jmcneill · · Score: 1

      Maybe someday, when bandwidth is free, we can write games that you simply "connect" to. It'll connect to your kb/mouse/controllers, and you'll get a video feed back, or some commands for your 3D renderer. No updates, no piracy, no privacy.

      This already exists.

    3. Re:It's not the best way to do it... by ZorbaTHut · · Score: 4, Interesting

      . . . and I feel their pain . . .

      . . . but I still don't agree.

      There's a game called Gish. I played the demo. I loved it. I bought it and installed it. And still loved it!

      So I brought it to a friend's house, and installed it there, and we played it, and she said "this game rocks!". And before I left I erased it. She said she'd probably buy it.

      So I brought it to another friend's house, a few days later! Or I tried to. Because, see, I'd just been downloading it off their website, but their website locked me out because I'd downloaded it too many times. So I emailed them, and they said yes, they'd unlock it so I could download it again, but I was only allowed to install it three times. The verification system wouldn't let me install it more than that.

      What the hell? They hadn't mentioned this before. Like, you know. When I paid them money for it.

      So I complained, and they refused to do anything. It's to protect against piracy! It's for everyone's better good! If you need to install it more than three times, why not just buy another copy? It's not that expensive!

      I'd been planning to install it on my second computer so I could play around with it when my main computer was doing computationally intensive stuff.

      I'd been planning to reformat and rebuild my main computer in half a year or so, and obviously that would require reinstalling as well.

      Three installs? What the hell? I paid good money for this game. I BOUGHT this game. Why am I being treated like a criminal?

      Well, make the crime fit the punishment, I guess. I downloaded the crack. It took about a tenth as long as it had taken to argue with them about copy protection.

      I installed it on my friend's computer. We played it. I didn't bother deleting it. He said he'd probably have bought it if it wasn't for that 3-install limit (he reformats often.)

      I called up my first friend and told her the bad news. She thanked me for the warning, and said she'd changed her mind on buying it.

      I now have the crack stored on a server of mine so I can install it wherever I want.

      That sure helped them defend against piracy, didn't it?

      If you want people to buy your software, there's one and only one way to do it. You can't force them. You can't tell them they must. You simply make them want to. This, however, doesn't make me want to - and therefore it's a failure. Any software developer who thinks they can get around this is living in a state of denial. Accept piracy - and embrace piracy, because it can be a fantastic word-of-mouth network. One percent of a million users is a hell of a lot more sales than one hundred percent of a thousand users.

      --
      Breaking Into the Industry - A development log about starting a game studio.
    4. Re:It's not the best way to do it... by Anonymous Coward · · Score: 0, Insightful

      You're an idiot.

      Gish is independantly developed, we're not talking about EA or Atari where they expect to "lose" millions in "imaginary" revenue from priacy.

      There's a demo that you can install all you want. Did you buy the game before trying to demo out? Why can't your friends check the demo out for themselves?

      Should piracy protection be game type specific? An action game yielding 2~3 hours of game play can be beaten in the time you spend at a friends, "installing and deleting" a legit copy. What about a MMORPG? Or UT2K4? Different schemes for different usage.

      Does publically admitting you're cracking Gish because you're a little child solve the problem? Make you feel better? Where do you work? What do you do for a living? /. gets worse everyday. 2 pages of crap get you an Informative rating, and we all just get a little dumber for reading it...

    5. Re:It's not the best way to do it... by zarthrag · · Score: 1

      You could do *that* with little more than a unique product key and require registration before offering support.

      --
      Why can't all fpga/microcontroller manufacturers just release free optimizing compilers???
    6. Re:It's not the best way to do it... by avaric3 · · Score: 1

      ..One percent of a million users is a hell of a lot more sales than one hundred percent of a thousand users.

      1% of a million is 10000 which is more than 1000

    7. Re:It's not the best way to do it... by ZorbaTHut · · Score: 1

      You're an idiot. :P

      Any software developer should expect to "lose" a large percentage of "imaginary" revenue from piracy. I only know one person who wrote a shareware utility that was never pirated - and it was never pirated because nobody ever bought the full version.

      If you bothered to read what I said, you'd discover that, yes, I downloaded the demo first. I wanted to play multiplayer with my friends, and the demo doesn't provide most of the game modes.

      Piracy protection shouldn't be game type specific because it's flawed to begin with, so there you go. MMORPGs are immune, other games aren't (I just came from a LAN party where we played UT2K4, copied over the LAN. On the other hand, at least half of us ordered it online *at the LAN party* so we could have legal copies to play online later.)

      No, publically admitting I'm cracking Gish because you're a little child doesn't solve the problem. Which is unfortunate. I wish the problem was solved, but the makers of Gish don't see it the same way I do. So I solve my local problem, and try to inform people that it is, in fact, a problem, in the hopes they won't make the same mistake.

      Incidentally, I'm a professional game designer - although right now I'm taking a break from game design to work at a multi-thousand-employee company and make a lot of money, then make my own game company. I'd give you company names except I have no reason to. So I won't. :)

      --
      Breaking Into the Industry - A development log about starting a game studio.
  22. So.. by trendescape · · Score: 0

    I'm going to have to buy it now?

    --
    irc.enterthegame.com #linux
  23. Great Idea by TheWordOfB · · Score: 0, Redundant

    This is a great idea. Now that its tagged and *if* you share it, they'll know exactly whose sharing it and can prosecute. They make money by selling a product. When you copy it for other people.. its stealing. Sadly the RIAA was right on filing lawsuits. People who steal should be punished. ... if downloading music was because of the price, then maybe a better effort would be to mass-boycott and stop attending concerts. Oh wait! that'd be unamerican! Cuz I want it now.. and if I don't get it I steal it.

    1. Re:Great Idea by UnrepentantHarlequin · · Score: 1

      This is a great idea. Now that its tagged and *if* you share it, they'll know exactly whose sharing it and can prosecute.

      This particular bit of genius doesn't stop anyone from sharing the files, or make it easier to prosecute any of them. All a prospective pirate has to do is zero out the tag bytes. The one thing it does do is make it impossible for the legitimate users -- not the pirates, but the people who have actually supported the company and paid for the thing -- to verify that they have a clean download. It's not hurting the pirates in the least tiny bit. It is hurting their customers. That's why people are so torqued.

    2. Re:Great Idea by TheWordOfB · · Score: 1

      So a company who puts its own capital on the line to build a product that has the user base to recover their initial investment.. can do nothing to stop pirates? What if pirates prevent them from recovering their investment? What is someone to do who puts their life investment on the line for a dream.. to help the community..to do? To just have the community rape them of their work? This is why the economics prove closed-source via CD distribution to be better. You never approach diminishing returns like you do here.. Maybe you're paying $299 for the software.. but they assume 60% of its user base is going to be thiefs so they spread the cost over everyone who actually does buy it. Here its $5.. you need a huge userbase to recover costs..

    3. Re:Great Idea by Anonymous Coward · · Score: 0

      Trolling is fun, isn't it?

      Also, any company that gambles on software for income is asking to be pirated. Pick something that I can't make a bit-for-bit copy of, and be glad.

    4. Re:Great Idea by Anonymous Coward · · Score: 0

      Wow, Rack up three for you, Mr. Trolly.

      Check his user history out :)

    5. Re:Great Idea by maxpublic · · Score: 3, Insightful

      People who steal should be punished.

      Agreed. Unfortunately you seem to have bought the line that copyright violation is somehow equivalent to theft.

      It isn't. It never has been. But if enough people like you refuse to exercise their brains concerning the matter and keep insisting that the two are one and the same, then some day they will be - at least legally. And then we're all fucked, since from that point on we won't even have the right to back up the product that we PAID FOR.

      We'll be just what the software companies want us to be: licensees. We'll never own anything we purchase from them, and if they can get away with that sort of fucked-up bullshit, what's to stop other companies from doing the same thing with their products? I suppose you'd be happy RENTING everything in your house for the rest of your life, unable to do anything with it that isn't specified in the EULA that comes with those items?

      If so, whoredom is just a short step away for you and everyone else like you.

      Max

      --
      My god carries a hammer. Your god died nailed to a tree. Any questions?
    6. Re:Great Idea by Anonymous Coward · · Score: 0

      It doesn't matter whether violating copyright is theft or not: you're still breaking the law. If you're tired of EULAs and software licenses, why not just use Free/Open Source software and promote those that do not use over-burderning copyrights? Too logical, I guess...

    7. Re:Great Idea by KDR_11k · · Score: 1

      Basically you say people shouldn't make digital works and instead build cars or something? Don't want to have software or what?

      --
      Justice is the sheep getting arrested while an impartial judge declares the vote void.
    8. Re:Great Idea by nonmaskable · · Score: 1

      Unfortunately you seem to have bought the line that copyright violation is somehow equivalent to theft. It isn't. It never has been. But if enough people like you refuse to exercise their brains concerning the matter and keep insisting that the two are one and the same, then some day they will be - at least legally

      Both theft and copyright violation are illegal. People who engage in either activity can and are punished.

      If a software company wants to produce something and only allow people to "rent" it, they should be able to do so. If people don't like those terms, they should avoid the product instead of engaging in illegal activity.

      Does that make you feel better? Probably not because your posting implies you believe in a right to copyright violation just because you don't like the (perfectly legal) business model they use.

      I don't advocate or have anything to do with closed source software, but I hate seeing whiney attempts to justify using things that don't belong to you. If you don't like the license, go find an alternative.

    9. Re:Great Idea by Disevidence · · Score: 1

      We'll be just what the software companies want us to be: licensees. We'll never own anything we purchase from them, and if they can get away with that sort of fucked-up bullshit, what's to stop other companies from doing the same thing with their products? I suppose you'd be happy RENTING everything in your house for the rest of your life, unable to do anything with it that isn't specified in the EULA that comes with those items?

      You do realize that you don't have to buy, or "license" these products you know? No-one is holding a gun to your head saying "spend money on this software".

      It isn't. It never has been. But if enough people like you refuse to exercise their brains concerning the matter and keep insisting that the two are one and the same, then some day they will be - at least legally. And then we're all fucked, since from that point on we won't even have the right to back up the product that we PAID FOR.

      No, people equate theft with mass copyright infringement, like putting cds on p2p programs and trading hacked software. We could argue the numbers all day, but some people, when they want a cd or a game etc, they DO download a pirated version of whatever. Essentially it is theft, perhaps not the "proper" textbook version of theft, but copies being available online does take away some money from companies, as there would of been a few, in the minimum, who would of bought the game/cd if it wasn't available on-line.

      No-one really cares if you back up you software, that is never the issue. I've been able to back up most of my cd's and software, and there are no police knocking down my door....

      Now as for the copyright protection schemes, well I agree they are a load of bunk as they essentially target the wrong people. But you need to check your logic and tone down that rhetoric (Whoredom? Thats rather bombastic, isn't it?)

      --
      Think nothing is impossible? Try slamming a revolving door.
    10. Re:Great Idea by Pofy · · Score: 1

      No, people equate theft with mass copyright infringement, like putting cds on p2p programs and trading hacked software. We could argue the numbers all day, but some people, when they want a cd or a game etc, they DO download a pirated version of whatever. Essentially it is theft, perhaps not the "proper" textbook version of theft, but copies being available online does take away some money from companies, as there would of been a few, in the minimum, who would of bought the game/cd if it wasn't available on-line.


      No one is arguing that copyright violation is NOT illegal, people are arguing that calling it theft (and stealing) is very bad and wrong. Why should one not call it the proper way? You don't see people screaming it is murder when someone breaks into your house and then when they claim it was not murder but someone breaking into your house you claim, "hey, both are illegal so what are you complaining about"?

      Calling it stealing makes you think and draw other similarities to normal theft which is about physical properties and then you end up all wrong in much. Trying to make some similarity to "stolen revenue" and that they lost possible income is equal wrong since none is illegal to start with, you can't steal possible revenue. By such reasoning one soon end up thinking that me, giving (or selling) an old book I no longer want is also stealing since I would in the same way take away revenue from the company. If everyone accept the "stealing" analogy and if everyone call it that way, people will also draw the conclusion that my example is also illegal since I "stole" as well.

      The illegal activity for copyright infringement is usually the act of copying itself and the distribution of such copies. THAT is what is illegal, nothing else. The money part has nothing to do with the illegalness (although the penalty can be affected about involvement of money).

      So why not call it the proper way, copyright infringement instead of saying "it is stealing" and simply implying and want people to draw the same conclusions as you do with theft of physical property?

    11. Re:Great Idea by nonmaskable · · Score: 1

      So why not call it the proper way, copyright infringement instead of saying "it is stealing" and simply implying and want people to draw the same conclusions as you do with theft of physical property?

      I agree with you, they are two distinct things and people improperly equate them.

      But the reason people equate them is to counter the pervasive indoctrination that since it "not the same as stealing" it's not really illegal and therefore one can do the P2P music/movie/warez thing without consequence.

      All the slashdot lawyers screaming "it's not the same as stealing" usually try to get others to forget that Copyright violation is wrong, illegal and you can get in serious trouble for it.

    12. Re:Great Idea by UnrepentantHarlequin · · Score: 1

      So a company who puts its own capital on the line to build a product that has the user base to recover their initial investment.. can do nothing to stop pirates? What if pirates prevent them from recovering their investment?

      Whether or not they can do anything to stop pirates is another discussion entirely. It is no part of my post, or even really part of this whole thread. We're talking about one implementation of one (lame) idea, not prevention of piracy in general.

      What I said, and what you conveniently ignored, is that this particular system does nothing to stop piracy whatsoever, and the only thing it does do is inconvenience the legitimate users.

      One would think, if a company was trying to stop people from pirating their software, they'd do something that would inconvenience the pirates but not affect the legitimate users. In this case, they've got it totally, 100% the other way around. That's a way to encourage piracy, not stop it.

      It's like trying to stop shoplifting by leaving merchandise outside the store with nobody watching it, but making customers fill out a written application and bring two personal references in order to buy it.

    13. Re:Great Idea by maxpublic · · Score: 1

      but I hate seeing whiney attempts to justify using things that don't belong to you. If you don't like the license, go find an alternative.

      I know it's silly to expect reading comprehension from a slashdotter, but please point out in my post where at any time I attempted to justify "using things that don't belong to you". Go ahead, take your time; I realize this is probably very difficult for you.

      You can't, because I never said any such thing. I never implied any such thing. You made that up yourself, out of whole cloth.

      Max

      --
      My god carries a hammer. Your god died nailed to a tree. Any questions?
    14. Re:Great Idea by maxpublic · · Score: 1

      All the slashdot lawyers screaming "it's not the same as stealing" usually try to get others to forget that Copyright violation is wrong, illegal and you can get in serious trouble for it.

      You're so incredibly full of shit I can smell the stink from here.

      I never said any such thing. I never implied any such thing. Most of the so-called "slashdot lawyers" never say or imply what you seem to think they're saying or implying, either. You're just making the shit up as you go along, applying it wholesale to everyone who disagrees with the fact that you're too fucking lazy to make the distinction.

      Copyright violation is indeed illegal, you little twit. Very few people have ever said otherwise. But copyright violation IS NOT THEFT. The two things are utterly different and have NOTHING to do with one another.

      That is a simple fact. Deal with it.

      Max

      --
      My god carries a hammer. Your god died nailed to a tree. Any questions?
    15. Re:Great Idea by nonmaskable · · Score: 1

      applying it wholesale to everyone who disagrees with the fact that you're too fucking lazy to make the distinction.

      Bad grades in reading comprehension, eh?

      two things are utterly different and have NOTHING to do with one another

      They are both illegal acts with serious consequences. Many clueless kids use one out-of-context fact - "copyright violation is NOTHING like theft" (thoughtfully provided by you) to justify illegal actions "i can do warez!" (otherwise they're whores, right?).

    16. Re:Great Idea by JaxGator75 · · Score: 1
      Essentially it is theft, perhaps not the "proper" textbook version of theft

      Why not just call it "Rape", then??? It's still not text-book, but it implies something much worse than lowly "Theft". Yes, by your logic, let's label all people who apply No-CD cracks as "Rapists".

      --
      Come and see the violence inherent in the system!
  24. And who is to blame??? by vandan · · Score: 3, Insightful

    Obviously they're concerned about the amount of piracy.

    For the money that they charge, you'd think that people who actually choose to use their product could bring themselves to pay for it.

    I know there are a lot of people who take the 'boycott WineX' approach because they think WineX harms gaming on Linux in the long run. This post obviously has nothing to do with them, as they choose not to run it.

    For those of us who choose to run it, I really can't see what the problem with paying for it is. I've paid on 3 separate occassions. On each occasion I'd paid because another game I wanted to play was now supported, and I've been satisfied each time.

    So how about the leeches among us start supporting the rare breed of company that shows any interest in Linux on the desktop?

    1. Re:And who is to blame??? by cleverhandle · · Score: 5, Funny

      So how about the leeches among us start supporting the rare breed of company that shows any interest in Linux on the desktop?

      No joke - somebody mod this fellow up. TG is, by all evidence I've seen, a totally community oriented gig. They let you vote on future developments, send status updates containing at least a modicum of technical detail, provide packages in all sorts of formats, and have their devs man their message boards with reasonable regularity. What the hell more could you ask of a company?

      If you rip off TG, you're ripping off the good guys. Don't even try to tell yourself otherwise.

    2. Re:And who is to blame??? by russ_allegro · · Score: 1

      Well how do you know it even will work. The sure way to know if a game I want to play before I buy is to pirate it. I didn't do this now I feel like a sucker. I would rather give it to the real wine project instead of this. Their list of working games doesn't tell everything. All of the games I really wanted to play I couldn't get to work, however they where listed as playable on their list. Maybe I'm just stupid but if I used a pirated version I would have known I was too stupid before buying it atleast.

    3. Re:And who is to blame??? by k8to · · Score: 5, Insightful

      Transgaming is selling a product based on Wine, a totally free software project. TransGaming has added to that codebase, but without contributing most of those additions back to the Wine codebase.

      They have brought value to their product, which is why it is worth any money at all, but they have not really been a team player with the free software community.

      In addition, there have been various sketchy issues, including a promise (unfulfilled) of opening their codebase when they get a bunch of subscribers. They also damaged sales of a native linux port by wine-porting it redundantly (kohan), have used linux-subscriber funds to port games to macintosh instead of linux which were not made available to linux subscribers.

      Now, these are oversimplified descriptions, and I'm not suggesting they are an evil bunch of people. But describing them as "totally community oriented" is simply inaccurate. There is also the contestable issue that they may be helping to prevent the growth of the native Linux games market by diverting demand to windows games, while also providing a poor linux gaming experience (look at the list of fully supported games, it's quite small). This view is not airtight but it's not invalid either.

      In short, they are not the "good guys". They are a business out to make a profit regardless of whether their actions are "good" or "bad".

      --
      -josh
    4. Re:And who is to blame??? by Cronopios · · Score: 2, Insightful
      TG is, by all evidence I've seen, a totally community oriented gig.
      Preventing Debian and Gentoo from distributing the CVS stuff (something allowed by the license) is not exactly what I would call "community oriented". I'd rather call it lying about the licensing terms.
      --
      Windows users:
      Internet Explorer is obsolete. Please upgrade to Google Chrome or Mozilla Firefox.
    5. Re:And who is to blame??? by Sancho · · Score: 2, Informative

      It's not lying. They aren't preventing anyone from doing anything legal (granted by the license). They /asked/ people not to distribute it that way, but they sought no legal action.

      In fact, the license says upfront why they provide the CVS and that they would prefer that people not use it to distribute binaries, etc. They ask that you don't do it, but they can't stop you. All they can do is threaten to stop offering the CVS.

    6. Re:And who is to blame??? by vandan · · Score: 1

      All members get tech support. For games that they claim are working, they will give you free online support until your issue is resolved. Have you even tried that yet? I have. I had a few issues with Black & White. All were solved via their support forums.

    7. Re:And who is to blame??? by gl4ss · · Score: 1

      .. and this tagging is going to help combat piracy how?(expect from making it a minor annoyance for gentoo etc)

      (and they're kinda long overdue on 'giving back', maybe their business is running too well, if it weren't what point would there be in pissing everyone off?)

      --
      world was created 5 seconds before this post as it is.
    8. Re:And who is to blame??? by Anonymous Coward · · Score: 0

      They have a fucking CVS with all the code EXCEPT FOR THE COPY PROTECTION WHICH THEY LICENSE FROM THE OWNERS UNDER A NON-FREE LICENSE.

      Just because they are not actively committing to the normal Wine tree doesn't make them evil. The code is there, go ahead and use it.

      They are a community oriented company, probably because they realize that Linux users don't put up with a company being evil.

    9. Re:And who is to blame??? by Anonymous Coward · · Score: 0

      I have a legit copy of the sims, this would work under linux with winex 1.0, but since transgaming released a "native" linux version with the mandrake 8.2 gaming edition, they decided to remove any support for the sims IN THE WINEX VERSION YOU ACTUALLY BUY, winex isn't free in any meaning of the word, and they do nothing for open-source, they just abuse it, that's why bsd-license sucks and gpl is the way to go.

    10. Re:And who is to blame??? by polyp2000 · · Score: 3, Interesting

      From the Transgaming Website...

      Can I run my Windows version of The Sims in WineX?

      No. Unfortunately to make The Sims run under Linux Transgaming Technologies had to make some substantial changes to the original source code. This change makes it impossible to run The Sims for Windows under WineX

      They must think Linux users are stupid or something , just how does making substantial changes to the source code (to make a linux version) affect the retail windows version of The Sims? If they have a beleivable reason for this , eg, IP issues or something similar that meant they had to remove stuff from the distribution, or whatever. But as it stands that seems like a completely fabricated reason for lack of support (particularly if what you say is true and it worked with an earlier version) Does it work with the GPL Wine from sourceforge ?

      Nick ...

      --
      Electronic Music Made Using Linux http://soundcloud.com/polyp
    11. Re:And who is to blame??? by Rich0 · · Score: 3, Insightful

      Uh, you do realize that they've threatened to close down the CVS if anyone mirrors it or if it becomes "too popular".

      Gentoo used to allow users to download and build from the cvs automatically. They got a nasty-gram from the TransGaming folks.

      In my view this whole mess is simply the result of the Wine developers not using the GPL. If they had, all the code modifications would be public and Wine would be advancing. If WineX is "good enough" then it slows the development of Wine, which is the only truly free alternative.

      There are other benefits to free software besides the price. One is not having to deal with CVS-access politics...

    12. Re:And who is to blame??? by SQLz · · Score: 1
      In addition, there have been various sketchy issues, including a promise (unfulfilled) of opening their codebase when they get a bunch of subscribers. They also damaged sales of a native linux port by wine-porting it redundantly (kohan), have used linux-subscriber funds to port games to macintosh instead of linux which were not made available to linux subscribers.

      The source code is open (CVS) and Loki is dead,there are no more Kohan Linux sales. The product is unavailable from any retailer and even if there was 1 or 2 copies around, the game is like 90 years old.

      There is also the contestable issue that they may be helping to prevent the growth of the native Linux games market by diverting demand to windows games, while also providing a poor linux gaming experience (look at the list of fully supported games, it's quite small).

      How do you....prevent the growth of the Linux market for native games...by providing a poor emulation experience? That doens't make any sense at all. You would think demand for native binaries would increase. WineX brings gamers to Linux. Do gamers like to use WineX? Hell No, we hate it. Would we rather have native versions. Of couse. The point is every gamer running Linux raises demand for native binaries, not demand for poor emulation. Its 1 more person posting in developer forums for a Linux version, its 1 more person sending in their registration card with the Linux box checked, its more 1 voice we have.

      Without Cedega bringing in those desktop users that were 'on the fringe' of Linux and Windows but switched to Linux because Steam worked or because EQ did, each person brings with him/her a unit of demand for native Linux software. Its impossible to have more Linux gamers but less demand for native binaries.

      What cracks me up is that the 'boycotters' complain the source is not open, then on the same FUD PAGE, complain that Transgaming asked Getoo to pull the CVS Ebuild. If the source code is published in CVS, how is the source not open?

      Most boycotters are way way way misinformed of the facts and should be ignored.

    13. Re:And who is to blame??? by Ded+Bob · · Score: 1

      In my view this whole mess is simply the result of the Wine developers not using the GPL. If they had, all the code modifications would be public and Wine would be advancing.

      OTOH, when Wine was BSD (or MIT), TransGaming did not have as much incentive to keep their version as far away from the base (Wine) as they do now.

      Of course, this is all moot. TransGaming would probably never have existed if Wine was GPL'd.

    14. Re:And who is to blame??? by Anonymous Coward · · Score: 0

      For the money that they charge, you'd think that people who actually choose to use their product could bring themselves to pay for it.

      The guy that noticed this, and the people that took offense to it on the lists, were all paying customers of transgaming who resent them taking this action, which is trivial for real 'pirates' to work around but causes serious difficulties for their paying customers.

      Perhaps the idiots that modded you up didn't read the link either?

    15. Re:And who is to blame??? by EzInKy · · Score: 1

      In fact, the license says upfront why they provide the CVS and that they would prefer that people not use it to distribute binaries, etc.


      Gentoo did not distribute binaries, it provided an ebuild to compile the CVS code from source. Yet it too received a "warning" from Transgaming. That's when I said f* 'em and cancelled my subscription. Before that I would have been more than happy to throw two, three, maybe even four times the subscription price their way to support getting my favorite games working on Linux.

      --
      Time is what keeps everything from happening all at once.
    16. Re:And who is to blame??? by JoeNotCharles · · Score: 1

      Can I run my Windows version of The Sims in WineX?

      No. Unfortunately to make The Sims run under Linux Transgaming Technologies had to make some substantial changes to the original source code. This change makes it impossible to run The Sims for Windows under WineX

      They must think Linux users are stupid or something , just how does making substantial changes to the source code (to make a linux version) affect the retail windows version of The Sims?

      That makes perfect sense. The Sims for Windows does not run under WineX, because it does something funky that WineX doesn't support. When they were porting it, they found it much easier to fix the original program to play nicely than to add workarounds to WineX. They didn't cripple the Windows version to make it impossible to play or anything, and they didn't say it'll never be playable - if somebody else wants to do the reverse-engineering, no problem. They're just not going to put any effort into it themselves.

    17. Re:And who is to blame??? by k8to · · Score: 1

      Giving things back doesn't mean running your own control-freak CVS with semi-open project. This is more like not preventing others from taking them back.

      And anyway I'm not pleased by your staraw man about "making them evil" which I explicitly did _not_ state. I did state they are not community oriented and substantiated it.

      --
      -josh
    18. Re:And who is to blame??? by k8to · · Score: 1

      Available. Open.

      If you look these up you will find that their defintitions are not the same.

      Note that the Kohan port was trumpeted during a time that Loki was still selling the product. Insiders may have known Loki was not long for this world, but it was not announced in any way. It seems to me Transgaming was only too hapy to drive a nail into that coffin.

      WineX is under an open license, it's true, but the behavior of TransGaming surrounding WineX makes it effectively nonfree. Ie. Don't really use it or we'll take it away.

      Whether WineX helps or hurts Linux gaming is certainly debatable. I think you'd have to run the experiment both ways to know.

      --
      -josh
    19. Re:And who is to blame??? by k8to · · Score: 1

      Sorry, I meant ReWind is under an open license.

      --
      -josh
  25. America Can Do Better! by Anonymous Coward · · Score: 1, Funny
    I propose that all software is steganographically uniquely watermarked and tagged at time of purchase.

    If two people are found to have the same watermark, they will both be killed .

  26. ...what a waste of time. by DroopyStonx · · Score: 4, Insightful

    If a person knows enough to be using Linux AND this application, chances are they can easily get around the watermark, so what's the point in it?

    I don't understand when companies go off on this tangent and act as if what they're doing will combat piracy. Piracy will always exist. No matter what you do, you can't get rid of it.

    Yeah, it's wrong, but people will do it. Just be thankful EVERYONE isn't doing it. Bottom line: it will not bring back your "lost" sales, and people will have a workaround in a matter of hours.

    There's also a reason why Microsoft more or less turns a blind eye to it - the more people who pirate a particular piece of software just means it's on that many more computers. MS would rather you have a pirated copy of Windows XP than to flat out run Linux simply because it gives them more of a place in the market.

    No one likes to think on the flipside of things, so go on and mod this as troll ;)

    --
    We have secretly replaced these Slashdot mods' sense of humor with a rusty nail. Let's see if they notice!!
    1. Re:...what a waste of time. by Graymalkin · · Score: 1

      You obviously don't understand the real reason behind such "copy protection". If your house doesn't have a front door you ought to expect all of your belongings to be gone when you get home. Sure most people will pass your house by and simply think "how dumb" but someone is going to stop by and see what sort of cool stuff you've got. If you do have a front door with a lock it isn't going to stop a true professional lockpick but it will stop the occassional jackass from walking off with your stereo.

      The concept is the same with copy protection systems. With absolutely no copy protection there's nothing stopping people from randomly ripping off your software. A CD key or some such won't stop someone who knows what they're doing but it will curb some casual piracy. It also gives you a legal leg to stand on if you catch someone in the act of pirating your software.

      Some companies use pain in the ass protection schemes which only gets them a bad reputation. Most however just want to ensure that there's a 1:1 sales/license ratio on the market. Upgrades can disable particular cracked keys and so now those people will be inconvenienced and hopefully some will simply buy the software instead of spend the time finding a new crack.

      --
      I'm a loner Dottie, a Rebel.
    2. Re:...what a waste of time. by photon317 · · Score: 3, Insightful


      It's a bad analogy. An equally bad version of the analogy that's closer to explaining the realities of software piracy would be:

      If your house doesn't have a front door, it's easier for you and your family to walk in and out every day, which you spend a lot of time doing. If you put a door in place, it makes things a pain in the ass. If any criminal decided to steal things from your house, they're either gonna walk in through the big front door hole, or if you installed a rather inconvenient door they'll just kick it open on their way in.

      --
      11*43+456^2
    3. Re:...what a waste of time. by evilviper · · Score: 1
      No one likes to think on the flipside of things, so go on and mod this as troll ;)

      Yes, an anti-copy-protection post on /. I'm sure you've angered maybe 2 or 3 people... Way to be a rebel!
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    4. Re:...what a waste of time. by kfg · · Score: 3, Insightful

      If I walk into your house and take your TV all I have to distribute is your TV to one "customer."

      If I obtain your software, crack it, all I have to distribute is an infinate number of copies.

      The "casual priracy" argument has never held water and never will, because it only takes one noncasual pirate to provide casual piracy to everyone.

      When companies use pain in the ass proctection that only drives downloads of the pirate version, since paying customers buy the CD, then run the pirate version. A paying customer has now become a "pirate." Your idea that downloaded cracked versions are inherently unpaid for is simply untrue. For some titles I'd hazard that paying customers make up the majority of illegal downloaders.

      And the publisher will count the download as lost revenue as well, and therefore justification of even more offensive, but just as worthless, copy protection.

      There's a hole in the bucket, dear Liza, dear Liza.

      KFG

    5. Re:...what a waste of time. by maxpublic · · Score: 1

      You obviously don't understand the real reason behind such "copy protection". If your house doesn't have a front door you ought to expect all of your belongings to be gone when you get home.

      And you obviously don't understand the difference between "theft" and "copyright violation", which makes your entire argument a pile of steaming horseshit.

      But you've got a lot of company. A great many people can't seem to wrap their brains around the fact that these two things aren't even closely related. Perhaps that's why we call them "clueless".

      Max

      --
      My god carries a hammer. Your god died nailed to a tree. Any questions?
    6. Re:...what a waste of time. by David+Gerard · · Score: 1

      I've heard the buzz around Transgaming about this. The CEO has had a rush of blood to the head and gone control-freak. He actually walks around the office frothing about "PIRATES PIRATES PIRATES!!!@" Many employees are putting their resumes about.

      --
      http://rocknerd.co.uk
    7. Re:...what a waste of time. by Graymalkin · · Score: 1

      If you were as intelligent as you thought you were you'd be able to appreciate the analogy without assuming the theft aspect was the important part. If someone deprives you of capital (your TV) because you didn't take measures to protect it (a door and lock) it will get stolen evetually. Likewise if you don't protect your capital (your software product) with some means (CD key, etc.) it will get stolen.

      The price of your television is measured in the amount of time it took you to earn enough money to buy it. Someone stealing your TV may very well be stealing days worth of your time. A software pirate is stealing the developers time and effort. Even if 80% of pirates never intended to buy the software in the first place the developer is still out the money from the remaining 20% who are simply cheapskates. The easier it is to pirate some software the more likely it is to happen and the less likely it is for those cheapskates to remain cheapskates.

      The stealing of a television and the piracy of software is similar in that value was taken away from one group by another group. If it took a month of working overtime to buy your TV and I come along and take the TV you've lost all of that time. If it took you a month of working overtime to write a game and I turn around and distribute it for free you've also lost all of that time. Why would people buy from you what they can get for free from me? Some people might be morally opposed to downloading your software from me but most people won't be.

      While strict protections can be a pain in the ass software developers have to implement some means to protect their time invested into development. You'd try to protect the investment of time that went into purchasing your television. Software piracy doesn't have a direct correlation in the material world but it is conceptually similar to other types of theft. Don't let your lack of imagination and understanding of language make you sound like an asshat.

      --
      I'm a loner Dottie, a Rebel.
    8. Re:...what a waste of time. by KDR_11k · · Score: 1

      The point is not that people steal the stuff, it's that it's easier for them to access it. The point is that everybody has a treshold as to what he'll do. If a friend offered me a burned copy on a LAN I wouldn't refuse, but if I have to search for a warezed version and spend time downloading it, I usually can't be bothered. There's a difference between just dragging & dropping the CD's (or a network share's) content to your harddisk or having to take further efforts. For example if you have a volume based pricing for your web connection (e.g. the boarding school I went to, they warezed everything and copied it over the LAN, but downloading stuff from the net cost around 15 bucks for the bandwidth) downloading isn't the best option.

      Just because the analogy uses a different crime doesn't make it invalid (in fact that's the point of an analogy).

      --
      Justice is the sheep getting arrested while an impartial judge declares the vote void.
    9. Re:...what a waste of time. by Pofy · · Score: 1

      If someone deprives you of capital (your TV) because you didn't take measures to protect it (a door and lock) it will get stolen evetually. Likewise if you don't protect your capital (your software product) with some means (CD key, etc.) it will get stolen.

      Gee, so you mean if someone infringes your copyright (since you did not protect it) you end up not having your software any more?

      A software pirate is stealing the developers time and effort. Even if 80% of pirates never intended to buy the software in the first place the developer is still out the money from the remaining 20% who are simply cheapskates.

      Ahh, so someone stole TIME? You end up losing time? Were did it go and since when can time be illegal to steal? And since when is depriving someone of profit illegal?

      You DO reaslise that copyright infringement is not illegal due to any profit, time or whatever is lost (or stolen or whatever) right? Since none of those activities are illegal. Or do you consider it illegal to give a way a book you allready read since it is also stealing in the exact same way. The illegal activity for copyright infringement is the act of copying itself. It is further for the most cases illegal regardless of if you lost some revenue or development time or whatever.

    10. Re:...what a waste of time. by Anonymous Coward · · Score: 0

      So what Software company do you work for?

      the locks on my house are for my convienence. The "locks" on software are for nobody's convience.

      copy protection on software helps nobody and only hinders legitimate users.

      so the correct analogy would be the locks on your house require that you use the origional Key you were given when you bought the house, no you can not make a copy. yet the local burglar found that by breaking a window he can enter the home easily.

      so the burglar can enter all the homes on the market while 3 of the families on the block are living in their car while waiting for the housebuilder to send them a new authorized key to enter the home, and one of the families decided it was bull so they added a door of their own and ignore the stupid ideas of the builder.

      THAT is a more accurate comparasion.

      when you guys get off your lazy asses and make DRM and copy protection that is 100% transparent to legitimate users and give the legit user an advantage, all copy protection and DRM will continue to be hated and considered a joke... Or another bizzare idea... how about lowering the price?? UT2004 and Doom3 I paid full price for because I knew it was worth it. the other 90% of the games on the shelves are not worth 1/3rd the price and the office suites are certianly not worth that price to a home user.

      I'm betting sane pricing will curb piracy more than any technological measure ever designed. Hell I have a legitimate copy of Lightwave here, a friend wanted to know if I want to see his copy of the latest version, it was a warez copy and it was running without the hardware dongle.

      if they can bypass a hardware dongle, they can bypass any half-assed attept a company tries to put in there to annoy the user.

      I'll even give you a tip. If your authentication uses a server on the internet, or has to contact anything it is worthless and a bad idea.

    11. Re:...what a waste of time. by photon317 · · Score: 1


      What the fuck are you smoking? If you even bothered to comprehend my post, you would see that I was arguing AGAINST copy protection.

      AC morons....

      --
      11*43+456^2
  27. Whiiiiiiiiine! by Anonymous Coward · · Score: 0

    For crying out loud...

    If you don't want watermarked binaries, then stop PIRATING the goddamn software.

    I can't keep track of how many times I've seen an elite pIr8 on IRC claiming that they've got "0-day" WineX/Cedega binaries. TransGaming doesn't really charge that much for a subscription, and you can cancel it anytime you want (your binary still works).

    I'm not surprised they implemented a watermark. TransGaming aren't the ones to blame though - blame the kids that made such a "feature" a requirement.

    Geezus kids, not everything is "free".

  28. blargh-Apple barrel. by Anonymous Coward · · Score: 0

    " Come on people, is it really THIS important to protect stuff?"

    Obviously it's important enough that a certain group is ruining it for everyone else.

    "Why not focus on a service-based business model, like the MMORPG setup?"

    Why don't we stop telling others how to run their business, and learn to accept what's offered to us?

    "One-off profits are nowhere near as lucrative as service contracts, after all."

    That's only true for some businesses, and once again we're telling people how to run their business.

    "Pshaw, software fingerprinting protection is just silly ..."

    No! Telling others that they should run their business, the way WE feel it should be run is silly.

    We wouldn't like it if some stranger came along and told us how to live our lives, now would we?

    1. Re:blargh-Apple barrel. by Anonymous Coward · · Score: 0

      Obviously it's important enough that a certain group is ruining it for everyone else.

      Agreed. Some publishers are willing to abuse their legitimate users to protect stuff, and the other publishers feel pressured to keep up, so everyone gets pulled in unless the problem is stopped at the beginning.

      Why don't we stop telling others how to run their business, and learn to accept what's offered to us?

      Because we think that if they listen to us, the results will be much better for everyone. Why should we just give up on something with potential, just because we're too lazy to try to improve it?

      That's only true for some businesses, and once again we're telling people how to run their business.

      True. Games with limited replayability need one-off sales. And we're not going to stop telling people how to run their businesses.

      No! Telling others that they should run their business, the way WE feel it should be run is silly.

      It's only silly because they're so likely to ignore us. But every once in a while, customer feedback does improve the situation. Or do you just want companies to spend more money on focus groups, when they could just lower prices and listen to all the feedback we're giving them for free?

      We wouldn't like it if some stranger came along and told us how to live our lives, now would we?

      Usually not, but we put up with it, and it happens all the time. Meaning, that's the entire point of the advertising industry. Are you against all ads?

  29. Marker by mfh · · Score: 4, Funny

    And I was going to the trouble of getting out my magic marker and drawing on the download!

    --
    The dangers of knowledge trigger emotional distress in human beings.
    1. Re:Marker by __aafkqj3628 · · Score: 1

      Wow... I just looked at that Doom bloopers page and I've never seen such a lame idea. Seriously, who's going to play it? Could you be a little more derivative? Are you watching lots of sitcoms to get really good ideas?

      Prediction: this project will die a sad, lonely and neglected death on Sourceforge. If people play Doom3 mods they will play the genuinely fun ones.

      I am fucking sick of people using their sigs to advertise their stock scams, their pyramid schemes and any other pathetic hobby horse they want to show off.


      Only with the balls of an anonymous coward.

    2. Re:Marker by mfh · · Score: 1

      > Only with the balls of an anonymous coward.

      Totally. I think this is one of my foes just being themselves. This is actually the first flame I've read on the project thus far. Everyone else seems to be into it. Oh well, there's always one or two who enjoy spoiling fun, raining on parades, laughing at funerals, stopping weddings, etc.

      --
      The dangers of knowledge trigger emotional distress in human beings.
    3. Re:Marker by Anonymous Coward · · Score: 0

      *sigh*, you know why it has to be posted as AC? Because of the proliferation of twats who will bleat about the "right" of people to advertise their stock scams, their pyramid schemes and any other pathetic hobby horse they want to show off.

      That this was not obvious to you (or that it was, and that you saw a cheap opportunity to try and make yourself look good) says more about yourself than about the AC.

    4. Re:Marker by djsmiley · · Score: 0

      Use tha true /. way?

      Turn off sig's.... oh wait, anonmous... does it work then? I dont care. I dont click sigs. =D

      --
      - http://www.milkme.co.uk
  30. Maybe, or... by XanC · · Score: 2, Interesting
    Have Linux users been better trained to respect licenses?

    Once upon a time, I was a Windows user in the habit of pirating (mainly because I was a kid with no money). Now that I've been on the Linux bandwagon for a some years, I use Free tools by default, and if there's an application that's useful and nice that costs money (VMWare, TransGaming, etc), I buy it.

    I think Linux people may realize that the license is what ties us together, and that by pirating software we undermine our community as well as erode our major advantage over some of the evil closed source people.

  31. And who is to blame???-Loki. by Anonymous Coward · · Score: 0

    "So how about the leeches among us start supporting the rare breed of company that shows any interest in Linux on the desktop?"

    You mean like Loki?

  32. Furthermore... by Anonymous Coward · · Score: 1, Funny

    "For each instance of pirated software I find, I shall kill you!"

    1. Re:Furthermore... by Eric+Smith · · Score: 1

      My name is Bill Gates. You pirated my software. Prepare to die!

  33. Re:Tis good! by Spoing · · Score: 2, Insightful
    1. Look at nearly every product with 'activation' or a 'cd-key' and it's been cracked. All these 'protections' do is make it easier for pirates to pirate and harder for legit users to get to work.

    (corrections appreciated)

    That's not the case here. This isn't restricting use at all...just making it clear which copy goes where (if found later).

    If they put in code to actively thwart copying -- and I agree it would 'make it easier for pirates to pirate and harder for legit users' to use what they bought -- I would be with you. Since that's not the case, there's no harm, no foul.

    Transgaming should provide a way to verify the file, though, to protect against the case that if the file were hijacked and bad code were put in you could check the file. That it's not the same # for everyone isn't much of an issue.

    --
    A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
  34. Loss of Privacy?-Shame by Anonymous Coward · · Score: 0

    "If you don't download it, you don't have any "loss" of privacy.

    People throw around the idea of the loss of privacy as though they are being compelled to download whatever it is."

    Should crimminals have a right to privacy?

    1. Re:Loss of Privacy?-Shame by oddfox · · Score: 1

      I don't know if this is a troll or not but everybody has a right to privacy, at least in America. You can't just strip someone of their fundamental rights just because they were found guilty of a crime (Note how you simply said criminals, so that's ambiguous), because they (Or at least they should've) did their time already if they were convicted. Besides, people are falsely accused and convicted on a regular basis.

      Dunno why I'm responding to an anon, but what the hell, I'm bored. :)

      --
      "We invented personal computing." - Bill Gates
    2. Re:Loss of Privacy?-Shame by Anonymous Coward · · Score: 0

      You can't just strip someone of their fundamental rights just because they were found guilty of a crime

      Maybe if I was drinking the words "fundamental rights" and "some software game" in the same sentence wouldn't make me cringe.

      When you join a game, you sign their social contract. Don't like the game, don't sign it. Pretty soon the games that people enjoy will flurish, and those that envade people's privacy will flounder.

    3. Re:Loss of Privacy?-Shame by oddfox · · Score: 1

      You didn't realize that I was responding to exactly what the poster put there -- I admit that I did go off topic if he/she was talking about privacy for users of this software, and if I missed the target, I'm sorry. For the record, whatever the software developer wants to ask of it's users I don't really care, you can take it or not, nobody's forcing you to pay for it. I think they are being a little rude to Gentoo users, though.

      The parent post was pretty ambiguous, it helps to clarify.

      --
      "We invented personal computing." - Bill Gates
    4. Re:Loss of Privacy?-Shame by sqlrob · · Score: 1

      Should crimminals have a right to privacy?

      Guess what. In the US Criminals do, law abiding citizens don't (cf Hibel case)

  35. Givem a break...Piracy is killing their business by marcybots · · Score: 0

    Ever wonder why the PC section at your local gamestore is shrinking while the game console shelves are expaning? Its easy to copy pc games but very difficult without hardware modification to pirate console games but pc games are cracked and distributed online in less time than it takes to get to the store shelves..dont believe me look how doom was available online a few days before it was released. Seriously, i love free stuff as much as the next person, but it has gone beyond casual copying into the realm of absurdly easy to distribute pirated goods quickly..(bittorent, overnet, newsgroups..take your pick).
    Pc game makers have to do something to stop the bleeding since there is no inherent copy protection in the pc, mabey a small something like this watermarking could help us avoid legally mandated DRM like Microsoft wants to install in every PC. I would choose this over havinga motherboard that I have to mod to play mp3s.

  36. Re:Tis good! by devilspgd · · Score: 1

    huh?

    How does an activation or a cd key make it easier to pirate?

    It slows down piracy SLIGHTLY (but likely not sufficiently compared to the number of legitimate users that get scared off too)

    --
    Give a man a fish, he'll eat for a day, but teach a man to phish...
  37. champion protection by bman08 · · Score: 1, Interesting

    I don't know what the problem is, Transgaming already has the best copy protection system there is. Their product sucks ass. Why the hell would anyone want to copy this steaming pile? To find out that 2% of your games work, and most of those both work poorly and already have a native linux port.
    You know what, I hope this works. I hope they shut everybody who was copying the software out of the picture so that maybe, just maybe, someone else will take a stab at making linux gaming better.
    If anyone's going to get my pennies it'll be icculus.

    1. Re:champion protection by visualight · · Score: 1

      This should be modded up, not down. I quote:
      I don't know what the problem is, Transgaming already has the best copy protection system there is. Their product sucks ass. Why the hell would anyone want to copy this steaming pile? To find out that 2% of your games work, and most of those both work poorly and already have a native linux port. You know what, I hope this works. I hope they shut everybody who was copying the software out of the picture so that maybe, just maybe, someone else will take a stab at making linux gaming better. If anyone's going to get my pennies it'll be icculus. This is not flamebait. It might be at odds with the moderators opinion, but it's not flamebait.

      --
      Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
  38. What? by Anonymous Coward · · Score: 0

    Shouldn't that be $2x10^-2?

  39. MOD PARENT UP! by zarthrag · · Score: 1

    I agree completely. More companies would turn out quality linux titles, and possibly even the first real "blockbuster linux-only title" if it were possible to stay afloat doing it. If I could I would in a heartbeat, even if I had to keep my own cost of living down to do so. My beef with die-hard linux users is that they are so into that word "free" that the only way they'd "pay" for a game is if it came with a piece of hardware!

    --
    Why can't all fpga/microcontroller manufacturers just release free optimizing compilers???
  40. Abandon hope, all yea who enter here. by Anonymous Coward · · Score: 0

    "I don't understand when companies go off on this tangent and act as if what they're doing will combat piracy. Piracy will always exist. No matter what you do, you can't get rid of it.

    Yeah, it's wrong, but people will do it. Just be thankful EVERYONE isn't doing it. Bottom line: it will not bring back your "lost" sales, and people will have a workaround in a matter of hours."

    The same train of thought exists with murder. We've always had it. Always will have it, and there's nothing you can do about it, so stop trying.

    "There's also a reason why Microsoft more or less turns a blind eye to it "

    Small clue for you. Not everyone's Microsoft. The dynamics are different.

    1. Re:Abandon hope, all yea who enter here. by Anonymous Coward · · Score: 0

      You people are so fucking retarded when you use your lame analogies. Almost all of them use "murder" when it's not even remotely the same fucking thing.

      Murder is equivalent to pirating software? Idiot.

    2. Re:Abandon hope, all yea who enter here. by Anonymous Coward · · Score: 0

      The same train of thought exists with murder. We've always had it. Always will have it, and there's nothing you can do about it, so stop trying.

      Wow, you are stupid... you do realize that you lose pretty much all credibility for using murder analogies, right? It's not like you had any to begin with, but just so ya know, son.

      Small clue for you. Not everyone's Microsoft. The dynamics are different.

      Small clue for you, dynamics are the same, especially when competing with another product and trying to get your name out there as THE thing to use. Learn some basic modern marketing, it'll do you some good.

    3. Re:Abandon hope, all yea who enter here. by Anonymous Coward · · Score: 0

      Learn some reality. Transgaming is several orders of magnitude != Microsoft. Oh please, explain your knowledge of "basic modern marketing" - I'm sure it won't take long! But reality doesn't matter here on slashdot - expect money in exchange for creating software and you're ALWAYS WRONG.

      Strangely enough the same does not apply to asking for money in exchange for maintaining someone's network. Could this be because most slashbots are only marginally more intelligent than those PHBs they bemoan, and can only barely cope with the admin jobs that let them sit on their pimply backsides and post their communist idealism all day? We might see a very different attitude if any of actually worked as programmers.

    4. Re:Abandon hope, all yea who enter here. by Anonymous Coward · · Score: 0

      Hehe, gotta love the, "oh please explain your knowledge of [x]" retorts. It takes a bit more than a slashdot posting to properly inform an ignorant person to the topic being discussed - more time than I'm willing to spend, anyway.

      If you're uninformed about the subject at hand, don't be bitter. Insteda, take a few classes, or better yet, keep with the current trends in marketing. Get a position up in a nice corporate sales office. Compare piracy numbers vs. profits made, money spent in preventing piracy, so on, so forth.

      In other words, shh. Go spread your misinformation elsewhere.

    5. Re:Abandon hope, all yea who enter here. by Anonymous Coward · · Score: 0

      "Insteda", you ignore what you're being asked, i.e. how "basic marketing" means Transgaming can ignore piracy same as the company that owns perhaps the top 5 titles in terms of units sold (i.e. paid for).

      (Because saying "la la la" with your hands over your ears makes you right.)

    6. Re:Abandon hope, all yea who enter here. by Anonymous Coward · · Score: 0

      FYI - pointing out a typo and trying to use it to gain footing just proves how desperate ya are ;)

      Give it up, move on. Go troll elsewhere.

    7. Re:Abandon hope, all yea who enter here. by Anonymous Coward · · Score: 0

      "la, la, la!" you say, fists over ears, elbows out in front of your face like the horns of the bovine you resemble.

    8. Re:Abandon hope, all yea who enter here. by Anonymous Coward · · Score: 0

      Wow, a faggy AC flamewar.

      You guys are winners.

      *posts AC*

  41. Why would they do this? by nwbvt · · Score: 3, Funny


    I honestly do not understand why they would want to do this. To protect against software piracy? Who would do such a thing? Surely the general population has enough respect for software developers that they would refrain from pirating software without copy protection schemes.
    </sarcasm>

    --
    Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
    1. Re:Why would they do this? by Anonymous Coward · · Score: 0


      I do understand why they would not want to do this honestly. To protect piracy against software? Who such would do a thing? Surely the developers software has enough copy protection schemes for general population that they would refrain from pirating without software respect.
      </sarcasm>

    2. Re:Why would they do this? by Virtex · · Score: 1

      I remember back in the 80's when copy restriction schemes were rampant among computer software. What was interesting is that software companies discovered that software containing these restriction roadblocks actually sold fewer copies than unrestricted software. The wisdom of the day suggested that potential buyers simply became fed up with the hassle and expressed their displeasure by not buying the software. I'm not sure I agree with this wisdom, since neither myself nor anyone else I knew based their buying decisions in any degree on the copy restriction of the software in question. Nevertheless, software companies finally got the message and stopped crippling their products. It's been said that people who don't learn from history are doomed to repeat its mistakes.

      BTW, yes, I call it copy restriction. Calling it "copy protection" doesn't make much sense. It neither protects my copy nor my ability to copy. Perhaps if they called it "copyright protection" I might understand.

      --
      For every post, there is an equal and opposite re-post.
  42. And in related news by Cyno · · Score: 1

    I recently ran across an encrypted p2p network called MUTE. So if someone can mask out those bits around the serial number...

    Hey, I'm not recommending piracy or anything here. Just pointing out the possibilities. :)

  43. What happened to the free version? by Guspaz · · Score: 2, Interesting

    What happened to being able to download the source to WineX (Or Cedega) and compiling it yourself? Are TransGaming violating the GPL by not providing the source, or are they claiming that the subscription is to cover distribution costs to get around the GPL?

    Or, am I completely wrong, and does Transgaming provide the source on their website, just hidden somewhere?

    1. Re:What happened to the free version? by thryllkill · · Score: 1

      I am sorry I can not properly research this since I am at work and can not go to gaming websites (they are filtered) but I was under the impression that WineX (Or Cedega I guess) was not GPL'd software, but rather used another license.

      --

      Note to self: No more arguing with the faithful.

    2. Re:What happened to the free version? by Eat+Shit+A-Hole · · Score: 1

      transgaming.org has it listed Cheers,

      --
      Sorry was in bad mood when made account :)
    3. Re:What happened to the free version? by Anonymous Coward · · Score: 3, Informative

      X11 / MIT yes.

      Cedega itself is Aladin license. But it is no-so free:

      Within hours after posting the ITP (Intent to Package) on the Debian
      bug database and on the debian-devel mailing list, a mail from Trans-
      Gaming's CEO/CTE Gavriel State was received, which indicates
      1. "We noticed that you intend to package our AFPLed WineX package
      for release in debian (presumably non-free). We would really prefer
      that this not happen, for a number of reasons."
      2. " We would prefer not to have to change our license to explicitly
      prevent the distribution of binary packages, but if we have to we
      will do so."

    4. Re:What happened to the free version? by Anonymous Coward · · Score: 1, Informative

      the license was BSD b4...the jeremy decided to change it to LGPL,transgaming disagreed(obviously)
      and then....i dont think there has been any contibutions from either side to the other

    5. Re:What happened to the free version? by TeknoHog · · Score: 1
      The GPL requires that those who get the program, get the source too. It's OK to sell the program and give the source to subscribers only. It's up to the distributor to decide whether they want to give sources to everyone including non-subscribers.

      However, it is my impression that WineX is not a GPL derivative, so this doesn't matter anyway.

      --
      Escher was the first MC and Giger invented the HR department.
    6. Re:What happened to the free version? by BenV666 · · Score: 3, Informative

      You can download and build the CVS version yourself: cvs instructions.

    7. Re:What happened to the free version? by Anonymous Coward · · Score: 1, Informative

      The GPL isn't involved here. The WINE project used to release under the X11 license, which permitted transgaming to take their code and make a proprietary fork anyway. They do make the code available through CVS, they just make it difficult, and have threatened anyone that tries to make it easier, or even thinks about distributing binaries from that source, even though the license allows them to do it (they told Debian they would change the license if necessary to prevent Debian from packaging this.)

      WINE has since, sensibly, changed to the LGPL which should prevent this sort of nonsense in the future. Transgaming has never given back to the project they stole from, they release code only under the Alladin license which is not compatible with the original X11 license or the LGPL, so that the project that wrote the vast majority of the code in their product cannot use their work at all. These people are leeches!

      Support WINE (www.winehq.com) and forget these ripoff artists. If you absolutely MUST have something in the transgaming tree, get it from CVS, and then reimplement it in your own words and submit it to the real WINE project ASAP.

    8. Re:What happened to the free version? by Guspaz · · Score: 1

      Thanks, that is what I remember being there before. Unfortunately it seems that the CVS version is useless since it's missing most of the key components (Like all the DirectX stuff).

    9. Re:What happened to the free version? by Guspaz · · Score: 1

      I was under the impression that the GPL allowed a reasonable fee to be charged to cover distribution costs, so long as it was understood that the charge was for distribution and NOT access to the software.

      However it looks like TransGaming has circumvented this by providing the GPL'd portions of the software for free, and charging whatever they want for the non-GPL parts.

  44. Trust by Kaseijin · · Score: 5, Insightful
    simply use the gentoo ebuild tools to generate a new MD5 hash based on the .tgz you downloaded... you *DO* trust transgaming's own binaries, dont you??? hmmm??? :)
    You may have been joking, but whoever modded this insightful presumably wasn't. The Portage hash check assures the user that the Cedega tarball isn't really a rootkit uploaded by whoever 0wned TransGaming's server. It would be best if all publishers cryptographically signed their releases, but since most don't, comparing hashes with a trusted third party like Gentoo is a reasonable compromise.
    1. Re:Trust by riprjak · · Score: 4, Funny

      I can assure you I was as surprised as anyone to be modded insightful or interesting... I expected a funny or two.

      For reference people; NEVER do what I suggested to manually change the expected MD5 hash. Kaseijin is dead right in suggesting that the cause of variance may indeed be due to l337 hax0rz pwnZing a server and modding the downloads to infect your system...

      In fact, Kaseijins entire comment is informative, mine was a joke in VERY bad taste.

      Hell, I dont recommend taking my advice at the best of times :)

      err!
      jak

    2. Re:Trust by Anonymous Coward · · Score: 4, Funny

      This is slashdot; you can't underestimate the intelligence of the mods.

      insightful or interesting is mod-speak for "me no understand, but you sound smarts"

    3. Re:Trust by CastrTroy · · Score: 1

      If you're downloading the tgz and the md5 off the same server, who's to say that whoever replaced the tgz wouldn't also replace the md5? Wouldn't that be the first thing the cracker would do?

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    4. Re:Trust by Rich0 · · Score: 1

      In the case of gentoo they don't come from the same server.

      However, I do always laugh when I see a website which posts a link to a file, and the md5 right next to it. Obviously anybody who modifies one will modify the other.

      On the other hand, at least the md5 will encourage people to use mirrors for the download (which, unfortunately, would also mirror any hacked binary).

    5. Re:Trust by Rosonowski · · Score: 1

      You give the script kiddies too much credit.

      --
      01101001 01100001 01101101 01101110 01101111 01110100 01100001 01101100 01100001 01110111 01111001 01100101 01110010
    6. Re:Trust by Anonymous Coward · · Score: 0

      +Funny mods don't increase your Karma. +Interesting do. Therefore, when a comment is REALLY funny, you have to mod it Insightful so that the poster gets the Karma they so richly deserve.

      Just more evidence that the Moderation system runs on Crack.

    7. Re:Trust by Anonymous Coward · · Score: 0

      or funny with points

    8. Re:Trust by DragonMagic · · Score: 2, Funny

      In this period of American dialogue, the term is "misunderestimate". Fit the speaker well, fits many mods well.

      --

      Human nature is the same everywhere; the modes only are different. -- Earl of Chesterfield
    9. Re:Trust by arose · · Score: 1

      MD5 sums are for download integrity checking. Does Gentoo not use GPG signatures?!

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    10. Re:Trust by Stripe7 · · Score: 1

      Zero out the tagged areas, calculate the MD5 for the modified tar ball and post it. If the tar ball has been verified by the community to be r00tkit free then we can use that MD5 with some confidence. It will require work by the community to verify and checksum the tar ball each time a new release is posted.

    11. Re:Trust by Rich0 · · Score: 1

      Gentoo distributes a library of md5 sums for distribution files, which are then downloaded from mirrors or from the original source. The md5 sums are downloaded whenever the package database is updated.

      I believe that gentoo is working on gpg signature support, but I haven't heard anything about it lately.

    12. Re:Trust by Anonymous Coward · · Score: 0

      Me mod u long-time, but no points having

  45. linux pirating? by clymere · · Score: 1

    call me naive, but i honestly didn't realize people pirated Linux software! Cedega is only like $5/month 3-month min if i recall...thats peanuts! If i was a gamer, I would pay that in a heartbeat. I gladly pay for my copies of Slackware, and have a short list of other Linux software I would like to buy. I feel dirty buying windows software. I feel warm and fuzzy paying for linux/OSS. I guess this does mean that Linux is rapidly approacing MS in the marketplace...

    --
    once you go slack, you never go back
    1. Re:linux pirating? by William+Baric · · Score: 1

      $5/month for 4 years is $240. Cedega costs more than Windows. Also, by looking at their games database, it seems there is only 7 games that work perfectly. Sorry, but Cedega is WAY overpriced.

    2. Re:linux pirating? by Anonymous Coward · · Score: 0

      You might be suprised, but even 5$ is not all that small for some country, and furthermore, the payment procedure can be extremely hard e.g. in Russia.

    3. Re:linux pirating? by pdbogen · · Score: 1

      Just to clarify a bit, it's $5 a month for subscriptions to download the prebuilt binaries. Once you have them, you don't need to pay. Once you want new ones, you get to pay again. So, there's really no reason to pay for it for four years straight. I really wish they didn't have the three month minimum, though. Are you listening, Gavriel State?

  46. Apart from the moral/ethical questions... by cleverhandle · · Score: 2, Insightful

    I'm not really sure what the point of this watermarking is. It's really not copy protection - they would need a proper activation system to enforce that. And, even apart from the huge political backlash that would entail, I can't imagine that TG would devote the technical and clerical resources required to make an activation system work. Especially since so many Linux users change distros and hardware more often than their socks. They can't be crazy enough to try activation.

    So what's the point, then? Copies will still make their way through P2P. I guess they could go after people that share the file (if they're dumb enough not to wipe the watermark), but there's no way they'd do more than cancel that person's subscription. Again, apart from political issues, any legal proceedings would be ridiculously expensive for the damages involved. Are they saving dev time on support? No, not really - you have to have a subscription to access the message boards. There's IRC, I guess, but if a dev's sitting there already, that's not much of a loss.

    I feel like we're missing something here. The guys at TG are clearly not dumb. They can't believe this will help them sell more copies. There's got to be more to it somewhere...

    1. Re:Apart from the moral/ethical questions... by ashridah · · Score: 2, Insightful

      When you get down to it, the majority of pirated copies come from a small group of people.

      if the watermark had gone unnoticed, they could have used it to track who's subscriptions were being used to distribute it, and wipe them out.

      this isn't really a useful way to stop people sharing the software with their local mates, since that's much less likely to end up on p2p software.

      ashridah

  47. Privacy? by JamesKPolk · · Score: 2, Insightful

    How is this a loss of privacy unless you were planning to violate the company's copyright?

    Who is going to see your personally tagged tarball that you download?

    1. Re:Privacy? by radja · · Score: 1

      it's not a company's right to follow a product after sale. that in itself is a violation of privacy.

      --

      No one can understand the truth until he drinks of coffee's frothy goodness.
      --Sheikh Abd-Al-Kadir, 1587
    2. Re:Privacy? by JamesKPolk · · Score: 2

      Repeating the assertion doesn't make it so.

      The only possible way your personal information gets out here is if YOU distribute it. In that case it's YOU, not this company, that is violating your privacy.

    3. Re:Privacy? by crawling_chaos · · Score: 1
      If you don't like it, don't purchase the service, but please don't make this out to be a property rights issue. It isn't. It's a contract with terms you don't like. Ownership of the software is never transferred to you.

      Your only recourse here is to not enter into the contract in the first place. Of course, this means that you will need to find another way to play Windows games, but that is possible.

      --
      You can only drink 30 or 40 glasses of beer a day, no matter how rich you are.
      -- Colonel Adolphus Busch
  48. Background, please. by Black+Parrot · · Score: 1


    OK, I see that Cedega = WineX 4.0. But what's the relation between WineX and WINE? Shouldn't there be some kind of license inheritance there? Is Cedega a non-free product derived from a free product?

    And if it's not free, why is it so easy to download?

    Or if it is free, why do they need to watermark it?

    What gives? (Sorry; I haven't followed the whole WineX thing.)

    --
    Sheesh, evil *and* a jerk. -- Jade
    1. Re:Background, please. by BlurredWeasel · · Score: 3, Informative

      As far as I know:

      Most games have some sort of copy protection in them, making simple WINEing of the executable not work (tries doing magical windows assembly voodoo or some such).

      What TransGaming have done is to take WINE (legally under a permissive licence) and continue to develop it for games, in addtion to licencing these copy protection schemes from the people who make them. They are under a contract to not reveal these copy protection schemes, and hence don't. Everything else is avaliable for download from their CVS repository.

      ^^The world as I understand it.

    2. Re:Background, please. by RPoet · · Score: 1

      As far as I know: WineX/Cedega is a fork of WINE from back when WINE had a license that permitted non-free forks. WINE later changed to the GPL, I think, and not too early, IMO.

      --
      "Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
  49. I would like to agree with you. by Anonymous Coward · · Score: 0

    But the vast majority of useful software for Linux is usually both Free and free (and is usually installed with the base OS!). This is NOT true for Windows by any stretch of the imagination (though many of the popular applications have more-or-less native Win32 ports). I also think that the software that comes with most Linux distributions is "good enough" that you don't need to seek out something else. I can't even name 10 native Linux applications that aren't free (or Free for that matter). Then again, I'm not really a big time Linux user... It's really two entirely different cultures.

    1. Re:I would like to agree with you. by stor · · Score: 1

      But the vast majority of useful software for Linux is usually both Free and free (and is usually installed with the base OS!).

      Indeed competing with, say Apache or squid would be a hard sell. It would be very hard to sell a commercial IRC client for Linux ;)

      There's plenty of room for games though.

      Cheers
      Stor

      --
      "Yeah well there's a lot of stuff that should be, but isn't"
    2. Re:I would like to agree with you. by Electrum · · Score: 1

      Indeed competing with, say Apache or squid would be a hard sell.

      Oh, really?

  50. just 0 out the key. by sky_fire · · Score: 2, Insightful

    since we know it's bytes 0x10-0x23 why not just write a script that 0s them out and then compare the md5sum to that? I'm sure that wouldn't be hard to add to the ebuild in gentoo.

    --
    -- Proud member of the Jello Sex Cult.
    1. Re:just 0 out the key. by Belgabor · · Score: 1

      As far as I understand the ebuild system this won't work (at least without modding portage). The MD5sum is checked before the ebuild is executed and the package could be moddod by it.

  51. Microsoft has done this already...Victumless. by Anonymous Coward · · Score: 0

    "Does it hurt the pirates? No, they are just using a burned copy anyway; they can make a burned copy as a backup. Backups don't work for me, the legal user, but they sure work well for the pirates! Gee, thanks!"

    Hark! Is that the sound of another customer ruined by piracy? But it was never suppose to be this way. The companies were suppose to do everything we suggested. Be the "good little companies" we asked for. What happened? Maybe they should start paying some "insurance" "Hey that's some nice program you have there. Wouldn't want anything bad to happen to it?"

    1. Re:Microsoft has done this already...Victumless. by Anonymous Coward · · Score: 0

      Hark! Is that the sound of another customer ruined by piracy? But it was never suppose to be this way. The companies were suppose to do everything we suggested. Be the "good little companies" we asked for. What happened? Maybe they should start paying some "insurance" "Hey that's some nice program you have there. Wouldn't want anything bad to happen to it?"

      The companies were supposed to be "good little companies", and give us (the customers) what we want. The customer is always right, remember? In return, we were supposed to be "good little customers", and buy the stuff we want.

      But when the companies makes it harder to use a legitimate copy, than pirating the software, they should not expect us to pay for the inconvenience.

  52. frustrating Gentoo users huh? by Anonymous Coward · · Score: 0

    maybe this is alittle payback for all the bogus bug reports those idiots file when they use flags they cant begin to comprehend. funroll-loops.org for more gentoo amazement.

  53. As far as I'm concerned... by Ghostgate · · Score: 5, Insightful

    ... any action that makes things more difficult / inconvenient / annoying / etc. for legitimate users of a piece of software (or anything else - like an audio CD) is an action that should not be taken.

    When I am using software that I am a legitimate owner of, the last thing I want to do is jump through a million hoops just to prove I'm legit. For example, I'll be the first to admit that when I BUY a PC game, the first thing I do is go looking for a "no CD crack" to download. Why? Because I own the game and don't WANT to be forced to swap CDs all the time, just to constantly prove that I paid for the damn thing. I shouldn't have to. Honestly, it's insulting.

    AFAIK, every form of copy/piracy protection that has ever existed has been cracked, and typically in a relatively short amount of time. The ones doing the pirating don't care - they have come to expect it, and finding out how to crack the software will be widely preferred to forking over the cash anyway. The crackers/warez distributors don't care either - indeed, quite the opposite, as many crackers will love the chance to be the first to crack a new protection scheme. The only ones who care are the legitimate users, because they're the ones who usually suffer.

    1. Re:As far as I'm concerned... by JamesKPolk · · Score: 3, Insightful

      I agree with your first sentence, but tagging a tarball doesn't make a legitimate user's installation, use, or backup of his software any more difficult or inconvenient or annoying.

      The only thing made inconvenient is the unlicensed redistribution of that tarball.

    2. Re:As far as I'm concerned... by Ghostgate · · Score: 1

      Well, what about Gentoo users? What about people trying to validate the file with an MD5 checksum?

      Just minor inconveniences? Perhaps. Could we both list examples of much, much more bothersome protection schemes? Of course.

      But they are still inconveniences to (some, not all) legitimate users. Pirates, on the other hand, won't bat an eye at this.

    3. Re:As far as I'm concerned... by JamesKPolk · · Score: 1

      Sounds more like inadequate Gentoo packaging than anything.

      This company can't help that Gentoo's packagers didn't keep up to date.

    4. Re:As far as I'm concerned... by Kope · · Score: 1

      You have failed to understand the issue.

      Gentoo packages provide a checksum of the tarball so that you can be sure that you are downloading a legitimate piece of software and not something that has been tampered with by others.

      Since the checksum changes when you have watermarking, this means that every legitimate download will have a different checksum. Thus it is not an inadequacy in Gentoo's packaging system, it's an technological limitation of watermarking.

      Moreover, it's faux security at best. Legitimate users are denied the ability to validate the integrity of the file they are downloading while pirates are completely unfazed.

    5. Re:As far as I'm concerned... by JamesKPolk · · Score: 1

      Anyone who disagrees with you fails to understand? Uh huh.

    6. Re:As far as I'm concerned... by Spokehedz · · Score: 1

      I also agree with what your saying. The real problem lies in not the game developers, but the publishers.

      The developers, while money is always welcome, mostly just want to see their game played. And, if there really nice, their game modified and kept 'current' so it can 'live' forever. The whole Quake->HL->CS Mod thing.

      Its the publishers that want the game to make the most money. And rightly so: they've put a lot of money into advertising and keeping those developers happy with their coding, just to get the game out.

      So its really two different angles out there. You got the developers who just want their game to be played--much like a kindergarten teacher, who just wants to see their students grow up and become famous... and the Publisher, who wants to make as much money as (in)humanly possible from the game--much like a overbearing parent, forcing their children to do insane things to become famous and bring home money for them.

      AFAIK, the game developers don't want to have any more hassle than they need to, when programming the game. Anyone remember the "KISS" rule? Keep It Simple Stupid? That's what most programmers _live_ by... as simple code is easy to debug code. Which we all know is really the best kind of code.

      The only time I've ever used a actual game CD is when I'm installing them. And even then, most of the time I don't. I just make an image of them in Alcohol120%, and mount them using DaemonTools so I can install them from my HD.

      The basic procedure is put in the Retail CD, and open Alcohol. Copy the game based on its copy protection scheme (easy enough to google to find) and select the settings for the most exact backup for your CD-ROM. Save the MDS and Image file for all the discs (takes about 45 minutes for a 4 disc set, if you've got a decent computer, and a good CD-ROM) and then mount the first disc in DaemonTools, and install as normal. 90% of the time, I don't even need to find the NOCD crack, as the copy protection is 'emulated' in DaemonTools, and therefore the game runs as coded.

      I'm not condoning piracy. What I am condoning is having a backup of all your games on your HD so that you can play them without having the discs on you (good for you laptop-gamers--battery life is extended, because there's no CD to spin) and so that you have a backup in the case of catastrophic damage to them (such as little children, tornados, or Gridbugs) and so that you can keep your game in its box, in mint condition, forever.

      Some would argue that what I'm doing is illegal. I'm 'modifying' the game in someway... I look at it like this: I've paid my 54-dollars-and-ninty-four-cents for my game--I can play it any damn way I please.

      Later.

      P.s. Half-Life2 is going to rock the cashbah!

    7. Re:As far as I'm concerned... by Anonymous Coward · · Score: 0

      You obviously still don't know how the Gentoo sytem works, nor do you care. That isn't a problem in and of itself, of course. You don't have to care.

      You don't make any effort to understand the issues before making a stupid argument one way or the other.

      You are trying to participate in a discussion without understanding the points behind it. Sit back and listen and shut up until you understand enough to make a useful comment.

  54. This has been a long time in coming by davidwr · · Score: 1

    I've been predicting this in the music industry for a long time. I'm a bit surprised it hit gaming software before music, but I guess I shouldn't have been.

    As far as MD5 differences go, that's easy enough:
    Instead of merely watermarking a file, watermark it, generate an MD5, and generate a copy of the MD5 signed by the watermarker's public key. Zip all 3 files (foo.tgz, foo.md5, foo.md5.sig) into an archive, and make that available for 1-off downloading.

    There, instant proof that the last person that's mucked with your code is the person you downloaded it from. As far as other people having mucked with it, or a download box that's been compromised, well, that is a problem.

    Publishing MD5s of files that, when expanded, are watermark-free would at least narrow the scope of any undetectable damage if the download-server was compromised. Publishing these MD5s, cryptographically signed by a different key owned by the same organization and published on an independent web site, would be a big plus.

    Good thing the download servers aren't Microsoft-based (are they?), with its Lower cost of 0wnership :).

    Back to music and videos:
    A watermark that's "pervasive," i.e. one that exists in every second of audio and video and across most of the pixels of any given frame, could be rigged to be harder to completely erase than the simple tgz tagging used here. It could even be done in a way that has built-in redundancies to make it easier to at least partially recover after a removal attempt. I'm surprised Hollywood and the Recording industry haven't jumped on this already. I would if I were them. This would give me, the publisher, the ability to release pay-per-download MP3s knowing I'm more likely to be able to trace bootleg copies back to the source than in today's environment. Granted, it's not perfect, and professional bootleggers will always be able to defeat whatever I throw at them given enough time, but at least it will "raise the bar" a bit in a way that won't keep honest music downloaders from making as many personal copies as they want, even if they are copies-of-copies-of-copies.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:This has been a long time in coming by cyberworm · · Score: 1

      the problem with what you describe in your last paragraph, is that once the "professional bootleggers" get their hacked product out and distributed, it's freely tradeable again, without fear of being tracked back to the original source. At best it would only slow the pirate ditrobution system down (slightly).

  55. bad idea, actually by dekeji · · Score: 1

    Now that its tagged and *if* you share it, they'll know exactly whose sharing it and can prosecute.

    No, they can't. Just because your watermark appears on a download doesn't mean you violated copyright. For example, someone may have broken into your machine and copied the files without your knowledge.

    1. Re:bad idea, actually by Anonymous Coward · · Score: 0

      Yeah especially if I share my entire harddrive with a certain peer-to-peer file-sharing app. Whoops.

  56. Abandon hope, all yea who enter here.--1:troll by Anonymous Coward · · Score: 0

    " You people are so fucking retarded when you use your lame analogies. "

    Did anyone tell you, your cute when your confused?

    "Almost all of them use "murder" when it's not even remotely the same fucking thing."

    Maybe because subtlety would be lost on you. When stirring something thick, you have to use a large spoon.

    "Murder is equivalent to pirating software? Idiot."

    I wasn't saying murder is equivalent to pirating. I was however making a commentary on his defeatist argument, that we should basically give up.

    Now you can just toddle on home and tell mommy and daddy what you learned on Slashdot today.

  57. This kind of setup would totally SuX11 by tepples · · Score: 2, Insightful

    Maybe someday, when bandwidth is free, we can write games that you simply "connect" to. It'll connect to your kb/mouse/controllers, and you'll get a video feed back, or some commands for your 3D renderer.

    Won't happen. The speed of light alone will cause enough round-trip latency to kill such remote-X gaming. There needs to be at least some predictive power on the client in order to preserve the speed of cause and effect.

    1. Re:This kind of setup would totally SuX11 by CableModemSniper · · Score: 1

      But it has to get from the HDD to the RAM anyway, and that's not any faster than the speed of light, slower in fact. It wouldn't be that much harder to run a game from a network (if bandwidth is "free") then off your HDD. Its definitely doable.

      --
      Why not fork?
    2. Re:This kind of setup would totally SuX11 by Evo · · Score: 1

      Let's do a little maths here:

      Circumference of Earth: 40,075,160 metres

      So the maximum distance following ground cables from any one point to another is ~20 megametres.

      Speed of light: ~3x10^8 m/s

      Therefore, the max delay would be

      2x10^7 / 3x10^8 = 0.067s, or 67ms. And that is in the worst possible scenario. That's hardly 'killer lag', and will allow all of 15fps natively, ignoring any compression et al.

      Do the same numbers and assume that people would place servers intelligently, ie US/Europe/Asia, and suddenly the numbers don't look so bad.

    3. Re:This kind of setup would totally SuX11 by tepples · · Score: 1

      So the maximum distance following ground cables

      Doesn't apply in many locations whose Internet access comes by way of a geostationary satellite.

      Do the same numbers and assume that people would place servers intelligently, ie US/Europe/Asia

      Do you suggest that publishers "region code" the games until the publisher builds up enough money for such colo setups?

      In addition, there are other sources of latency such as inside routers. But will wireless bandwidth become as free as you predict within our lifetimes? Remember that after several years of broadband, at least half the U.S. residential Internet subscribers still use dial-up.

  58. Re:Tis good! by Fallen_Knight · · Score: 1

    hmm, maybe it makes people more likely to pirate it?

  59. Non-copyleft free software licenses by tepples · · Score: 2, Informative

    Shouldn't there be some kind of license inheritance there?

    As far as I know, Wine is under GNU LGPL, a weak copyleft license. There exist free software licenses with even weaker "inheritance" properties (as you put them) or "viral" properties (as Microsoft put them), such as the various permissive licenses such as those of zlib, FreeBSD, X11, and the like.

  60. Re:Tis good! by DroopyStonx · · Score: 3, Insightful

    Think of it this way: they spend weeks implementing and thinking out an activation scheme only to have it completely and utterly CRACKED within hours of the product being leaked/released.

    The fact is, it doesn't affect piracy one bit, but now users gotta deal with additional BS. For example, piece together a new PC and put your copy of XP on it. Now, after activation fails, try to convince Microsoft that you destroyed or got rid of the old computer!

    It's not the fact that activation makes it easier, it's that the second a company boasts of having software that's uncrackable, it makes headlines and is often one of the first things to be cracked. In addition, the crack is often spread around so much to the point where it's hard NOT to find it.

    All because they decided to announce to the world that their new copy-protection/activation scheme is the shit.

    --
    We have secretly replaced these Slashdot mods' sense of humor with a rusty nail. Let's see if they notice!!
  61. Loss of Privacy?-Hermit. by Anonymous Coward · · Score: 0

    "So if you download something with the reasonable expectation of a degree of anonymity, "

    Um, excuse me. Isn't transgamming a subscription service? Exchange of money and information?

    "Furthermore, resorting to the "if you don't like it, don't buy it" line can get a bit old after a while. What happens when all commercial software gets tagged? "

    With a serial number? Besides once again with the exchange of money, there's also an exchange of information.

    You seem to be under the impression that you have a degree of privacy that doesn't actually exist. No need for tags. The status quo is already here, and been so for awhile.

  62. Re:Tis good! by MoOsEb0y · · Score: 1

    Yeah, and I paid for it twice! What's your point? Nearly all software products made have been pirated. People who have half a conscience will do the right thing.

  63. linux pirating?-Usenet. by Anonymous Coward · · Score: 0

    "call me naive, but i honestly didn't realize people pirated Linux software! "

    I will not hold it against you. Most people don't know there's a Linux Binary Warez group on Usenet.

    I think it's a sad commentary on human beings, and the "community" specifically, but I'm not worried. Karma will eventually prevail.

  64. Re:Tis good! by 2TecTom · · Score: 0

    If they lowered the price, many more would buy, many less would "pirate". This whole pirate thing is just such corporate crap. I try software, what I end up using, I eventual buy into, just like most people. If software sold for five bucks, who would bother to "pirate" it. This whole pirate thing is just marketing. They're trying to convince you that a fifty cent CD is worth fifty bucks, which it ain't. See?

    Furthermore, you think some kid in Bangladesh can afford fifty US for a game? rotflmao But you watch, those companies will sell their warez anywhere, even if it means lowering the price. So really, what's it actually worth?

    Simple economics of scale. They don't sell many because the price is excessive. Period.

    Typical overpaid executives just shoving the blame for their greed and incompetence upon others.

    --
    Words to men, as air to birds.
  65. Will software companies ever learn? by jotaeleemeese · · Score: 0, Troll

    To all developers and software "manufacturers": get your heads out of your behinds and smell the fresh air to get some oxygen in your brains.

    The model of selling software for mass market consumption is dead. Finito, Kaputt. Only a handful of companies are making money selling software to the masses (there are many companies ut ther making money of selling niche software, but popular software is different).

    Popular software will be pirated. Period. I don't like it, I don't condone it but it is like if I was a zebra complaining abut lions having a meal on my cousing or brother. It sucks but it is the way it is.

    Your options? Services. Yeah, I know, the S word shows its ugly head again. Your software is just the honey to attract consumers to your real business: merchandise, community servers, new or extended features (that may your product niche or multiniche).

    Or media hype (which most companies can't afford) so you generate high expectations and do your sale in the first week after release of your product. Pretty much like blockbuster moves.

    Stop trying to commercialize thoughts (software is just that) and ideas. Those are too fluid to be albe ever to pin them down to commercial interests.

    --
    IANAL but write like a drunk one.
    1. Re:Will software companies ever learn? by CAIMLAS · · Score: 3, Insightful

      Um. I'm not sure if your comment is off-topic, or if you simply don't understand what TG is doing.

      They're "watermarking" stuff to to be able to essentially track legit users. IE, they will give support to people with legit watermarked tarballs. IE, service. Warezed copies will not receive services, thus not costing the company any direct money. You didn't honestly think the company was stupid enough to think they could 'prevent' piracy, did you? No, there will always be morally corrupt people such as yourself out there that have no compunction about not paying for what they get.

      Hopefully this makes sense to you.

      Oh, and one more thing - TG's software is making niche software. They are not making popular software. Your own argument is self-defeating.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    2. Re:Will software companies ever learn? by Anonymous Coward · · Score: 0

      Thankfully all programmers work for free these days, so a small developer can keep pumping out applications without that pesky requirement for income.

    3. Re:Will software companies ever learn? by rpdillon · · Score: 1

      TG support is provided through their forums. You need a username and password to get in. Support is in no way tied to the watermark on the binaries you're using.

  66. Just one problem by T0t0r0_fan · · Score: 1

    One that I'm fairly certain about. It's not like everybody actually has a way to pay out. For example, just try and pay for it using a credit card issued by, say, a bank in Russia.

    Or minors. Combine those two and you have a fairly large group that would be pirating winex for a reason other than not willing to pay for it.

    (that said, I personally avoid both wine and winex; however, most of my friends are very happy to have them)

  67. Loss of Privacy?-Shame-Sex offenders. by Anonymous Coward · · Score: 0

    " I don't know if this is a troll or not but everybody has a right to privacy, at least in America. "

    The example that leaps to mind is sex offenders and them having to register so it's public knowledge.

    "Dunno why I'm responding to an anon, but what the hell, I'm bored. :)"

    I'm bored too. How about after this is over we all go out for a beer? Your treat? :)

    1. Re:Loss of Privacy?-Shame-Sex offenders. by oddfox · · Score: 1

      I don't personally agree with making sex offenders do that, but I can see how it can be a good idea in certain cases. I think they also have levels for how dangerous a sex offender is to a community, and one thing that I really find crazy is that some sex offenders are actually forced to go door to door in their new neighborhood and say "Howdy! My name is Bill and I'm a registered sex offender, I hope we can have a great relationship as neighbors!" That might just be in the movies though, Lebowski fan here. :)

      As for the beer, sorry, but I'm not 21 quite yet. :D

      --
      "We invented personal computing." - Bill Gates
  68. And when someone 0wn3rz TG's download site? by leonbrooks · · Score: 1

    C'mon! The point's been made countless times already. READ.

    --
    Got time? Spend some of it coding or testing
  69. Opens up possible attacks? by Anonymous+Cowdog · · Score: 2, Interesting

    I haven't thought this completely through, but something tells me there are a couple possible security problems opened up by this practice:

    1) I get hold of a copy of your tarball. Maybe we're on the same system, or maybe I find it on a CD, or maybe I'm your ISP, or your proxy provider, or whoever. Now I can redistribute your file to as many people as possible, in order to get you in trouble with the company that is tracking the IDs. This must be a known issue with all watermarking schemes, I suppose.

    2) If the company has to distribute a new MD5 with every file, and if I can get in the middle between their download site and the world, I can inject the ID and MD5 hash of my enemy's file into the outgoing streams. Same effect as number 1, the user pointed to by that ID gets in trouble.

    I there a name for this kind of security problem? We could call it the let's-you-and-him-fight problem, maybe.

    1. Re:Opens up possible attacks? by Anonymous Coward · · Score: 0

      Joe-Job

  70. What about a Code Wheel? by Anonymous Coward · · Score: 2, Funny

    Or maybe word 3 of paragraph 2 on page 6...
    They must be new in town.

    1. Re:What about a Code Wheel? by pandrijeczko · · Score: 1
      I remember those! FA-18 Interceptor on the Commodore Amiga springs to mind as a codewheel protected game.

      There was also the coloured code card for certain ZX Spectrum games (didn't Jet Set Willy use that, I seem to remember?)

      And the CRAZY "Lenslock" system where you put a plastic lens over the screen to decode jumbled blocks into readable characters that you had to type in.

      --
      Gentoo Linux - another day, another USE flag.
    2. Re:What about a Code Wheel? by Anonymous Coward · · Score: 0

      hm, my copy of FA-18 came with my Amiga. I don't remember a code-wheel; maybe it was a special version.

      Jet Set Willy did have a coloured code thingy -- I spent ages copying that by hand (cough)

      And the Lenslock... I just couldn't use it properly! I had to disable the copy protection just to get the game to work :)

    3. Re:What about a Code Wheel? by LordLucless · · Score: 1

      I liked Pool of Radiance's codewheel. It had a whole stack of wierd runes from within the game. The stupid thing was, while there were heaps of combinations on the wheel, the game itself only asked for about 10. I quickly had those memorized; in fact when I booted up the game last year for a bit of nostalgia, I could still remember which runes meant "Dragon", "Vulcan" and the like.

      --
      Just because you're paranoid doesn't mean there isn't an invisible demon about to eat your face
    4. Re:What about a Code Wheel? by pandrijeczko · · Score: 2, Interesting
      hm, my copy of FA-18 came with my Amiga. I don't remember a code-wheel; maybe it was a special version.

      My copy is certainly protected by it because I fired it up on my Amiga the other week to show a friend of mine a cute bug in the program - he was also an Amiga user, had played FA-18 endlessly but didn't believe this bug existed. We had to dig out the codewheel to get into it.

      Oh, by the way, the bug is worth seeing - while in the air, you could point the nose downwards but put the engines in reverse so that you could actually climb at the same time!

      --
      Gentoo Linux - another day, another USE flag.
  71. Fixing it by __aafkqj3628 · · Score: 1

    Assuming they're tagging the .tgz and not actually modifying the files inside, wouldn't something like this -

    tar -zxf ../something.tgz && tar -cf ../something-fixed.tgz *

    Fir this 'protection'?

  72. Separate source for md5sum by Kaseijin · · Score: 1
    Ofcourse if you are concerned about TG.COM being hacked, they could just as easily modify the MD5sum on the website.
    It would take additional effort, though, to modify the md5sum on the Gentoo Portage master server. Of course, getting the hash from Gentoo wouldn't help if the Cedega ebuild maintainer had downloaded the same bogus file, but without cooperation from TransGaming it's the best that can be done.
  73. easy workaround-A ravished beauty. by Anonymous Coward · · Score: 0

    "When a copy protection scheme makes it desireable for legitimate users to used cracked versions of the software then there needs to be a rethink."

    *thinking*thinking*

    How about we put a bullet into every pirate out there? After that all the legitimate users can go back to an unencumbered version. Problem solved.

    Oh no,wait! We're shooting for the "all your bases belong to us" option weren't we. I agree if we can't do anything against a problem we should just give up, and let them have their way with us (kinky).

    Pirates get free stuff. We get free stuff. Companies get nothing and eventually go out of business. Then no one has anything. Brillient! I better patent it.

    1. Re:easy workaround-A ravished beauty. by Anonymous Coward · · Score: 2, Funny

      You obviously think you're quite a wit.

      You're half right, anyway.

  74. In the words of Grandpa Simpson by Anonymous Coward · · Score: 0

    "Oh, bitch, bitch, bitch."

    (If you don't recall the episode that came from, see this for a re-fresher!)

  75. Crucial difference that would aid pirates by tepples · · Score: 1

    It wouldn't be that much harder to run a game from a network (if bandwidth is "free") then off your HDD.

    You're talking about downloading the game program and assets on demand, as happens with a web page's Java or Flash applets or a GameCube game's GBA extras. Pirates would just capture the downloaded game binaries, decrypt them, and emulate a content server with the cracked binaries.

    What zarthrag is talking about is something different, more like X11: "It'll connect to your kb/mouse/controllers, and you'll get a video feed back" several fractions of a second later.

    1. Re:Crucial difference that would aid pirates by CableModemSniper · · Score: 1

      Actually what I am suggesting would be more along the lines of network addressable memory. Instructions would go straight from the NIC to the processor. Ultimate control.

      --
      Why not fork?
  76. Short answer: yes. by CAIMLAS · · Score: 2, Interesting

    The short ansewr is, Yes.

    To lengthen the answer: because without revenue, the product will cease to exist.

    I mean, seriously. Come off it, you wankers. "It breaks gentoo's ebuild". BFD. It's still (relatively) simple to work around. Are you that much of an automatron that you can't deal with this miniscule inconvenience?

    This presents a fairly striking point about the majority of Linux/"free software" people. They're also largely proprietors of warez and other forms of copyright violation/property 'theft'. It's no small wonder why commercial products are slow to come to Linux - there's no market for them, as most would be pirated by the geeks and there'd be miniscule revenue.

    Sure, there's a place and probably a market for large commercial apps, but I'm talking about smaller things (such as the transgaming stuff). There are quite a few people that truly ascribe to the "free as in freedom" philosophy on a whole. Most people just want a free ride.

    --
    ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    1. Re:Short answer: yes. by pandrijeczko · · Score: 3, Insightful
      They're also largely proprietors of warez and other forms of copyright violation/property 'theft'.

      In the words of Robin Williams: "Whoa there, Sparky!"

      That's something of a blanket statement, isn't it? It could be argued that if you have access to "warez", you're certainly not going to be inclined to move to a FREE operating system on the basis of saving money on software, are you? Kind of a reverse logic thing you've got going on there...

      And if we're looking at copyright violation/property theft, doesn't most of the piracy of movies and music happen amongst the the teenagers to 25 year old age groups? These are hardly going to be free software users.

      It was not by far the only reason but one reason I made the move to Linux was because I was sick and tired of paying for generally low quality commercial software and actually felt better about NOT having to pirate a commercial application I didn't want to pay for in the first place.

      --
      Gentoo Linux - another day, another USE flag.
    2. Re:Short answer: yes. by Anonymous Coward · · Score: 0

      I'd wager that 18-25 years old describes 60%+ of Free Software users

    3. Re:Short answer: yes. by Doppleganger · · Score: 1

      If IBM, Redhat, and the others are making their money off only 40% of the Free Software users then there are a lot of "market share" estimates that are WAY lower than actual.

    4. Re:Short answer: yes. by ctid · · Score: 1
      This presents a fairly striking point about the majority of Linux/"free software" people. They're also largely proprietors of warez and other forms of copyright violation/property 'theft'.

      Would you care to cite a reference for this? Or did you just make it up to support your other points? Seriously, the rest of what you say seems perfectly reasonable (or at least arguable), so there is no need to put a huge, unsubstantiated accusation right in the middle of your post. You will find that people look at that and decide that the rest of what you said is likely to be useful.
      --
      Reality is defined by the maddest person in the room
    5. Re:Short answer: yes. by gl4ss · · Score: 1

      ok, here's a question: how does this help them combat that 'piracy'? it doesn't. only thing it 'helps' is breaking regular md5 checksumming.

      they just like their business model too much to live up to their earlier words..

      anyways, most of the home windows users I know use warez a lot more than the guys using linux or bsd, simply because of the fact that even the simplest apps for the simplest things on windows tend to be commercial(and their linux/bsd equivalents tend to be free). if there isn't any warezable apps for linux how do you make up the 'fact' that linux users are more probable to use warez? or maybe you mean that linux users are more probable to look for an alternative before diving out for the credit card just to get some stupid app built with vb to convert between picture formats?

      --
      world was created 5 seconds before this post as it is.
    6. Re:Short answer: yes. by CAIMLAS · · Score: 1

      Reference: I'd say half the people I know that use linux, either online or in real life, are big into pirating music, movies, and software (including games). I know quite a few people that have never paid for software. (All of them are 30).

      It's not solely endemic to Linux folks, no. But the majority of Linux folks do seem to pirate software, as do the "upper geek bracket" of Windows users. Being as it's likely the case that an "upper geek bracket" Windows user is likely to at least have a token interest in Linux, and potentially cross over to use Linux due to its superiority in various arenas, it's hardly a stretch of the imagination to conclude that the majority of Linux users are software pirates. Hell, the majority of comments on Slashdot in this thread about TransGaming are basically saying, "copy protection bad!" without rhyme or reason that's defendable. Fairly good circumstantial evidence right there.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
  77. Piracy? by Anonymous Coward · · Score: 0

    > Obviously they're concerned about the amount of piracy.

    What? They are concerned about bad people boarding their ship and plundering its cargo? uh... you lose me at the term "piracy". Or perhaps you mean "copyright infringement"?

    1. Re:Piracy? by Anonymous Coward · · Score: 0

      Don't bother, I tried arguinglike that before, apparently dictionaries added "copyright infringement" to the definition of piracy by now.

  78. Piracy? by Anonymous Coward · · Score: 0

    > If you don't want watermarked binaries, then stop PIRATING the goddamn software.

    What? You mean to say that bad people are boarding Transgamings ships and plundering its cargo? uh... you lose me at the term "pirating". Or perhaps you meant "copyright infringement"?

  79. Will [Humanity] ever learn? by Anonymous Coward · · Score: 0

    " To all developers and software "manufacturers": get your heads out of your behinds and smell the fresh air to get some oxygen in your brains.
    "

    Oh goodie human nature comes out to play. I suppose I should care but I don't. I'll be a hermit in the hills, while you all are royally fucking up each other and the planet. Me, me, me , me. Well don't worry kiddies, everyone will get their piece of "me". It unfortunately will not be sweet, and gentle. Sour and gritty actually. Oh we'll complain about that too. Human nature and all. But when karma comes home to roost it doesn't give a damn what you like or dislike. So lets keep telling ourselves that the world works according to our rules. I'm sure sooner or later it'll start listening.

  80. Slashdot watermarks webpages, how is this diff? by Anonymous Coward · · Score: 0

    Interesting.

    When I bother to login to Slashdot, I'm greeted by a custom banner at the top of every Slashdot page that usually reads "This page generated by a [insert 'witty' flock/group/gaggle of animals here] for username".

    Slashdot has obviously "watermarked" the web page in the same way that TransGaming has watermarked their binaries. They've inserted a bit of identifying information that personalizes the page to my account and makes it different from a "standard" news page. If I were to save a copy of this page and give it to my friend, it would be possible to trace it back to me.

    I don't see anybody complaining. Hrm. Interesting.

    Of course, if I really care I can simply snip out the offending bit of text and off I go. Same thing with the TransGaming watermark.

    Nothing to see here. Move along.

  81. ymbnh by Anonymous Coward · · Score: 0

    You must be new here.

  82. Re:Tis good! by Richard_at_work · · Score: 4, Informative

    The fact is, it doesn't affect piracy one bit, but now users gotta deal with additional BS. For example, piece together a new PC and put your copy of XP on it. Now, after activation fails, try to convince Microsoft that you destroyed or got rid of the old computer!

    I have actually done this, and there is no problem at all. Ive changed my PC 5 times since I bought the XP license that requires activation, and only on the latest switch did the online activation fail. I rang a 0845 number (UK) and got hold of a very nice girl in a call center. All she asked me was if this installation was a unique install IE I hadnt installed it on other PCs. When I said yes, she reset my activations and gave me the option of activating through her or redoing the online activation, which I chose and was carried out without a problem.

    Yes, anti piracy schemes get cracked, but cars also get broken into, you wouldnt see Ford selling cars without a doorlock. They are there to slow down the casual pirates, not the hardcore people.

  83. Re:Tis good! by Anonymous Coward · · Score: 0

    I'm from eastern Europe and my monthly
    university scholarship (biggest possible) is ~65$.

  84. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  85. The code by Anonymous Coward · · Score: 0

    http://craz.net/programs/watermarker.html

  86. what about md5... by zxflash · · Score: 1

    i know too many paranoid people (some with good reason) who will not run an app if the checksums do not match... this would throw that system for validating authenticity out the window... companies may embrace it but in the end users will vote with their feet (or mice)...

    --

    All the torrents you could want.
  87. Fairly straightforward solution by paulproteus · · Score: 2, Interesting
    Have the portage, instead of simply downloading the file, do this:
    • Step 1: download the file.
    • Step 2: Blank out the watermark, saving it elsewhere.
    • Step 3: MD5sum the watermark-free file.
    • Step 4: Restore the watermark.
    • Step 5: Act like nothing's wrong.
    <flame>I've always held that Gentoo users are like Debian users, but with less ingenuity ;-).</flame> Should Gentoo choose to use it, I'd love an email saying thanks, but I formally reserve no rights.
    --
    |/usr/games/fortune
    1. Re:Fairly straightforward solution by Derek+Pomery · · Score: 1

      apt-get takes more ingenuity?
      or are you dissing the dev team for not having built an ebuild that does this, yet?
      naturally you have already examined the binary and determined the watermark is in a regular and predictable place in each that will lend itself readily to automated removal (since Gentoo ebuilds often grab packages like this directly off the mirrors of the corporations themselves).

      Even if Gentoo decided to put the entire massive binary on the portage mirrors, someone is going to have to take the time to track down the watermark in at least one copy of the game.
      And no, I don't think it'll be quite as easy as simply comparing two separate .tgz's - not if the folks creating the watermark had any sense.

      --
      -- perl -e'print pack"H*","6e656d6f406d38792e6f7267"' /. ate my old sig. Bastards.
    2. Re:Fairly straightforward solution by Atzanteol · · Score: 2, Insightful

      Isn't the point of watermarks to be difficult to remove and nearly invisible unless you know what you're looking for?

      Otherwise, what would be the point of putting a watermark on the downloads?

      --
      "Ignorance more frequently begets confidence than does knowledge"

      - Charles Darwin
    3. Re:Fairly straightforward solution by Slime-dogg · · Score: 1

      It's a watermark, which means it's soluble in water. The guy refers to "blank out the watermark." I think he's saying that you need to take a garden hose to your hard disk. That ought to wash out those nasty watermarks.

      --
      You need to restart your computer. Hold down the Power button for several seconds or press the Restart button.
    4. Re:Fairly straightforward solution by GT_Onizuka · · Score: 1

      I think he was looking for a mod funny, which he deserves.

      --
      If you take out Country Kitchen buffet, old people won't know what to do.
  88. Must be a "slow news day"... by pandrijeczko · · Score: 3, Insightful
    Where's the problem here?

    You don't have to use Cedega - if you're that keen on gaming, you probably have a Windows license kicking about somewhere anyway so just install that for gaming purposes as a dual boot.

    Doom 3 is about the first game I've noticed that doesn't run on Windows 98 (at least according to the box) but apart from that, 98 is fine for the occasional gaming session - just do I like I do and do all your important stuff in Linux.

    --
    Gentoo Linux - another day, another USE flag.
  89. Hopefully... by EightBits · · Score: 1

    No offense to TransGaming, but hopefully their services wont be required in the future, thus nullifying this problem, at least from TransGaming. It is my hope that gaming companies will start releaseing more and more titles that run natively on Linux as well as Windows. If this happens as it has already started, then TransGaming's product will be obsolete. PLEASE NOTE: I am not trying to knock TransGaming, I think they are a great company doing great things. I just think it is inevitable that Linux will eventually be a fully supported gaming platform by the big dogs.

    1. Re:Hopefully... by Doppleganger · · Score: 1

      Yeah.. unfortunately, there's still a long road, with plenty of room for regression. Like with NWN2, which the developers currently plan for Windows-only, to the point of converting the OpenGL graphics of the Aurora engine to DX9 for it. Granted, they've said "things may change".. but it's sad that they're pratically putting effort into making it *not* multi-platform.

  90. Re:Tis good! by DNS-and-BIND · · Score: 0, Redundant
    IRC has "chat rooms" now? When did this happen?

    Hint: AOL has chat rooms. IRC has channels.

    --
    Shutting down free speech with violence isn't fighting fascism. It IS fascism!
  91. Re:linux pirating? SLACK by zoloto · · Score: 1

    heh, you know what? this is off topic but what the heck, this is worth saying:

    I buy slackware just because. once a year if I drop 40 US dollars down to Pat it sure beats 1000 to microsoft. he provides the source for all his work. his distro rawks bawlz in configuration and simplicity (if you are willing to learn about your system).

    40 bucks a year times 1000 people, 100,000 people? he's making a killing for using/publishing open source software.

    heck, i'd even donate via paypal and save him the cost of materials from whatever publisher he goes through if I had a paypal account, or even him for that matter. Hmm, now that I think about it. Postal money order to his mail addy in california.
    best way to donate anonymously! Put it in Pat's name!

    Slackware Linux
    ATTN: Patrick Volkerding
    1164 Claremont Dr
    Brentwood CA 94513-2952
    USA
    (925) 674-9124

    I might email him and ask him how i can help him with the slackware system as I know it very well, almost inside and out!

    --zoloto

  92. Re:Tis good! by Richard_at_work · · Score: 1

    They're trying to convince you that a fifty cent CD is worth fifty bucks, which it ain't. See?

    Funnily enough, that note in your wallet with $50 written on it isnt actually worth $50 at all either. You dont just pay for a CD when you buy a game, you are also paying for the hours of work that went into producing whats on the CD. What you are saying basically equates to thinking the $10,000 you pay for a car just goes toward the raw materials.

  93. What if MD5 utility is root'ed ? by anti-NAT · · Score: 3, Interesting

    Reading through the post, it is surprising that, after at least 10 downloads, he (she?) never suspected that the MD5 utility being used has either become corrupt, or has been cracked, causing it to not produce correct hash output.

    After the third or fouth failure, you should start considering more unlikely causes - corrupt MD5 utility, OS bugs, memory errors, etc. Any one of those could have cause the problems being described.

    --
    The Internet's nature is peer to peer - 20050301_cs_profs.pdf
    1. Re:What if MD5 utility is root'ed ? by Khali · · Score: 2, Informative

      Since he/she is a Gentoo user, I guess he/she may have been updating his system, downloading and checking (through md5sum) various packages at that time, and finding that all of them successfully installed, except TransGaming's one. This is enough to assume that the package was causing the trouble, not the system, at least in a first time. And it turned out to be correct.

      As a side note, I don't think that cracking md5sum in a way that it'll return random hashes makes much sense. This is more likely to catch the user's attention than anything else. Unless of course the user gets upset and is stupid enough to plain disable checking "because it doesn't seem to work anymore", in which case I agree it could help a cracking operation.

  94. There is only one answer by Graabein · · Score: 3, Insightful
    Is this tiny loss of personal privacy worth the increase in TransGaming's security?

    No.

    And make that "perceived security".

    --
    And remember kids: Never trust a computer you can actually lift.
  95. My subscription is cancelled... by oldosadmin · · Score: 3, Insightful

    I love transgaming, and was encouraging everyone I heard was using CVS to buy a subscription... but not anymore. I won't buy stuff from a company that would do something like this... well, the fact they did it isn't so bad, the fact they hid it is.

    --
    Jay | http://oldos.org
  96. Re:Tis good! by wolrahnaes · · Score: 4, Insightful

    but cars also get broken into, you wouldnt see Ford selling cars without a doorlock

    The difference is a car owner WANTS the lock to be there. I am glad to take an extra 2 seconds to get my keys out of my pocket if it helps prevent the stuff in my car from being jacked.

    I don't benefit in any way from software activation or CD keys. It is nothing but a hassle when you buy the software. It's easier in many cases to install the cracked version.

    --
    I used to get high on life, but I developed a tolerance. Now I need something stronger.
  97. Maybe I'm missing something by Xyl3ne · · Score: 1

    I am not sure how this could stop piracy becuase if all they are signing is the archive, couldn't someone who legally purchased a license just repack it and then redistribute it without the watermark?

    1. Re:Maybe I'm missing something by polyp2000 · · Score: 1

      couldn't someone who legally purchased a license just repack it and then redistribute it without the watermark?

      The odd thing is that Warez people will probably do that anyway as a matter of course. Adding their ".nfo" files and putting their l337 stamp all over the copy and zipping it up. And now its all over slashdot, any casual copiers will almost certainly be doing that.

      So this trivial little measure now will probably be replaced by something more inconvenient in future.

      --
      Electronic Music Made Using Linux http://soundcloud.com/polyp
  98. Re:Tis good! by Anonymous Coward · · Score: 0

    >If you don't like it, don't buy!

    I paid for it to test it. Then found out it didn't work for me and that the support for it is shite.

    I certainly won't be giving them anymore cash.

  99. Re:NWN by EvilIdler · · Score: 2, Informative

    Bioware also removed the copy-protection from the Windows version of
    Neverwinter Nights, around 1.29, I think. It caused more trouble than good,
    I guess.

    (Can't be arsed to dig through the patchnotes)

  100. Easy solution.... by oliverthered · · Score: 1

    Go to the forum,
    Put forward a request for more source to be given back.
    If enough people support you it should make the monthly voting list.

    I think there were disputes because Transgaming wated something in return (DLL seperation was hot on the list). and they did give things like the GDI engine back.

    Anyhow, I pay transgaming a very small sum (a few pints of beer) to support games on a platform that many people choose. and as for 'native versions' they games should ship with linux and windows binaries.

    --
    thank God the internet isn't a human right.
  101. Re:Tis good! by gl4ss · · Score: 1

    a better analogy would be there being a biometric code lock in your wc door, you know, to prevent your friends from using the wc and to occasionally annoy you as well.

    .

    --
    world was created 5 seconds before this post as it is.
  102. Re:Tis good! by Jon+Peterson · · Score: 1

    You might benefit if the anti-piracy measures worked.

    The fact is, piracy is limiting the availability of software for PCs. Business software is fairly safe - large companies will pay for licenses, and small companies / individuals make up a minor revenue stream.

    But for 'home user' software, and games in particular it's real issue. It simply isn't true that 'the people who download wouldn't have bought it anyway'. I think PC gaming is basically going extinct. Why release for a platform where most people won't even pay you, when you've got platforms like Xbox and PS2 where there's little or no piracy?

    I know people who make shareware tools. It's incredibly depressing to see posts in online forums like this:

    "You want to get ACMEfoo! It's the best foo editor I've ever used, way better than Fooedit3 or Foomaker. The unregistered version is fully featured, but the nag gets really annoying, so you may as well download the cracked version, it's on bittorrent".

    It's like "Hey! Someone really clever made some really good software that really helps me! But rather than rewarding them by registering it, or mailing them telling them how cool there software is, I'm just going to help my friends download the cracked version! Because that's the cool Free Software attitude that I love! And then I'll probably mail the author asking how to do something or complaining about a missing feature! Neat!"

    --
    ----- .sig: file not found
  103. CVS Tree by polyp2000 · · Score: 3, Informative

    Those who want to use Cedega, but not pay the licensing fee, can just use the CVS tree download from the transgaming website, that comes free and no subscription required. All that is missing is the point2play system and their installer. What is to stop people packaging up the CVS version and distributing that instead?

    IMHO the fact that they provide a CVS version negates the requirement to go and pirate it anyway.

    Nick...

    --
    Electronic Music Made Using Linux http://soundcloud.com/polyp
    1. Re:CVS Tree by grubber33 · · Score: 1

      Gentoo had an ebuild that used a packaged version of the WineX CVS tree that was up for free but they were told by Transgaming to cease and desist for legal reasons. So if you do it yourself, it's perfect but if someone does it for you, it's illegal. Go figure.

      --
      The only difference between genius and stupidity is genius has its limits.
  104. Semantics by Kaseijin · · Score: 1
    It's not lying.... All they can do is threaten to stop offering the CVS.
    Dishonest, disingenuous, intended to deceive--call it what you like.
    In fact, the license says upfront why they provide the CVS and that they would prefer that people not use it to distribute binaries, etc.
    In fact, it doesn't. The license page explains which components are subject to which license and contains the LGPL, AFPL, and ReWind license; the sources page contains the CVS information and a warning against commercial redistribution but nowhere even hints that noncommercial redistribution could have adverse consequences. That's beside the point, though; TransGaming should choose a license that accurately reflects its intent.
  105. Re:Tis good! by Tet · · Score: 1
    I rang a 0845 number (UK) and got hold of a very nice girl in a call center.

    Just curious... what are you going to do when MS drop support for XP in a few years, and that 0845 number doesn't get you an activation code? Your only option at that point is to upgrade (or crack the activation mechanism, if you have the skills to do so, although big business has now made that illegal in most first world countries). That's why I won't ever buy a piece of subscription software. I like the control of my computing environment to be in my hands, not in the hands of a corporation that doesn't have my best interests at heart.

    --
    "The invisible and the non-existent look very much alike." -- Delos B. McKown
  106. Changes by rpdillon · · Score: 4, Informative

    Apparently it is watermarking...I downloaded two copies:

    $tar xvzf cedega1.tgz
    $ls
    cedega1.tgz cedega2.tgz usr
    $mv usr usr1
    $tar xvzf cedgea2.tgz
    $mv usr usr2
    $ls
    cedega1.tgz cedega2.tgz usr1 usr2
    $diff -r usr1 usr2
    $

    'Nuff said. Its just a watermark, not in the actual files. If you do a:

    $diff -rs usr1 usr2

    it'll report that every file is identical, just to verify.

    Then, make an unwatermarked version:

    $mv usr1 usr
    $tar czf cedega_clean.tgz usr

    Sadly, if you compress the *exact* same folder twice with tar czf it will not md5sum the same (try it!). I can't say I know why. So basically, this helps with piracy but not with the verification problem. =( Don't know how to fix the ebuild problem. Anyone that knows more about why the md5sums for two .tgzs of the same data would be different?

    1. Re:Changes by Craig+Ringer · · Score: 4, Insightful

      Most likely the MD5sums don't match because tar is storing the access times on the files. The access time will change when tar reads the file. To work around it, use the 'noatime' mount option on the FS or pass the appropriate parameters to tar so that it doesn't record atimes or resets them after reading the file.

  107. The Object of MD5 ? by polyp2000 · · Score: 1

    What is the purpose of MD5 ? I thought that its main purpose was to verify the file as being genuine. If vendors start employing this technique then wont we have to find another way of validating genuine files? This seems like bad practice to me, purely from a technical standpoint anyway.

    --
    Electronic Music Made Using Linux http://soundcloud.com/polyp
    1. Re:The Object of MD5 ? by Kiryat+Malachi · · Score: 2, Insightful

      Well, let me run a scenario by you.

      "MD5 prevents haxors from owning my software provider's boxen and giving me bad evil rootkits! I just compare the MD5 checksum to the software I downloaded and if they match, I know its genuine!"

      "Hey, where do you get that MD5 checksum from anyway?"

      "The software provider's website.... oh, shit."

      Can I suggest that MD5-signed binaries are only useful if the MD5 signatures are widely available from places that aren't the manufacturer?

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
    2. Re:The Object of MD5 ? by maxwell+demon · · Score: 1
      Can I suggest that MD5-signed binaries are only useful if the MD5 signatures are widely available from places that aren't the manufacturer?


      No. They can also be useful if e.g. the manufacturer has a digitally signed list of original MD5 keys on his server, and you've got a reliable public key for them. And of course you trust the manufacturer to keep his private key secret.
      --
      The Tao of math: The numbers you can count are not the real numbers.
    3. Re:The Object of MD5 ? by Kiryat+Malachi · · Score: 1

      All of these rely on you having prior knowledge, though.

      If you're getting your info from the manufacturer, and you do so all at the same time (i.e. during time of compromise) you can't know you got good data. Even if you have a reliable public key, you must have obtained it at some time in the past for anything on that server to be trustworthy; otherwise, nothing stops the attacker from creating a list, signing it with their own private key and publishing a corresponding public key.

      The point remains: prior knowledge is the only way to get around a compromised server. All the signed binaries in the world mean nothing if you're downloading the ultimate signature (the MD5 hash, the public key that signed the list of hashes, etc.) at the same time as the binaries.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
    4. Re:The Object of MD5 ? by maxwell+demon · · Score: 1

      But the point is, the key can be provided before the file was even produced. While for a new file with MD5, you must rely on that the server is secure now.

      And the fact that you need prior knowledge (or prior trust) is inevitable even if you could get a 100% reliable MD5 key directly from god: You have at least to rely on the manufacturer not to give you something bad.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    5. Re:The Object of MD5 ? by pclminion · · Score: 1
      If you're getting your info from the manufacturer, and you do so all at the same time (i.e. during time of compromise) you can't know you got good data. Even if you have a reliable public key, you must have obtained it at some time in the past for anything on that server to be trustworthy; otherwise, nothing stops the attacker from creating a list, signing it with their own private key and publishing a corresponding public key.

      Hence, we have things like X.509 certificates.

    6. Re:The Object of MD5 ? by Kiryat+Malachi · · Score: 1

      And if the X.509 cert is provided by the manufacturer, then it can also be forged.

      The point is, no matter the security precaution, unless people take prior action to secure themselves, it doesn't matter.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
    7. Re:The Object of MD5 ? by pclminion · · Score: 1
      And if the X.509 cert is provided by the manufacturer, then it can also be forged.

      No it can't, because the certificate is issued by a globally recognized CA, and only the CA can do that because only the CA has the master keys for creating validated certificates.

      If you really believe X.509 certs can be forged to look like CA-issued validated certs, then I highly suggest you stop using HTTPS.

    8. Re:The Object of MD5 ? by Kiryat+Malachi · · Score: 1

      You're right. Wasn't really thinking when I stated that X.509 can be forged. What I should have said is "If the X.509 cert is *signed* by the manufacturer, then it can also be forged."

      First off, you're ignoring the fact that many people can't afford to get a CA-issued cert.

      Second off, we've now removed our burden of trust from the manufacturer and put it on the CA. It's the usual security issue - sooner or later, you need to have a trusted communication channel to convey information in order to ever be able to trust a cryptographically secured channel, since all cryptography, sooner or later, relies on a shared piece of knowledge (note - PK crypto does too, just that the shared knowledge can be public - however, if you can't trust the validity of the shared knowledge, then you can't trust PK crypto either).

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
  108. Think this through by Kaseijin · · Score: 1
    But from reading the article, I don't get the impression that this is an anti-piracy effort either. Consider that the RPMs and DEBs are unaffected. Could be anti-piracy, but it could also be just a download counting system or maybe per-user customization.
    The RPM and DEB formats carry their own checksums and can't be modified simply by twiddling a few bites. Counting downloads doesn't require rewriting the file, and exactly what sort of "per-user customization" involves rewriting 20 bytes in a gzip header?
  109. huh? by Presidential · · Score: 1

    Linux has games?

    *snicker*

    --
    Whenever Mrs. Fitch breaks wind, we beat the dog.
  110. When did transgaming NOT suck? by ThoreauHD · · Score: 3, Insightful

    As they seem to devolve, I just want to hold up my hands and give a nice golf clap to the folks that seem to do everything in their power to shove a stick up the ass of linux gaming. Thanks Guys!

    Now that they don't give anything back for eon's, and tag their crap with the gayness of primate DRM, they can sit back and know that they've made life just a little bit better for.... nobody.

  111. Re:Tis good! by zerocool^ · · Score: 2, Interesting

    Not to mention the crap some people go through when they find out their CD Rom is no longer able to read the SafeDisc protection that a game has. For example, see Neverwinter Nights 1.32 patch. Bioware hated Atari for it, and you got the impression on the message board that there were a lot of bioware affiliates who were silently endorsing the idea of using Daemon Tools, or getting a noCD patch for your legit copy of the game if your CD drive didn't work.

    ~Will

    --
    sig?
  112. Re:NWN by Anonymous Coward · · Score: 0

    The same goes for UT (and 2k3 or 2k4?). Epic removed the copy protection in one of the later patches. I guess they just had it to prevent casual copiers from pirating the game during the initial release and then removed it to save people the hassle. (but that's merely an uninformed guess)

  113. Re:linux pirating? SLACK by clymere · · Score: 1

    once you go slack, you never go back. i pay for it for the same reason(and because i like pretty boxed software), although i have a subscription so i am roughly giving him $50 a year in two $25 chunks. I alwyas have the new versions downloaded before i get the boxed one, but i like having it, and i like giving him $$$. I believe they do have something setup with paypal where you can donate. Also, don't think that Pat is making a killing. He devotes a LOT of time to this, and rememebr that a lot of peopledo NOT buy, because they don't...which is exactly why i do. People like us are keeping him going. Remember that hes got all sorts of costs incurred, that $40,00-400,000 is not just raw profit. Theres cds, pressing, labels, postage, and a billion other costs associated with running a business...and hes not the only one working there. So kudos to Pat for keeping at it all these years, and to all the people out there hosting Slackware mirrors as well!

    --
    once you go slack, you never go back
  114. Re: Experiences with WineX by prezkennedy.org · · Score: 1
    This guy is on to something. What good is a subscription to an emulation project that allows you to play about eight games in all of their glory? Do they really think that I want to waste even MORE money just so I can play a game like Everquest or The Sims on Linux? I'd rather dual boot so I can have a more stable, streamlined experience.

    I tried a variety of games on WineX, and the results varied. I ran Tribes 2 on it, and other than some sound glitches and slowdown, it was good... but still nothing compared to Loki's port. Then I went and installed SimCity 4 + Rush Hour. Sure, I could play it in software mode, but I have an Nvidia graphics card that I spent $120+ on, and I would LIKE to use it. About the only real success I had was on the really, really old games like SimFarm and Transport Tycoon Deluxe (with TTDPatch of course!), but even there I didn't have any luck sound. I have a collection of 200+ computer games, and nearly all of them wouldn't even install, or others like SimCity 2000 would fail to start once installed.

    I didn't buy WineX because I wanted to see if it would be worth the money and I was very disappointed with the results. Some of the games actually performed better in Wine!! I would have no problem coughing up $5 a month if I could actually play MOST of my 200+ games on Linux and not 5 of them. For now, I think I'll save the money and use it on more worthwhile things.

    --
    It started back in Team Fortress Classic
  115. Re:Tis good! by juhaz · · Score: 1

    Yes, anti piracy schemes get cracked, but cars also get broken into, you wouldnt see Ford selling cars without a doorlock. They are there to slow down the casual pirates, not the hardcore people.

    You think Ford would bother including doorlocks any more if it only took ONE breached lock and it would start a shockwave that would open all the Ford locks in entire world in few hours?

    Because that's the way it works with software.

  116. Re:Tis good! by Lumpy · · Score: 1

    dont have to.

    I got a copy of xpkeygen.exe now I can reauthorize my copy of XP as many times as I want on my PC.

    Also if you wait 120 days without any changes, your origional XP key works again.

    finally, if you really want to solve your problems, get a copy of the XP pro corperate release. it does not have any of the call-home crap in it. Unfortunately it will not accept OEM key's but it does accept my XP pro boxed key. now I can change all my hardware every 30 seconds and it doesnt "invalidate" it.

    --
    Do not look at laser with remaining good eye.
  117. Re:Tis good! by Anonymous Coward · · Score: 0

    when you've got platforms like Xbox and PS2 where there's little or no piracy?

    Heh. Go check the newsgroups and see if you still want to assert that claim.

  118. Not such a great company... by grandemperor · · Score: 2, Interesting

    I would like Transgaming to rott and dissapear, if you don't, then take a look at this

  119. boycott Cedega by grandemperor · · Score: 1
  120. piracy WAS a good excuse by nazsco · · Score: 1

    this will not stop piracy. and every blind monkey can see it!

    the "teamz" will probably register to download something as joe doe, working for l33t t34mz. and then grab themselves of the release.

    But, to stop being too redundant; the real reason for this tagging, that the very same blind monkey can also see if it stop being so dumb like the general public, is that they are merely extendind the tracking of the customers itself.

    It's just like the rfid tag that you're all fear so much. Why i don't see a post like "they rfided my gillet!" and them some comments like "ah, just wrap it with some metalized paper and you're done"

    No. i don't see topics like the above. so why would some post like "they tagged my game" receives comments like "just build with this argument and you're done"?

    let's fear this one too!

  121. Loss in privacy? by SiMac · · Score: 2, Interesting

    Look at it this way. You're at a supermarket. At the meat counter, there is one of those machines with tags, so they can call a number to ask the next person to come to the counter, rather than making everyone wait in line.

    Do you not use this system because it's a loss in privacy? They could link the tag number with the meat you're buying! And they could link the tag number with your face! So they'd know what meat you were buying...wait...nevermind.

    Unless you redistribute the Transgaming binary, the only effect of this is upon Gentoo and the MD5 hash. There are no privacy ramifications whatsoever. The MD5 problem has already been resolved in one line of code, and thus is a non-issue. As to the Gentoo problem, it could be completely resolved by making a package which executed a script to install Transgaming after verifying the non-unique bytes of the tgz.

    1. Re:Loss in privacy? by gothzilla · · Score: 2, Insightful

      That analogy doesn't work very well. At the meat counter, the tags are temporary. Once you get your meat you throw the tag away, you are never identified with the tag number, and the butcher never writes down your name and the tag number together. The number tags also do not affect the meat in any way. You do not have to cook the meat longer and you don't have to change your recipe for cooking meat just because you got a numbered tag while waiting in line.

  122. Re:Tis good! by ultranova · · Score: 2, Informative

    The fact is, piracy is limiting the availability of software for PCs.

    Perhaps you might want to back up this "fact" with evidence ? Such as some examples of software that wasn't released on PC because of piracy ?

    I think PC gaming is basically going extinct.

    Of course. That's why there's no new games being released for PCs. None are being planned either. And there certainly is no freeware/FOSS ones either.

    Slashdot confirms it - PC is dying :).

    Why release for a platform where most people won't even pay you

    Apparently some companies think that it still makes sense to make games on PC. But what do they know :)

    when you've got platforms like Xbox and PS2 where there's little or no piracy?

    I must have imagined those hundreds of pirated PS2 and XBOX games on suprnova then.

    --

    Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  123. I PAY and I am NOT bothered. by shawn(at)fsu · · Score: 1

    I PAY for Cedega and your statment paying user is bothered total bunk. So what they tag the build that I get, how does that bother me?

    treated like a soon to be criminal
    Obviously it's getting out onto p2p networks somehow, if they can use this to find out if it's an external leak then more power to them.

    and that legitimate uses of the software are at times prevented
    I have yet to be Inconvenienced and I doubt that I will, and if something happens and I am then I can always stop paying for it.

    I could go on and start ranting about how I am getting tired about the attitude by some people here that "copy protection always equals bad" but I wont, not today anyway.

    --
    500 dollar reward for tip(s) leading to the arrest of the person(s) who stole my sig.
    1. Re:I PAY and I am NOT bothered. by SillyNickName4me · · Score: 1

      > I could go on and start ranting about how I am getting tired about the attitude by some people here that "copy protection always equals bad"

      Well, except for that tagging or watermarking is not really any form of copy protections.. sorry for making a small off-topic comment there as reply to the parent who was talking about actual copy protection also..

      The tagging inconveniences you only for as far as it prevents you from verifying the integrity of the package.

      Again, the comments I made were about actual copy protection schemes like the one the grantparent was talking about (cd key etc)

      I'd suggest to read posts in context, it helps understanding them.

    2. Re:I PAY and I am NOT bothered. by shawn(at)fsu · · Score: 1

      I think tagging and water marks are a form of protection, just like lowjack in a car is a form of car protection, granted its protection after the fact but it's still a protection.

      --
      500 dollar reward for tip(s) leading to the arrest of the person(s) who stole my sig.
    3. Re:I PAY and I am NOT bothered. by SillyNickName4me · · Score: 1

      Heh, was just thinking after reading some other replies that maybe my idea of what makes for 'copy protection' is a bit more specific then what many others think.

      For me it amounts to fysical or logical means that prevent me from copying the media or its content.

      Now, tagging obviously doesn't do that... but you are of course right that it can still be a form of protection, esp. when it is used to prevent pirated copies from working (ie, if there is a mechanism to make a tag invalid and have the software respond to that... but that leads into a whole new area of potential nastiness)

      Without something like that tho, I'd say that all it provides is a forensic tool, not any form of protection.

      AH well, seems a matter of definition.. jst to be clear, I completely agree that tagging alone is not causing a big problem (beyond being able to verify the integrity of the package, but that is solvable)

  124. Stop giving them money. by Lethyos · · Score: 2

    I am going to cancel my subscription over this. If you have a subscription and feel the same way, cancel yours. Our money talks and if their business practices go sour, it will walk.

    --
    Why bother.
  125. Re:Tis good! by DroopyStonx · · Score: 1

    Yeah, I don't even bother with activation. I have a valid CD key and all (came w/ the computer), but I just choose to install the copy of XP with the activation bypass and a keygen.

    The only thing I have to do is change CD Key when I install SP1 after a format.

    --
    We have secretly replaced these Slashdot mods' sense of humor with a rusty nail. Let's see if they notice!!
  126. Big Problem by nurb432 · · Score: 1

    If you cant verify its real, why would you trust it?

    If there isnt one MD5 to check against, i would delete it. Its not worth the risk in todays digital world.

    --
    ---- Booth was a patriot ----
  127. You are a moron. by Anonymous Coward · · Score: 0

    MD5s are not supposed to guard against the package being corrupted before it reaches the developer. It is supposed to guard against the user downloading trojaned pacakges from compromised package mirrors.

  128. Great Idea-A losing proposition. by Anonymous Coward · · Score: 0

    "Calling it stealing makes you think and draw other similarities to normal theft which is about physical properties and then you end up all wrong in much. Trying to make some similarity to "stolen revenue" and that they lost possible income is equal wrong since none is illegal to start with, you can't steal possible revenue. By such reasoning one soon end up thinking that me, giving (or selling) an old book I no longer want is also stealing since I would in the same way take away revenue from the company. If everyone accept the "stealing" analogy and if everyone call it that way, people will also draw the conclusion that my example is also illegal since I "stole" as well."

    Well since nothing else seems to work when it comes to proving the point. How about we do this. Abolish copyright completely. Let's see how "pirates" and innocents alike benefit. After all if all the arguments are true? Only good things will result from the abolishment of copyright. Any failure will mean that the "friends of pirates" are going to have to think harder about how the world actually works, instead of how they wish it would work.

  129. Just more proof by OrangeTide · · Score: 1

    This just confirms that if you have a freely available OS that it will attract a crowd who are unwilling to pay for software and would even resort to stealing it.

    Seriously you thieves, pay for transgaming if you actually want to use it. (also pay for the games you run on winex). I'm starting to get tired of Linux being labeled as a "pirate's OS".

    I'd rather all the pirates stole windows and ran that instead.

    --
    “Common sense is not so common.” — Voltaire
  130. Cache costs a lot of cash. by tepples · · Score: 1

    Actually what I am suggesting would be more along the lines of network addressable memory. Instructions would go straight from the NIC to the processor. Ultimate control.

    How much cache would the CPU have to have in order not to constantly block 30ms or more on swapping through the NIC and the public Internet?

    1. Re:Cache costs a lot of cash. by CableModemSniper · · Score: 1
      So what, the companies pushing this stuff aren't the ones buying the cache, its the poor consumers. This kind of setup is "better" than Palladium could ever be.

      Ok, I admit it, I am being really ridiculous. I'll take off the tin-foil hat now ;)

      --
      Why not fork?
  131. Here's what TransGaming's CEO had to say about it by Anonymous Coward · · Score: 0
    Back in 2002 someone wanted to package WineX CVS for Debian GNU/Linux. Here's what Gavriel State, CEO of TransGaming Technologies had to say about that.

    Come to your own conclusions.

    debian-devel post

  132. Copy protection can't work... by Anonymous Coward · · Score: 0

    I'm sorry - but I've been saying this since the days of the Apple ][ (and quarter tracking, self-modifying code, etc), but all copy protection is doomed to failure because the program has to run.

    If a computer can execute a program, so can a human with some basic assembly language skills. Step thru the code, find out where it's doing the check and what it expects to see, and just make it so it doesn't do that check anymore.

    If there's some checksumming - fine, fix that too....

    Watermarking isn't going to prevent piracy - the company doing the watermarking has absolutely NO WAY to prove that someone's copy wasn't misappropriated off of their PC via worm, virus, bad actor, mistake, etc... So it's a worthless endeavor, and all it's doing is pissing off the people that ARE paying for the games.

    Companies need to determine WHY people are pirating their games, and then do the following:

    1) Reduce prices - if prices are too high, people will pirate.

    2) Create different levels of products. Expansion paks are great things - buy in at a low price, pay some incremental price for the exp. pack... Keep it inexpensive enough, and people will buy...

    3) Provide other benefits to the people who do buy to make them buy more...

    4)Accept that some amount of people will always pirate your games... Of that amount, perhaps 50% won't even play them - they collect them. The 50% that do play - well, they might turn into customers at some point, but I wouldn't worry about it. Try innovating more and better software to grow your paying customer base and work with them... Yes, this is difficult, but not unworkable.

  133. Unsubstantiated by Wise+Dragon · · Score: 1

    Reading through the Gentoo forums linked to, what stands out to me is the lack of any comment from Transgaming! Has anyone seen a comment from an actual Transgaming rep on the purpose and intent of this tiny variation in the .tgz file?

  134. locks, doors ,windows (glass type we look through) by Anonymous Coward · · Score: 0

    its a lock to protect their IP and profits, same as anyone that OWNS anything they consider valuable.

    Programmers work hard to create those applications and games. They want to earn a living selling the software. If there weren't so many thieves using computers, they wouldn't have a need to lock the product...

    do you leave your home unlocked, car, locker, hotel room...

    hmmm, how many slashdotters have firewalls up, use encryption, or others means of security...is it just for giggles, or is it to PROTECT their valuables...

  135. Fine with this... by Anonymous Coward · · Score: 0

    I have no problem with this - Transgaming is very cheap and the developers listen to their users.

    Let's face it, this only exists to do one thing, stop people stealing code that transgaming has had to develop and pay for. They release what code they can under the GPL but have to licence some parts, which costs money.

    Some industries make an excessive profit (media for instance) and so people may have other feelings about pirating some amount of stuff, but transgaming delivers a good product, doesn't charge excesivly and doesn't deserve to have it's code ripped-off.

  136. Re:Tis good! by Anonymous Coward · · Score: 0

    I play NWN on Linux, and with the native linux binaries I don't need a CD in the drive. These are the files provided by Bioware. So thanks Bioware for providing a game thats both fun and without all that copy protection

  137. Re:Tis good! by Anonymous Coward · · Score: 0

    I rang a 0845 number (UK) and got hold of a very nice girl in a call center.

    A girl?

    You mean... reinstalling XP is a way to get to talk to a girl? And she, like, has to talk to you?

    Wow. I'm gonna go download a copy of XP right now.

    So, spill. What was it like? Did she sound hot? What did she say? Was it like uber-cool geek stuff or just normal chitchat? God I hope it was geek stuff. Did she ask if she could blow you?

  138. Official response here by gavriels · · Score: 4, Informative

    Hi all,

    I've posted an official response here:

    http://transgaming.org/forum/viewtopic.php?p=400 9# 4009

    Take care,
    -Gav

    --
    Gavriel State, Co-CEO & CTO
    TransGaming Technologies Inc.
    gav@transgaming.com

    1. Re:Official response here by Anonymous Coward · · Score: 0

      nice to see you take responsibility, whether it be policy, a mistake, or something in between.

      Contrast this with blaming problem on a "summer intern" or some such nonsense (read Ziff-Davis and pocketpctools.com).

  139. Re:There is only one answer - wrong question. by Havokmon · · Score: 1
    Is this tiny loss of personal privacy worth the increase in TransGaming's security?
    No.
    And make that "perceived security".

    Wha? I'm a little lost here. They're merely tracking downloads. I agree there's no security advantage here, but that's not what it's for. Basically if you're honest, it's no big deal (other than Gentoo not being flexible enough to ignore that portion of the archive for creating their MD5's ;).

    If you turn around and post your download to Kazaa, guess what - TG now knows who downloaded that file.

    I haven't seen one bit of thought in this whole thread today..

    --
    "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
  140. Re:Here's what TransGaming's CEO had to say about by polyp2000 · · Score: 1

    While this is a fair point; The issue of course remains that there is no reason to use a warez version of cedega/winex when there is a free cvs version available from the transgaming website. The money you pay is mainly for the subscription, support and privilege of voting for your favorite windows game to be supported.

    I see no need to use a warez version unless you have difficulties in building the CVS version (which I beleive has an easy installation script). Im not sure how using a warez version harms Transgaming. The copy protect support in the binary and the point2play system are about all. Well, its easy enough to find a .exe nocd patch for your legitimate game copy, and lack of point2play is not a problem if you are confident typing cedega ./mygame.exe in bash.

    What difference would it make if all those people who used a warez version used the CVS free version instead? I doubt it would be a lot. It isnt possible to have the Subscription benefits by using a warez version, If you want the benefits then you've got to pay.

    However, if you want to support a Linux company
    ~$4.00 dollars a month is hardly going to break the bank, and lets face it we all want more quality games on Linux, time to put money where mouth is ?

    Nick ...

    --
    Electronic Music Made Using Linux http://soundcloud.com/polyp
  141. Re:Here's what TransGaming's CEO had to say about by KamuZ · · Score: 1
    The copy protect support in the binary and the point2play system are about all. Well, its easy enough to find a .exe nocd patch for your legitimate game copy, and lack of point2play is not a problem if you are confident typing cedega ./mygame.exe in bash.
    And again... you have to download a "crack" for this CD protection, and you should not use it even if you own the game, because is 'illegal' (or fairuse?)... and now you are hurting the game developer... this is a MESS! we should really encourage game developers to make a Linux version instead.
  142. TransGaming's official response by Anonymous Coward · · Score: 0

    TransGaming's official response to the watermarking is here:

    http://transgaming.org/forum/viewtopic.php?t=672

  143. To what degree it's free isn't known by Anonymous Coward · · Score: 0

    Since the CEO essentially said they'd have to look at possibly making WineX less open if someone actually took them to task with their current agreement and distributed CVS in a packaged format... So it's only open as long as no one takes advantage of the current license.

    Interesting.

  144. Re:Tis good! by 2TecTom · · Score: 1

    Actually, yes it is. $60 per year makes it unaffordable to some 93% of the people on this planet. See?

    --
    Words to men, as air to birds.
  145. Re:Tis good! by 2TecTom · · Score: 1

    Yes, I do understand. However, I feel you actually do not. Yes, there is more than just the cost of the CD, which is why I suggested $5 would be a reasonable price. In fact, I'm not suggesting the publisher should forgo profits, rather, they would generate more profits if the price was lower, but they sold many more copies. They are costing themselves sales and profits and, at the same time, denying many the opportunity to legitimately purchase their products.

    As the former owner of a bookstore, I personally watched as high paid executives at publishing houses priced books so high, we actually saw a steady decline in numbers of sales. However, the high prices made it appear, at first, as if the publisher, and the store, were actually making more money. After some time however, the sales fell off to such a point that many publishers were forced to higher cheaper writers and spend less on development. As the quality of the product suffered and the prices remained high, our sales, and profits, fell even further. We discussed this with them many, many times but in the end, I watched them gut their business and mine. The last straw came when they ended up selling all their heavily discounted new and crappy titles on their website for the same prices as they would sell them to me as a retailer, thereby devastating my sales. Thanks Prentice Hall.

    I'd also suggest that despite prices being the same or higher, many products, and services, are not as good as they used to be. Mass market, i.e. Que, MSP etc., computer books are a perfect example of this.

    Furthermore, in the case of downloads, how much does it actually cost to serve files. Why should I pay software companies the same price I'd pay for a retail package?

    Lastly, just where do you think these multimillion dollar salaries come from? Do these executives really contribute that much that they truly deserve such extremely high levels of compensation. I don't think so. In fact, I think they're taking advantage of us.

    Why is it when someone shoplifts it's bad, but when someone steals the entire shop, it's ok?

    Well, that's the new America, I guess. Personally, I feel like I've been sold down the river.

    --
    Words to men, as air to birds.
  146. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  147. Re:Tis good! by 2TecTom · · Score: 1

    Well, if we paid them fairly, they could.

    Go on, buy some more overpriced goods produced by underpriced wage slaves. From my perspective, it seems obvious you don't care just so long as you're living high on the hog.

    --
    Words to men, as air to birds.
  148. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  149. Re:Tis good! by 2TecTom · · Score: 1

    produced by underpaid wage slaves ~ sry

    --
    Words to men, as air to birds.
  150. You filthy liar. by Lethyos · · Score: 1
    Transgaming is selling a product based on Wine, a totally free software project. TransGaming has added to that codebase, but without contributing most of those additions back to the Wine codebase.

    About 30 second son Google shows otherwise. You can hear it from the horse's mouth: http://www.transgaming.com/sources.php. Enjoy your CVS access to the WineX codebase, under fairly non-suck license. Transgaming contributes their improvements to Wine back to the community except for the parts they are legally bound to keep proprietary.

    I am not happy about this new trend of "anti-piracy" mechanisms. It really does suck, but at least let's rail them for what they're doing wrong and not for what they are doing right.

    --
    Why bother.
  151. Re:Tis good! by 2TecTom · · Score: 1

    You haven't traveled much I assume? In most places in the world, hardware can be had at prices relative to the local economy.

    Picture this, you live in a developing nation, i.e. China, India, etc. You purchase a relatively new computer by saving up one month's wages. Then you visit a US (or other first world website) and they want two months wages for a three month subscription.

    How many people are going to buy in, eh?

    I'm so tired of overpaid managers overlooking the fact we live in a "global" economy. If you want to sell to a local market, advertise in the local classifieds. If you put up a website, don't be surprised if someone from around the world pays you a visit.

    WTF is up with first worlders, are they blind to issues like wage disparity? It's all just self-justification, from my perspective.

    --
    Words to men, as air to birds.
  152. Re:Tis good! by Anonymous Coward · · Score: 0

    Besides that, cracks are so widely available that, to continue with the car examnple, it's as if you're local corner store gives away master keys for cars with each 5 cent candy.

  153. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  154. Re:Tis good! by 2TecTom · · Score: 1

    IMHO, you obviously didn't bother to either read or consider what I said, did you? Go on, keep on spouting those same old lame neo-con justifications, I'm sure it helps you feel real good about yourself, doesn't it?

    BTW, sure, TG is free to set whatever price they like. If most people can't afford it and TG doesn't make as much as they could have, well they're free to do that as well.

    In truth, you and TG's management are obviously privileged and it's often difficult for privileged people to appreciate the difficulties faced by those who aren't born into an affluent society.

    Furthermore, after looking at your example, I know you can't or won't be able to understand my point, so, therefore, there really isn't any point in discussing it any further is there?

    Go on, live an unexamined life, somehow I get the feeling you really couldn't handle it any other way.

    BTW, I really feel for you. It's just a real shame you can't appreciate the irony of the situation.

    --
    Words to men, as air to birds.
  155. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  156. Re:Tis good! by 2TecTom · · Score: 1

    Sigh. More right wing rhethoric.

    If they were paid fairly, they would be able to afford to buy more things. That they can't afford to, hardly means they all must be stealing. Poverty, that's when you don't have things, it's not an indicator that someone is a thief. Oh, except, perhaps, in your mind.

    Actually, this was a discussion about why people can't afford to pay, therefore they don't buy. It was never suggested that stealing was therefore justified. You are simply trying to misdirect the argument, rather than address the issue of maximizing the return on an investment by setting an effective price point.

    Like so many, you simply either can't, or choose not to, deal with the actual issues that are involved here. Rather, you fall back on erroneous beliefs intended to keep you from having to critically examine your own assumptions. These are the very same assumptions you seem to need to rely on to justify your philosophy. GIGO.

    By categorizing piracy as theft, you simply fail to understand the actual issues, which, once again, makes it utterly pointless discussing this any further with you. A closed mind simply cannot take part in an open discussion.

    By the way, your use of insults speaks volumes about you. It's a common rhethorical device called "Ad Hominem".
    http://www.nizkor.org/features/fallacies/ad-homine m.html

    --
    Words to men, as air to birds.
  157. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  158. Not if you strip the keychecking by sethstorm · · Score: 1

    If you strip the keychecking, it wont matter anymore who's got the machine or the key, now everyone and their friends can play that disk.

    --
    Twitter supports and protects racists - by smearing their critics with the "Hate Speech" label.
  159. Re:Tis good! by 2TecTom · · Score: 1

    This just comes across as another logical fallacy. I never said everyone who doesn't buy is going to "steal" anything. Most people simply do without or seek less expensive alternatives. Therefore, my points in no way validate "piracy". Also, to characterize the unlicensed use of software as piracy or theft is clearly arguable.

    Again it appears that you're not addressing the actual issue which is, at what price would TG make the most ROI. Is it to keep the price high and make it difficult to circumvent the process, as they are doing with the watermarks, or, is it to lower the price and therefore increase sales?

    My point is that they would generate far greater profits by lowering the price than they will ever see by pursuing a copy protection strategy. Many other companies have gone down this road only to dicover that copy protection is, in the end, both unpopular and unprofitable.

    --
    Words to men, as air to birds.
  160. What GPLed parts? by leonbrooks · · Score: 1

    The code they forked was MIT-licenced (like BSD).

    What gripes me is not that their efforts are now effectively non-Free (they have every right to do that under a MIT licence) but that they started out by promising that it would be Free and that seems to have been an empty promise. When WINE saw they, they switched from a MIT-ish licence to LGPL.

    OTOH, Transgaming have apparently been contributing some code to WINE. So slowly that the WINE people gave up on the TG version of DirectX support and wrote their own.

    I think it's a good illustration of how risky any shareware-like model is like - from both sides - and also of a major benefit of open source (code around the problem) and finally of the risks and benefits of BSD (we now have Cedega - at a price - which we didn't have before and which (they say) wouldn't have flown on an LGPL, but OTOH it's had a lot of the Freedom filed off).

    --
    Got time? Spend some of it coding or testing