aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 ... 3 4 [5]

Author Topic: aMule binaries for macOS  (Read 147300 times)

PepitoGrilloOSX

  • Official OSX Packager
  • Global Moderator
  • Approved Newbie
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 47
Re: aMule binaries for macOS: ed2kHelperScript still works
« Reply #60 on: December 08, 2021, 10:16:02 AM »

Copying the ed2kHelperScript form version 2.3.2 to the last one (aMule-2.3.3-wxWidgets-3.1.5-macOS11-Universal2) works flawlessly.

Cheers

Thanks. The problem with that is that I am not sure if this will be 100% "universal" (x86_64 + arm64).
« Last Edit: December 08, 2021, 10:18:16 AM by PepitoGrilloOSX »
Logged

vicmarto

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: aMule binaries for macOS
« Reply #61 on: December 08, 2021, 12:50:11 PM »

Thanks

The DNG is from the unofficial repository: https://sourceforge.net/projects/amule-macos-binaries/files/

The "amuled" is accessed using terminal directly from "/Applications/aMuleGUI.app/Contents/MacOS/amuled", not from the mounted DNG. Result is "zsh: illegal hardware instruction"
Logged

vicmarto

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: aMule binaries for macOS
« Reply #62 on: December 08, 2021, 02:45:58 PM »

PepitoGrilloOSX please, would you share the configure command to compile amuleGUI? THANKS!
Logged

PepitoGrilloOSX

  • Official OSX Packager
  • Global Moderator
  • Approved Newbie
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 47
Re: aMule binaries for macOS
« Reply #63 on: December 15, 2021, 10:27:11 PM »

You can try this alternative one if you want:

https://sourceforge.net/projects/amule-macos-binaries/files/aMuleGUI-amuled-2.3.3-wxWidgets-3.1.5-macOS11-Universal2.dmg/download

It is an Universal2 binary that works from macOS 11 (and in macOS 12):

% lipo -info /Applications/aMuleGUI.app/Contents/MacOS/amuled
Architectures in the fat file: /Applications/aMuleGUI.app/Contents/MacOS/amuled are: x86_64 arm64


% /Applications/aMuleGUI.app/Contents/MacOS/amuled
 2021-12-15 22:04:44: Initialising aMuleD 2.3.3 compiled with wxBase(OSX Cocoa) v3.1.5
!2021-12-15 22:04:44: WARNING: The check for other instances is currently disabled in amuled.
!2021-12-15 22:04:44: Please make sure that no other instance of aMule is running or your files might be corrupted.
...


For compiling yourself, please, refer to the official instructions and make sure to use the  "--enable-amule-gui" and "--enable-amule-daemon" options at the "configure" phase.
« Last Edit: December 15, 2021, 10:31:36 PM by PepitoGrilloOSX »
Logged

pinxue

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Re: aMule binaries for macOS
« Reply #64 on: September 26, 2022, 06:50:19 PM »

wxWidgets 3.0.5 does not support macOS Dark Mode. You have to "force" light mode for aMule (as shown in previous posts):

defaults write org.amule.aMule NSRequiresAquaSystemAppearance -bool yes

Thank you, it fixes it.

I'm now facing a problem with uPnP. The option is grayed out.
You said it is disabled for security reasons.

Why is that?
Could we manually enable it?
In amule.conf it is enabled, but still, grayed out in the app.

The library it is not linked in the binary, so there is nothing that can be manually done.

For those be troubled by low-id because of lack upnp feature, you may setup upnp by yourselves. Just open terminal window to run:

port install miniupnpc
upnpc -r 4321 UDP 8765 TCP # change port number or add more port-proto

If you don't have MacPorts, search and install it firstly.
Logged

PepitoGrilloOSX

  • Official OSX Packager
  • Global Moderator
  • Approved Newbie
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 47
Re: aMule binaries for macOS
« Reply #65 on: February 28, 2023, 10:08:53 PM »

wxWidgets 3.0.5 does not support macOS Dark Mode. You have to "force" light mode for aMule (as shown in previous posts):

defaults write org.amule.aMule NSRequiresAquaSystemAppearance -bool yes

Thank you, it fixes it.

I'm now facing a problem with uPnP. The option is grayed out.
You said it is disabled for security reasons.

Why is that?
Could we manually enable it?
In amule.conf it is enabled, but still, grayed out in the app.

The library it is not linked in the binary, so there is nothing that can be manually done.

For those be troubled by low-id because of lack upnp feature, you may setup upnp by yourselves. Just open terminal window to run:

port install miniupnpc
upnpc -r 4321 UDP 8765 TCP # change port number or add more port-proto

If you don't have MacPorts, search and install it firstly.

Nice one!
Logged
Pages: 1 ... 3 4 [5]