nrlquaker / winbox-mac

MikroTik Winbox bundled into macOS app with Wine
MIT License
1.45k stars 147 forks source link

can't open app in macos 15 #144

Closed gkl1368 closed 5 months ago

gkl1368 commented 5 months ago

can't open app in macos 15

tdabasinskas commented 5 months ago

Yes, I can confirm the same - it's not opening on MacOS 15 Beta.

nrlquaker commented 5 months ago

Betas are not supported.

belthesar commented 5 months ago

Just to add a little color here -

Developer Preview / Public Beta versions of macOS aren't supported for this project, because they are frequently moving targets. Historically, many programs do not work appropriately, especially on the first Developer Preview version of macOS, so if stability is essential to you, I highly recommend avoiding installing Developer Preview versions of macOS on your primary / sole Mac.

In addition, we're at the behest of upstream WINE support for the vast majority of work on the project. We'll be keeping tabs on WINE's Bugzilla to see if there's anything here we need to be aware of.

tdabasinskas commented 5 months ago

Thanks for providing more details, @belthesar.

I switched from using winbox-mac to simply using official winbox.exe via Wine directly - works without any issues on the current Developer Preview.

nrlquaker commented 5 months ago

@tdabasinskas what wine are you using? The one in brew?

tdabasinskas commented 5 months ago

@tdabasinskas what wine are you using? The one in brew?

I actually used WineSkin (from Brew) with WS12WineCX64Bit23.7.1-2 engine with Wineskin-3.0.3 wrapper.

gkl1368 commented 5 months ago

Also use crossover to open official winbox is worked

kotori2 commented 4 months ago

For quick fixes: you can literally just replace wine that comes with this package to the latest ones. Install wine-stable from homebrew (currently 9.0-3) and replace all 3 folders under /Applications/Winbox-mac.app/Contents/Resources/ with /Applications/Wine Stable.app/Contents/Resources/wine/. Not sure if there's any side effects but it just works for me.

nrlquaker commented 4 months ago

@belthesar can you update to the latest wine?

gkl1368 commented 4 months ago

It works after replace 3 folders with wine 9.0-3.

belthesar commented 4 months ago

HI folks. I was on vacation last week. I'll see about getting a Wine 9 test build going, however without @Gcenx providing a slim version, the bundle size will increase significantly unless I can figure out a manual way to create an equivalent slim Wine distribution.

nrlquaker commented 4 months ago

@belthesar the last time I've updated wine I used the Gcenx/macOS_Wine_builds. And manually updated wine.inf to include the following https://github.com/nrlquaker/winbox-mac/blob/3a5037e72ffa419b9d020f7c2077b461deb75c26/Winbox-mac.app/Contents/Resources/wine/share/wine/wine.inf#L555-L564 Maybe @Gcenx can help with minimal build again.

Gcenx commented 4 months ago

145