Slashdot Log In
Wine 1.0-rc2 Released
Posted by
kdawson
on Sat May 24, 2008 02:12 PM
from the very-good-year dept.
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.
Related Stories
Submission: Getting closer to Wine 1.0, finally! Windows Out! by Anonymous Coward
[+]
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.
Spill (Score:3)
Re: (Score:3, Insightful)
Astounding... (Score:5, Funny)
Re:Astounding... (Score:5, Insightful)
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.
Parent
Re: (Score:3, Informative)
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.
Re: (Score:2)
Sweet! (Score:3, Informative)
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.
Re:Sweet! (Score:5, Funny)
Parent
Re: (Score:2)
Garbage
(but close to a working version)
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4494 [winehq.org]
I see this a hopeful. We aren't there yet, but I am confident that this will work in a not too large timespan.
Re: (Score:2)
Re: (Score:2, Interesting)
really getting good (Score:3, Informative)
If you want to help: (Score:5, Informative)
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.
MOD PARENT UP! (Score:2)
Re: (Score:2)
I would sure like to help by playing my little part and I also have a native windows installation on my laptop but I wouldn't want to boot into it unless I really need to
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
What exactly is this testing, and what do the results mean?
Re: (Score:2)
Re: (Score:2)
My wife is an architect. She has just started using CAD (Autodesk Revit). We were at the shop yesterday looking for a new windows box for her to use but she fell in love with an iMAC which was on display.
I can get more RAM for the MAC, and parallels, but is it likely to be practical to run Revit on parallels? I know that it would be hopeless on vmware. She needs mouse interaction to be perfect.
I am just looking for an indication of how fast windows runs in parallels.
T
Re: (Score:2)
Every day kind of windows things like running Internet Explorer are flawless and fast. I've had a little luck with some games, but performance is diminished. Since AutoCAD is graphical, I would imagine the answer is a big "it depends." It does seem like there are a number of google hits for Parallels and Revit,s you might have some luck reading forums etc.
Also (I'm sure you know thi
Re: (Score:2)
They're conformance tests, so they check the behaviour of various API calls to make sure that a) Windows does what it's supposed to, and b) Wine does what Windows does.
The first point is significant because MSDN is wrong quite often, and the API often changes behaviour from one Windows version to the next. So the only way to find out what Wine should really be doing is to write conformance tests and run them everywhere you can.
Re: (Score:2)
Is there a way to capture a report from this?
Re: (Score:2)
Re: (Score:3, Informative)
Re:If you want to help: (Score:5, Funny)
Parent
Re: (Score:3, Insightful)
I do that for trivial things I want to share between Windows/Linux/different computers (ie, things not worth getting out a thumb drive for.)
Re: (Score:2)
I mean, if you keep going, the last one that has a meaningful date in it is: http://test.winehq.org/data/200805201000/ [winehq.org] from 4 days ago, I'm assuming.
Re: (Score:3, Informative)
Re: (Score:3, Insightful)
Re: (Score:2)
By the way, the conformance is going A OK. They are a huge success and the number of reports is 5 times the usual. Thanks for the help,
Re:If you want to help: (Score:5, Funny)
The people who do run Linux pretend to run *BSD, to maintain their elite status.
No one actually runs *BSD except Theo de Raadt (he actually runs NetBSD, OpenBSD is a hoax) ~
Parent
Re:If you want to help: (Score:5, Interesting)
http://wiki.winehq.org/MakeTestFailures [winehq.org]
and
http://wiki.winehq.org/ConformanceTests [winehq.org]
For those wondering where the latest data is: in http://test.winehq.org [winehq.org], click on the "Last Modified" column twice, that will bring the latest data to the top.
Thanks to everyone who submitted data so far! We have enough reports for XP now, but any other version of Windows would be handy.
Be sure to run this again when wine-1.0-rc3 comes out next week.
Cheers,
Jeremy
Parent
Catch 22 situation (Score:4, Interesting)
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.
Re:Catch 22 situation (Score:4, Insightful)
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.
Parent
Microsoft Office 2003 bug fix (Score:4, Funny)
Thanks, guys! Great work!
Does Wine work... (Score:3, Interesting)
- 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 ?
- Photophop ?
- How much of a performance hit do you take ?
Re: (Score:2, Informative)
-Yes, usually.
-Specific programs don't work, not general categories.
-Mostly. Go check out its entry on "appDB.winehq.org" for specifics.
-Wine isn't an emulator. For programs that wine works properly with there is no performance hit.
Re: (Score:2)
-Running the installer worked
-I had to fiddle with the WINE registry a bit, fortunately some forum explained how to do that
-now DOD runs crash-free (since yesterday, RC1 still had a bug that made it crash)
-yes, DirectX works (good enough to support the HL2 engine, but probably not 100% complete yet)
-the performance hit is significant, so don't expect to run the very latest games on WINE yet
Re: (Score:3, Interesting)
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.
Re: (Score:2)
-The NVidia Linux drivers being inferior to the Windows ones (I'm running their closed source driver for Linux).
-more overhead in the Xserver compared to the Windows DirectX API
-overhead in WINE's translation from DirectX to OpenGL, including software fallbacks as you suggested.
Obviously not all of those would be the fault of the WINE team, an
Re: (Score:2)
Re: (Score:2, Interesting)
Yes, unless the installer tries to do something that wine doesn't support.
- can you do this also if the installer puts some dlls in the windows system directory ?
Yes. Wine keeps its own windows system directory and applications can put their junk anywhere on the virtual C drive.
- what kind of programs won't work ?
I tried to install a
Re: (Score:3, Interesting)
- 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
Re: (Score:2)
Photoshop 7 is well supported and has been for a while.
CS is well supported although there are a few quirks.
CS2 works well enough to be usable, but activation is broken for numerous reasons (although a solution has been worked out).
CS3 doesn't work at all.
Considering I've spent a great deal of time and money on training and software, and regularly depend on the features of CS2 and CS3, only being able to use CS an
Re: (Score:2)
I popped in an install cd for Fallout, navigated to the cd in Konqueror, right clicked on the 'setup.exe' file, selcted 'run with wine' and it was just like being on windows after that until I exited the finished install.
To further the "Windows" experience, you can then go your appli
Re: (Score:3, Informative)
- 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)
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
Increment (Score:2)