team-unstablers / ulalaca

xrdp-powered remote session broker / projector for macOS
Apache License 2.0
57 stars 1 forks source link

The package requires a newer system version #22

Open ntdk023 opened 10 months ago

ntdk023 commented 10 months ago

Hello! I'm installing release of ulalaca session broker (0.2.2 and 0.2.3-pre1) on Monterey ( fresh install, on Proxmox) and got this error

image

How to solwe it ? xrdp-tumod installed

unstabler commented 10 months ago

(machine translated)

  1. the required version has been raised to macOS 13.0 or higher since revision 8a9e6e9, but I can't remember why the required version was raised. so I will check if the build will pass even if the required version is lowered to 12.5 by the end of today or tomorrow.

  2. From the screenshots, it looks like you are using a Hackintosh, and we have confirmed that Ulalaca works on Hackintosh, but since it uses the AVFoundation / ScreenCaptureKit component for screen recording, you may need a Metal-capable GPU. (like Radeon RX5xx ...)

unstabler commented 10 months ago

(machine translated)

Currently sessionprojector.app uses MenuBarExtra to implement the tray icon menu, but MenuBarExtra requires macOS 13.0 or higher.

I am not sure about Hackintosh, are there more Hackintosh users who remain on macOS 12.x?

If so, I will either abandon the use of MenuBarExtra and go back to NSMenu or find another way.