Page 2 of 2

Re: Please, report mhx2 bugs to Thomas'bugtracker.

PostPosted: Wed Feb 08, 2017 10:47 am
by Aranuvir
Do you get the same issue, when you log in as root, or admin, or something similar? If you should be able to copy the files now, do not forget to assimilate the file permissions of the newly installed plug-in to the other plug-ins!

Re: Please, report mhx2 bugs to Thomas'bugtracker.

PostPosted: Sun Jan 13, 2019 11:52 am
by punkduck
That is a typical MacOS "feature" of extended permissions. It is attached to everything that is loaded from somewhere, e.g. from a camera. Because Apple knows it is evil. :roll:

What apple is not aware of, is that when you copy these files to a non-apple filesystem you will have real trouble, because apple tries to put these extended permission in extra files. In this case you have to remove this extra information.

Back to the problem. The reason: MacOS is a still a UNIX system, but uses extended permissions. If you download a picture it is also marked, but because a picture is not executable you will not have a problem. These extended permissions are an attribute of the file, like standard read/write/execute permissions.

In the GUI they are presented in the way explained but on shell you will see a symbol like @ (I am not quite sure).

The only way I know was opening a terminal and get rid of these extended permissions by clearing them.

Code: Select all
xattr -c <filename(s)>


Complete syntax here:
https://ss64.com/osx/xattr.html

Maybe there is a MAC-GUI option also (quaratine?) but for me as a developer using a lot of tools from github etc that was no solution.

Re: Please, report mhx2 bugs to Thomas'bugtracker.

PostPosted: Thu Nov 05, 2020 3:13 am
by nomorecookies
I have tried to get bug reports to Thomas over on bitbucket, but nothing seems to work.
Does anyone know the current method to get bug reports to him?

Re: Please, report mhx2 bugs to Thomas'bugtracker.

PostPosted: Thu Nov 05, 2020 4:47 pm
by loki1950
Thomas has dropped this project file bugs on our GitHub repo we have taken up maintaining mhx2 now.

Enjoy the Choice :)

Re: Please, report mhx2 bugs to Thomas'bugtracker.

PostPosted: Thu Nov 05, 2020 10:13 pm
by Aranuvir
Perhaps we could discuss issues here, and see which one should go to the bug tracker. I'd like to avoid having to check the trackers over and over again for duplicates, support requests, problems with outdated code, ...
This could be rather time consuming.

Re: Please, report mhx2 bugs to Thomas'bugtracker.

PostPosted: Thu Nov 05, 2020 10:16 pm
by Aranuvir
Since the topic doesn't apply anymore, changing its type from sticky to normal...

Re: Please, report mhx2 bugs to Thomas'bugtracker.

PostPosted: Sun Nov 08, 2020 10:59 am
by nomorecookies
Ok, i will post the issues with MHX2 here than.
The main 2 i encounter are already listed on the Git. I will get some more details and post them here, as i can.

Thanks