Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Windows permissions and bad practices... #58

@marcogaio

Description

@marcogaio

Thanks for all your effort on this wonderful project!

I'm a sysadmin. I've installed on some Win10 64bit computer used by my Occupational Therapy, but found that program does not run (bump an error relative to the inability to write to 'log.txt') and cannot save profiles and profile settings.

All my users run as unprivileged user (only member of 'Users' group). Both can be easily solved with:

cacls "%ProgramFiles%\project_gameface\log.txt" /E /P BUILTIN\Users:C
cacls "%ProgramFiles%\project_gameface\configs" /E /T /P BUILTIN\Users:C

Anyway, it is considereb bad practice to save data (and logs) in %ProgramFiles%, better to save them on user's home.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions