| Author | Message | 
 
| Mr.X 
 
 
 Joined: Oct 25, 2015
 Posts: 3
 Location: Canada
 
 | 
|  Posted: Sun Oct 25, 2015 12:34 pm    Post subject:
Newbie Help Subject description: Patched version of Wine?
 |    |   
| 
 |  
| I'm wondering if some incredibly kind person that has successfully patched Wine for OSX so it will send/receive SysEx would be willing to post it here or PM me with the file so I too can use Wine with MIDI SysEx. I'm a PC guy and am completely lost when it comes to building/patching source code on OSX, or even doing command-line stuff on OSX.
 
 Hopefully it's something that someone wouldn't mind doing.
   
 Thank you, and also thank you so much tinez for making that patch!!
 |  | 
| Back to top |  | 
 
|  | 
 
| wearethenemy 
 
 
 Joined: Oct 31, 2015
 Posts: 1
 Location: barcelona
 
 | 
|  Posted: Sat Oct 31, 2015 6:37 am    Post subject:
Bug |    |   
| 
 |  
| Hi guys! I have some problems, when i brew install --build-from-source wine, appears this: 
 Error: compile error
 /usr/local/Library/Formula/wine.rb:17: syntax error, unexpected kEND, expecting $end
 Please report this bug:
 https://git.io/brew-troubleshooting
 /usr/local/Library/Formula/wine.rb:17:in `load_formula'
 /usr/local/Library/Homebrew/formulary.rb:34:in `load_formula_from_path'
 /usr/local/Library/Homebrew/formulary.rb:83:in `load_file'
 /usr/local/Library/Homebrew/formulary.rb:74:in `klass'
 /usr/local/Library/Homebrew/formulary.rb:70:in `get_formula'
 /usr/local/Library/Homebrew/formulary.rb:205:in `factory'
 /usr/local/Library/Homebrew/formulary.rb:358:in `find_with_priority'
 /usr/local/Library/Homebrew/extend/ARGV.rb:20:in `formulae'
 /usr/local/Library/Homebrew/extend/ARGV.rb:16:in `map'
 /usr/local/Library/Homebrew/extend/ARGV.rb:16:in `formulae'
 /usr/local/Library/Homebrew/cmd/install.rb:45:in `install'
 /usr/local/Library/brew.rb:146:in `send'
 /usr/local/Library/brew.rb:146
 
 Don't know exactly what's happen, by the way this is my wine.rb:
 
 # NOTE: When updating Wine, please check Wine-Gecko and Wine-Mono for updates
 # too:
 # - http://wiki.winehq.org/Gecko
 # - http://wiki.winehq.org/Mono
 class Wine <Formula> :nounzip
 sha256 'f01fafa6d7aab995c38add77315c4cbc2f32f52d5d6a9350056f42b62d631fd8'
 end
 
 resource 'mono' do
 url 'https://downloads.sourceforge.net/wine/wine-mono-0.0.8.msi', :using => :nounzip
 sha256 '3dfc23bbc29015e4e538dab8b83cb825d3248a0e5cf3b3318503ee7331115402'
 end
 patch do
 url "https://raw.githubusercontent.com/tinez/patches/master/wine/winecoreaudio_sysex.patch"
 sha256 'a4a91359ecce2a3fbaf559c692f374e9c6bcdbec50b75c01868dd26f6214fa33'
 end
 end
 
 bottle do
 sha1 "348f15e19880888d19d04d2fe4bad42048fe6828" => :yosemite
 sha1 "69f05602ecde44875cf26297871186aaa0b26cd7" => :mavericks
 sha1 "a89371854006687b74f4446a52ddb1f68cfafa7e" => :mountain_lion
 end
 
 devel do
 url "https://downloads.sourceforge.net/project/wine/Source/wine-1.7.46.tar.bz2"
 sha256 "9ab4046cc676de3054f9f2560e7d757b25324f72dd9a9cfed0d4aa48cc87350b"
 
 depends_on "samba" => :optional
 depends_on "gnutls"
 
 # Patch to fix screen-flickering issues. Still relevant on 1.7.23.
 # https://bugs.winehq.org/show_bug.cgi?id=34166
 patch do
 url "https://bugs.winehq.org/attachment.cgi?id=47639"
 sha256 "3054467e0b1ef9efce3e1b24497bd26e00c4727e8bd7b1e990d1352bb1819de0"
 end
 end
 
 head do
 url "git://source.winehq.org/git/wine.git"
 depends_on "samba" => :optional
 option "with-win64",
 "Build with win64 emulator (won't run 32-bit binaries.)"
 end
 
 # note that all wine dependencies should declare a --universal option in their formula,
 # otherwise homebrew will not notice that they are not built universal
 def require_universal_deps?
 MacOS.prefer_64_bit?
 end
 
 # Wine will build both the Mac and the X11 driver by default, and you can switch
 # between them. But if you really want to build without X11, you can.
 depends_on :x11 => :recommended
 depends_on 'pkg-config' => :build
 depends_on 'freetype'
 depends_on 'jpeg'
 depends_on 'libgphoto2'
 depends_on 'little-cms2'
 depends_on 'libicns'
 depends_on 'libtiff'
 depends_on 'sane-backends'
 depends_on 'libgsm' => :optional
 
 resource 'gecko' do
 url "https://downloads.sourceforge.net/wine/wine_gecko-2.36-x86.msi", :using => :nounzip
 sha256 "afa457ce8f9885225b6e549dd6f154713ce15bf063c23e38c1327d2f869e128a"
 end
 
 resource 'mono' do
 url "https://downloads.sourceforge.net/wine/wine-mono-4.5.6.msi", :using => :nounzip
 sha256 "ac681f737f83742d786706529eb85f4bc8d6bdddd8dcdfa9e2e336b71973bc25"
 end
 
 fails_with :llvm do
 build 2336
 cause 'llvm-gcc does not respect force_align_arg_pointer'
 end
 
 fails_with :clang do
 build 425
 cause "Clang prior to Xcode 5 miscompiles some parts of wine"
 end
 
 # These libraries are not specified as dependencies, or not built as 32-bit:
 # configure: libv4l, gstreamer-0.10, libcapi20, libgsm
 
 # Wine loads many libraries lazily using dlopen calls, so it needs these paths
 # to be searched by dyld.
 # Including /usr/lib because wine, as of 1.3.15, tries to dlopen
 # libncurses.5.4.dylib, and fails to find it without the fallback path.
 
 def library_path
 paths = %W[#{HOMEBREW_PREFIX}/lib /usr/lib]
 paths.unshift(MacOS::X11.lib) if build.with? 'x11'
 paths.join(':')
 end
 
 def wine_wrapper; <<-EOS.undent
 #!/bin/sh
 DYLD_FALLBACK_LIBRARY_PATH="#{library_path}" "#{bin}/wine.bin" "$@"
 EOS
 end
 
 def install
 ENV.m32 # Build 32-bit; Wine doesn't support 64-bit host builds on OS X.
 
 # Help configure find libxml2 in an XCode only (no CLT) installation.
 ENV.libxml2
 
 args = ["--prefix=#{prefix}"]
 args << "--disable-win16" if MacOS.version <= :leopard
 args << "--enable-win64" if build.with? "win64"
 
 # 64-bit builds of mpg123 are incompatible with 32-bit builds of Wine
 args << "--without-mpg123" if Hardware.is_64_bit?
 
 args << "--without-x" if build.without? 'x11'
 
 system "./configure", *args
 
 # The Mac driver uses blocks and must be compiled with an Apple compiler
 # even if the rest of Wine is built with A GNU compiler.
 unless ENV.compiler == :clang || ENV.compiler == :llvm || ENV.compiler == :gcc
 system "make", "dlls/winemac.drv/Makefile"
 inreplace "dlls/winemac.drv/Makefile" do |s|
 # We need to use the real compiler, not the superenv shim, which will exec the
 # configured compiler no matter what name is used to invoke it.
 cc, cxx = s.get_make_var("CC"), s.get_make_var("CXX")
 s.change_make_var! "CC", cc.sub(ENV.cc, "xcrun clang") if cc
 s.change_make_var! "CXX", cc.sub(ENV.cxx, "xcrun clang++") if cxx
 
 # Emulate some things that superenv would normally handle for us
 # We're configured to use GNU GCC, so remote an unsupported flag
 s.gsub! "-gstabs+", ""
 # Pass the sysroot to support Xcode-only systems
 cflags = s.get_make_var("CFLAGS")
 cflags += " --sysroot=#{MacOS.sdk_path}"
 s.change_make_var! "CFLAGS", cflags
 end
 end
 
 system "make install"
 (share/'wine/gecko').install resource('gecko')
 (share/'wine/mono').install resource('mono')
 
 # Use a wrapper script, so rename wine to wine.bin
 # and name our startup script wine
 mv bin/'wine', bin/'wine.bin'
 (bin/'wine').write(wine_wrapper)
 
 # Don't need Gnome desktop support
 (share/'applications').rmtree
 end
 
 def caveats
 s = <<-EOS.undent
 You may want to get winetricks:
 brew install winetricks
 
 The current version of Wine contains a partial implementation of dwrite.dll
 which may cause text rendering issues in applications such as Steam.
 We recommend that you run winecfg, add an override for dwrite in the
 Libraries tab, and edit the override mode to "disable". See:
 https://bugs.winehq.org/show_bug.cgi?id=31374
 EOS
 
 if build.with? 'x11'
 s += <<-EOS.undent
 
 By default Wine uses a native Mac driver. To switch to the X11 driver, use
 regedit to set the "graphics" key under "HKCU\Software\Wine\Drivers" to
 "x11" (or use winetricks).
 
 For best results with X11, install the latest version of XQuartz:
 https://xquartz.macosforge.org/
 EOS
 end
 return s
 end
 end
 
 
 
 Im running OSX 10.8.5, hope to solve this issue to use my Nord Modular
  ! 
 Thanks guys u are great![/i]
 |  | 
| Back to top |  | 
 
|  | 
 
| tomigonzo 
 
  
 Joined: Nov 06, 2015
 Posts: 3
 Location: Belgium
 
 | 
|  Posted: Fri Nov 06, 2015 4:32 am    Post subject: |    |   
| 
 |  
| Hi guys, 
 the editor is running well with wine but i can not connect my micro by usb midi.
 It is "still looking" state (the midi cable works well with Live)
 Any idea to fix it?
 thank you
 |  | 
| Back to top |  | 
 
|  | 
 
| Mr.X 
 
 
 Joined: Oct 25, 2015
 Posts: 3
 Location: Canada
 
 |  | 
| Back to top |  | 
 
|  | 
 
| indeep 
 
 
 Joined: Jun 05, 2008
 Posts: 25
 Location: indeep
 
 | 
|  Posted: Thu Nov 12, 2015 4:50 pm    Post subject: |    |   
| 
 |  
| Works like a charm. Thanks for porting this ancient yet perfect piece of software back to my computer.
 I have also a Drehbank software (only runs on pc) that might work with wine, (when i need to edit something, i have to start my old pc just to make some minor adjustments).
 But yes congrats for this and for your effort.
 |  | 
| Back to top |  | 
 
|  | 
 
| tomigonzo 
 
  
 Joined: Nov 06, 2015
 Posts: 3
 Location: Belgium
 
 | 
|  Posted: Sun Nov 15, 2015 4:20 pm    Post subject: |    |   
| 
 |  
| HI everyone, 
 it looks like i have any midi issue with the wine, the win editor app runs perfect with wine, but i can not make any connection via midi (not via usb-midi, not m-audio firewire midi)
 any idea?
 
 thank you
 |  | 
| Back to top |  | 
 
|  | 
 
| membranoid 
 
 
 Joined: Nov 17, 2015
 Posts: 4
 Location: NY
 
 | 
|  Posted: Tue Nov 24, 2015 6:28 am    Post subject: |    |   
| 
 |  
| Did anyone have luck with running Nomad on OSX 10 using the same method? |  | 
| Back to top |  | 
 
|  | 
 
| tinez 
 
 
 Joined: Aug 21, 2014
 Posts: 9
 Location: Poland, Katowice
 
 | 
|  Posted: Tue Nov 24, 2015 9:31 am    Post subject: |    |   
| 
 |  
| Is there any particuliar reason why you would like to work with Nomad instead of Clavias editor? |  | 
| Back to top |  | 
 
|  | 
 
| membranoid 
 
 
 Joined: Nov 17, 2015
 Posts: 4
 Location: NY
 
 | 
|  Posted: Tue Nov 24, 2015 9:34 am    Post subject: |    |   
| 
 |  
|  	  | tinez wrote: |  	  | Is there any particuliar reason why you would like to work with Nomad instead of Clavias editor? | 
 
 It's got Randomize!
  |  | 
| Back to top |  | 
 
|  | 
 
| JeEA 
 
 
 Joined: Sep 27, 2015
 Posts: 27
 Location: Denmark
 
 | 
|  Posted: Tue Dec 01, 2015 7:02 am    Post subject: |    |   
| 
 |  
| I Got nomad to work on a OSX yosimety, but I have not yet connected my Micro modular.
 The software seems to work.
 I use the .jar exe file and open it with Java
 
 I tried the osx version, but it Will not run.
 The other version platform Independent 9,5 MB is the
 one that seems to work for me
 
 Cheers
 Jens
 |  | 
| Back to top |  | 
 
|  | 
 
| membranoid 
 
 
 Joined: Nov 17, 2015
 Posts: 4
 Location: NY
 
 | 
|  Posted: Tue Dec 01, 2015 12:58 pm    Post subject: |    |   
| 
 |  
| Well, I can open the Nomad app itself but when I connect my G1 it warns me with all sorts of midi timeouts. So, I can't get it to work on Yosemite. And yes, I use the platform independent installer. Please, let me know if you succeed with you Micro. 
 
 
  	  | JeEA wrote: |  	  | I Got nomad to work on a OSX yosimety, but I have not yet connected my Micro modular.
 The software seems to work.
 I use the .jar exe file and open it with Java
 
 I tried the osx version, but it Will not run.
 The other version platform Independent 9,5 MB is the
 one that seems to work for me
 
 Cheers
 Jens
 | 
 |  | 
| Back to top |  | 
 
|  | 
 
| JeEA 
 
 
 Joined: Sep 27, 2015
 Posts: 27
 Location: Denmark
 
 | 
|  Posted: Thu Dec 03, 2015 10:00 am    Post subject: |    |   
| 
 |  
| Damn you are right. The software works, but no response from my micro. The USB midi flashes all the time as if it works, but it does not.
 
 Do not know what to do now
   
 Anyone who could make it work?
   
 I am not into wine except from the ones you can drink
     
 Cheers
 |  | 
| Back to top |  | 
 
|  | 
 
| JeEA 
 
 
 Joined: Sep 27, 2015
 Posts: 27
 Location: Denmark
 
 | 
|  Posted: Sat Dec 05, 2015 7:28 am    Post subject: |    |   
| 
 |  
| Gave up on my Mac Went back to Winxp and removed my USB/midi
 interface and use only emagic emt4
 That works great. Now i just need time to get to know "her"
   
 Cheers
 |  | 
| Back to top |  | 
 
|  | 
 
| squarewhite 
 
 
 Joined: Jun 06, 2007
 Posts: 82
 Location: Asia
 
 | 
|  Posted: Mon Dec 07, 2015 7:09 am    Post subject: |    |   
| 
 |  
| hi there! 
 wonderful that Nord Modular Editor works great with Wine! But alas I've one more issue, I don't seem to see my Knob, Keyboard and Browsers Window only I can open the notes floater window. I was able to see if before until once I closed it and it never appeared again. I'm using Mission Control for multi windows as well.. but have deleted all the other windows and still don't see the Browser. The Keyboard window popped by when i change the resolution of the monitor. How can I find the other floating windows?
 
 I'm on mac 10.8.5, Wine, Nord Modular Editor V3.03.exe.
 |  | 
| Back to top |  | 
 
|  | 
 
| cooperator 
 
 
 Joined: Dec 10, 2015
 Posts: 1
 Location: austin, tx
 
 |  | 
| Back to top |  | 
 
|  | 
 
| Mr.X 
 
 
 Joined: Oct 25, 2015
 Posts: 3
 Location: Canada
 
 |  | 
| Back to top |  | 
 
|  | 
 
| Redline 
 
 
 Joined: Nov 07, 2013
 Posts: 33
 Location: UK
 
 |  | 
| Back to top |  | 
 
|  | 
 
| Ster Alliance 
 
 
 Joined: Jan 25, 2016
 Posts: 7
 Location: Amsterdam
 
 | 
|  Posted: Mon Jan 25, 2016 3:47 pm    Post subject:
osx 10.8.5 Subject description: newby
 |    |   
| 
 |  
| hi, I have been reading all the comments. I just got a Nord Modular G1 and I am running osx 10.8.5 ..
 
 can someone pls help me set up my Editor, I don't really get it all here.
 
 thnx
 |  | 
| Back to top |  | 
 
|  | 
 
| Redline 
 
 
 Joined: Nov 07, 2013
 Posts: 33
 Location: UK
 
 | 
|  Posted: Tue Jan 26, 2016 2:42 am    Post subject:
Re: osx 10.8.5 Subject description: newby
 |    |   
| 
 |  
|  	  | Ster Alliance wrote: |  	  | hi, I have been reading all the comments. I just got a Nord Modular G1 and I am running osx 10.8.5 ..
 
 can someone pls help me set up my Editor, I don't really get it all here.
 
 thnx
 | 
 
 Are you using the original Windows editor under Wine?
 
 If so, plug the G1 PC In/Out sockets into your MIDI interface and go to Setup > MIDI in the Editor software.  You should see your MIDI interface listed in the Port 1 In and Out section at the top.  Select and enable that and see if the Editor can find the G1.
 
 As you've gathered from looking at other peoples posts, it's pretty hit or miss getting the software to work.
 |  | 
| Back to top |  | 
 
|  | 
 
| Ster Alliance 
 
 
 Joined: Jan 25, 2016
 Posts: 7
 Location: Amsterdam
 
 | 
|  Posted: Tue Jan 26, 2016 4:08 am    Post subject:
Re: osx 10.8.5 Subject description: newby
 |    |   
| 
 |  
| "Are you using the original Windows editor under Wine? 
 If so, plug the G1 PC In/Out sockets into your MIDI interface and go to Setup > MIDI in the Editor software.  You should see your MIDI interface listed in the Port 1 In and Out section at the top.  Select and enable that and see if the Editor can find the G1.
 
 As you've gathered from looking at other peoples posts, it's pretty hit or miss getting the software to work.[/quote]
 
 thank you for your reply
 
 I installed Wine and then I try to install / open editor but then nothing happens. I would like a step by step explanation if someone is willing to help me.
 
 I am really not a computer wizzkid but I know it can be done so yeah..
 
 thank you
 |  | 
| Back to top |  | 
 
|  | 
 
| Redline 
 
 
 Joined: Nov 07, 2013
 Posts: 33
 Location: UK
 
 | 
|  Posted: Tue Jan 26, 2016 5:07 am    Post subject: |    |   
| 
 |  
| After downloading Wine and installing it, I downloaded this Editor: 
 Nord Modular Editor v3.03.zip Download for Windows
 http://www.nordkeyboards.com/downloads/legacy/nord-modular
 
 Unzip it
 You should see a file called "Nord Modular Editor v3.03.exe"
 
 Open Wine
 Click on the Wineglass icon on your tool bar at the top of the screen.
 Select File Manager
 
 After a short while you should get a window with the folder structure of your Mac, find the Nord Modular Editor v3.03.exe that you unzipped, right click on that file and select Open.
 
 Works here, once you've done this for the first time you should be able to double-click on Nord Modular Editor v3.03.exe and it will launch Wine and open the editor in one go without having to do the above steps.
 |  | 
| Back to top |  | 
 
|  | 
 
| Ster Alliance 
 
 
 Joined: Jan 25, 2016
 Posts: 7
 Location: Amsterdam
 
 | 
|  Posted: Tue Jan 26, 2016 6:16 am    Post subject: |    |   
| 
 |  
| thank you very much.. I will try it once I get home. 
 fingers crossed
  |  | 
| Back to top |  | 
 
|  | 
 
| Ster Alliance 
 
 
 Joined: Jan 25, 2016
 Posts: 7
 Location: Amsterdam
 
 | 
|  Posted: Tue Jan 26, 2016 9:03 am    Post subject: |    |   
| 
 |  
|  	  | Redline wrote: |  	  | After downloading Wine and installing it, I downloaded this Editor: 
 Nord Modular Editor v3.03.zip Download for Windows
 http://www.nordkeyboards.com/downloads/legacy/nord-modular
 
 Unzip it
 You should see a file called "Nord Modular Editor v3.03.exe"
 
 Open Wine
 Click on the Wineglass icon on your tool bar at the top of the screen.
 Select File Manager
 
 After a short while you should get a window with the folder structure of your Mac, find the Nord Modular Editor v3.03.exe that you unzipped, right click on that file and select Open.
 
 Works here, once you've done this for the first time you should be able to double-click on Nord Modular Editor v3.03.exe and it will launch Wine and open the editor in one go without having to do the above steps.
 | 
 
 
 my wine doesn't open at all ... which version is the best?
 |  | 
| Back to top |  | 
 
|  | 
 
| Ster Alliance 
 
 
 Joined: Jan 25, 2016
 Posts: 7
 Location: Amsterdam
 
 | 
|  Posted: Tue Jan 26, 2016 9:09 am    Post subject: |    |   
| 
 |  
| I have now 1.8-rc4 running but 1.6.1 did not work either. I open the Nord Modular Editor v3.03.zip and I open the .exe with wine. all in my downloads folder. Nothing happens. 
 
 am I doing something wrong or are there other ways to have Editor running on macbookpro osx 10.8.5
 
 thank you
 |  | 
| Back to top |  | 
 
|  | 
 
| Redline 
 
 
 Joined: Nov 07, 2013
 Posts: 33
 Location: UK
 
 | 
|  Posted: Tue Jan 26, 2016 12:18 pm    Post subject: |    |   
| 
 |  
| I'm using Wine 1.8-rc4 which seems to work fine but am on Mac 10.11.2. 
 I never used Wine under 10.8.5 so don't have any suggestions I'm afraid.
 |  | 
| Back to top |  | 
 
|  | 
 
|  |