MacOS Catalina, iOS, Catalyst, SwiftUI & Wine

Same situation here with all our Laptops. Will use VMs in the meanwhile, but hoping there will be a new release for MAC Catalina soon.

Thanks for the effort.

UPDATED: this now works with Apple M1 chips too!

If you have used Wine previously, we recommend you first delete the previous Wine application and the Wine settings directory in your home folder:

rm -rf /Applications/Wine*
rm -rf ~/.wine/

To run Winbox64.exe the following steps are required.

Install Wine from https://github.com/Gcenx/macOS_Wine_builds/releases
and make sure you have downloaded the winbox64.exe executable from the MikroTik download page.

During installation, you must mark “64 bit support” (by default it is not checked).
In macOS terminal, make sure your set to use ZSH as the new shell like this (and restart Terminal after this command):

chsh -s /bin/zsh

Edit your zprofile file to add environment variables, pointing the wine64 command to the correct installation path of Wine Staging:

nano ~/.zprofile

The file should look like this (make sure your paths are correct here):

export PATH=“/Applications/Wine Staging.app/Contents/Resources/wine/bin:$PATH”
export FREETYPE_PROPERTIES=“truetype:interpreter-version=35”
export DYLD_FALLBACK_LIBRARY_PATH=“/usr/lib:/opt/X11/lib:$DYLD_FALLBACK_LIBRARY_PATH”

Restart (quit and reopen) your macOS terminal
Launch Winbox64 with wine64 like this:

wine64 “/Applications/winbox64.exe”

or simply double click the Winbox64.exe file and choose to open with Wine

Hello everyone,

what about The Dude? Do you plan to release a 64 bit version of this software too?

Thank you

Dude currently no immediate plans. Run it in Windows.

All done here, just waiting for it now =)

where is the winbox64 link?

We’ll have to wait for it.

Wow, that is bad, so I have to buy 1 windows machine to run dude ???
BAD BAD BAD

I suppose you understand that the main people to blame here are Apple, who took away your ability to run 32-bit code?
Other platforms support 32-bit code on 64-bit CPU/OS, and Apple did the same until they took this away from you.
Winbox/Dude is likely not the only software that no longer works for you due to this change.

Dude is a Windows program and has always been.

nothing wrong with a windows program, but please make it 64bit …
I don’t need OSX stuff, but 64bit would be nice

But since some time there is also some Dude functionality (not everything) in Webfig!
I still think that is the way to the future… as nice a a native application may be, everyone is moving to web applications,
and the possibilities there have improved.

It’s works :slight_smile: But i have problem with import/export addresses.cdb, explorer was not shown. Logs:

0009:err:virtual:map_file_into_view failed to set PROT_EXEC on file map, noexec filesystem?
0009:err:virtual:virtual_map_section mapping 0xed0000 1000 000000000 failed

alternatively i can copy the file to ~/.wine/drive_c/users/myuser/Application\ Data/Mikrotik/Winbox/, but i have don’t idea how doing export (“save as” also not working)…
Zrzut ekranu 2019-10-15 12.01.13.png

I know it’s probably something dumb, but how do I create a shortcut for this on Catalina? I always used PlayonMac to do this things, but for now the app doesn’t work on 10.15.

Victor, macOS has a built in tool “Automator”. It’s very powerful and you can create apps easily. Like this for example:
Screenshot 2019-10-15 at 16.03.07.png

I did the procedure and I couldn’t

Thanks normis!

Thanks a lot Normis!

There is also a feature which allows you to set up the icon: https://apple.stackexchange.com/questions/369/can-i-change-the-application-icon-of-an-automator-script

The icon could be downloaded from here: https://imgbin.com/download-png/j73uNt7L

Its working !!!

but impoting import address.CDB, App became hang.
After all thank you mikrotik team.