Slashdot Mirror


Blizzard Unbans Linux World of Warcraft Players

An anonymous reader writes "World of Warcraft players using Cedega (the Linux-based Windows emulator) had their bans lifted after an investigation by Blizzard in cooperation with the Cedega development team revealed that the bans were in fact made in error."

3 of 300 comments (clear)

  1. Cedega OK... What about wine? by Sylvak · · Score: 5, Interesting

    I recently installed WOW on linux using Wine... It works great. I hope I don't get banned just because I'm using a different emulator. Does anybody know if they can tell the difference? I didn't see any mention of Wine in the article.

    If anybody has a clue on this, please reply.

  2. Re:Well, that's good. by ScytheBlade1 · · Score: 5, Interesting
    That they did. Well, no. It was distributed in an early beta over FilePlanet.


    $ for a in *; do sha1sum $a; done;
    c9affeeaff43d565513c1240c37d51efb61c0ff9 WowClient
    dc288d9f7c88c1b0287387c3bb506ef30fd62b1f libSDL-1.3.so.0
    a9178bcd629e3db58d9ca565ee75c0ce85373f70 libexpat.so.0
    3c457e00bdbd4f39b547ff9ac8f67a76c7eb4a1d libfmod-3.72.so
    dd1f45ca3466b2c77e738b54f7b55e858754181e libfreetype.so.6
    56e16ad086c592848d1d53f0b4db2570bb60041e libgcc_s.so.1
    3c137e3f7e29223f6535e8b61fabcfdb2340bca3 libstdc++.so.5
    c8fae34ab919251d0af382f5557ca70ee9c143bf libz.so.1
    a8de29b62f05a71b0fa3761f0441c29081e31cc0 uninstall
    8a5670bbc67b6cb72805afdf28bc0c69fc573a3a uninstall.bin
    cdd47ffc29bc129da0521da5b98a1af23bbb5f4c wow


    I've got the binaries, libraries, and even shell scripts to start it around. No joke.

    They have a functional WoW Linux client. I have no doubt of that.

    They didn't ship it due to legal reasons.

    #!/bin/sh
    #
    # Run World of Warcraft

    # Function to find the real directory a program resides in.
    FindPath()
    {
    fullpath="`echo $1 | grep /`"
    if [ "$fullpath" = "" ]; then
    oIFS="$IFS"
    IFS=:
    for path in $PATH
    do if [ -x "$path/$1" ]; then
    if [ "$path" = "" ]; then
    path="."
    fi
    fullpath="$path/$1"
    break
    fi
    done
    IFS="$oIFS"
    fi
    if [ "$fullpath" = "" ]; then
    fullpath="$1"
    fi
    # Is the awk/ls magic portable?
    if [ -L "$fullpath" ]; then
    fullpath=`ls -l "$fullpath" | awk '{ ORS=" "; i = 11; while ( i fi
    dirname "$fullpath"
    }

    # Unfortunate hack until we figure out why TLS glibc breaks us
    if [ -d /lib/tls ]; then
    LD_ASSUME_KERNEL=2.4.19
    export LD_ASSUME_KERNEL
    fi

    cd "`FindPath \"$0\"`"
    LD_LIBRARY_PATH="`pwd`/lib" exec ./WowClient $*
    Apparently, "Your comment has too few characters per line (currently 20.9)." Not that I'm surprised, after posting a bit of bash script. Even after adding that line, it's still not enough!

    Huh, I'm up to 23.3 and even then that's still not enough. More meaningless text, just to bump it up a tad bit. I should probably drop the punctuation, but hey, oh well. It seems that even 24.5 isn't enough for it... how about 25? Maybe? Please? Okay, more than twenty-five. Time for copy/paste of random text to bump it up. * Please try to keep posts on topic. * Try to reply to other people's comments instead of starting new threads. * Read other people's messages before posting your own to avoid simply duplicating what has already been said. * Use a clear subject that describes what your message is about. * Offtopic, Inflammatory, Inappropriate, Illegal, or Offensive comments might be moderated. (You can read everything, even moderated posts, by adjusting your threshold on the User Preferences Page) I understand based on market share vs. time to develop why Blizzard doesn't have a linux client, but considering that they've got an OSX client I can't imagine the hurdles for porting are that high.
  3. Re:Gotta give 'em credit by Apocalypse111 · · Score: 5, Interesting

    ...most of their games are evolutionary not revolutionary (although they're fun and have a lot of polish)

    This, in my opinion, is one of the reasons Blizzard enjoys such great success. They may not be very inventive when it comes to new concepts for games, but they will take existing concepts and run the hell out of them. Their games aren't always the best examples of what can be done, but they're always great examples of what should be done.

    --
    There is no mod option "-1: Disagree" for a reason. "Overrated" is not an acceptable substitute. Post something instead.