You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My machine is using Portuguese (LANG="pt_PT.utf8@euro") as the default language locale. The output of readelf is also fully translated. In my case the patcher is not able to find the "File:" string when parsing the readelf output and so fails to do anything.
I managed to work around it by changing the LANG environment variable to "en" when running the script.
I think a reasonable and easy way to fix this is to have the script itself override the LANG variable, so that the output of readelf can be correctly parsed even if the system default is not English. Most machines should have English support, and if not then the script as is won't work anyway.
The text was updated successfully, but these errors were encountered:
My machine is using Portuguese (LANG="pt_PT.utf8@euro") as the default language locale. The output of readelf is also fully translated. In my case the patcher is not able to find the "File:" string when parsing the readelf output and so fails to do anything.
I managed to work around it by changing the LANG environment variable to "en" when running the script.
I think a reasonable and easy way to fix this is to have the script itself override the LANG variable, so that the output of readelf can be correctly parsed even if the system default is not English. Most machines should have English support, and if not then the script as is won't work anyway.
The text was updated successfully, but these errors were encountered: