Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Wine 1.0-rc2 Released

Posted by kdawson on Sat May 24, 2008 03:12 PM
from the very-good-year dept.
An anonymous reader writes notes the availability of Wine 1.0-rc2. Binaries for major distros are up now.
+ -
story

Related Stories

[+] Technology: Wine 1.0 — Uncorked After 15 Years 638 comments
pshuke writes "After 15 years of development, Wine version 1.0 has been released. Wine is an Open Source implementation of the Windows API on top of X, OpenGL, and Unix. While perfect windows compatibility has not yet been achieved, full support for Photoshop CS2, Excel Viewer 2003, Word Viewer 2003 and PowerPoint Viewer 2003 have been among the goals prior to the release. For further information about supported applications, head over to the appdb. Get it (source) while it's hot."
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.
  • by Jeremiah Cornelius (137) * on Saturday May 24 2008, @03:16PM (#23530332) Homepage Journal
    Spill the WINE and take that PERL.
  • by Shadow of Eternity (795165) on Saturday May 24 2008, @03:16PM (#23530336)
    Kdawson appears to finally have posted something that is news, for nerds, and matters. I wonder who stole his password.
      • Re:Astounding... (Score:5, Insightful)

        by Mad Merlin (837387) on Saturday May 24 2008, @05:59PM (#23531552) Homepage

        Are you serious? A release candidate for a random open source project is released, and that's news you care about?

        Perhaps if you were paying attention, you'd know that Wine 1.0 has been 15 years in the making. Furthermore, Wine is hardly "a random open source project", Wine reaching 1.0 is a very significant milestone.

          • Re: (Score:3, Informative)

            If you read the website, Wine has some internal APIs it uses. For the previous releases, those APIs were subject to change. From 1.0 forward, they are expected to remain stable.

            So from an end-user perspective, the move to 1.0 is not noteworthy as a release. But for developers, you hope that contributing to the project becomes easier with a higher likelihood of forward compatibiliy.
  • Sweet! (Score:3, Informative)

    by locokamil (850008) on Saturday May 24 2008, @03:26PM (#23530414) Homepage
    Wait, wait, wait.

    Are you telling me that it is now possible to run Visual Studio 2005... IN LINUX?

    See ya, Windows! I won't be calling you again. Ever.
  • really getting good (Score:3, Informative)

    by oever (233119) on Saturday May 24 2008, @03:52PM (#23530610) Homepage
    Even though using Wine for apps remains a hit and miss, I've had some very good experiences working with it. At work, I'm developing a closed source Delphi application. Even though the full Delphi 2007 development environment does not run in Wine, I can run the compiler and the resulting application which is very complex (lots of COM and OpenGL) runs for 95% in Wine. It's good to know that we can get this working if customers start asking for it.

  • If you want to help: (Score:5, Informative)

    by Daimanta (1140543) on Saturday May 24 2008, @03:59PM (#23530662) Journal
    If you have a Windows installation

    Go to this page : http://test.winehq.org/data/3c1c6172779510a7ed693d922fb3061948999ea1/ [winehq.org]

    Click on the big alphanumerical hyperlink and download the exe.

    Give an alias and run it.

    This will do conformance tests on your computer and it is very important to the wine project.

    Don't try to do anything usefull while testing since it will do a wide range of things including directX tests which will make your screen display colorfields.

    If you get errors or crashes, just click on OK or close. This is part of the testing. I'm sure the people working on the wine project will be very happy with it.
  • Catch 22 situation (Score:4, Interesting)

    by dr.Flake (601029) on Saturday May 24 2008, @04:15PM (#23530800)
    Unfortunately,
    If you look at the AppDb you'll see a lot of apps still not working 100%. F.i. Graphpad prism disappointed me last week. Most of them don't work because of some minor glitz. Before you say, well fix it you stupid, repairing them would introduce new regressions.

    I think its mostly because of some "hacks" used by lazy/clever/performance programmer, but therefore very intolerant to a "windows-like" environment.

    I hope Wine will get to the point, where it's influence will force programmers to stick to the specifications, as his/her boss is asking:" but will it also run under Wine???".

    Ps. I hope the number of RC's will remain below 40.
    • by SanityInAnarchy (655584) <ninja@slaphack.com> on Saturday May 24 2008, @08:06PM (#23532470) Journal

      I think its mostly because of some "hacks" used by lazy/clever/performance programmer, but therefore very intolerant to a "windows-like" environment.
      Do you have anything to back this up?

      Because Windows itself is incredibly hackish, especially when it comes to backwards compatibility. If Wine was simply striving to be a good Win32 implementation, they'd be pretty much done already -- someone developing an app, from the ground up, to be able to run on Windows and Wine shouldn't have too much more trouble than someone designing a web app, from the ground up, to run in IE and Firefox.

      But Wine strives for bug-for-bug compatibility. There are a lot of bugs in Windows, and a lot of apps depend on those bugs.

      I hope Wine will get to the point, where it's influence will force programmers to stick to the specifications, as his/her boss is asking:" but will it also run under Wine???".
      That assumes something else -- that Windows sticks to the specs. On top of all of the above, Windows doesn't stick to the specs.
  • by Anonymous Coward on Saturday May 24 2008, @04:31PM (#23530970)

    Bug fix 13343: Microsoft Office 2003 won't install
    Great! Finally, I can install Wine without worrying about accidentally installing Office 2003.

    Thanks, guys! Great work!
  • Does Wine work... (Score:3, Interesting)

    by dargaud (518470) <slashdot @ g d a r g a u d .net> on Saturday May 24 2008, @05:17PM (#23531278) Homepage
    I have tried Wine a few times without success and the documentation was sparse at the time. It has probably improved, but anyone cares to tell me:
    - can you run a windows installer and then run the installed program ?
    - can you do this also if the installer puts some dlls in the windows system directory ?
    - what kind of programs won't work ? .NET ? ActiveX ? DirectX ?
    - Photophop ?
    - How much of a performance hit do you take ?
    • Re: (Score:3, Interesting)

      From personal experience:

      - You can run a Windows installer, that's the normal way of installing software under Wine, in fact. Standard installers work fine most of the time.
      - You need to override some DLLs for some application - fortunately it's easily done through wineconfig, and the Wine App DB is helpful in specifying settings that improve the compatibility for a certain app. Generally, installers that want to put stuff into c:\windows aren't a problem as Wine maintains a virtual C: drive.
      - Some .NET app
    • - can you run a windows installer and then run the installed program ?

      Integration is fairly good, for a single user. With the standard Ubuntu Wine package, you can double-click on EXEs to run them. Installers work fine, and at least on Kubuntu, they can install working shortcuts to your desktop, and the Windows start menu is under the K-menu, under "Wine" (so I can go K->Wine->Programs->Accessories->Notepad, for example).

      - can you do this also if the installer puts some dlls in the windows system directory ?

      Wine lives in ~/.wine, with a fake C drive at ~/.wine/drive_c (by default). So I don't really see any reason this wouldn't work -- the DLL woul

      • Re: (Score:3, Interesting)

        With the standard Ubuntu Wine package, you can double-click on EXEs to run them.

        This hasn't been working for a while now. Konqueror shows .EXEs as Windows Executables... fine. Wine Windows Emulator is that filetype's Preferred Application... fine. And they run just fine from the context menu, too! Just not with a double-click. Dumps this in the console (for example): "run-detectors: unable to find an interpreter for /mnt/windows/Programme/firefox/firefox.exe"... as though I'd tried to directly run just

      • Re: (Score:3, Interesting)

        -the performance hit is significant, so don't expect to run the very latest games on WINE yet

        There's no inherent performance hit with using Wine, indeed many programs/games run at the same speed (or faster) than on Windows itself. The places where you see slowdown is typically where support is incomplete, possibly causing software fallbacks.