WineBottler | 1.7.52

Keep me going
give me coffee! Smoke 1 Smoke 2 Smoke 3

WineBottler 1.7.52 is a major update which sports some thrilling new features.

Runs on OS X El Capitan

Probably the most important feature is the update to run on OS X El Capitan. In Apples proven one-two-combination, after the visual fixes in OS X Yosemite, we could expect a major cleanup in OS X El Capitan. Apple did this with security on its mind, so the proverb “There is the Easy Way and Then There is the Right Way” smacked the lazy dev in the face, once again.

First, Apple got rid of LD_LIBRARY_PATH and DYLD_FALLBACK_LIBRARY_PATH. Forcing us to “otool -L” and “install_name_tool -change” thru all the bins and libs of Wine to use proper @rpath relative paths for all Wine related libraries. The result is, of course, a correct linking through out the app - thank you Apple. I guess somebody has to kick you once a while to come up with proper solutions.

Then Apple implemented App Transport Security which forces us to use secure connections for interactions between Apps and web services – or to disable it. For now it is disabled in WineBottler, but I’m working hard on offering SSL connections to get this right. After all it is all about security and privacy.

Further there where some GUI/multithreading glitches (Toolbar and FilePicker dialog) that lead to crashes on El Capitan and the new Codesigning requirements that have been sorted out.

Saves up to 92% harddrive-space

Yep, this one sounds to good to be true… right? 🙂 But here we go:
A clean Wine prefix weights in about 35mb. But Wine requires big add ons like gecko (for Webservices, 50mb) and mono (for .net Apps, 200mb) by default. They might not be needed by your app, but blow up an empty prefix up to 300mb. These two add ons can now be excluded: down 84%.

Further we added an option, to remove the “c:\users” directory when shipping an app. Wine will automatically add new users, when the app is run on a clients Mac.
Then you can automatically remove installer files (.msi) from your prefix before shipping – if they are no longer needed.

Lastly, we have optimized how WineBottler runs your prefixes. To this point, WineBottler will copy a prefix from the App to the folder ~/Application Support. This approach allows us to install Apps to restricted System folders, or Codesign them, without breaking the signature or having to give read and write access to the app, since the App works in the users Applications Support folder. We stick to that design, but we no longer copy, but link the files to ~/Application Support. Changes files will break the link and replace it with the new file. Unchanged files will only take up some bites, instead of a complete copy, saving nearly 50% of disk-space. THIS FEATURE IS STILL VERY NEW AND IN TESTING! So I’m more than happy to hear from you.

New Wine and mono version

Finally we included the current latest and greatest Wine: Wine changelog.

Thank you very much!

For your ongoing interest and support for this project. All dough I can’t answer all the mails, I’m always interested in feedback and suggestions. Thank you very much.

MusicBee Dabu Fantastic


Listening to Dabu Fantastic playing on MusicBee 2.5 on WineBottler on OS X El Capitan.

As usual: head over to winebottler.kronenberg.org and grab your copy 🙂 .

enjoy

Mike

WineBottler | 1.7.37

WineBottler Fixed OpenGL and X11 fallback

This update comes with

  • fix for the X11 fallback (missing dylib).
  • fix for code signing on OS X 10.10 – that should allow you to install WineBottler without lowering your security-settings.

And it is pushing Wine.app to 1.7.37.
Wine changelog: winehq.org

There will be an update to the stable branch of WineBottler and Wine.app, based on Wine 1.6.2 and all the new WineBottler features that appeard since WineBottler 1.6.1 came out.

That said, I will land some major changes to the unstable branch starting next week 🙂 .

riot


Running Notepad++ 6.7.3 on WineBottler on OS X Yosemite.

As usual: head over to winebottler.kronenberg.org and grab your copy 🙂 .

enjoy

Mike

WineBottler | 1.7.35

WineBottler Just bumping Wine to 1.7.35

Pushing Wine.app to 1.7.35.
Wine changelog: winehq.org

As noted several times, WineBottler is standing on the shoulders of giants. Wine being one of them. Wine itself is supported by Software Freedom Conservancy, which is now launching an official supporter program:

Subject: Conservancy projects: help us launch the Official Conservancy 
Supporter program! 
Date: Wed, 03 Dec 2014 17:17:47 -0500 
From: Tony Sebro 


Hi, all: 

We at Conservancy are committed to doing whatever we can to support our 
member projects, and to help you produce great, freely-licensed software 
for the public's benefit. At this time, we could use the support of 
you, our member projects, as well. 

Today, Conservancy launched the official Conservancy Supporter program 
(http://sfconservancy.org/supporter/). This is our first campaign to 
build awareness about Conservancy, and our first attempt to really 
engage the public in a fundraising campaign. While we're glad to help 
you organize project-specific revenue-generating activities (e.g., 
project fundraisers, conferences, etc.), we've kept the percentage of 
revenue we receive from member projects under our FSA so low that it 
doesn't even pay for a single Conservancy staff member. So, we need our 
member projects' help to get the word out about who we are, what we do, 
and how friends of free and open source software can become Conservancy 
Supporters. 

Conservancy Supporters will receive: 
- an "Official Conservancy Supporter" badge for display on their 
personal websites; 
- a printable "Official Conservancy Supporter" card; and 
- a snazzy Conservancy T-Shirt. 
_ 
Ways__you can help spread the word_: 

- Follow @Conservancy on Twitter and/or Identi.ca 
- Tweet/Dent/Microblog about the Conservancy Supporter program on your 
social media platform of choice, with a link to the campaign page 
(please use the #ConservancySupporter hashtag) 
- If your project has an official social media account, please use that 
to microblog as well 
- Send email blasts to your project's mailing lists 
- Write a blog post or a testimonial about Conservancy (we'd really 
appreciate it) 

We thank you in advance for your support -- especially during this 
giving time of the year! 

Best, -Tony 

By the Way:
You can find news on WineBottler now on weibo and vk, too!

riotRunning Orbiter running on WineBottler on OS X Yosemite.

As usual: head over to winebottler.kronenberg.org and grab your copy 🙂 .

enjoy

Mike

WineBottler | 1.7.34

WineBottler Improvements for Yosemite

Just a small update for WineBottler.

False positives for AV
As noted earlier, the no-op file winemenubuilder.exe triggered some anti virus checks. Starting with 1.7.34 it should pass them all.

Speaking of viruses
Please download WineBottler directly from http://winebottler.kronenberg.org - there are some "download"-websites" that bundle WineBottler into an installer that will install adware on your system, too.

UI Improvements
Tweaking the new look and adding it to the progress window.

Bugfixing
Fixed a bug, that prevented WineBottler from finishing custom Apps on some Yosemite Macs.

Pushing Wine.app to 1.7.34.
Wine changelog: winehq.org

If you should still have issues with AV or generating custom Apps still freezes for you, please let me know.

By the Way:
You can find news on WineBottler now on weibo and vk, too!

riot

Running MusicBee playing Dabu Fantastic on WineBottler on OS X Yosemite.

As usual: head over to winebottler.kronenberg.org and grab your copy 🙂 .

enjoy

Mike

WineBottler | 1.7.33

WineBottler Just bumping Wine to 1.7.33.

By the Way:
You can find news on WineBottler now on weibo and vk, too!

As usual: head over to winebottler.kronenberg.org and grab your copy 🙂 .

enjoy

Mike

PS
Known Problems:
winemenubuilder.exe still gives me false positives with some AV-scanner.