Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Upgrades Software Linux

Wine 1.0-rc2 Released 138

An anonymous reader writes notes the availability of Wine 1.0-rc2. Binaries for major distros are up now.
This discussion has been archived. No new comments can be posted.

Wine 1.0-rc2 Released

Comments Filter:
  • 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.
  • Does Wine work... (Score:3, Interesting)

    by dargaud ( 518470 ) <[ten.duagradg] [ta] [2todhsals]> 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:Sweet! (Score:2, Interesting)

    by Tolaris ( 31078 ) on Saturday May 24, 2008 @05:37PM (#23531420) Homepage
    MOO2 runs just fine in dosbox. The DOS version is considered the better one for network multiplayer, too. Now isn't that frightening?
  • Re:Does Wine work... (Score:2, Interesting)

    by Anonymous Coward on Saturday May 24, 2008 @06:17PM (#23531694)
    - can you run a windows installer and then run the installed program ?

    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 ? .NET ? ActiveX ? DirectX ?

    I tried to install a .NET program the other day and it failed at the very end with an error I didn't understand. The program didn't work either.

    - Photophop ?

    Supposedly. You can look up support for applications at appdb.winehq.org

    - How much of a performance hit do you take ?

    It depends on the application. For some games there is no difference. For others, they are much slower.
  • Re:Does Wine work... (Score:3, Interesting)

    by Mad Merlin ( 837387 ) on Saturday May 24, 2008 @06:25PM (#23531756) Homepage

    -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.

  • Re:Does Wine work... (Score:3, Interesting)

    by ACS Solver ( 1068112 ) on Saturday May 24, 2008 @07:04PM (#23532004)
    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 apps may actually run natively if you use Mono. I've found Wine .NET support to be so-so. DirectX is well-supported. DX8 is fully supported, DX9 is for the most part. I've played Half-Life 2 successfully with Wine, although for the Episodes, you need to turn HDR off - that's an example of a missing DX9 feature in Wine. Sometimes you may take a performance hit if software fallbacks are required.
    - Photoshop runs well. In fact, Photoshop is one of the applications that Wine 1.0 is supposed to run perfectly.
    - Performance is very application-specific. Sometimes they'll run at Windows performance levels or even better. HL2 performed as well as on Windows for me, while Civilization 4 performs somewhat worse, and Oblivion (though it's been a long time since I ran it) performed considerably worse. The small utility applications I often use Wine for run as well as on Windows.

    As a user, one of the bigger problems I notice with Wine are regression bugs. It's not uncommon for an app to work well in one version, be very much broken in the next, and so on. It's something frequently experienced with Deus Ex - sometimes Wine runs it perfectly, sometimes it crashes after startup. Wine generally avoids implementing application-specific code to make certain applications work properly, which sometimes makes compatibility difficult.
  • by jeremy_white ( 598942 ) * on Saturday May 24, 2008 @11:38PM (#23533419) Homepage
    If you have a Linux installation, then you can help with this:
    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

  • Re:Does Wine work... (Score:3, Interesting)

    by Bambi Dee ( 611786 ) on Sunday May 25, 2008 @11:52AM (#23536233)

    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 firefox.exe, without wine.

    /usr/local/share/applications/wine.desktop:

    [Desktop Entry]
    Type=Application
    Name=Wine Windows Emulator
    Exec=wine start /unix %f
    MimeType=application/x-ms-dos-executable;application/x-msdos-program;application/x-msdownload;application/exe;application/x-exe;application/dos-exe;vms/exe;application/x-winexe;application/msdos-windows;application/x-zip-compressed;application/x-executable;
    NoDisplay=true

    According to Konqueror, properties for wine.desktop are:

    Application: Wine Windows Emulator
    Command: wine start /unix %f
    Mimetype: application/x-executable, Description: Executable File
    Mimetype: application/x-msdos-program, Description: Windows Executable

    I removed x-executable from that because, well, it was leading to Konq offering me to run Linux executables with Wine preferably (but again it didn't run Wine for them when double-clicking them). No difference, put it back, no difference, removed it again, no difference.

    Just in case you or anyone is reading this and has any idea what can be done here... it's one of several slightly odd annoyances with even a freshly installed stock Konqueror (it's missing its "Go" and "Window" menus, too), and I'm still more than a little lost in its configuration!

Work is the crab grass in the lawn of life. -- Schulz

Working...