Slashdot Mirror


WINE for Mac OS X in Development

TylerL82 writes "The Darwine Project aims to get WINE up and running through X11 on Mac OS X/Darwin. According to the site, WINE itself compiles rather well, and they'll be using Bochs for the actual x86 emulation. Quite an interesting idea. It's crazy, but it just might work!"

45 of 150 comments (clear)

  1. wwwwoooorrrrrkkkkk by soboroff · · Score: 3, Insightful


    It just might work... but veeeeeeery slowly, if Bochs is underneath it.

    1. Re:wwwwoooorrrrrkkkkk by forsetti · · Score: 4, Insightful

      Actually, this might work out OK -- from their site, Bochs is going to be stripped down (no interface, no SDL, etc) and /just/ provide x86 emulation -- sort of like a software processor. Yes, it will not provide native speed, but it might just be "good enough"....

      --
      10b||~10b -- aah, what a question!
    2. Re:wwwwoooorrrrrkkkkk by addaon · · Score: 3, Informative

      Unfortunately, the slow part of Bochs is not the front end, it's the emulator. Admittedly, calls to the WINE api will run at native speed, but I imagine that very few windows programs spend most of their time there. Otherwise, expect slowdown of 99% - 99.9%... my G3/600MHz runs console apps in Bochs at around 900kHz equivalent.

      --

      I've had this sig for three days.
    3. Re:wwwwoooorrrrrkkkkk by squiggleslash · · Score: 4, Informative
      It just might work... but veeeeeeery slowly, if Bochs is underneath it.
      While the write-up says:
      According to the site, WINE itself compiles rather well, and they'll be using Bochs for the actual x86 emulation.
      The FAQ says:
      The second phase is to then integrate in WINE the QEMU binary translator.

      Additional supporting tools for launching Windows applications from the desktop and an integrated installer are desireable items for the package (like OpenOffice is doing).

      This is distinguished from simply using QEMU to run Windows because there is no Windows here. Just WINE and QEMU to run Windows applications directly under X. That will enable vastly better performance, better integration, and easier administration.

      For Mac OS X, the ideal would be to eventually use the native GUI.

      Further enhancements could include integrated support for things like FAT32/NTFS volumes with Windows under via QEMU (or other PC emulator) so that the same Windows applications could be run in either mode (Windows or WINE).

      My understanding is QEMU has a fairly good reputation, though that might simply be because it doesn't have the overhead of emulating VGA/etc.
      --
      You are not alone. This is not normal. None of this is normal.
    4. Re:wwwwoooorrrrrkkkkk by Cecil · · Score: 3, Insightful

      On the contrary. I'd suggest that *most* windows programs spend most of there time there. In particular, GDI drawing is one of the slowest things you can possibly do in the windows API -- and almost every application does it, to some extent. Which is not to say that Microsoft's GDI sucks (it does) but graphics are a notoriously slow operation when you're busy calculating margins and colors and transparencies and fonts.

      By the way, I hope your numbers are exagguration. If Bochs on a 600MHz processor is incapable of running a program faster than an 8088, then I will be somewhat disappointed.

  2. This will be really slow by NanoWit · · Score: 5, Insightful

    The reason we haven't seen WINE off of x86 yet is because like the name says "Wine Is Not an Emulator". So there's no code in wine that simulates the processor/real hardware. Bochs was just pitifully slow the few times that I used it. This won't have any kind of speed

    1. Re:This will be really slow by Joey+Patterson · · Score: 5, Funny

      there's no code in wine that simulates the processor/real hardware

      True that, but what about other solutions for running PC software on your Power Mac G5?

    2. Re:This will be really slow by radicalskeptic · · Score: 2, Insightful

      Oh god, the humanity. I saw that for the first time this morning, and I just know I'm going to have nightmares about it tonight.

      --
      WARNING: If accidentally read, induce vomiting.
    3. Re:This will be really slow by Shishak · · Score: 2, Interesting

      Does it really need to emulate the win32s stuff. What would the performance be if the win32s stuff ran native on PPC and just ran an x86 emulator for the nonWINE .dlls and application code. All of the screen & IO API could be PPC native. The endian thunking layer may munge everything and destroy the speed though....

      --
      Now I hope and pray that I will But today I am still, just a bill
    4. Re:This will be really slow by addaon · · Score: 3, Interesting

      There's a LOT of reasons that 'all the java tricks' can't be applied; the main one is the different structure of memory. A few of the java tricks (dynamic recompilation, for example) can be; others (instruction reordering) can't be.

      --

      I've had this sig for three days.
    5. Re:This will be really slow by HTH+NE1 · · Score: 2, Funny

      So it's (a) WINE-Bochs?

      --
      Oh, say does that Star-Spangled Banner entwine / The myrtle of Venus with Bacchus's vine?
    6. Re:This will be really slow by Llywelyn · · Score: 4, Funny

      From the article:

      >I have to say that I'm happy - I can keep on using XP. ....and thus getting what he richly deserves for that crime against nature.

      --
      Integrate Keynote and LaTeX
  3. Bochs, WINE, X-Windows... by Llywelyn · · Score: 2, Funny

    What, is this a conspiracy to make Mac systems run more slowly?

    Cool idea, I wish them the best, but I like apps to load within my lifetime...

    --
    Integrate Keynote and LaTeX
  4. Not much different from 68K-PPC conversion by wowbagger · · Score: 4, Interesting

    If you think about it, this COULD be done in a manner simillar to the way Apple handled the 68K to PPC conversion:

    You have BOCHS run the actual application code. When the code makes a call to one of Wine's libraries, you hit an escape sequence and drop to native PPC code for the actual implementation. At the end of the call, you resume emulation. It would probably require some changes in the shim layers between the DLL exports and the core Wine code, but it could be done.

    That worked well for MacOS because applications spent most of their time in OS code (which was native PPC). How well it would work for Windows programs remains to be seen.

    This has been kicked around a bin on Winedev.

    Disclaimer: IAAWD (I AM a Wine developer, in my own small way - I did some cleanup on the Joystick and ADPCM audio code).

    1. Re:Not much different from 68K-PPC conversion by Anonymous Coward · · Score: 2, Interesting

      Actually, when the PPC initially came out, most of the OS was NOT yet rewritten as native code. Thus early PowerPC based Macs were only marginally faster than 68k Macs, but they sped up quicly as more and more of the OS was ported and the 68k emulation code was improved and more and more programs came out with native PPC support.

      Then there was a long hiatus. First, because Apple was retargeting its efforts at Copland (which turned out to be vaporware) and because the context shift between PPC to 68k code execution took a large amount of time, so at some point the strategy of switching one subroutine at a time to PPC actually SLOWED down the machine; you had to basically change all the rest of the OS routines in one go.

      In fact, Mac OS was not fully PPC'ed until Mac OS X came along (because OS X could not run 68k code; however, old 68k programs CAN in fact run inside of Classic).

  5. Unlikely to provide any speed by Anonymous Coward · · Score: 3, Informative

    Virtual PC may run reasonably quickly (still not what I'd call 'fast'), but that's because it used a horrible hack. All PPC processors up to and NOT including the G5 were bi-endian. VPC switched their endianness while it was running so it could do everything without swapping bytes. This is both the delay to further VPC releases and the reason x86 emulators will remain quite slow.

    1. Re:Unlikely to provide any speed by FredFnord · · Score: 3, Informative

      > All PPC processors up to and NOT including the G5 were bi-endian. VPC switched their endianness while it was
      > running so it could do everything without swapping bytes.

      Incorrect. It used specific little-endian processor instructions, but it did not put the chip into little-endian mode.

      And, oddly, Virtual PC's performance was never more than 25% or so greater than SoftWindows's performance, and SoftWindows never used them at all, and was a badly-ported 680x0 program by then to boot. So frankly, I have my doubts that this is really going to make that much of a difference.

      -fred

      --
      Sign #11 of Slashdot overdose: You see the phrase 'moderate Republican' and you wonder if that would be a +1 or a -1.
  6. spend all that money by thinkpol · · Score: 2, Funny

    .. to get a computer that DOESN'T run windows. One that is faster, more secure, runs a more stable OS and is more powerful, just so that you can emulate a PC so it's slower, and less stable. Weird.

    1. Re:spend all that money by austad · · Score: 2, Informative

      Well, try viewing Visio VSD documents under a Mac. Not possible. And for those of us who are network guys, and need to use visio for work, it kind of puts a damper on having a shiny new mac sitting on my desk.

      OmniGraffle supports VSX files, but not VSD, which is what everyone is using because Visio defaults to the VSD format when saving.

      There are other various apps too that just do not exist on a Mac, but get used by network guys and only run under windows (typically config compare programs, cisco password crackers, etc)

      The point is, there needs to be some software that will allow one to move to a mac, but provides some sort of transitional workaround until something native is available.

      --
      Need Free Juniper/NetScreen Support? JuniperForum
  7. I don't mean to whine but... by amichalo · · Score: 2

    DISCLAIMER: My only experience with using X11 on OS Xis running OpenOffice via it.

    I am concerned that this will simply be too slow to be useful. Even with a 1Ghz G4, loading OO.o, which uses X11, is very slow (takes minutes to load). I could only imagine loading an exe via WINE via X11 via OS X would be an exercise in patience.

    Any info on minimum system specs or performance levels the project is targetting. (I tried to RTFA but there was little substance.)

    --
    I only came here to do two things; kick some ass, and drink some beer...looks like we're almost out of beer.
    1. Re:I don't mean to whine but... by Unregistered · · Score: 2, Informative

      are you using oo 1.0.3? cause tat loads slow when running a custom compiled versio on gentoo x86. Once they have oo 1.1 (they might already; i haven't checked) for OSX, it'll be much faster. It is on linux.

  8. Two things by Llywelyn · · Score: 3, Insightful

    ...that might throw a wrench in that, even assuming the apps do spend their time in system calls.

    0) The PowerPC was an order of magnitude faster than 68k series. IIRC the 601 had twice the clock and was faster per clock than the 68040. There is no such advantage here.

    1) In order to handle everything correctly here the bit-order is going to have to be switched (different endians). This is not fast on a good day.

    --
    Integrate Keynote and LaTeX
    1. Re:Two things by g_lightyear · · Score: 5, Informative

      Not necessarily. The technology being chosen is a combination of native code - which can do any necessary 'transitions' to a 'normal' endian mechanism at the API boundary between WINE and the application - and the emulator in question.

      The emulator in question is based on something similar to the FX! Alpha code recompiler; it provides an execution environment, yes, but also dynamically recompiles code into native.

      Between the core Windows libraries being "native" (in that they're wine lib, and therefore PPC-compiled native on OSX, not native x86) and the remainder in this 'recompiled' code execution environment, it's possible to strip out much of the endian issues.

      Not saying they will - only that there's a lot of room to manoeuvre here.

      Free.fr, where the project is hosted, is (of course) being slashdotted.

      One of the performance metrics lists the QEMU version of gzip (x86 on PPC) being 5 times slower than native (for example) - and comparison to bochs put bochs well behind (however, qemu had no MMU emulation).

      --
      -- A mind is a terrible thing.
    2. Re:Two things by clem.dickey · · Score: 4, Informative

      > the bit-order is going to have to be switched (different endians). This is not fast on a good day

      That's byte order, not bit order.

      Even on a bad day dealing with byte-reversed integers on a PPC requires just two instructions: Load Byte Reversed and Store Byte Reversed. These replace the Load and Store which PPC uses for native data.

      Floating point load/store would suffer, though. You would have to use the integer unit to reverse the bytes, as there is no Load/Store Float Byte Reversed.

      Note that data in a PPC register has no endianness, because PPC registers, unlike PPC memory, do not provide byte or bit addressability. (The original POWER processor have an "extract bit" instruction which extracted a bit at (big-endian) position n in a register. This instruction was not carried forward to the PPC.)

    3. Re:Two things by Lord+Kano · · Score: 2, Informative

      The PowerPC was an order of magnitude faster than 68k series. IIRC the 601 had twice the clock and was faster per clock than the 68040. There is no such advantage here.

      The PPC was faster per clock cycle. In terms of actual clock frequency, the first PPCs were slower than the fastest 68040s. The PowerMac 6100/60 ran a PPC 601 at 60 mhz. The Quadra 840AV ran a 68040 at 80mhz (all IO to the logic board was done at 40mhz), near the end of the 68k's lifetime, Apple started to refer to such machines as 40/80 when talking about their speeds.

      Running 68k code the Quadra 840 would pound a 6100/7100/8100 into the ground. When more Apps started to come compiled for the PPC, that was when they really started to shine.

      LK

      --
      "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
  9. Soft Foundation by metrazol · · Score: 2, Interesting

    I'd love to see WINE on OS X but will it run any faster than Dosbox? I know you're thinking "Oh, great, he's comparing WINE to a game environment emulator." but hey, it's the same problem. Dosbox emulates a 286 or so wholesale, which is...well...useful for old DOS games, but can Wine promise anything more? WINE is, obviously, not an emulator, so it has to work on top of an actual emulator. Dosbox is slow. Bochs is slow. WINE is fast...on a high end x86. WINE won't run so well on your old 386. So if WINE is running on top of Bochs, is it like taking your Ferrari out for a spin in wet cement? ...or is soembody going to do some brilliant hacking that magically turns my G4 into an Athlon?...or a K6? ...P2? ...486?

    --
    "Life's funny sometimes." "And sometimes it isn't." --Cat's Cradle
  10. Just Goes To Show... by Flwyd · · Score: 4, Funny

    All problems in Computer Science can be solved by adding another layer of indirection.

    --
    Ceci n'est pas une signature.
  11. Not using Bochs... by BlueSteel · · Score: 5, Interesting

    According to their FAQ, they aren't using Bochs for x86 emulation, but QEMU. I have no experience with QEMU, but according to some of the posts on Darwine's sourceforge message board, it's much much faster than Bochs. I wish these guys luck. I'd love to have wine running on OS X.

    1. Re:Not using Bochs... by nathanh · · Score: 4, Informative
      According to their FAQ, they aren't using Bochs for x86 emulation, but QEMU. I have no experience with QEMU, but according to some of the posts on Darwine's sourceforge message board, it's much much faster than Bochs. I wish these guys luck. I'd love to have wine running on OS X.

      The reason QEMU is faster is because of dynamic translation.

      Bochs decodes each and every instruction just before it is executed. So if you have a loop that executes 100 times, you have to decode the same instructions 100 times. That's incredibly slow. I have seen estimates that Bochs needs 160,000 native CPU instructions to emulate a single x86 instruction.

      QEMU takes a block of code (typically a whole page) and translates the block into the native instruction set. Then it executes the translated block of code. QEMU tries to keep translated blocks around as long as possible, using dirty bits to determine when retranslation is needed. This is the same technique used by VirtualPC on the Macintosh. It is much faster than Bochs!

      There is experimental code in Plex86 to do dynamic translation and Bochs can use Plex86 as the backend (it offloads entire pages of code to Plex86). So it's possible that Bochs will one day achieve the performance of QEMU.

      Take note that QEMU is usable today, just so long as you're running purely Linux binaries. It is possible to use QEMU to run Linux/x86 binaries on Linux/PPC for example. QEMU's dynamic translation engine is pretty decent. QEMU doesn't emulate the PC hardware. Bochs does emulate the PC hardware. If you could cherry pick the dynamic translation from QEMU and the PC hardware emulation from Bochs then you'd have something to compete with VirtualPC right now.

    2. Re:Not using Bochs... by caseih · · Score: 2, Informative

      Actually QEMU has mode where they are emulating the hardware. Right there are reports of windows 98 booting in the full virtual machine that qemu can now do. Obviously the linux binary loader part of qemu is faster and lighter, but qemu is a full emulator/virtual machine, soon to be on par with bochs and maybe virtualpc. There's even talk of using the qemu dynamic translation engine in bochs instead of the slow mechanism it currently uses.

      Note that this darwine project is not a virtual machine per se, but a windows exe loader and api/ x86 code interpreter. The goal being to run windows exes on OS X as if they were native (this does not mean it has anything to do with quartz). In some respects, darwine could be compared best with the qemu linux loader portion of their project.

  12. Bochs? by CODiNE · · Score: 5, Informative

    I don't know where all this Bochs talk is coming from. I checked the FAQ and looked around some links and never saw it mentioned. QEMU on the other hand seems to be what they're putting in the official release. Maybe Bochs is in there for now for compatibility reasons. QEMU is waaaay faster than bochs, I can't wait til this is packaged up in a DMG that I can recommend to my OS X buddies.

    --
    Cwm, fjord-bank glyphs vext quiz
  13. Headf*ck!! Difficult to understand... by polyp2000 · · Score: 2, Interesting

    This is a really weird one, and it is difficult to say how fast or slow it might be.

    Many of the core Win32 api's and DLL's have been re-implemented as Linux native equivalents as part of the wine project. If these are compiled as linux ppc versions, and you have an x86 emulator running the non-ppc bits, you get a really bizarre hybrid of code executing. It will be really interesting to see how this works. Its also pretty difficult to say how fast or slow this thing is going to be, due to the strange architecture. My brain is having a confusing time trying to figure out how they would string these components together.

    Nonetheless, good luck to them, its an ambitious project and probably has some far reaching implications for the future.

    --
    Electronic Music Made Using Linux http://soundcloud.com/polyp
  14. "Slow" is relative by fm6 · · Score: 4, Interesting
    It's true that emulating a serious CPU takes a lot of crunching. Which is why we've traditionally relied on campatibility layers (like Wine) and hardware support. But like many other problems, this one is being nibbled at by increasing CPU specs.

    When I want to play an old DOS game on my XP system, I don't mess with a compatibility layer (complicated and unreliable) or reboot to DOS (damned inconvenient). I run DOSBox, which emulates not just the CPU, but the sound card and video adapter as well! The overhead is horrendous (Sword of the Samurai takes more than half the cycles on my 1 Ghz Pentium III), but well within the capacity of my system. And that's a real-time application! I imagine the DOSBox would barely notice the overhead for something less CPU-intensive, like a word processor. One of these days, I'm going to have to try Windows 3.0...

    I think most Windows desktop applications (database clients, productivity software) would have even less overhead than my old DOS games. But even if they had a lot more, consider the specs of a low-end Macintosh. Its CPU cycles as fast as my Dell's, and the raw crunching power of a G4 is possibly twice that of my PIII. Never mind a dual-processor G5!

    Which isn't all that expensive. If performance and usability were the only criteria for buying a computer, I'd be a Mac fanatic. As it is, I hardly ever touch one. Oh well.

  15. Lemme get this straight... by Ianoo · · Score: 2, Insightful

    Let's see now:

    x86 assembler instructions translated to PPC assembler instructions (two fundamentally different microarchitecture designs, CISC vs RISC and endian issues) using the Win32 API translated to Xlib (X Windowing System) talking to Apple's X Server translated to PDF commands and sent to Quartz.

    Can you say "speed demon"? If you need to run Adobe Illustrator that badly, then at this sort of speed it'll probably be easier to decompile it, port it and recompile it!

  16. some people by Enrico+Pulatzo · · Score: 4, Funny

    will do anything to play minesweeper.

  17. Looks like your average OS project by Lars+T. · · Score: 2, Funny

    The To Do list shows 15 tasks, one guy working on 4 (one finnished), one on another, and 3 working on the most important one: Improving the Webpage. The rest has yet to be assigned.

    --

    Lars T.

    To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

  18. How about me? by blackmonday · · Score: 2, Funny

    Anyone know when WINE is getting ported to Windows?

    1. Re:How about me? by wowbagger · · Score: 2, Informative
      Anyone know when WINE is getting ported to Windows?


      Actually, there is an effort to port Wine to run under MinG and Cygwin. The idea is that you could run a program under native Windows, then run it under Wine, and observe the differences. Then you try to make Wine more like Windows.
  19. Convert x86 binaries into PPC? by Slur · · Score: 2, Interesting

    There is but One Rule for computational speed: "To make it go faster, make it do less."

    WINE is smart because it re-implements many Windows DLLs natively. QEMU is smart because it caches and executes native code built from x86 code. Taken together the speed should be noticeably better than VirtualPC.

    But the most optimal method by far would be to convert x86 binaries into PPC application packages that link to native libraries / frameworks corresponding to Windows DLLs. Such translated binaries would require no emulation layer, just the presence of the necessary libraries.

    But can you imagine how complex it would be to convert x86 code into PPC code? And yet part of me thinks this brute-force method is almost trivial. It's simple enough to disassemble machine language. And one could certainly disassemble x86 code into a working C equivalent where C variables correspond to x86 registers.

    Besides the fact that this would be an exacting and laborious task, what other barriers exist for this approach?

    --
    -- thinkyhead software and media
  20. Re:Hardware Emulation instead? by Hes+Nikke · · Score: 2, Informative

    Since you bought up the problem of cost why not make a PCI bus card or a firewire box that has a PC in it? A nice 386 PC or maybe even a pentium.

    Orange Micro used to make a few cards that did this. i still have a OrangePC 550 laying around. it's a K6-2/233 with it's own dedicated 256 MiB of memory and all the external ports you'd expect on an AT PC coming off a cable 'octopus' (save keyboard) - this thing even had it's own BIOS. this card only cost $200 or $300 less then getting a full blown PC, of the era (AKA $850 for a PCI card!)

    the trick is that it hijacked the mac monitor, keyboard, and mouse while it was in use. it had a mac program running that hosted hard disk images (like virtualPC) for the PC to actually work. the host application also provided a few other VPC features like clipboard shearing.

    sadly, virtualPC running on a 500 MHz G4 is just as fast, and the card isn't even supported on Mac OS 9 anyway.

    it'd be interesting if a darwine type project could act as a new host for this card, custom OS and all....

    (Apple used to make a similar card and setup, and even bundled it with a few older macs - Performa 640, PowerMac 6100/DOS, ect. they even advertised this on TV!)

    --
    Don't call me back. Give me a call back. Bye. So yeah. But bye our, well, but alright we are on a shirt this chill.
  21. Re:This could be a very good thing... by Quobobo · · Score: 2, Insightful

    At the same time, this would really discourage development of native OS X apps, and I think we'd probably get a lot of very shoddy quick-recompile jobs. Could be a double-edged sword.

  22. Error in article - darwine intends to use qemu by Corpus_Callosum · · Score: 2, Informative

    Take a look at their forums where this question was asked: qemu, not bochs

    --
    The reason that it can be true that 1+1 > 2 is that very peculiar nonzero value of the + operator
  23. They really screwed up this article - QEMU by Corpus_Callosum · · Score: 3, Insightful

    Unfortunately, this write-up is totally screwed up. The intended emulator is QEMU, which can already be used on PPC/Linux to run Wine at speeds aproaching native speeds. I posted a link to the forum where this is discussed elsewhere, but here it is again.

    QEMU is a dynamic translator that decompiles x86 executables and recompiles them into PPC, caching the results. You can find the qemu project here.

    Not only will this work, but it will work FAST. In fact, it will probably even be possible to drop windows DLLs onto your mac in the same way that you drop them onto Linux in order to get Wine to work better (using native windows DLLs instead of Wine clean-room versions). Remember, QEMU is a dynamic translator.

    --
    The reason that it can be true that 1+1 > 2 is that very peculiar nonzero value of the + operator
  24. Re:I somehow doubt this will be any good by forkazoo · · Score: 3, Informative


    As it's been said here, Wine is not an emulator. The reason it works as well as it does is BECAUSE it's running on x86 hardware. Having it emulate x86 is going to really bog it down. I seriously doubt it will work better than VirtualPC. However, if they can get hardware vidoe acceleration working, then it might just be worth it.


    Video acceleration comes free, through a few layers of abstraction. Basically, the windows program will call some Win32 API function
    FooDrawTextlpsz(string);

    The CPU emulator runs along fine and dandy until it hits this point, and needs to jump to the Win32 native API code. It calls WINE for this.

    WINE is a natively compiled PPC application / library, so FooDrawText is just native compiled PPC code.

    WINE takes the Win32 function, and uses an Xlib equivalent. XFooMakeStringGetDrawn(string, MONACO) or whatever.

    The X server takes this Xlib call, and passes it to the Aqua drawing system, because on Mac OS X, the X Server is just an Application running alongside other native Apps.

    So, Aqua draws the text into the window at the correct position, just as windows would on a native system.

    This window is treated as a texture object.

    The texture is used by the Quartz Compositing engine to draw the window to the screen by using OpenGL.

    OpenGL takes the instructions to draw the windows, and hands them off to the video driver.

    The video driver then instructs the card to finally draw the window onto the screen, using native commands for the specific card.

    Lo and behold, the X86 Win32 request to draw text has resulted in a picture of some letters in our frame buffer.

    Egad, I should probably take up baking.

    So, anyhow, my point is that the Wine/ppc guys don't need to write an emulator for the video hardware. Though it's heavily abstracted, they get video acceleration for free thanks to the existing Xlib code. The Win32 application never touches the actual video device - it just makes API calls which make things happen to the hardware. Now, if this were a DOS emulator, it'd be completely different. You would need to actually emulate a VGA card that the program can have to itself.

  25. Re:I saw Wine on log, Indiana Jones game demo by Raven42rac · · Score: 2, Informative

    IIRC, some of Aspyr's games are merely "wine-ized" versions of their Windows games. This is probably a licensed version of Wine. It has the potential to make the porting process easier, since there is no real porting of the code, if it is stable I can't blame them, but customizing it to the OS instead of emulating it would have been a nice touch. NOLF 2 and Simcity 3000 being the first that pop into my mind. Also, they get kinda funky if you try to save on a different partition than the game is located.

    --
    I hate sigs.