We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are having trouble when installing the presence with the new update 1.14.4.3.
1.14.4.3
We can't change the launcher-settings.json, this causes the presence to not update. Error:
launcher-settings.json
'charmap' codec can't decode byte 0x90 in position 792: character maps to <undefined>
Possibly related: #36
Line in code:
hoi4-presence/src/setup.py
Line 193 in bd92a27
Change exePath in launcher-settings.json to:
"exePath": "./runRPC.bat",
The text was updated successfully, but these errors were encountered:
Probably we can't change because of this in the launcher-settings:?
Sorry, something went wrong.
ThiaudioTT
Successfully merging a pull request may close this issue.
We are having trouble when installing the presence with the new update
1.14.4.3
.We can't change the
launcher-settings.json
, this causes the presence to not update.Error:
'charmap' codec can't decode byte 0x90 in position 792: character maps to <undefined>
Possibly related: #36
Line in code:
hoi4-presence/src/setup.py
Line 193 in bd92a27
Temporary solution
Change exePath in
launcher-settings.json
to:The text was updated successfully, but these errors were encountered: