Wine Wine Gecko Installer Mac

This is the 332nd issue of the Wine Weekly News publication.Its main goal is to play NTN. It also serves to inform you of what's going on around Wine. Wine is an open source implementation of the Windows API on top of X and Unix. Think of it as a Windows compatibility layer. Wine does not require Microsoft Windows, as it is a completely alternative implementation consisting of 100% Microsoft-free code, but it can optionally use native system DLLs if they are available. You can find more info at www.winehq.org

The way it works is simple: Double-click a Windows.EXE and macOS attempts to open it inside the Wine.app. If that fails, then try WineBottler, which is more convoluted to use. I find Wine.app to be more reliable and easier to use than WineBottler for most purposes. It's simply called Wine.app. I have no idea why MU doesn't provide a page for it. Option 2: Creating a shortcut (the sexy way) Open TextEdit and make sure it is in plain text mode (Shift + Command + T). Assuming you followed the directions above, paste the following into TextEdit: #!/bin/sh cd wine mtgo.exe. If you installed mtgo.exe elsewhere, replace with the path to the mtgo.exe file.


This week, 248 posts consumed 454 K. There were 85 different contributors. 45 (52%) posted more than once. 48 (56%) posted last week too.

The top 5 posters of the week were:

  1. 25 posts in 25K by julliard at winehq.org (Alexandre Julliard)
  2. 18 posts in 25K by truiken at gmail.com (James Hawkins)
  3. 11 posts in 28K by stefan at codeweavers.com (Stefan Dösinger)
  4. 11 posts in 12K by rob at codeweavers.com (Robert Shearman)
  5. 11 posts in 19K by mk144210 at bcm.edu (Misha Koshelev)

Mac
News: Novell's Patent FunArchive
News

More than a few people have been angered by Novell's patent indemnification agreement with Microsoft. If you're looking for a bunch ofreally exciting fun, you can find a redacted version of the entire agreement filed with the SEC. There's two nice bits in there about Wine. The firstpretty much means Novell won't ever ship Wine (someone please correct me ifI'm wrong because it's late and I might have pieced it together wrong.) Why?Let's look at the covenant the two are agreeing to. It says:

Covenanting Party, on behalf of itself and its Subsidiaries, hereby covenants not to sue Covenanted Customers for infringement under Covered Patents of Covenanting Party on account of a Covenanted Customer's use of specific copies of a Covered Product as distributed by the other Party for which the other Party has received Revenue (directly or indirectly) for such specific copies; provided the foregoing covenant is limited to use by such Customer (i) of such specific copies that are authorized by the other Party in consideration for such Revenue, and (ii) within the scope authorized by the other Party in consideration for such Revenue.

So, it basically says: 'We won't sue your customers if they're using Covered Products'. Ok.. what's a covered product. Since you asked,

1.1 'Covered Products' of a Party means all products and services sold, licensed, supplied, distributed or otherwise made available by such Party except for Foundry Products, Clone Products and Other Excluded Products (collectively, 'Excluded Products').

Alright, so you can't be sued if you're using Covered Products, butthat means you better not be using a Clone Product. What's a that? Well,the definition gets a little long, but it basically says an existing productthat implements a bunch of APIs among other things isn't a clone product except for Wine and few others:

1.7 'Clone Product' means a product (or major component thereof) of a Party that has the same or substantially the same features and functionality as a then-existing product (or major component thereof) of the other Party ('Prior Product') and that (a) has the same or substantially the same user interface, or (b) implements all or substantially all of the Application Programming Interfaces of the Prior Product. Those portions of a product that are otherwise licensed to one Party from the other Party, or that are compliant with a specification of a standards organization as to which the other Party has consented to the use of its Patents therefore, shall not be considered in determining whether the product is a Clone Product.

(i) The Parties agree that products sold, licensed, supplied, distributed or otherwise made available by a Party for Revenue before the Effective Date ('Existing Products') will not be deemed Clone Products. For purposes of clarification, the parties acknowledge that any features and functionality of such Existing Products ('Existing Product Functionality') may beconsidered in determining whether a new product (or major component thereof) meets the requirements set forth in the first paragraph of this definition, provided that, even if a new product (or major component thereof) meets such requirements, only those Patents covering inventions in new features and functionality in such Clone Product may be asserted against such Clone Product, and only with regard to Clone Product Functionality. For purposes of this subsection (i), 'Clone Product Functionality' means features or functionality (other than Existing Product Functionality) that add to meeting the requirements set forth in the first paragraph of this definition.

(ii) Notwithstanding subsection (i) above, Wine, OpenXchange, StarOffice and OpenOffice are not subject to such subsection (i), however, the exclusion of such products from such subsection (i) is without implication as to (and shall not affect the determination of) whether such products (or any features or functionality thereof) are Clone Products.

So, it appears Wine isn't covered by the little patent agreement and I'dguess Novell wouldn't ship any product that isn't. There's also this choicegem:

4.2 Customers and Distributors. The parties, on behalf of themselves and their Subsidiaries, irrevocably release the direct and indirect Distributors of the Parties from any liability for Patent infringement arising on account of using, importing, offering for sale, selling, licensing, supplying, distributing, otherwise making available, or promoting the commercialization of the Parties' products and services (including Excluded Products) prior to the Effective Date, provided the foregoing release does not apply to Wine or to any product for which such other Party did not receive Revenue directly or indirectly. The parties, on behalf of themselves and their Subsidiaries, also irrevocably release the respective direct and indirect Customers of the other Party from any liability for Patent infringement arising on account of using the Parties' products and services (including Excluded Products) obtained priorto the Effective Date, provided the foregoing release does not apply to Wine orto any product for which such other Party did not receive Revenue directly or indirectly.

Over at LinuxGames there's an interview with Ryan Gordon about the state of Linux gaming and what technologies on the horizon will be important. Ryan has been doing ports of programs to Linux and Mac OS X for over a decade now. Going all the way back to the games ported by Loki, Ryan has probably been responsible for more commercial applications beingported to Linux than anyone else. Asked to rate technologies on a scaleof 1-10, with 10 being the highest, this is what Ryan had to say about Wine:

They're a 2.

I think they'll always be around, and as long as Windows is dominant, they'll definitely have a use, but I just never manage to find anything that works with them, game or otherwise. Most things I've tried tend to crash on startup, but I don't really put much effort into it, and to be fair, I've never really tried to use them for the things they want you to: Microsoft Office, World of Warcraft, etc, so my results aren't really surprising. Usually it's more like data wrapped in a Windows installer .exe that I need to extract and can't.

But if you can only use it for a handful of apps, I'm not sure it justifies the man-years of development going into them. It seems like implementing the entire win32 API to run iTunes is a long way around just to be able to buy stuff from the iTunes Store. That's just my opinion, though.

People talk about Wine and company like it's going to kill Linux, but I just don't see that happening.


ntoskrnl.exeArchive
Architecture

There's been some interesting projects being worked on within Wine.This week the series of changes that got the most attention was Alexandre'swork on ntoskrnl.exe. What is that exactly? In short, it's the actualNT kernel that all of the major DLLs dispatch calls into. From there,ntoskrnl takes care of dispatching the calls to things like the actualhardware. In short, it's what gets you to the metal.

Now, ntoskrnl.exe is not exactly news. There's been versions floating aroundfor a few years. ReactOS has their version of it. A version of that was hacked to create CaptiveNTFS. Ivan Leo Puoti and Vitaliy Margolen worked on a version specific to Wine back in 2005. That work proved that it waspossible to get the Safedisc copy protection kernel driver to work with Wine.At the time, some infrastructure didn't exist within Wine to make the designclean enough for Alexandre to accept the patch. It looks like that's changedthough and Alexandre is implementing ntoskrnl.exe himself. Here are thecommit logs that came through this week regarding it:

  • ntoskrnl.exe: Initial stub version with forwards to existing functions
  • hal: Added an initial stub
  • ntoskrnl.exe: Implemented IoCreateDevice and IoDeleteDevice
  • ntoskrnl.exe: Implemented IoCreateSymbolicLink
  • ntoskrnl.exe: Export KeServiceDescriptorTable and KeTickCount
  • ntoskrnl.exe: Added IofCompleteRequest
  • ntoskrnl.exe: Implemented a number of memory allocation functions
  • ntoskrnl.exe: Export a Wine-internal function to run the device request handling loop
  • ntoskrnl.exe: Implemented PsGetVersion and added stubs for a couple of other Ps functions
  • ntoskrnl.exe: Reuse the kernel32 instruction emulation support for kernel-mode drivers.
  • ntoskrnl.exe: Implemented a couple of time-related APIs.
  • Vitaliy Margolen : ntdll: Implement RtlWriteRegistryValue and forward ntoskrnl to it.

Ideally this kind of mechanism could be used to load any Windows .sysdriver with ways for them to talk to hardware. In reality, that's prettytough because at some point you need to translate the Windows calls downthrough the Linux kernel. Last week a generic method was discussed forUSB devices (see WWN #331)that would add USB infrastructure to ntoskrnl and potentially forward thecalls to libusb. All in all, we're a lot closer than we were simply becausefinding a framework acceptable by Alexandre is often the hurdle in a lot ofareas affecting core architecture. However, there's still a large amount of work to be done for that to work to even get Safedisc copy protection working,which seems to be the point of this patch. However, Safedisc supportis huge and will allow a lot more programs to work out of the box.

So as far as direction goes, right now it appears a lot needs to bedone implementing the stubbed functions. Alexandre then alluded to some of thework to finish implementing this:

ntoskrnl needs to be loaded from aservice process that will take care of importing msvcrt. Currently the driver is executed directly which cannot work.

Shortly after that a few more additions showed up:

  • winedevice: Add a service process that loads and runs a kernel driver.
  • advapi32: Launch winedevice. exe when asked to start a kernel driver service.

Gecko Package UpdateArchive
Web/HTML

It's been a while since we talked about Wine and Mozilla's Gecko integration. Jacek Caban continues to improve the HTML integration inWine using Gecko. This effort has been going on for a few years andfor the most part Jacek has done all the work. It relies on a separatepackage to be installed providing the slim HTML engine and this weekhe announced an updated version of it:

It's time to update our Gecko package. I've prepared a new one. I'd liketo avoid any regression, esp. ones that would require changing thepackage again. That's why I'd like to do a good test. I'm interested inregressions, so just a simple test if app that worked before still workswill be fine. To do so download:

    http://gerwazy.lo3.wroc.pl/~jcaban/wine/wine_gecko.tar.bz2
  1. if you already have installed Gecko, simply extract the package andreplace c:windowswine_gecko with it.
  2. otherwise extract the package and set the GeckoPath variable in theHKCUSoftwareWindeMSHTML registry key to its location.

Then run an app and check if it still works.

Note that you have to use current Git, older Wine is not compatible withthe new Gecko.

Expected visible difference should be:

  • Working scrollbars (still not perfect, they will be visible even ifapp sets it to not be, but it's better than before - I will work on itlater)
  • Pages that require plugins will render like there was no plugininstead of offering to download one (that doesn't work anyway)

From a technical point of view this version differs much from the previousone. The previous version was just a SeaMonkey with manually removed andchanged some files. This one is my build from source (I will create apage on wiki about how to do so). It's based on XUL Runner 1.8.1.3,which has the same source as Firefox 2.0.0.3.

After testing it, I will change the Gecko installer a bit to be able to dealwith different Gecko versions for different Wine version and upload itto SourceForge.

The announcement led to a few regression reports. It also led to Vitaliy Margolen discovering scrollbars worked in Steam for the first time.Right now it seems Jacek might be looking into Gecko more closely to discover the source of the some of the regressions. Replacing some Gecko libraries with older versions seems to fix some of the issues. In fact, Jacek did release a newer version a few days later using thesame URL as announced above.


Making Direct3D ThreadsafeArchive

Threadsafe Direct3D is probably one of the biggest items left onStefan Dösingers to-do list. This week he posted the plan forhow it will hopefully work and test patch for DirectDraw:

After writing some tests for synchronisation in ddraw, I have new versions of my thread safety patches for ddraw. I want to show them for some ideas / comments before sending them in.

Basically windows ddraw seems to hold a DLL global lock whenever some code of the DLL is executed even in functions that wouldn't need it (like AddRef, can use interlocked addref), unrelated calls (2 different ddraw objects or surfaces) or before checking erroneous params.

As per Alexandre's comments, we don't want to copy all this insane locking exactly (until we find an app that really needs this. Basically my 2 patches handle it like this (for the ddraw object only - all others will follow):

  • When a method needs locking, the lock is acquired after printing the trace, but before checking error conditions (like windows).
  • If a method doesn't need locking (e.g. unimplemented, or just a getter for static info (GetCaps), or QI / AddRef / Release), then the lock is not held

Since ddraw, d3d8 and d3d9 need their own locking anyway, my plan is to implement locking in them and assume synchronised calls in wined3d - ie no wined3d locking. No 2 threads may call wined3d at the same time, and ddraw/d3d8/d3d9 have to take care of that. That keeps the code simpler.

Attached is my test (threading.c), the locking for main and ddraw (merged it accidentally - need to split it up again. The plan is to continue like that for the rest of ddraw and d3d8/9

Henri Verbeet did a quick review and thought the plan sounded good.


Free FontsArchive
Fonts

RedHat has sponsored the development of some open source fonts thathave glyph characteristics similar to ones on Windows. They're callingthem Liberation fonts.This has the potential to make a lot of Wine installations behave bettersince installing a good set of fonts goes a long way toward fixing annoying bugs. Dan Kegel added the download to his winetricks scriptto see if they'll prove useful. Scott Ritchie began thinking about somethingmore permanent:

I'm pretty sure the proper place for these fonts is as a separate distropackage - perhaps one that Wine can depend on.

If the liberation fonts aren't yet being packed up in Ubuntu, I'll seeabout adding a new package for them.

Mark Cox replied:

Scott, That wasn't what i was thinking when i suggested it to Dan. If users test the fonts with wine, which they can now do using winetricks, i was hopingthat the font names could be remapped/hacked so that the names of the mscorefonts map to the redhat fonts. If that is successful, the fonts could be included in wine and we wouldn't need mscorefonts anymore.

Han Leidekker provided a quick script to try make that process happen:

Yes, we should be able to eliminate a number of font related bugs byshipping with these fonts. Apps like Picasa [1] appear to ask for aspecific font name, others even reference the font file directly.

There's another bug where if an app installs the first truetype fontin Wine all subsequent text is shown with that font [2].

These bugs can be worked around by installing corefonts.

I have attached a script that changes the filenames of the Liberationfonts as well as the font names inside the files to match native.It requires fontforge to be installed and assumes you have alreadyloaded the Liberation fonts, with winetricks for example:

    $ wget www.kegel.com/wine/winetricks
    $ sh winetricks liberation
    $ sh convert_fonts

Scott Ritchie thought doing a hack like that (namely, renaming thefonts) wasn't the right thing to do:

All right, clearly we need to handle this somehow. I'm just thinkingthat there needs to be a way to install these fonts WITHOUT Wine suchthat they're available to non-Wine programs, and that when a user hasdone that Wine should then reference those fonts rather than duplicatethem.

Something like a (free) Wine-fonts package, which would be a dependencyof Wine. I didn't mean adding them to the mscorefonts type packages(which currently isn't a dependency of Wine)

Hans actually made a case for including them directly in Wine; someapps may check explicitly for the existence of the font files:

Yes, distros should make these fonts available to all applications.I have no doubt they will because the license is right and they makesome web pages and Word documents look better.

I was looking beyond that actually, because the license permits us toimprove Wine's compatibility even more. By generating modified versionswe can make applications work that assume the presence of these fontsand their files.

So yes, there is duplication involved, but it is balanced by being morecompatible.


Keyboard Handling ChangesArchive
IO

Release early, release often.. that works in theory, right? At the veryleast it can be detrimental to a project when developers work in secret without telling anyone. At worst, it can lead to a massive duplication ofeffort. This week Oleh Nykyforchyn dropped a patch bomb on wine-develdealing with keyboard handling:

I need an advice on what to do with some piece of code that I have written forabout 3 years. I started to make changes in Wine keyboard driver because I wasnot able to use MS Office under it on my Linux box (3 or 4 XKB groups, 2 overlaygroups used, English, Russian, Ukrainian, Belarusian, German and Polishlayouts). First I submitted a patch that adds koi8-u encoding to Wine, and it was happily introduced. But my changes to X11DRV (now winex11) keyboard driver were large and I understand Wine people who didn't want to risk. Meanwhile Icontinued to polish my implementation to correct bugs and improve performance.I am heavily indebted to people that tested my patches, wrote me about problemswith them and suggested possible solutions. I thank to L.Rahyen that supportedme in my efforts.

Now patched keyboard driver allows user to:

  1. have up to 4 XKB groups working (current code uses 1 or 2);
  2. detect and use XKB overlays to put 2 or 3 close layouts (e.g. Russian,Ukrainian and Belarusian) into one XKB group;
  3. freely combine available XKB layouts in any order, e.g. 'en,ru,fr';
  4. list all layouts available to the system, and implementActivateKeyboardLayout();
  5. notify an application (e.g. MS Word) about change of layout, and makeGetKeyboardLayout() work really, not just return LCID for current localeof Unix box;
  6. input characters that do not fit into current Unix locale, e.g. German andFrench accented letters on a system with Cyrillic (not UTF) locale;
  7. override any of the detected layouts via registry, if the user is not satisfiedwith the Wine driver choice.

In fact I made cosmetic changes to 3 files in winex11.drv directory: x11drv.h,x11drv_main.c, event.c, but the fourth file keyboard.c was changed much more.About half of the functions in it were rewritten, and it now it is easier to read newkeyboard.c than diff output to understand the changes.

I got very reasonable advice from L.Rahyen to break the patch into smallerparts. The problem is that I preserved the driver logic, but changeddata structures, so any such patch (even a very small one) will touch hundreds oflines across the whole file, probably introducing new bugs and being difficultto read and understand. Also, there is no reason to change code in a patchif we can benefit of it only after the next patch.

Now I will be grateful for any help. How can such big changes be introduced inthe Wine tree? I also attached a patch against wine-0.9.37 and copies of original andchanged files. Perhaps somebody, who is interested in multilingual keyboard input, can test it and write me about the results.

Vitaliy Margolen suggested some changes to make and thanked Oleh for thepatch. This doesn't seem like the type of thing that will get integratedinto Wine any time soon unless Oleh is very patient and persistent.

Wine Gecko Installer Mac


AppDB VandalismArchive
WineHQ

Wine's AppDB was vandalized lastweek. It seems Molle Bestefich's account was compromised and someonebegan deleting massive amounts of content. The response to fix everythingwas pretty quick and Jan Zerebecki summarized the events:

Work is currently underway to restore the state of the Appdb tothe backup of May 22 07:00 CST. [ed note: I think that's about 15 hoursprior to the deletion]

This morning ( TZ +0200 ) someone used the account 'MolleBestefich' to vandalize the Appdb. He was also seen on IRC and onthe wiki. His IP was identified on all three, logs are available.See towards the end of this mail for IRC log snippet and whois onhis IP. Please contact me first if you intend to contact abuse orpolice personnel regarding this, so we don't cause headaches orduplicate work. We do not yet know how this person got access toMolle Bestefich's account.

I received 4454 emails about deletes or other actions by theaccount 'Molle Bestefich'. Send between 'Date: Tue, 22 May 200721:43:46 -0500' and 'Date: Tue, 22 May 2007 22:18:55 -0500'. (2mails sent by the Appdb in that date range were legit actions.) Idon't know if these are all, because admin-accounts wereexplicitly deleted and thus the notification to them stopped.

The following applications where mentioned in these notification emails:[link]

On IRC from the #winehq channel:Mai 23 05:27:14 --> noerrorsfound_ (n=nicholas at h10.66.119.64.ip.alltel.net) has joined #winehq[unrelated stuff deleted]Mai 23 06:21:37 --- noerrorsfound_ is now known as molle-molle-mollMai 23 06:21:41 <molle-molle-moll> molle molle molleMai 23 06:22:18 <-- Amorphous has kicked molle-molle-moll from #winehq (Amorphous)

/whois output:[06:22:38] --- [molle-molle-moll] (n=nicholas at h10.66.119.64.ip.alltel.net) : Nicholas[06:22:38] --- [whoismolle-molle-moll] irc.freenode.net :http://freenode.net/[06:22:38] --- [molle-molle-moll] End of WHOIS list.

2007-05-23T06:50:15+0200 $ whois 64.119.66.10OrgName: Windstream Communications IncOrgID: WINDS-6Address: 4001 Rodney Parham RdCity: Little RockStateProv: ARPostalCode: 72212Country: USNetRange: 64.119.64.0 - 64.119.79.255CIDR: 64.119.64.0/20NetName: WINDSTREAM-COMMUNICATIONSNetHandle: NET-64-119-64-0-1Parent: NET-64-0-0-0-0NetType: Direct AllocationNameServer: NS1-AUTH.WINDSTREAM.NETNameServer: NS2-AUTH.WINDSTREAM.NETNameServer: NS3-AUTH.WINDSTREAM.NETNameServer: NS4-AUTH.WINDSTREAM.NETComment: ADDRESSES WITHIN THIS BLOCK ARE NON-PORTABLERegDate: 2001-08-24Updated: 2007-02-26OrgAbuseHandle: WINDS1-ARINOrgAbuseName: Windstream AbuseOrgAbusePhone: +1-888-292-3827OrgAbuseEmail: abuse at windstream.netOrgTechHandle: WINDS-ARINOrgTechName: Windstream Communications IncOrgTechPhone: +1-800-990-4449OrgTechEmail: ipadmin at windstream.net

Chris Morgan gave an update after things were restored:

As of right now the appdb site is back online, the account we suspectwas used to delete the data has been removed, the 'roop' account isn'tpresent and most everything appears to be back, except the screenshotsthat we had no backup of.

I've also added a comment to the appdb main page to explain thedowntime and what we plan to do to improve things. Anyone interestedin hacking in php on the appdb is welcome to get in touch with me,there is plenty to hack on ;-)

Also, I'll be updating the cron script so we can remove the screenshotentries that have no corresponding screenshot file.

Wine has been a long-standing open source software. It is highly popular because it aims to allow the computer programs that have been developed for Microsoft Windows to run on Mac and other Unix-based systems. Mac users have especially been using it to run Windows applications on Mac, so if you are one such user, you have come to the right place. In this article, we will be talking all about Wine and how you can download & install it on your Mac, as well as run it and use it.

Contents

  • 1 Wine for Mac: Everything You Need to Know
    • 1.1 Installing Wine on your Mac

Wine for Mac: Everything You Need to Know

Wine is a pretty old application, first launched in 1993. It is completely free as well as legal. Even though Boot Camp is available, which allows you to install Windows on a Mac, you are required to boot up every time you want to run Windows. Wine helps you cut to the chase and run a Windows program directly.

When a program runs, it asks for resources like disk and memory space from the OS, which Wine makes sure get answered.

Wine is way better than Boot Camp or virtualization like Parallel Space, which makes it so ideal. However, there might be a slight chance that your program may not work with Wine. You will have to try to run it for that.

Let’s get Started!

Install wine gecko ubuntu

Installing Wine on your Mac

To get Wine on Mac, we will first look into the system requirements, and then we will outline the steps in detail.

System Requirements

The following are the requirements of your system to install Wine for Mac:

  • macOS 10.10 (Yosemite) or above
  • Access to an Admin account, with password
  • An Internet Connection

Now that we have gone through these, let us take a look at the various steps you will be going through to install Wine for Mac.

Step 1: Installing Homebrew

Homebrew is a package manager. It facilitates the installation of open source programs, including Wine, a pretty easy task. Wine is big in size, which is why it’s better to install it.

To install Homebrew:

  • Run the Terminal
  • In the command line, type:

ruby -e $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”

  • The Terminal will ask your permission, as well as ask for the password. Enter them and continue.
  • No character will be displayed while you type your password, but don’t worry the Terminal is taking the password as input.
  • Homebrew should take no more than a few minutes to install.
  • Once that is done, all you have to do type the following into the terminal and press enter:

brew doctor

  • If everything goes correctly, you should see the message ‘Your system is ready to brew’. We will proceed to the next step.

If you do get asked by the terminal to agree with the Xcode License, you can do that easily by typing the following into the terminal:

sudo xcodebuild License

Then, just read the agreement, agree to it and proceed.

Step 2: Install XQuartz with the help of Homebrew

XQuartz is another open source program that you need to install, as in order for Wine to install properly Xquartz is needed. Homebrew allows you to very easily install this, all you have to do is enter the following command into the terminal:

brew cask install xquartz

In the above command:

  • brew refers to Homebrew
  • cask is a reference to Homebrew Cask, which installs GUI (Graphical User Interface) Application on your Mac
  • install xquartz is self-explanatory, meaning that you are installing the xquartz program on your Mac

Once the installation is complete, Terminal will pause and then wait for your next command, i.e. the next step.

Step 3: Wine Installation

What Is Wine Gecko Installer

Now that we have everything ready, all we have to do is install Wine on Mac. Homebrew will install it for us, just type the following in the terminal:

brew install wine

Now, Wine will be installed on your MacOS by Homebrew. That’s it!

Wine Wine Gecko Installer Mac

Installing and Running Windows Programs on Mac using Wine

Now that Wine has been installed correctly, we will see how we can run Windows Programs on our Mac using Wine.

  • Get the installer file .exe
  • Keep in mind its location
  • Using cd, navigate to the directory where the installer file is being stored
  • Now, run the following command in the terminal:

wine $INSTALLNAME.exe

where ‘$INSTALLNAME’ will be replaced by the installer file name. For example, if the installer file name is ‘fastsetup.exe’, type

wine fastsetup.exe

You will now see the installer window, where the instructions will be self-explanatory for you to install the Windows Program.

Now, let us see how to run our Windows Program on MacOS using Wine.

  • Enter the following command in the terminal- we will be navigating to the Program Files directory:
  • cd ~/.wine/drive_c/Program Files/
  • Now, navigate to your installed program’s directory among the list (which you can see using the ls command). You can navigate using the cd command. Check out any command list website to learn how to use these commands.
  • You will find the .exe file of your installed program. To run it, type the following into command prompt;

wine $program.exe

where ‘$program’ will be replaced by the name of your program, just like before.

  • Now, you will see a window pop up and your Windows Program will start running perfectly! That is how you can install and run Windows Programs using Wine.

Install Wine Gecko Ubuntu

Final Take

We hope that by reading this article you were able to install Wine on your Macbook. If you have any further queries regarding the steps mentioned in this article, you can drop us a comment below and we’ll do our best to get back to you with a relevant answer.

Related Posts:

Comments are closed.