wbond / package_control

The Sublime Text package manager
https://packagecontrol.io
4.79k stars 815 forks source link

[Bug report] Crash of Package Control at Sublime3 start #1604

Closed mdziczkowski closed 1 year ago

mdziczkowski commented 2 years ago

Environment

OS type: Linux
OS distro Debian (10)
Sublime version: Build 4113

Description

After starting Sublime3, I recieve a Package Control error message about the inpropper locale and how to set the LANG and LC_LCTYPE variables, even if they are already correctly set

Steps to reproduce

Start Sublime Text
See the error

Notes

The above error started to appear from the moment after the update of Sublime has failed

deathaxe commented 1 year ago

PC does some explicit unicode encode/decode checks upon startup. If those fail, it is most likely caused by ST being executed in an isolated environment which doesn't use correct language settings and/or doesn't respect LC_LCTYPE etc. from user profile.

There's nothing PC can do to fix it.