584,830 active members*
5,608 visitors online*
Register for free
Login
Page 2 of 3 123
Results 21 to 40 of 48
  1. #21
    Join Date
    Nov 2015
    Posts
    257

    Re: TNGv2 for Mac OSX

    Quote Originally Posted by PlanetCNC View Post
    Please execute this in terminal:
    sysctl machdep.cpu.features
    and send me results


    Last login: Fri Nov 1 19:42:45 on ttys003

    The default interactive shell is now zsh.
    To update your account to use zsh, please run `chsh -s /bin/zsh`.
    For more details, please visit https://support.apple.com/kb/HT208050.
    COMD-2:~ admin$ sysctl machdep.cpu.features
    machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH DS ACPI MMX FXSR SSE SSE2 SS HTT TM PBE SSE3 PCLMULQDQ DTES64 MON DSCPL VMX SMX EST TM2 SSSE3 FMA CX16 TPR PDCM SSE4.1 SSE4.2 x2APIC MOVBE POPCNT AES PCID XSAVE OSXSAVE SEGLIM64 TSCTMR AVX1.0 RDRAND F16C
    COMD-2:~ admin$

  2. #22
    Join Date
    Mar 2017
    Posts
    1295

    Re: TNGv2 for Mac OSX

    I believe I know what is the problem.
    I want .dylib files to be in same folder as .app file. I set @loader_path to them. Apparently MacOS runs app from "/Volumes/VOLUME/*/" in your case and libraries are not there.
    I'm sure I will have a solution soon.

  3. #23
    Join Date
    Nov 2015
    Posts
    257

    Re: TNGv2 for Mac OSX

    I suspected that too. When the time comes, I will test it and report if you want.

    So for the .dylib should be created according to my knowledge, a folder. In user/library/application support/
    This would then require an installer.
    Profile/Parameter settings should also be sublimbed there.
    General settings normal in user/library preferences

  4. #24
    Join Date
    Mar 2017
    Posts
    1295

    Re: TNGv2 for Mac OSX

    I made new packet for MacOS. Please download and try. It should work now. Fingers crossed.

  5. #25
    Join Date
    Nov 2015
    Posts
    257

    Re: TNGv2 for Mac OSX

    The system says the program can not be opened. Also not with manual release as usual.
    After unzipping the .zip Is only one file unpacked, is that correct?

  6. #26
    Join Date
    Mar 2017
    Posts
    1295

    Re: TNGv2 for Mac OSX

    Yes, this is correct. This one file is actually a package.

  7. #27
    Join Date
    Mar 2017
    Posts
    1295

    Re: TNGv2 for Mac OSX

    I made another modification and is available for download.
    Make sure you have permission executing applications. You can do this by running sudo chmod -R 777 ./PlanetCNC/

  8. #28
    Join Date
    Nov 2015
    Posts
    257

    Re: TNGv2 for Mac OSX

    With High Sierra it works. With Catalina it remains, file can not be opened.

  9. #29
    Join Date
    Nov 2015
    Posts
    257

    Re: TNGv2 for Mac OSX

    still can not start the app.
    Attached Thumbnails Attached Thumbnails Screenshot 2019-11-17 at 13.57.24.jpg  

  10. #30
    Join Date
    Mar 2017
    Posts
    1295

    Re: TNGv2 for Mac OSX

    I'm still working on this. It appears that there are some issues with Catalina. But on other MacOS versions I get positive feedback.

  11. #31
    Join Date
    Nov 2015
    Posts
    257

    Re: TNGv2 for Mac OSX

    Yes, on High Sierra i can give good feedback too.

  12. #32
    Join Date
    Mar 2017
    Posts
    1295

    Re: TNGv2 for Mac OSX

    Apple is becoming closed system. On Catalina is not possible to run applications that Apple did not confirm. I'm kind of skeptical if this is a good move but time will tell.
    One of the reasons TNG runs on multiple platforms is fear that OS might become closed. Windows was showing signs of this and I made huge effort to have TNG running on Linux.

  13. #33
    Join Date
    Nov 2015
    Posts
    257

    Re: TNGv2 for Mac OSX

    That is not right. Also under Catalina you can start unconfirmed software. This only has to be confirmed manually via the system settings. But exactly this query whether the program should still be started does not come.
    An older version of the TNGv2 for Mac I can start.
    The problem has to be different.

  14. #34
    Join Date
    Nov 2015
    Posts
    257

    Re: TNGv2 for Mac OSX

    OK. Some research on the internet helped me.
    The problem is that you have not set the executable flag (whatever that is) in the program.
    Manually you can do that by opening the terminal and typing in the following code.

    chmod +x /Applications/PlanetCNCMacOS.app/Contents/MacOS/*

    Of course the program should be in the applications directory.

  15. #35
    Join Date
    Mar 2017
    Posts
    1295

    Re: TNGv2 for Mac OSX

    Yes, I'm right. Nothing is wrong with software. It is Apple that prevents software to be started.
    If I copy file by file with USB key it is working. If I download same files or transfer package MacOS puts files in quarantine and does not allow app to be started.

  16. #36
    Join Date
    Nov 2015
    Posts
    257

    Re: TNGv2 for Mac OSX

    OK. Then the question remains why other programs, which are also not confirmed start.
    But at least there is already a workaraound with the terminal command.

  17. #37
    Join Date
    Nov 2015
    Posts
    257

    Re: TNGv2 for Mac OSX

    Another option is to turn off the gatekeeper.

    sudo spctl --master-disable

    Now all you have to do is enter your admin password and the system settings => security will show you the option to install and open apps from anywhere.
    But as you can see in the picture, I can not start the program, although it is allowed in the settings. It works only by subsequent seten the execute flag.

    tTO turn it back on
    sudo spctl --master-enable

  18. #38
    Join Date
    Mar 2017
    Posts
    1295

    Re: TNGv2 for Mac OSX

    It is not just Gatekeeper. Since version 10.14 MacOS uses notarization service to check that software is not malicious. This requires submitting app to Apple to get approval and to get it some special requirements are needed. All information about this assumes application is XCode project which TNG is not.

    I presume more information will be available in time and TNG will be notarized. I also presume that there will be workarounds.

    I'm running TNG on MacBook Air with Catalina 10.15.1 and it works perfectly. It can be done and I will "play" with some options that might help you. But officially it is no go for Catalina.

  19. #39
    Join Date
    Mar 2017
    Posts
    1295

    Re: TNGv2 for Mac OSX

    readme.txt file that comes MacOS version of TNG includes info about Gatekeeper and "chmod" that are needed to run TNG on Catalina.

    Perhaps I just need to make it more "step by step".

  20. #40
    Join Date
    Mar 2017
    Posts
    1295

    Re: TNGv2 for Mac OSX

    Here are step by step instructions for installing on Catalina.
    Attached Files Attached Files

Page 2 of 3 123

Similar Threads

  1. [TNGv2] - Wireless handwheel (MPG pendant)
    By PlanetCNC in forum PlanetCNC
    Replies: 19
    Last Post: 02-01-2022, 06:41 PM
  2. [TNGv2] - 2019-10-28
    By PlanetCNC in forum PlanetCNC
    Replies: 0
    Last Post: 10-28-2019, 04:52 PM
  3. [TNGv2 - API]
    By PlanetCNC in forum PlanetCNC
    Replies: 0
    Last Post: 10-27-2019, 11:23 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •