QUOTE
Did you have to do anything special to set this up? I've got a couple mac using players I need to get this sorted out for. Any advice or cautions? Thanks.
Other then that installing Wine for the first time on a mac takes a long time it's pretty easy, the most important part is to use Dotnet4.0 not Mono as is usually recommended with Wine. Keep in mind that I've far from tested it completely but since build 441 everything I've tried has worked perfect, I can also only confirm that it works with wine version 1.4.1 on Mac OS 10.8.2
Follow this guide to install Wine, this takes a long time, this install version 1.4.1 which is what I use:
http://www.davidbaumgold.com/tutorials/wine-mac/
- Install Winetricks:
$ sudo port install winetricks
- Install Dotnet4.0, this will fail the first time and will ask you to download a file (from mediafire, don't worry it's safe) and place it in your /Users/$USERNAME/Library/Caches/winetricks/dotnet40 folder. Don't unpack the downloaded file, just place it there as is. Then run the install command again:
$ winetricks dotnet40
- You should now be able to start Chummer from terminal:
$ wine /path/to/Chummer.exe
An alternative solution is to create a stand alone wrapper application for Chummer using Wineskin (http://wineskin.urgesoftware.com/), it's faster, easier to set up and you should be able to copy it to other computers but I think it may be less stable and I've only got it to work under Mountain Lion (does not work under Snow Leopard, have not tried Leopard or Lion).
- Download Wineskin and open Wineskin Winery
- Download and choose the WS9Wine1.4.1 engine(does not work with WS1.5.21, have not tried any others)
- Update your wrapper version (The current version 2.5.8 works for me).
- Create new blank Wrapper, name it whatever you want but it seems like the wrapper won't work if you change the name afterwards
- I'm unsure if you need to install Gecko when it asks you but I have not tried not installing it so I have no idea.
- Open the created wrapper in finder and choose Advanced
- Go to Tools and choose Winetricks under Utilities.
- Choose update Winetricks down to the left.
- Under dlls choose 'dotnet40' and click Run.
-- There may be a bug that will cause it to fail with a message about not having a declared $DISPLAY variable, if that happens close the window (make sure it quit completely and that you didn't just close at the applications windows, force quit if you have to). Open you wrapper again, if nothing happens right-click (ctrl-click) on the wrapper and choose 'Show package contents' and open 'Wineskin' from the window that opens.
- Once you got winetricks to install dotnet40 properly it will still fail in the same way when installing wine normally and ask you to download a file, place it in your /Users/$USERNAME/Library/Caches/winetricks/dotnet40 folder (don't extract the archive, just place it there as is).
- Run the dotnet40 install again
- Once you got dotnet installed close the winetricks window and click the Install Software in the Wineskin Advanced windows.
- If you haven't already download and extract Chummer (http://www.chummergen.com/downloadchummer.aspx)
- Choose 'Copy a Folder Inside' (or 'Move a folder Inside', it doesn't matter) and choose your Chummer folder.
- Select the Chummer.exe as you executable (there shouldn't be any other choices).
- Close the Wineskin Windows.
- Now when you open the Wineskin wrapper file again Chummer should open!
- if you need to make any changes to the wrapper open the Wineskin app that's inside the wrapper (Show package contents like I described above).
Theoretically you should be able to copy the wrapper to another computer and open it there. Like I said this only seems to work in Mountain Lion (and possibly Lion), I tried opening the wrapper on Snow Leopard but it just crashes at startup, same thing happens if I try and create the wrapper on a computer running Snow Leopard. I've noticed that the wrapper sometimes won't open properly (ie nothing happens) but I might have just not closed it completely previously.
UPDATE: It seems I was a bit off, the Wineskin method only worked on my computer, not because I was running Mountain Lion but because I had libpng14.14 installed on my system. To fix this you need to add libpng14.14 to your wrapper! Unless you have libpng14.14 installed on your system it will crash on your system regardless of OS version.
- Download libpng14.14 here: http://s000.tinyupload.com/index.php?file_...773311660434677
- Extract the zip file.
- Click on your Chummer wrapper and choose 'Show package contents' and navigate to Contents/Frameworks/ and drop the libpng14.14.dylib file in the Frameworks folder
- The wrapper should now function on any Snow Leopard, Lion or Mountain Lion system