halo / LinkLiar

:link: Link-Layer MAC spoofing GUI for macOS
http://halo.github.io/LinkLiar
MIT License
1.23k stars 84 forks source link

the latest beta is just not working #63

Closed krushnadeore closed 5 months ago

krushnadeore commented 5 months ago

i did cleaned old version , but basic options are not working not sure why Os: sonoma 14.3.1 Laptop: Macbook Air M1

https://github.com/halo/LinkLiar/assets/73570192/3181132f-dabb-4316-9fa4-2d681cafccb6

halo commented 5 months ago

Hi! I could reproduce the error on a clean machine. Thank you for reporting it! The video helps immensely.

I uploaded a new pre-release.

I forgot to tell the background service daemon to create the config directory and file. Now it does that. You would have to make sure that the "old" background service is not active any more and the new one is being used.

If it doesn't happen automatically (it depends on when you last had LinkLiar running or restarted your computer), you can force it to pick up the new one manually (just unregister and register the daemon):

Screenshot 2024-03-03 at 17 26 54

The goal is to have this file created: /Library/Application Support/io.github.halo.LinkLiar/config.json (owned by root:staff). If that directory and file exist, you know it worked.

I'll close this issue for now. I hope I'll have the time for more polishing up to get an official release out. Again, thank you.