Slashdot Mirror


Linux Passes the Microsoft WGA Test

Wil writes "Here's a good one for the Linux fans -- running Wine on Linux and attempting to download a Windows Genuine Advantage protected file from the Microsoft website works just fine. It seems that Bill Gates has a soft spot for Tux after all, or at least isn't bothered about him downloading updates."

8 of 338 comments (clear)

  1. Still works in warez windows xp too by StonedRat · · Score: 4, Informative

    If you go to tools->manage addons and disable "windows genuine advantage" then you'll have no problems downloading any updates. They only fixed the javascript exploit.

    --
    "Religion is the most malevolent of all mind viruses." - Arthur C. Clarke.
  2. Re:WINE Piracy by sweetooth · · Score: 4, Informative

    Why would anyone do that, they still haven't bothered to fix this work around.


            Before pressing 'Custom' or 'Express' buttons paste this text to the address bar and press enter:

            javascript:void(window.g_sDisableWGACheck='all')

            It turns off the trigger for the key check.

  3. Don't Get Too Excited by vinn · · Score: 4, Informative

    The only reason it still works is because Wine just went through some massive changes with regard to configuration. The WGA check works by checking for specific registry keys that Wine uses. The new configuration moved those keys from HKLM to HKCU. It's just a matter of time before they change the check they use. The position of Alexandre is that we're not going to play the insane game of working around their workarounds.

    The good news is, there's not much reason any more to need the WGA. We've got a new DCOM and MSI framework that makes those two downloads largely irrelevant. Jacek Caban is hard at work integrating a Gecko engine into Wine as part the MSHTML.DLL (usually referred to as "Internet Explorer" on Windows.) So native Windows DLL's are falling by the wayside.

    Of course, Microsoft got so much bad press over the WGA check that I wonder if they'd tempt it all again. Last time it raised the ire of eWeek and PC Magazine, so I imagine the next round will just be more bad press. Headline: "Giant software company continues to squash open source software"

    obPlug: Wine is slated for a beta release in a little over a month.

    --
    ----- obSig
  4. Re:Wine shows up as Win98 by Mad+Merlin · · Score: 3, Informative

    That was true in the past, but Wine will show up as Win2k by default now (or very soon, there has been quite a bit of discussion about it lately). My copy of Wine (20050111, I don't really have a use for it, but I like to keep up on it) shows up as Win2k, and I didn't pick that myself. Having said that, you can choose any of the versions of Windows from 3.0 to 2k3.

  5. Re:duh? Double Duh! by Creepy+Crawler · · Score: 3, Informative

    Bullshit. It's EMULATING a winapi interface on a Linux kernel and accompaning libraries accessable to X.

    according to http://www.answers.com/emulate&r=67

    Computer Science. To imitate the function of (another system), as by modifications to hardware or software that allow the imitating system to accept the same data, execute the same programs, and achieve the same results as the imitated system.

    There's nothing about "doing binary machine language translation" or things like that.

    --
  6. Re:Why should we care? by Mad+Merlin · · Score: 4, Informative

    There was no copy of Windows acquired, period. Wine is a reimplementation of the Windows API for Linux and family. It doesn't run Windows it runs Windows programs.

  7. Re:WINE Piracy by paranoidgeek · · Score: 5, Informative

    Just enter this into your broswer URL bar ( one line ) :

    javascript:document.cookie='WinGenCookie=validatio n=0; expires=01 Jan 2999 00:00:00 GMT';

    This has worked for ages.

    --
    Lima India November Uniform X-ray
  8. Almost as funny as Punkbuster by defile · · Score: 4, Informative

    I would play Half-life + Counterstrike under WINE on Linux, and eventually it got to the point where you needed to run Punkbuster to be able to play it online. Basically, the servers look for Punkbuster to scan your system for cheat tools and make sure that everything looks kosher before they let you play.

    I downloaded Punkbuster and was sure that it wouldn't like the looks of WINE's environment. I connected to the server, waited for it to verify and... it worked! I was feeling two types of way when that happened.

    1. WINE is god damn amazing.

    2. Punkbuster is stupid. I could have any number of hacks running under Linux, I could have been running WINE under ptrace() the entire time, injecting evil as needed into the Counterstrike game world, and Punkbuster would have been completely oblivious to it. No matter how hard it tried it would never be able to inspect the host Linux system for evil. Client side anti-cheat systems are doomed.