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

Update Title on Windows failed #3464

Closed
uzzle1987 opened this issue Aug 10, 2016 · 1 comment
Closed

Update Title on Windows failed #3464

uzzle1987 opened this issue Aug 10, 2016 · 1 comment

Comments

@uzzle1987
Copy link

Expected Behavior

Show the stats in the windows title screen

Actual Behavior

Doest not work properly. Only types the first character of the username

Steps to Reproduce

Enable UpdateTileStats and wait on Windows system

Possible Solve

update_title_stats.py

change from
ctypes.windll.kernel32.SetConsoleTitleA(title)
to
ctypes.windll.kernel32.SetConsoleTitleA(title.encode())

@johannlejeune
Copy link
Contributor

@TheSavior @douglascamata This can be closed. Fixed by #3467

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

3 participants