Skip to content

How to install BioEdit on a Mac running Mac OS X

August 5, 2011

BioEdit is a very popular sequence alignment editor.  It was written by Tom Hall and it was made only for Windows.  This tutorial will show you how to install BioEdit on a Mac without the use of Parallels Desktop or other virtual desktop software running Windows in the background.

You’ll first need to install Wine.

To install Wine on your Mac, you’ll need an Intel Mac and should follow David Baumgold’s guide on how to install Wine on Mac OS X (check the comments below.  Some users have had success while others had some problems).  Follow his guide until you finish Part 3 Install Wine using MacPorts.  Then return to this page.

Install BioEdit using Wine

To install a BioEdit program, first download the installer file.  (http://www.mbio.ncsu.edu/bioedit/bioedit.html).  It should end with .exe.  Save the BioEdit installer file in your user directory (it should show up on the Places in your Finder, below your Desktop icon, and shows up as a little house icon).

Open Terminal and run the installer through Wine by using this command:

$ wine setup.exe

XQuartz will open (if it isn’t already), and soon you will the installer. Click through it to install the program.

Install Winetricks

To make BioEdit work, you’ll have to do some additional installations.  In the Terminal window, type:

$ sudo port install winetricks
$ sh winetricks mdac27

The Terminal will open the webpage in your browser. Download the software from the website and put it in /Users/YOURNAME/Library/Caches/winetricks/mdac27

Then on the Terminal window type again:

$ sh winetricks mdac27

Run BioEdit

Now you are ready to launch BioEdit.  To run BioEdit, type in Terminal:

$ cd ~/.wine/drive_c/BioEdit
$ wine BioEdit.exe

Make an short cut for launching BioEdit (optional)

It would be nicer not having to go to the Terminal everytime you want to use BioEdit.  You can make a icon that you can put on your dock in order to launch BioEdit quickly.  Go to your Spotlight search at the top right corner and type “AppleScript Editor”.  Once the program opens, in the big blank space, copy and paste the following:

tell application "Terminal"
    do script "/opt/local/bin/wine ~/.wine/drive_c/BioEdit/BioEdit.exe"
end tell

Next, press the Compile button at the top of the window. The text should become colored. Try pressing the Run button to run your script and it should open BioEdit successfully.  Save your script.  You can give it whatever name you’d like, but be sure to select File Format: Application in the save options, and leave Startup Screen unchecked.  Open up the Finder, go to where you saved your script/app, and drag that file to your Dock. It should stay there, just like a real application.  Now you can click it to launch BioEdit quickly without having to type in the Terminal.

From → Uncategorized

104 Comments
  1. Guilherme Debortoli permalink

    Worked really well!! Thank you very much!
    Recomended!!

  2. Brad Redfearn permalink

    Thanks for sharing! Worked great for me.

  3. Ivo permalink

    Incredible! Easy to do. Thanks a lot!

  4. Nathan McNulty permalink

    What a relief to finally have access to BioEdit again. Thanks so much!

  5. Diana permalink

    I was really hoping I would get this to work, but I’m running Mac OS X 10.7 (Lion) and it doesn’t seem to work. I get hung up at step 2:install wine using MacPorts. I get the following warnings – any suggestions?
    Warning: The Command Line Tools for Xcode don’t appear to be installed; most ports will likely fail to build.
    Warning: See http://guide.macports.org/chunked/installing.xcode.html for more information.
    —> Computing dependencies for wineError: Unable to execute port: can’t read “build.cmd”: Failed to locate ‘make’ in path: ‘/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin’ or at its MacPorts configuration time location, did you move it?
    To report a bug, see

    Thanks!
    Diana

    • phylogeneticgeek permalink

      Hi Diana

      I am not sure as I haven’t tried installing it on 10.7… Have you signed up for the free Apple developer account and installed Xcode, the Java development package and x11?

  6. Plinio Trabasso permalink

    Hi,

    I’ve got the same problem reported by Diana. During Step 2, I got the message below:

    Warning: The Command Line Tools for Xcode don’t appear to be installed; most ports will likely fail to build.
    Warning: See http://guide.macports.org/chunked/installing.xcode.html for more information.
    —> Computing dependencies for wineError: Unable to execute port: can’t read “build.cmd”: Failed to locate ‘make’ in path: ‘/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin’ or at its MacPorts configuration time location, did you move it?
    To report a bug, see

    I’m using MacOS Lion (10.7), running appropriate versions (i.e, MacOS 10.7) of Apple Xcode, Java Development Package and MacPorts. Do you have any suggestion?

    Thanks

    Plinio

    • phylogeneticgeek permalink

      Hey Plinio,

      Thanks for reporting this. For the time being I do not know how to solve this problem. However, if you do manage to figure it out, please share your solution. I don’t have 10.7 on my computer so I am unable to play around with it. I know it’s a temporary fix, but I have changed the title of the article to say that it only works for 10.6 (which is what I have managed to get working for me).

    • Once Xcode was finished, you need install the command line tools: run Xcode and open the Preferences. Go to the Downloads tab, and install the Command Line Tools. You’re done!

  7. Daphne permalink

    I tried to install BioEdit for 10.5.8. when i enter – $ wine setup.exe command in the terminal (step 3) i get the following: command not found. what am I doing wrong? any suggestions?

    • phylogeneticgeek permalink

      Hi Daphne

      I’m sorry I am not too sure… Perhaps you were not in the correct directory? But it sounds that it does not know the wine command which it should if it was successfully installed.

    • Honza permalink

      Most likely you copied it even with the $ and now you have two there – that gives that error

  8. Juliet permalink

    Hi,
    Thanks for posting. I was able to complete every step except for the last one – when I try to open BioEdit, I can see the program begin to open for a second, and then it shuts down suddently, and there’s an error message from my Mac saying “The application X11 quit unexpectedly.”

    Any experience with this kind of error?

    Thanks so much!

    Juliet

    • phylogeneticgeek permalink

      Hi Juliet

      I have not experienced this kind of error. Maybe you could try to update x11 or reboot your machine.

    • Harald Lecz permalink

      Hi Juliet,
      had the same problems on 10.5.8: update your X11, that should work!

      Best

      Harald

  9. Juliet permalink

    I should mention that I’m using a Mac OS X 10.5.8. Thanks!! 🙂

  10. Hi there,

    I completed till part 4 without any problems but I am stuck in part 5 i.e. Run BioEdit section. When I typed cd ~/.wine/drive_c/BioEdit it says that “No such file or directory” I am wondering to where I should change my working directory. It didn’t find any BioEdit packages in my system …Actually, it’s in the downloaded folder the whole bioedit packages and I didn’t change the location of the downloaded packages. So, to where I should change my working directory to run the BioEdit?

    Many Thanks!
    Keshav

    • phylogeneticgeek permalink

      Hi there,
      Sorry for taking so long to answer back. Try moving the installer exe for Bioedit to your user directory (the place with the little home icon) and then install it using wine (see part 3). Once you’ve moved the installer file for BioEdit there, type wine install.exe (where “install.exe” is the installer file name for the BioEdit installer, I can’t remember what it is now).

  11. Areli permalink

    Awsome it works!

  12. Daniel permalink

    Work great so far! many many thanks.

  13. Jordan Fox permalink

    This is amazing! Thank you so much – a great help. I’m using Lion 10.7.4 and it works perfectly.

    • phylogeneticgeek permalink

      I’m glad it worked out for you. Thanks for reporting back that it can work on 10.7!

  14. Waqar Jadoon permalink

    How to install BioEdit on a Mac running Mac OS X 10.7.5

    I want to install BioEdit on my MacBook pro according to your above stated protocol but couldn’t install. I did it successfully up to Part 1 of above said manual and when started the Part 2 that is (Install Wine using MacPorts) but after this step the Terminal gives an error, so I dont know how to resolve this problem.
    I request you if some one can help me I will be highly obliged.

    Regards,

    Waqar

    • phylogeneticgeek permalink

      Sorry could you be more specific to the error. Were you able to successfully complete step 2 and install wine through macports at all? Was your error at step 3?

  15. hersheyfellow permalink

    Thank you phylogeneticgeek! It worked on my Macbook PRO OS X 10.8 Mountain Lion! I had to install X11. Had to fix other bugs, like the D-bus where it said “Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!” on Terminal. I found another site helpful along with this one! Thanks again! Other site that helped me: http://www.davidbaumgold.com/tutorials/wine-mac/

  16. Suzan permalink

    I also want to comment that I was able to install this on my OS X 10.8.2 (Mountain Lion). The link that hersheyfellow gave (http://www.davidbaumgold.com/tutorials/wine-mac/) works really well. But if you want to open BioEdit you should use step 5 of this page. It runs great!

  17. Asanka R. Bandara permalink

    Hi Phylogeneticgeek,
    I couldn’t find Java Development Package. I’m using OS X 10.8.2 Could you please help me to this
    Many Thanks,
    Asanka

  18. David permalink

    I can’t find the fold Users/YOURNAME/Library/Caches/winetricks/mdac27. Anyone can help me ? Just the last step!

  19. NIAZ MUHAMMAD permalink

    Bioedit doesn’t work work on MacBook Air 😦

  20. Nathan McNulty permalink

    As others have reported, BioEdit runs just fine on Mountain Lion 10.8.2 if the steps above are followed carefully. Thanks also to hersheyfellow for helping me kill the annoying bug at startup (which didn’t seem to interfere with BioEdit running, but always ‘bugged’ me).

  21. Nathan McNulty permalink

    Seems that I spoke too soon, sort of — one of the features of BioEdit I value most highly (i.e., pairwise alignments while allowing ends to slide) appears to be broken now. Attempting such an alignment on 10.8.2 generates the following error, which I didn’t get before: “External exception EEFFACE.” A little Googling around suggests this may be the result of attempting to read/write beyond the bounds of a std::vector in C++ Builder. Runtime exceptions like this go far beyond my debugging abilities. Is anyone else with a 10.8.2 installation able to perform pairwise alignments while allowing ends to slide? I’ve never been able to find other software that allows me to do this, so I’m keen to get this working again.

  22. Nathan McNulty permalink

    Moderator, feel free to remove this comment and my previous one about the EEFFACE errors I’ve been getting. While the error is legitimate for the first sequences I tested, it seems to somehow be specific to sequences that I’ve imported. If I create two new sequences from scratch within BioEdit and attempt to align them, things work fine. I’m guessing there must be some pernicious formatting error with my inputs that was causing the problems — it probably has nothing to do with the installation per se.

  23. NIAZ MUHAMMAD permalink

    Last login: Fri Jan 11 12:20:41 on ttys000
    NIAZs-MacBook-Air:~ niaz$ sudo port install wine
    Error: Port wine not found
    NIAZs-MacBook-Air:~ niaz$

    I’m stuck here in Part 2 “installing wine using mac ports” it gives me this above command

  24. NIAZ permalink

    NIAZs-MacBook-Air:~ niaz$ sudo port install wine
    Error: Port wine not found
    NIAZs-MacBook-Air:~ niaz$

    When I enter command “sudo port install wine” it gives me error saying “Port wine not found”
    Can some one help me explain how to install wine. I’m stuck in this step

  25. Julie permalink

    Thank you very much for the help! I have one remaining “fixme”. BioEdit is running, but if I minimize it kind of disappears from the menu bar.

    fixme:ieframe:PersistStreamInit_Load (0x1ed640)->(0x1ecb90)

    Each time I minimize the numbers at the end change. And I can get BioEdit back and all functions seem to work. I was just wandering if this last little “glitch” can be solved.

    Thank you.

    Julie

  26. Julie permalink

    I apologize for double posting! The fixme:ieframe:PersistStreamInit_Load (0x1ed640)->(0x1ecb90) occurs when I open a file into BioEdit. I just watched to see exactly when it occurred. Are there more winetricks? I have OS 10.8.2.

  27. Beth permalink

    Hi,

    I’ve used this on a previous MAC but can’t seem to get it to function now (Mac 10.7). The command “sh winetricks mdac27” comes back with “no such file or directory”. I think I have winetricks already installed so i tried just going ahead and go to “wine BioEdit.exe” we results in a new X-code window with an error “error creating object. Please verify that the microsoft data …. has been properly installed.” It appears that it’s trying to launch but can’t get that far.

    Any suggestions?

  28. omer permalink

    Hi, I have a iMac OS X 10.8.2
    I colud do up to part 3.
    I wrote ‘sudo xcodebuild -license’ and than read and wrote ‘agree’
    Terminal have responded ‘You can view the license agreements in Xcode’s About Box, or at /Applications/Xcode.app/Contents/Resources/English.lproj/License.rtf’

    I have closed and reopened terminal window

    and than I have entered command (sudo port install wine)
    terminal responded:
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘sudo’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘xcodebuild’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘if’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘[‘, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘`sysctl’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘hw.cpu64bit_capable`’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘1’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘]’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘;’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘then’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘echo’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘”+universal”‘, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘|’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘sudo’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘tee’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘/opt/local/etc/macports/variants.conf;’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘else’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘echo’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘”not’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ’64bit’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘capable”;’, ignored.
    Warning: /opt/local/etc/macports/variants.conf specifies invalid variant syntax ‘fi’, ignored.
    Error: Port wine not found

    I did not understand
    help me?

  29. In J. Kim permalink

    Hi I am stuck on here.

    anybody can help me? I am using mountain lion.

    Thanks.

    MacBook-Pro:~ apple$ sh winetricks mdac27
    Executing w_do_call mdac27
    Executing load_mdac27
    Using native,builtin override for following DLLs: odbc32 odbccp32 oledb32
    Executing winetricks_early_wine regedit C:\windows\Temp\_mdac27\override-dll.reg
    Setting Windows version to nt40
    Executing winetricks_early_wine regedit C:\windows\Temp\_mdac27\set-winver.reg
    Executing wine /Users/apple/Library/Caches/winetricks/mdac27/mdac_typ.exe
    Application tried to create a window, but no driver could be loaded.
    Make sure that your X server is running and that $DISPLAY is set correctly.
    err:systray:initialize_systray Could not create tray window
    Application tried to create a window, but no driver could be loaded.
    Make sure that your X server is running and that $DISPLAY is set correctly.
    ——————————————————
    Note: command ‘wine /Users/apple/Library/Caches/winetricks/mdac27/mdac_typ.exe’ returned status 43. Aborting.

    • In J. Kim permalink

      I solved the problem by myself.

      After installing the XQuartz manually, every steps works fine.

      Thanks

  30. I cannot thank you enough for this, I love BioEdit and I’m happy to have it back in my life! Perfect instructions, it all went smoothly.

  31. Alexandre permalink

    Hi everyone,

    during the step 4 I’ve had the following error message from my terminal:

    Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
    wine: cannot find L”C:\\windows\\system32\\setup.exe”

    Any guess?

    Thanks!

  32. Just wanted to say thank you & this worked.

  33. Dainiz permalink

    Hello!, after installing wine I came back to these instructions but when I called the installer trough wine this appeared in the console:

    MacBook-Pro-de-Dainiz:~ Dainiz$ wine setup.exe
    Fontconfig warning: ignoring UTF-8: not a valid region tag
    Application tried to create a window, but no driver could be loaded.
    Make sure that your X server is running and that $DISPLAY is set correctly.
    err:systray:initialize_systray Could not create tray window
    Application tried to create a window, but no driver could be loaded.
    Make sure that your X server is running and that $DISPLAY is set correctly.

    Could you please help me?
    Thanks a lot.
    Dainiz Hernández

  34. I get to the part where I should run BioEdit ($ wine BioEdit.exe) and this comes up via XQuartz Terminal:
    missing dependency
    this product requires Microsoft Internet Explorer 4.01 SP2 or greater. Please exit set up and install the latest Microsoft Internet Explorer.

    Any ideas?

    Appreciate any guidance 🙂

    • I figured out my own issue…..when I first installed BioEdit…and the last screen during install came up…where it asks if i want to launch BioEdit (check in the box) or not (unchecking the box)…i unchecked it and closed the installer window.
      THIS WAS THE PROBLEM!!!
      So…..:)…..What I did was retype the command:
      $ wine setup.exe

      causing BioEdit to install again. BUT this time i left the box checked (launch program) and followed with the steps that follow as desribed above. And Voila! ALL GOOD 😉

  35. Ivan permalink

    Hi, i have a Macbook Pro OS X 10.8.4
    I did all the steps well until i execute the comand “wine setup.exe” the installation window appears but when i did click on continue disappears and the Terminal box shows “fixme:storage:create_storagefile Storage share mode not implemented.”

    Please help me

    • Libby permalink

      So after a few days of errors and google, I have managed to successfully complete the install. First, the homebrew installation of Wine does not work, others have had the same problem with being stuck in the installer. Uninstall of wine was partially successful [the .wine directory remained and needed to be removed manually], the uninstall of homebrew had some scary comments that the provided script could damage the system. Instead I removed everything from /usr/local that homebrew had installed there. I then reinstalled wine via macports [the alternate page on the site with the homebrew instructions]. then installed winetricks. I then removed the .wine directory as it was returning an error when trying to install the mdac27. Installed mdac27 with winetricks. The ran the setup.exe for BioEdit. I found I needed to do the mdac27 installation first to get the installer to run. Finally I could run BioEdit. I did get a Dynamic session lookup error saying “launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!” which didn’t seem to affect BioEdit loading, but I corrected it as well. Hope it works well now. So far I have been able to open old alignments and manipulate as previously.

  36. Libby permalink

    I am having the same issue as Ivan, also Macbook Pro OS X 10.8.4. Installed Wine via Homebrew as per the recommendations on the linked page, and installed winetricks mdac27 using the brew command instead of port. When executing wine setup.exe from the home directory the first few windows appear [initializing installer, etc]. Then the first msi window [the blue and white one] appears and upon selecting next the system stalls. the same fixme: error as above appears often before clicking next. Running WINEDEBUG shows where it stalls and it seems hung up on drawing the next window which would have the license information. Much googling gave no results except those that said a fixme shouldn’t be a catastrophic error.

    Any help would be appreciated.

  37. phylogeneticgeek permalink

    Thank you everyone for coming back to comment whether you were successful or you had problems but eventually figured out the solution.

    This is what science/life is all about right? Share what we know so it may help someone else. This is exactly why I started this post in the first place almost 3 years ago.

    Unfortunately I have been so incredibly busy with my doctoral studies that I no longer have the time to properly manage this page at a satisfactory level. Hopefully new users will read what you’ve all contributed in the comments section if they are running into problems.

    Again, thank you so much for your contributions.

  38. Sam permalink

    I had success running BioEdit on Mac OS X 10.8.4 by installing it using WineBottler. I remember I had to use the Winetrick for Microsoft Data Access Components 2.8 sp1 (mdac28) to make it run. But it installs very easily and can be packaged as its own Mac OS X application using WineBottler.

    This also worked really well with MEGA 5.2. In fact, using the MEGA app created through WineBottler, it runs better than the Mac version from the official website and has a smaller storage footprint.

  39. Ivan permalink

    Sam could you please help us giving an instructions list to do it?

  40. phylogeneticgeek permalink

    I tried what Sam suggested and here’s some very rough step by step instructions.

    1. Download WineBottler here http://winebottler.kronenberg.org/ . Also make sure you have XQuartz installed. http://xquartz.macosforge.org/landing/
    2. Open the WineBottlerCombo_1.4.1.6.dmg file and drag Wine and WineBottler apps to your Applications folder.
    3. Open WineBottler app
    4. Click on the Advanced Tab.
    5. Under “Program to Install”, click “Select file…” and then pick the setup.exe for BioEdit. Go to the BioEdit site if you don’t have it http://www.mbio.ncsu.edu/bioedit/bioedit.html. Leave the button on “This is an installer, execute it.”
    6. Where it says “Winetricks”, scroll down until you see “mdac28” and click on the box to checkmark it.
    7. Where it says “Bundle”, click to check the box for “include wine binaries”
    7. On the bottom of the page, click on Install.
    8. Some windows will pop up, just click to accept licenses/etc just as you would install these programs under Windows.
    9. Once it’s finished, it will create the .app. I called it BioEdit.app.
    10. Click BioEdit.app to run it. That seemed to have worked for me.

  41. Asanka R. Bandara permalink

    I canot install winetricks. Once “sudo port install winetricks” command run following massage was displayed. Help
    Admins-MacBook-Pro:~ admin$ wine setup.exe
    err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
    fixme:iphlpapi:NotifyAddrChange (Handle 0x10ef550, overlapped 0x10ef55c): stub
    wine: configuration in ‘/Users/admin/.wine’ has been updated.
    fixme:storage:create_storagefile Storage share mode not implemented.
    Admins-MacBook-Pro:~ admin$ sudo port install winetricks
    Password:
    Warning: port definitions are more than two weeks old, consider using selfupdate
    —> Extracting zlib
    Error: org.macports.extract for port zlib returned: command execution failed
    Please see the log file for port zlib for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/main.log
    Error: Problem while installing zlib
    Error: Unable to execute port: upgrade openssl failed
    Admins-MacBook-Pro:~ admin$

  42. Santiago permalink

    Hi all,
    installing winestricks is taking to long… more than 2 hours and still running…. is that fine?

  43. Santiago permalink

    Hi David, I have the same problem… did you fix it?

  44. Santiago permalink

    Awesome!! thank you!

  45. Sam permalink

    Sorry I didn’t get back to you guys – the step-by-step instructions that phylogeneticgeek wrote are what I did as well 🙂

  46. Thank you very much!!!..I successfully installed BioEdit following your tutorial, although having lots of error and trial. I am new to Mac, so had lots of problem and would say that its not easy to install. But few things to add that:
    1. Install Wine using MacPorts, another alternative (as from Homebrew it took hardly 10 minutes to install and was not complete).
    2. I install Winetricks before BioEdit.
    3. After installing Winetricks at command (sh winetricks mdac27), I could not find Library in my User directory, then I learned it is hidden by default in Mac OS x10.8 or newer version. Which I Open by giving command in terminal (chflags nohidden ~/Library/), it will permanently reveal your Library in user directory, but if you want to hide it again for safety purpose, give the command (chflags hidden ~/Library/).
    4. After that, as written Xquartz will open, I don’t why, it did not happen in my case. But I proceed further.
    5. While installing BioEdit, when I gave command $ wine setup.exe, it showed some error (wine: cannot find L”C:\\windows\\system32\\install.exe”). Instead of pasting whole folder there, I copied all files of BioEdit zip folder one by one in user directory and tried again, which worked.

    Then I followed the instruction and it worked without any error. I am highly Thankful to all of you guys, your feedback really helped me a lot to bring BioEdit in my life again.

    It would be helpful if someone shares about how to install MEGA programme on Mac.

    Just to add information that I installed BioEdit 5.09 version on MacBook Pro OS x 10.8.5.

  47. Whenever I open BioEdit, terminal also open and says:

    /opt/local/bin/wine ~/.wine/drive_c/BioEdit/BioEdit.exe
    Farzanas-MacBook-Pro:~ fsabir$ /opt/local/bin/wine ~/.wine/drive_c/BioEdit/BioEdit.exe
    Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
    err:ntdll:RtlpWaitForCriticalSection section 0x7bc8fc74 “loader.c: loader_section” wait timed out in thread 001c, blocked by 001d, retrying (60 sec)

    and then it opens the BioEdit window. I was wondering if it is the normal way of opening BioEdit or am I missing something, although after opening BioEdit works perfect.

  48. OK….now here I have problem…I can not work in two windows of BioEdit. and most importantly I can not do clustal alignment..it says that I have to install Dos box…any suggestions please!!!!

  49. Hey there! I simply would like to give you a huge thumbs
    up for your excellent info you’ve got here on this post.
    I am coming back to your web site for more soon.

  50. Hi there, just became alert to your blog through Google, and found that it’s truly
    informative. I’m going to watch out for brussels.
    I will be grateful if you continue this in future. Lots of people will be benefited from your writing.
    Cheers!

  51. I was pretty pleased to uncover this web site.
    I want to to thank you for your time for this fantastic read!!
    I definitely really liked every little bit of it and
    i also have you book marked to see new things on your site.

  52. Meg permalink

    Can someone help me? I’m a computer programming N00b and I’ve managed to successfully follow the steps up until Wine Tricks. I type in the commands as stated “sudo port install winetricks” but after entering my password I am told “sudo: port: command not found”

    Any suggestions?

    I also get this message when I run brew doctor: (not sure if it means anything)

    Warning: Homebrew’s sbin was not found in your PATH but you have installed
    formulae that put executables in /usr/local/sbin.
    Consider setting the PATH for example like so
    echo export PATH=’/usr/local/sbin:$PATH’ >> ~/.bash_profile

    THANKS!!!!

  53. reynaldo permalink

    hello, my name is Reynaldo, I am trying to install Bioedit in mac OS X 10.9.4, but I have a hurt time with this. However I get all the step 1, 2 and 3 in installling wine on mac and then I follow thw step on https://phylogeneticgeek.wordpress.com/2011/08/05/how-to-install-bioedit-on-a-mac/ I get the instal bioedit using wine but when I try to install winetrick, I have this problem:

    MacBook-Pro-de-MACARENA:BioEdit macarenadelpilarbarrajimenez$ wine setup.exe
    fixme:storage:create_storagefile Storage share mode not implemented.
    fixme:ntdll:find_reg_tz_info Can’t find matching timezone information in the registry for bias 240, std (d/m/y): 27/04/2014, dlt (d/m/y): 7/09/2014
    MacBook-Pro-de-MACARENA:BioEdit macarenadelpilarbarrajimenez$ sudo port install winetricks
    Password:
    sudo: port: command not found

    there are someone who guideme from this step?
    Thanks

    • Has Miseq permalink

      Wonderful! Steps were easy to follow. Thank you very much 🙂

  54. Look at rural real-estate not for the purpose
    it is, but for which it could become. They will provide appropriate
    advice on the form of facility to rent from them and
    whether can suit your neexs or not. loding relationships
    or at least changing relationships, eliminating sentimental items
    that I had arrived at love, leaving a place I was totally comfortable in, and finally, losing a profession that I loved.
    The rational investment those who even afford to acquire, don’t want to spend a lot of income piling up
    in a real long payback amount of projects. Alternatively,
    shouuld the tenant promises to vacate ahead of
    the duration of tenancy is complete, then they
    can liaise with the landlord and they can come to common ground.
    One with the appreciable facts is how the outskirts
    from the city are developing with a rapid rate, making
    the projects fruitful investments during the entire city.

    The real-estate industry ranks cities on three levels- i.
    Virtual real estate wholesaling is a unique and potentially highly profitable business
    that can be operated very successfully without
    ever leaving the comfort of the home. Real Estate Secs Y is really a mutual fund
    that is certainly specialized in the U. Buying houses within this
    gambler’s paradise often panjed out; allowing investors too generate massive
    profits through house flipping, rentals, and rental homes.

  55. ‘This makes me doubt not only the study, but its motives.
    Role modeling advocacy skills for your children will also help.
    Those who hope to achieve the highest heights in the 21st Century economy need to take care of something as simple as personal health.

  56. Carmen permalink

    Hi! I try to install BioEdit using Wine but in the Terminal appear this message: “fixme:storage:create_storagefile Storage share mode not implementes.”
    How can I solve this?

  57. Grassfields Organic Cheeses is located at
    14238 60th Avenue in Coopersville. Although
    they may not know it, many golfers are familiar with Bermuda grass as it’s commonly
    used on the tee box and in putting areas of Southern golf courses.

    Martha plans on starting with all new birds this spring; they will be brought in at four months of age ‘ already laying.
    You should even check up with the material used to make artificial turfs.

  58. Marzia permalink

    Hi! I am having problems with installing Winetricks… not sure what I did wrong or what I am missing. Any help would be greatly appreciated… Thank you!

    $ sudo port install winetricks
    Password:
    sudo: port: command not found

  59. Next up is blue collar and the reality that here there. Don’t completely depend
    on your attorney or CPA, although it is recommended to take the
    advice from professional business people. The dual time
    zoom is indicated in large font with the date function.
    Buyers will not need to have to choose between both of those
    since messenger bags yield fashion statements in conjunction with usability.

  60. Evans Rono permalink

    Hello the good people,
    After some day and a night of technicalities, Wineskin finally worked for me. I am using OS X Yosemite 10.10.3. I tried everything in detail. But the Homebrew gave me some trouble. When I ran the Brew doctor, I got warning ‘some un-brewed .pc apps were detected’. Also got license errors but this was solved the command ‘$ sudo xcode build -license’. So, I could manage to install wine via Homebrew using the Terminal, and therefore did not make to install the Winetricks and theBioedit.exe with Homebrew via wines. The separate (without using the command line) downloads and installations of the Xcode, the Java, the XQuartz, and the wine+the winebottler the went successfully.
    Finally I tried the wineskin application, which I had previously downloaded from the http://wineskin.urgesoftware.com/tiki-index.php. By launching the wineskin, you get a window with “install Software”, “Set screen Options” “Advanced” “Quit”. I clicked on the “Advanced>configurations”, I located and installed a wrapper called “MyCoolWrapper”. By going to “Advanced”>”Tool”>”Winetricks”>”dlls” I selected both the ”mdac27” +”mdac28”. And used the “run” button at the middle right part of the dialogue box. I went back to configurations and browse to locate the bioedit.exe and installed the software successfully. I went back to the configurations and this time round I did the testrun using the button bottom right hand side. And with success the bioedit could open as it does normally in windows. The Goal achieved! Thank you guys for sharing.
    Evans

  61. Evans Rono permalink

    Hello the good people,
    After some day and a night of technicalities, Wineskin finally worked for me. I am using OS X Yosemite 10.10.3. I tried everything in detail. But the Homebrew gave me some trouble. When I ran the Brew doctor, I got warning ‘some un-brewed .pc apps were detected’. Also got license errors but this was solved the command ‘$ sudo xcode build -license’. So, I could manage to install wine via Homebrew using the Terminal, and therefore did not make to install the Winetricks and theBioedit.exe with Homebrew via wines. The separate (without using the command line) downloads and installations of the Xcode, the Java, the XQuartz, and the wine+the winebottler the went successfully.
    Finally I tried the wineskin application, which I had previously downloaded from the http://wineskin.urgesoftware.com/tiki-index.php. By launching the wineskin, you get a window with “install Software”, “Set screen Options” “Advanced” “Quit”. I clicked on the “Advanced>configurations”, I located and installed a wrapper called “MyCoolWrapper”. By going to “Advanced”>”Tool”>”Winetricks”>”dlls” I selected both the ”mdac27” +”mdac28”. And used the “run” button at the middle right part of the dialogue box. I went to “Install software” button and located the Bioedit.exe while specifying it as a copy of the original Bioedit. It installed successfully. This step must be done for all other windows softwares. I then went back to configurations to locate the bioedit.exe file installed and run the software successfully. For this, clicked the “testrun” button at bottom right hand side. And with success the bioedit could open as it does normally in windows. The Goal achieved! Thank you guys for sharing.
    Evans

  62. For executives, you can present this bag along with customized pens, organizers, pads and other stationary that the bag can go
    along with. You can choose from the countless obtainable designs in the market.
    CD-R editing and media organization is also one of its features.

    The choice of the crystal finish on some of the handbags and tote bags ranges is one of my favourite looks.

  63. They can also be used to cover electrical outlets inside drywalls.
    Here, the most common processes are hardening and tempering of
    carbon and alloy steel parts to improve strength and
    wear characteristics. Across from the intersection of Crystal Lane and
    Evergreen Drive, visitors go up the grass hill to the thirteenth row.
    The historical connection was strong, of course — we
    never, never, never forget how welcoming Cleveland was to us
    in the early days.

  64. Chair, plastic bowl, plastic cup, and even airplanes plastic parts.
    How did the artist achieve color harmony in this
    picture. Having a vintage typewriter in your home gives you an excellent opportunity to indulge in some creative displaying.
    The arms extend to the 4th line down and are large oval shapes.

  65. The average combined change in arm circumference for the LLLT treatment
    group was _2. Early detection can play a key factor in breast cancer treatment
    and survivorship rates. In order to perform this procedure, the physician will use an Ulthera machine, which has a control panel, a handheld device
    and transducers called Deep – SEE. 26 In addition, our clinical data indicate that greater
    than a 1-inch abdominal circumference reduction can be achieved in 1 week by delivering 5 daily treatments (Fig.

  66. (1888Press – Release) Lifeline Direct Insurance Services was founded to
    assist clients in finding the right life insurance plan for their specific situation at the most
    competitive prices on the market. The horizontal forehead lines are another condition that is easily cured by Botox.
    After a drought of two years without any new developments in the anti aging
    industry, there is a new and exciting device in the market
    called Ulthera. You can get 1 free consultation from the doctor to see if Ultherapy is right for you with the #1 Ultherapy Expert
    and top plastic surgeon.

  67. However, one particular vinegar (unfiltered apple cider vinegar) may actually be helpful in combating a
    Candida overgrowth. If you can put up with the outbreaks,
    they’ll eventually dry up and return you an almost flawless complexion. You can find
    Nutiva and Spectrum coconut oil in health food stores
    or on-line. Massage in small circles and let your face soak up the
    moisture.

  68. Drink plenty of water; water is the key to healthy skin for men, just as it is for women. People can tell, especially women, when men use
    skin lotion. With a variety of products ranging
    from effective facial washes and the best shaving cream for men, customers can be sure that these organic selections will clear up, hydrate, and.
    There are those mornings when I’m not sure what the name is of
    the face looking back at me, and when I warn him to go with finger-pointing and fist shaking, he just gives it back.

  69. The results you will get after one treatment will leave you virtually speechless.

    Otherwise maintenance once a year is enough to keep the skin tight
    and snug. What is good about Ulthera is that it enables the aesthetician to visualize the subcutaneous tissue
    during the procedure. But if you choose this treatment,
    you just have to be sure that you are prepared for the 2-4 sessions
    often required for optimum results.

  70. samuel kariuki permalink

    fixme:storage:create_storagefile Storage share mode not implemented.

  71. Just try to drink the water you are supposed to daily.
    Smoking adversely affects our lips and leave it
    in a very poor condition. Here are some easy-to-do tips on how to use makeup and flaunt the best that fair skin has to offer.
    Start dating someone, and make sure that your ex
    boyfriend is aware of him.

  72. Prevent a relapse- Next time you groom, use white eyeliner to cover
    your hairs you plan to pluck. Application is achieved using the custom eyebrow applicator included with the
    product. If your interested in beauty treatments
    only using Herbal or natural products. His salon is located at 315 5th Avenue, Suite
    707 in New York.

  73. We also offer a wide range of hair care products including shampoos, conditioners, hair
    serum and hair oil. Luckily, I was able to discover this little
    gem which is perfect for brow-filling. As a trained beautician, an esthetician can not only suggest make-up which is healthy
    for your skin, but they can help you apply it to
    best complement your appearance. Don’t forget to gently massage the skin underneath, thereby stimulating circulation and encouraging new growth.

  74. it works on mac os el capitan?

    i try to install but it crash and get paused on installing set up.exe

  75. Here is when the problem can become exacerbated with a higher pronunciation in texture and color.
    Laser hair removal is now most common, usually due to the fact
    that it will be achieved on just about any part of the overall body.

    When we hear the term plastic surgery we are quick to think about movie stars that are looking to be forever young
    to keep getting roles. Quite a few treatment centers impose as per the time required each meeting.

  76. Most of these techniques are tedious, painful, and temporary and can leave
    behind scars that can be embarrassing particularly if you are a woman. A more experienced staff
    is normally preferred and will probably increase the chances of having a high level of satisfaction from this
    permanent hair removal solution. This is because laser beams automatically go to the darker pigments, such as the root follicle, or the darkness of an age spot.
    You may have heard about the pain involved with laser hair removal, but as with all
    things this simply depends upon the person.

  77. Sam Lewis permalink

    Thanks very much for this guide, it’s extremely helpful! I encountered a couple of minor problems when installing on El Capitan 10.11.3, so am posting the adjustments here in case anyone else finds them helpful.

    Follow the instructions in the article up to “Install WineTricks”, then type:

    # install winetricks
    sudo brew install winetricks

    # install additional packages
    sh winetricks mdac27

    # launch BioEdit to check installation success
    cd ~/.wine/drive_c/BioEdit
    wine BioEdit.exe

    Then follow the instructions to make a shortcut for launching Bioedit, but change the content of the script to:

    tell application “Terminal”
    do script “/usr/local/Cellar/wine/1.8/bin/wine ~/.wine/drive_c/BioEdit/BioEdit.exe”
    end tell

    • rexmilleruser permalink

      Hi… I’ve been trying all the variations of this and cant’ get anywhere. I did install and run BioEdit on a previous machine… But I fear the instructions are out of date. For example, when I try your fixes after line one i get ” Error: Running Homebrew as root is extremely dangerous and no longer supported.
      As Homebrew does not drop privileges on installation you would be giving all
      build scripts full access to your system.”

      I wonder if someone could try updating these instructions?

  78. Some of them are made for particular sports (like basketball) and others are
    created for people to run or jog in. There are many consumers that simply own a single pair of
    sneakers, and some might consider this to be sad. Obtain griffey
    shoes outlet with the appropriate number of cushioning. Sneakers on the other hand alter the form of ft and make
    the muscle tissue dormant.

  79. While an EVO could only barely keep up with my i – Phone,
    friends of mine who have old, <600 MHz phones running Android are left even farther back. If you are a cross-country runner then stability ought to be your main focus. The way your feet hits the the ground might determine if you need additional cushioning to support your feet during short or long runs. product boots discount sale email: sneakerswholesale@yahoo.

  80. Nadia Bahadur permalink

    Hello, I was successful in every step however, I cannot seem to make the short cut (last step) work. when I Run BioEdit with the previous commands $ cd ~/.wine/drive_c/BioEdit and
    $ wine BioEdit.exe it works perfectly. But, when I create the script using script editor this error appears. Nadias-MacBook-Pro:~ NadiaBahadur$ /opt/local/bin/wine ~/.wine/drive_c/BioEdit/BioEdit.exe
    -bash: /opt/local/bin/wine: No such file or directory
    Could someone please help?

  81. rexmilleruser permalink

    Hi, I did once install this successfully – but since changing laptop it has failed repeatedly. I get a series of different errors at the moment i cannot launch the browser window to get winetricks

    Beths-MacBook-Air:BioEdit Beth$ sh winetricks mdac27
    ——————————————————
    wine cmd.exe /c echo ‘%ProgramFiles%’ returned empty string, error message “wine: Call from 0x7b42951e to unimplemented function shell32.dll.SHGetFolderPathW, aborting
    wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address 0x7b42951e (thread 000b), starting debugger…
    err:module:DelayLoadFailureHook failed to delay load comctl32.dll.InitCommonControlsEx
    wine: Call from 0x7b42951e to unimplemented function comctl32.dll.InitCommonControlsEx, aborting”
    ——————————————————

    I did manually install winetricks

    and this

    Beths-MacBook-Air:BioEdit Beth$ cd ~/.wine/drive_c/BioEdit

    ls

    does show the programme is present

    however it does not launch

    eths-MacBook-Air:BioEdit Beth$ wine BioEdit.exe
    err:module:attach_process_dlls “gdi32.dll” failed to initialize, aborting
    err:module:LdrInitializeThunk Main exe initialization for L”C:\\windows\\system32\\winemenubuilder.exe” failed, status c0000005
    err:module:DelayLoadFailureHook failed to delay load shell32.dll.SHGetFolderPathW
    wine: Call from 0x7b42951e to unimplemented function shell32.dll.SHGetFolderPathW, aborting
    wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address 0x7b42951e (thread 000b), starting debugger…
    err:module:DelayLoadFailureHook failed to delay load comctl32.dll.InitCommonControlsEx
    wine: Call from 0x7b42951e to unimplemented function comctl32.dll.InitCommonControlsEx, aborting
    err:module:attach_process_dlls “gdi32.dll” failed to initialize, aborting
    err:module:LdrInitializeThunk Main exe initialization for L”C:\\BioEdit\\BioEdit.exe” failed, status c0000005

    And it’s not launched.

    If anyone can update the instructions I’d appreciate it.

  82. Ana Paula permalink

    Does anyone knows how to solve ‘/Users/AnaPaula/.wine’ is a 64-bit installation, it cannot be used with a 32-bit wineserver.”
    Cannot go install/run mdac, currently mdac28.
    Thanks
    Ana Paula
    OS Sierra 10.12.5

  83. Kevin G permalink

    I am having a combination of issues similar Ana Paula and Alexandre. When I try to run ‘sh winetricks mdac27’, I receive the error:

    This package does not work on a 64-bit installation. You must use a prefix made with WINEARCH=win32.

    I created 32-bit Wine prefix using some of the tricks found here https://askubuntu.com/questions/514931/trying-to-switch-to-32-bit-wineprefix-from-64-bit-wine-1-6-2-trusty-14-04

    When I try to run ‘sh winetricks mdac27’ using the 32-bit prefix, I get the following error:

    WINEARCH=win32 WINEPREFIX=/Users/kevingallagher/.wine32 wine sh winetricks mdac27
    wine: cannot find L”C:\\windows\\system32\\sh.exe

    Anybody make it through these issues?

    • Kevin G permalink

      In case anyone else has this issue, I found a solution based on this article: https://askubuntu.com/questions/177192/how-do-i-create-a-32-bit-wine-prefix (worked for OS X Sierra, even tho this solution was meant for ubuntu)

      Specifically, I followed the instructions in the comment by Cristiana Nicolae:

      “First I deleted the Wine folder with this command:

      rm -r ~/.wine

      If it tells you that directory is not empty just add the -f (force) flag. Note that this will remove any windows applications installed in this prefix!

      Your command should look something like this:

      rm -r -f ~/.wine

      And then create a 32 bit prefix with this command:

      WINEARCH=win32 WINEPREFIX=~/.wine wine wineboot “

  84. Mariana L permalink

    hi, is there an updated version of this article? I achieved the installation thanks to Kevin G’advises, nevertheless, when I minimize the bioedit window, it won’t open anymore like if there was no window… also it doesn’t read .txt files written in fasta :/ any advices?

  85. Tupe permalink

    I have some problems installing bioedit. Anybody has encountered this and have a solution.

    Pro:bioedit cgbatbatan$ wine setup.exe
    Pro:bioedit cgbatbatan$ 0029:fixme:seh:call_stack_handlers calling personality routine in system library not supported yet
    0029:fixme:seh:call_stack_handlers calling personality routine in system library not supported yet
    wine: Unhandled page fault on read access to 0x43815a4d at address 0x421bc71a (thread 0029), starting debugger…
    0029:err:seh:start_debugger Couldn’t start debugger (“winedbg –auto 32 44”) (1115)
    Read the Wine Developers Guide on how to set up winedbg or another debugger
    0029:fixme:seh:RtlUnwindEx calling personality routine in system library not supported yet
    0029:fixme:seh:RtlUnwindEx calling personality routine in system library not supported yet

  86. alan permalink

    any body can suggest me how to locate my seq file (.fasta or.abi etc) through bioedit running under wine. When I choose open menu, it bring me to the strange folders which not commonly appear in mac

  87. Mariangela Fiori permalink

    BioEdit is compatible with Monterey 12.2.1
    thank you
    if it is compatible I need the link to install app

Leave a reply to B Cancel reply