-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS 15 / Sequoia Installation Fails with "The installer could not install the software because there was no software found to install" #6398
Comments
you need to install the latest version and download the new installers for osx |
oh right ok, well ur bug report says 1.0.48, |
Oh, sorry, I started filling that all out and submitted it without finishing. My bad. I am on an Intel Mac, and I tried the Universal and the x86 versions. Neither have worked. |
hmmm im guessing apple have change something! |
just updating my mac mini arm from ventura to sonoma, i dont want to upgrade my macbook pro sonoma to sequoia as its my daily driver and i dont want things to break! |
ok this might be a pain |
I wish I could give you a more detailed answer on this, but it sounds similar to something one of my developers recently encountered. I'll talk to them on Monday, but I don't think they resolved it yet. They were checking the stricter notarizations that are required with macOS Sequoia. |
@cvoisey notarizations isnt required (just really really really recommended!) i have been able to use an app called its something with the way the .pkg is generated/built that im guessing Sequoia just doesnt like anymore sadly the app |
Are you doing the current release in bundle format? What about trying to do it in flat? That should work better with newer macOS |
@cvoisey ive tried both, flat and bundle, both types from the its because its saving it as
but the old .pkg we have create returns it as a directory?
so unless im doing something wrong, this could be why |
I've been trying to figure out something as well and have been coming to similar conclusions. I have to put it down for now, but I have a few more ideas I'll try to get to tomorrow. I'd love it if I could contribute. You've done a great job with this project. |
@cvoisey thats great! if you have any look do reply/let us know! |
mad idea 💡
EDIT: it would basically be be the same as how the binary version gets installed using |
From a short term perspective, to get it installed on newer OSs, I could see that. From a longer term though, I'm thinking about the UX. Personally, I want to still dive into the whole build experience in my hosting and make sure I sign everything and ensure it is trusted, as that will look better to my customers. |
@cvoisey fully agree |
Hello. Thank you very much for your work. I have the same problem. I managed to install it with the binary on the terminal but I get a black screen when I try to connect in Remote Desktop. I can't access certain directories via the shell either. |
@carlosndiaye, before u connect, u need to go into the settings app, then privacy and security, then screen recording and allow the application Also, go into accessibility and allow ur app there, too As for files, u need to allow ur app inside the full disk access All options are inside the privacy & security https://ylianst.github.io/MeshCentral/meshcentral/faq/#mac-clients |
Thanks. Apparently, when I allow the settings as mentioned, the desktop is displayed and you can interact with it. However, when I reconnect, the black screen comes back even though the permissions are still active. What could be the cause of this? |
@carlosndiaye I'm not sure? That seems weird? |
Running into this same issue. How are you using Packages to reformat the .pkg? |
@appatterson it was very difficult I had to basically add all the files in and msh and then tell it to run the script from inside the mpkg to place them where they need to be Ill show screenshots 2moz of it :) |
@si458 that would be much appreciated, thanks! |
@appatterson hope these screenshots help! |
This is a fix? |
@DaanSelen sadly the agent doesnt work with Sequoia when running in background mode without a developer who specialises in mac applications and knows C++ and can look through our code and work out whats wrong, it wont work correctly HOWEVER i have noticed that the app works all the time if you use the binary app in forground mode! but oversally this means the app would have to be running 24/7 on the desktop in terminal 👎 |
@si458 Maybe the new MacOS 15.1 Update coming out later this month will fix the issue, fingers crossed. |
Hello, any news about MacOS Agent in Sequoia ? |
@esgheorghe nope :( I've had no luck no matter what I try, but i don't understand the c++ code fully so the isn't much i can do without help from someone who does |
Doesn't work here on Sequoia 15.1, same error as the OP's |
@si458 could you link me to the place where this ominous C++ code resides? :P Sadly I am by no means an expert on C++, but I'd be really interested in taking a look at it, playing around a little and maybe even be able to contribute back a little at some point... |
@jakobzudrell check the meshagent repo! |
Any update on this? Current I'm seeing issues trying to install on MacOS and also issues trying to install on Windows. Seems like the client is falling behind with two major OS's updates. |
@ramphex sadly, without a Mac developer who can identify why we can't get remote control to work, it won't be possible As for Windows 11 24h2, it's already been fixed, new agents have been tested and work, just need new release being done, So we arent really falling behind at all... We are an open-source application and open source developers without any physical funding so things take time |
I get it. I appreciate the software and the time you guys put into it. |
Linux was not interrupted? |
@DaanSelen Yes it is if you use a Wayland Distro (Latest versions of Ubuntu, Cosmic and Fedora) |
No way yet to install on latest MacOS right? 🤓 could I install the Linux version on a mac? |
@eried it works for macos 14 or below, just not 15 or above! |
oh, yeah we had a machine that got updated and now it does not work. I though it was just permissions, but I see is not. I have never used macos, so I cant really help :( (this machine is only for compiling stuff for the appstore, but nobody uses it eitherway) |
Hi, Have the same problem in graphical mode but I was able to install it in command line mode. Chmod the binary and install it (./meshagent -install). After have set the security settings, everything works but at the next boot the connection is lost... this can be fixed by renaming the daemon, as as we have already seen in the past.
The connection is ok this time but the Desktop view show me a black screen... any idea ? PS: Hope this won't be off topic but if it can help someone... |
@elpibedeoro the black screen bug is unfortunately a HUGE bug when using macos 15 or above, |
Describe the bug
When trying to install the agent on my Sequoia macs, I am getting the following error:
This is an Intel mac and I have tried both installers (x86 & Universal). Installs on other, older macOS from this server works fine.
The text was updated successfully, but these errors were encountered: