Hello,
I would like to report a confirmed startup issue in Cuelux 1.6.x.
Problem
Cuelux fails to start when the Windows username contains non-ASCII characters (e.g. Polish diacritics).
Example username:
Irzmański Event
What happens
During startup, Cuelux tries to access paths under:
C:\Users\<username>\Documents\Visual Productions\
However, the username is encoded differently by Windows and by Cuelux, resulting in invalid paths such as:
Irzmañski
Irzmañski
Because of this mismatch, required files cannot be found (PATH NOT FOUND), and the application exits immediately (Exit Status 3).
Confirmation
Creating a new Windows user with an ASCII-only name (e.g. Cuelux) fixes the issue completely.
Cuelux then starts and works normally.
Conclusion
This is a Unicode / character encoding issue in path handling.
Cuelux does not correctly handle non-ASCII characters in the Windows user profile path.
Best regards