Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't make log file for a plugin #18

Open
artrointel opened this issue Jun 11, 2021 · 1 comment
Open

Can't make log file for a plugin #18

artrointel opened this issue Jun 11, 2021 · 1 comment

Comments

@artrointel
Copy link

StreamDeck0.log always shows,

08:45:16.344 StreamDeck EGQTDebugLogsManager::OpenLogFile(): Failed to open the log file C:\Users\김우현\AppData\Roaming\Elgato\StreamDeck\logs\com.elgato.cpu0.log

When I try to put a log message in source code,
mConnectionManager->LogMessage("hello");

I guess it is not an issue about the permission of this log folder since the SD always update the StreamDeck0.log file which is in the same directory.

So, at least now I can't make any log message for c++ app debugging.
Please let me know how can I make it work.

@FibreFoX
Copy link

Maybe this has something to do with non-latin characters inside the path? Have you checked this with a latin-only-username? (this is just a wild guess)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants