Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Wine Goes 64-Bit With Wine64

Posted by timothy on Sun Dec 14, 2008 05:50 PM
from the leathery-but-not-presumptuous dept.
G3ckoG33k writes "Wine (Wine Is Not an Emulator) is a popular way to run Windows programs on Linux, and it has an impressive compatibility list. After 15 years of development it reached version 1.0 a few months ago. Now, Wine developer Maarten Lankhorst has succeeded in running 'Hello World' in 64-bit, natively! The 64-bit variety is unexpectedly named Wine64."
+ -
story

Related Stories

[+] Developers: 64-Bit Java For Linux 387 comments
LWATCDR writes "First we got 64-bit Flash; then the beginnings of 64-bit Wine; now Sun is providing a 64-bit Java plugin. For most people there is nothing to hold you back from running 64-bit Linux."
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • GCC changes (Score:5, Interesting)

    by JohnFluxx (413620) on Sunday December 14 2008, @05:52PM (#26113971)

    Hmm, it required changes to GCC.

    Anyone know why?

  • Wine64??? (Score:5, Funny)

    by brxndxn (461473) on Sunday December 14 2008, @05:54PM (#26113997)

    How the hell are we supposed to know what that means?! I would've named it Beer.

  • LUK (Score:3, Interesting)

    by Artem Tashkinov (764309) on Sunday December 14 2008, @06:02PM (#26114061)
    Wine introduces quite a big overhead when running memory intensive applications so I think Linux Unified Kernel [wikipedia.org] is what really needs attention. With this project you can use unmodified core Windows libraries thus getting the best possible compatibility.
    • Re:LUK (Score:5, Insightful)

      by QuantumG (50515) * <qg@biodome.org> on Sunday December 14 2008, @06:05PM (#26114097) Homepage Journal

      Meh. You can use unmodified Windows libs in WINE too.. the point, that you obviously missed, is that you can run Windows apps without Windows libs (or Windows) using WINE.

        • Re: (Score:3, Informative)

          Really, A 4+ second delay?

          Wine is easy to setup now (winecfg is gui based.) Maybe you should check your setting.

          Programs usually open as quick or quicker than running it in windows (comparing from work and virtual box but I would notice a 4 second wait on apps.)

    • Re:LUK (Score:4, Interesting)

      by Anonymous Coward on Sunday December 14 2008, @06:35PM (#26114379)

      you know what would be really cool? a linux distro that focused *only* on wine, and windows programs.

      i mean the absolute minimum you could possibly have to get a usable wine session - no underlying desktop environment, no python, no perl, no bsh/zsh/csh, no headers, just the kernel, wine, and popular windows freeware like 7-zip, utorrent, ffdshow, media player classic, dvdshrink, firefox.. a complete replacement for windows that actually runs software that people want and are already familiar with.

      no, i don't want to install a 4.5gb distro. i want linux without all the bloat from crap i'll never ever want nor need to run the windows programs i like, and not the painfully different and bizarrely bloated linux versions.

      i'd run this in a heartbeat.

      how sad and hilarious, right now i use nothing but open source software on windows, and my footprint is MUCH less than linux to do the same. i tried to install the smallest linux distro i could and still get a usable wine session.. 1gb worth of software later i'm up to the point that xp can do with 250mb.

      • Re:LUK (Score:5, Funny)

        by David Gerard (12369) <slashdot@nospam.davidgerard.co.uk> on Sunday December 14 2008, @06:39PM (#26114413) Homepage
        Winux!
      • Re:LUK (Score:5, Informative)

        by schnikies79 (788746) on Sunday December 14 2008, @07:06PM (#26114631)

        ReactOS [reactos.org]

        The general idea is similar to what you are looking for. It's nowhere near finished and they have been working on for god knows how long, but who knows. Someday perhaps.

      • Re: (Score:3, Insightful)

        I don't know why they modded you as a troll. -1 ignorant maybe but I don't think you were trolling.

        That being said, you can get what you want by doing a LFS or Linux from scratch. You will need at least one shell environment and most likely a desktop environment. It doesn't have to be the somewhat large gnome of KDE. You will probably need the kernel headers too seeing how you will need to compile a few things.

        You can probably get already by doing an install of something like Mandriva or whatever and during

          • Re:LUK (Score:5, Funny)

            by sumdumass (711423) on Sunday December 14 2008, @09:08PM (#26115543) Journal

            I almost forgot about Gentoo. That's probably the best idea of all.

            Because of an almost masochistic love for a challenge. I think everyone should at least attempt to role their own kernel and desktop from scratch in an early Slackware type of way. But I think that is just me.

      • Re: (Score:3, Informative)

        Why would you want that? If you want something that is like Windows then go for ReactOS, rather than taking a UNIX-like kernel and strapping WINE on top and avoiding all of the UNIX userland. I believe all of the software you listed runs unmodified on ReactOS, and so do a lot of Windows drivers.
        • Re:LUK (Score:5, Informative)

          by fractoid (1076465) on Sunday December 14 2008, @10:08PM (#26115961) Homepage
          It's what Lindows was until MS sued them into the ground, they changed their name to Linspire and went very very quiet about running windows apps.

          It's good to be the king!
          • Re:LUK (Score:4, Interesting)

            by Al Dimond (792444) on Monday December 15 2008, @12:41AM (#26116779) Journal

            I run Linux at home and Windows at work, and seem to spend an increasingly large portion of my time on either platform in Firefox. Firefox works better on Windows than Linux. Embedded media that's automatic on Windows gives me a "plug-in needed" notification and a link to a page with nothing useful on it on Linux. I haven't had to do it for a while, but last I remember helper application selection was done in a way that made absolutely no sense on Linux.

            Lots of programs have quirky GUI layout and proportion issues on Linux but not on Windows... I think a lot of that has to do with font rendering, which is largely out of the programs' control. But to some degree it's harder in X because there's a better chance that the DPI will be set to what it actually is instead of fixed to one of two allowed artificial values.

            Windows GUIs are getting harder to make, though, because the programming style suggested by current VS versions and languages (as compared to old-school VB) is getting more and more complicated, and forcing more stuff into programmers' minds at once instead of less. Not to mention that you have to worry about more imperative concerns now while laying out forms, which really ought to be a declarative process (and mostly is in old VB... more accurately, you don't have to worry about your code being executed in design mode unless you really want it to). I should note that I don't have tons of GUI programming experience, these are just impressions formed from working with a few VB5 projects and a few VS projects at work.

    • Recent development versions (1.1.8 and 1.1.9) had some improvements to memory management. Do you know if there still is "quite a big" amount of overhead?

  • Does it run (Score:4, Funny)

    by Anonymous Coward on Sunday December 14 2008, @06:04PM (#26114085)
    ...Cygwin? Hah! Tricked you!
  • Huzah! (Score:5, Interesting)

    by DoofusOfDeath (636671) on Sunday December 14 2008, @06:05PM (#26114099)

    I was going to joke that a game I've wanted to work in Wine for a long time, Astral Masters [astralmasters.com], will still not work, but in a more glorious way.

    But that joke felt petty. The truth is, these guys have pulled of something pretty amazing. Congrats, guys.

  • by theshowmecanuck (703852) on Sunday December 14 2008, @06:08PM (#26114127) Journal

    impressive compatibility list

    Not that impressive, unless all you want to do is game. If adding an application to its compatibility list is just a popularity contest, and it seems that is all that it is, of course the fan boys interested in games will vote the most. Others will just use the 'other' operating system to run applications that they need to use in order to make a living (since they won't be able to outvote fanatic gamers). Linux/Gnu has to relax more, not less, in order to allow people to NOT have to rely on some emulator or flaky reverse engineering to make business tools work. Relax on APIs so that it is easier to port business applications over to Linux. Until that time there will never be a 'year of the Linux desk top'. People just want to use their tools, not build them.

    • by KasperMeerts (1305097) on Sunday December 14 2008, @06:26PM (#26114305)
      So you want to destroy the very mindset that created Linux in the first place? The kernel is released often and early.
      And that's great! Because bugs are squashed so much faster and features are tested immediately. It's up to distributions to act like a "buffer" between this and the end users.

      Besides, there are absolutely no ABI problems with open-source programs. And if you respond by saying that Linux needs this closed-source binaries then again, you would understand Linux wrong. We manage pretty good ourselves.
    • Games are the most popular things for running in wine, because they are the biggest thing generally missing on the systems that run wine...
      For most other types of app there are linux native versions which run better than alien binaries running under wine.

  • by Anonymous Coward on Sunday December 14 2008, @06:12PM (#26114169)
    It looks as though Linux users will have native 64-bit Windows applications before most Windows users.
  • by rolfwind (528248) on Sunday December 14 2008, @07:16PM (#26114729)

    most apps will run on most platforms without extra work. Or so I hope (desktop or notebook, don't see a way to make a destop app fit on a phone w/o work). They'll have an interpreted code, like lisp, which gets compiled (once, not at runtime) for whatever specific platform it's actually running on. It can be fast, doesn't have to be slow this way.

    So it won't actually be like a script. Java tried to be this universal gateway, but it just never really took off for real apps like a language should. Various libraries like QT attempted to overcome the problem. Then there is the POSIX standard, which wouldn't be bad if it was really followed.

    I just feel it's ridiculous in this day and age being tied to windows/unix/os x/some operating system because of an app made for it. It seems backwards. It's like being tied to route 66 because that's the only road your car will drive on.

  • Thank God. (Score:3, Interesting)

    by Samah (729132) on Sunday December 14 2008, @07:22PM (#26114777)

    This is the only reason I gave up on Ubuntu 64. There was a strange bug in Wine to do with application focus that was causing WoW to lose sound occasionally. There was also a patch (which I had no problems applying), but of course I needed to cross-compile to get it to work. I'm really not versed in that enough and so I had no end of problems getting it compiling. My only choice was to wait until the next version of Wine was released and an awesome person would throw it in the Debian repository.

    I may give it another shot now if I can ever get push-to-talk working with Ventrilo. :)

  • by billcopc (196330) <vrillco@yahoo.com> on Sunday December 14 2008, @07:24PM (#26114791) Homepage

    Every time I read about Wine, I shrug and/or roll my eyes. I've tried many times to use it, but it simply does not work for the handful of Windows apps I actually need. I gave it another try just a few months ago, and I was again left high and dry, so I turned yet again to virtual machines. At this point, I have stopped caring about the project.

    For the inevitable flamers among you, here's the short list of Windows apps I need, that Wine fails to support:

    - Photoshop CS3
    - Office 2007
    - MSIE 6/7

    IE6 runs, sure, but leaks memory like there's no tomorrow, so I have to kill -9 it after a few minutes lest I face a swap-spiral of doom. And don't try to tell me to use The Gimp and OO.o, I don't need "A photo editor" and "An office suite", I need those specific apps because those are the formats my peers and clients use. If it were just me in my little bubble, I'd be quite happy with unbranded alternatives, but my rent doesn't pay itself.

    Now one would think that these major apps would be high on the priority list, as I'm hopefully not the only (commercial) web guy trying to use Linux as a serious desktop, and getting them to run perfectly would effectively make Windows redundant for a large number of people, not just web devs. I find it puzzling that Wine can run something like World of Warcraft, but not MS Outlook. Don't get me wrong, I loves me some Warcrack, but it doesn't pay my bills.

    • by Drinking Bleach (975757) on Sunday December 14 2008, @08:06PM (#26115091)

      IE6 runs, sure, but leaks memory like there's no tomorrow, so I have to kill -9 it after a few minutes lest I face a swap-spiral of doom.

      So it's just like Windows!

    • by Savage-Rabbit (308260) on Sunday December 14 2008, @08:34PM (#26115325)

      Now one would think that these major apps would be high on the priority list, as I'm hopefully not the only (commercial) web guy trying to use Linux as a serious desktop, and getting them to run perfectly would effectively make Windows redundant for a large number of people, not just web devs. I find it puzzling that Wine can run something like World of Warcraft, but not MS Outlook. Don't get me wrong, I loves me some Warcrack, but it doesn't pay my bills.

      If you can't use the Linux native alternatives to Photoshop CS3, Office 2007, MSIE 6/7 under Wine you should use Windows, or consider something like the VMware/Parallels simulators. That's what most Linux users I know do. If you simply can't stand the sight of Windows the only other alternative would be OS X where you at least get native CS 3 and MS Office. Wine is a third party implementation of the Windows API created without any help from Microsoft and even the repackaged versions like CrossOver Office [codeweavers.com] don't support MISE and Office 2007 all that well. This should not surprise anybody, for most Linux users Office 2007 and MISE aren't high on the priorities list.

      • by Quarters (18322) on Sunday December 14 2008, @08:32PM (#26115311)
        Maybe in your haste to spew out your idiotic response you missed the part where the poster logically mentioned that he does not work alone. Have you ever tried to open a 16bbp, LAB color, layered, Photoshop CS3 document in GIMP? The second the poster gets a PSD file from a client or a coworker he's screwed if WINE can't load the correct version of Photoshop. Before you come back and say "Well he should just teach his clients and coworkers to use a more open format" please provide a list of open formats that store layers, adjustments, filters, etc.. - all of the tweakable settings you would need to properly adjust source art. A collapsed PNG is great for final delivery, but it sucks as a source art storage/collaboration format.
    • by AJWM (19027) on Sunday December 14 2008, @06:12PM (#26114159) Homepage

      Don't hold your breath, because WINE Is Not an Emulator. Unless you've got some PPC Windows programs around, that is. It doesn't emulate the x86, just intercepts the OS and library calls.

    • by rdwald (831442) on Sunday December 14 2008, @06:14PM (#26114207)

      Getting Wine to run on a processor architecture not native to Windows would require emulating an x86 processor. Say it with me: Wine Is Not an Emulator.

    • As explained by other /.ers, running Wine on non-x86 architectures would require an additional emulator.

      Darwine [sourceforge.net] - a port of Wine to darwin/mac OS X, does indeed feature such an additional layer :
      it uses a special mode of QEMU initially designed to run linux-on-linux (i.e.: not emulating a complete virtual machine with a full OS running on it, but just run a program alone inside the emulator and pass it calls to the actual OS outside).

      The only problem is that now that Apple have moved to Intel hardware, the

    • Re: (Score:3, Interesting)

      You can run wine through qemu. I tried it on an old G4 mac. It was slow.
    • Re: (Score:3, Informative)

      You're looking for the Darwine project: http://sourceforge.net/projects/darwine/ [sourceforge.net]

    • Re:bad move (Score:5, Insightful)

      by Mr Z (6791) on Sunday December 14 2008, @07:57PM (#26115023) Homepage Journal

      I don't agree w/ Eric on this one. The shift from 32-bit to 64-bit systems has been darn near seamless as compared to previous transitions. That's a far cry from the 8-to-16 jump or the 16-to-32 jump.

      Honestly, most people can't tell that they've shifted from 32-bit to 64-bit. If there wasn't a dialog box or a sticker that told them they'd switched, they wouldn't know.

      Now this wouldn't be /. without a bad car analogy. Going from 8-bit to 16-bit was like going from horse-drawn buggies to the early Model Ts--a big change. Going from 16-bit to 32-bit was like going from these early, slow cars to the more recognizable cars of the 30s onward. Cars that actually had starters and drove at reasonable speeds. Each step provided a noticeable difference in the travel experience and it brought with it a whole new round of infrastructure requirements.

      Going from 32-bit to 64-bit is like going from a gasoline engine to a hybrid. Sure, it's a change in the underlying mechanism, but it doesn't fundamentally change the driving experience all that much.