Slashdot Mirror


EA Hit By Class-Action Suit Over Spore DRM

The ever-growing unrest caused by the DRM involved with EA's launch of Spore came to a head on Monday. A woman named Melissa Thomas filed a class-action lawsuit against EA for their inclusion of the SecuROM copy-protection software with Spore. This comes after protests of the game's DRM ranged from a bombardment of poor Amazon reviews to in-game designs decrying EA and its policies. Some of those policies were eased, but EA has also threatened to ban players for even discussing SecuROM on their forums. The court documents (PDF) allege: "What purchasers are not told is that, included in the purchase, installation, and operation of Spore is a second, undisclosed program. The name of the second program is SecuROM ... Consumers are given no control, rights, or options over SecuROM. ... Electronic Arts intentionally did not disclose to any such purchasers that the Spore game disk also possessed a second, hidden program which secretly installed to the command and control center of the computer."

19 of 538 comments (clear)

  1. Command and Control Center? by skis · · Score: 3, Funny

    Where's the command and control center of my computer? I don't remember putting that in there!

    1. Re:Command and Control Center? by l0ungeb0y · · Score: 5, Funny

      That would be the Battle Bridge, just go up Turbolift-14, all the way to the top. Can't miss it.

  2. If I sold anything to EA... by Sasayaki · · Score: 4, Funny

    If I ever sold anything to EA I'd make sure to put in the EULA somewhere that I get to crack them in the face with a lump of wood then key their car. When the cops arrive, assuming they don't shoot me out of hand, I will simply say that I am preforming services for which I was paid- and present them the EULA detailing as much.

    I mean, that's effectively what they're doing. EA are selling one piece of software but not disclosing that it comes with a second, potentially damaging, piece of software which I Do Not Want(tm).

    --
    Check out my sci-fi book "Lacuna" at http://goo.gl/MVxX8
  3. Re:simply boycott them by ivan256 · · Score: 5, Funny

    "Don't trust anyone under 25" - Everybody over 25 ;)

  4. Re:simply boycott them by Sj0 · · Score: 5, Funny

    "Trust anyone who is 25" -25 year olds

    --
    It's been a long time.
  5. I'm so torn! by alisson · · Score: 5, Funny

    My loathing of DRM software is clashing horribly with my abhorrence of class-action lawsuits! What ever shall I do??

    I guess I'll go play Spore until I decide.

  6. Re:simply boycott them by oldhack · · Score: 4, Funny

    I boycott most music as well, but just because it sucks. The best music (IMO of course) was made in the 80's and 90's.

    In your mid 30's, eh? Miss your good old school techno? ;-)

    --
    Fuck systemd. Fuck Redhat. Fuck Soylent, too. Wait, scratch the last one.
  7. Re:simply boycott them by Kaboom13 · · Score: 3, Funny

    The best music (IMO of course) was made in the 80's and 90's.

    Yeah, and kids these days won't stay off my lawn! Why won't their parents teach them manners like they did back in my day.

  8. Re:Wrong word by Anonymous Coward · · Score: 1, Funny

    Why not save some bandwidth and just say "installable." Everyone knows 'unun' is a double-negative...

  9. Re:Where do I sign by Gordonjcp · · Score: 3, Funny

    I smoked pot once. But I DID NOT inhale. Will you hire me?

    You fail the drugs test. Why would I hire someone who can't figure out how to toke a joint?

  10. Re:simply boycott them by Moridineas · · Score: 2, Funny

    I boycott most music as well, but just because it sucks. The best music (IMO of course) was made in the 80's and 90's. The VAST majority of my downloaded music is content that I originally had a CD for, but have lost over the course of several moves.

    That's funny, I boycott music from the 80s and 90s. ;-)

    Look forward to the generation that things the 00's and 10s had the best music, and be afraid...

  11. Re:simply boycott them by dswensen · · Score: 3, Funny

    "My life is a lie!" - you at 26.

  12. Re:simply boycott them by lastchance_000 · · Score: 3, Funny

    GP meant the 1790's. Kids nowadays.

  13. Re:simply boycott them by UncleTogie · · Score: 4, Funny

    "My life is a lie!" - you at 26.

    "My life is a cake!" - you, confused, at 26.

    --
    Don't tell me to get a life. I'm a gamer; I have LOTS of lives!
  14. Re:simply boycott them by Skye16 · · Score: 4, Funny

    "Only trust those who are 25i" - Imaginary 25 year olds

  15. Re:simply boycott them by EvilXenu · · Score: 5, Funny

    Don't trust anyone under 25" - Sauron

  16. Re:simply boycott them by Anonymous Coward · · Score: 1, Funny

    "My life is a lie!" - you at 26.

    "My life is a cake!" - you, confused, at 26.

    "Holy fucking shit i'm a cake" - this post, Score: 5, Funny

  17. Re:simply boycott them by Carrot007 · · Score: 2, Funny

    Unfortunatly like most things it aint black or white.

    Music sucked in the 80s is a big statement. Mainstream music in the 80s sucked is somewhat nearer what you hopefully meant.

    Synth Pop was not all the 80s was about.

    At the begining of the 80s punk was still very much around.

    From the mid 80s onwards "inde" was becoming popular.

    Metallica started in the early 80s but I am still unable to find their synth pop album.

    For the record I like a lot of synth pop also.

    Grow up, music comes in 2 forms. Music you like and music you don't. Music you like can be anything, even stuff that you only secretly like because you are not adult enough to admit it yet.

    --
    +----------------- | What is the question!
  18. Re:simply boycott them by Hal_Porter · · Score: 3, Funny

    Describing them explicitly as "rentals" might dissipate some ire on the limited-installs thing, but it would in no way excuse the practice of PERMANENTLY installing malware on the user's machine, which is what this suit is about.

    I dunno, as a Windows geek disassembling and reverse engineering the FREE root kit is often much more fun to me than the game.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;