- Dec 16, 2019
- 315
- 282
Curious, because I tested that game and every RPA uncompressed successfully.Any one have any experience with this error? I've been getting it a lot lately, but only on certain games. If someone could point me in the right direction of what I'm doing wrong, I'd appreciate it! Thanks!
Code:Please select > 1 > Could not find platform independent libraries <prefix> > Python path configuration: > PYTHONHOME = (not set) > PYTHONPATH = (not set) > program name = '/Users/jscolli2/Documents/Microsoft User Data/AutoRecovery/Games/SunshineLoveCH1 2.app/Contents/MacOS/python' > isolated = 0 > environment = 1 > user site = 1 > import site = 1 > sys._base_executable = '/Users/jscolli2/Documents/Microsoft User Data/AutoRecovery/Games/SunshineLoveCH1 2.app/Contents/MacOS/python' > sys.base_prefix = '/home/tom/ab/renpy-build/tmp/install.mac-arm64' > sys.base_exec_prefix = '/home/tom/ab/renpy-build/tmp/install.mac-arm64' > sys.platlibdir = 'lib' > sys.executable = '/Users/jscolli2/Documents/Microsoft User Data/AutoRecovery/Games/SunshineLoveCH1 2.app/Contents/MacOS/python' > sys.prefix = '/home/tom/ab/renpy-build/tmp/install.mac-arm64' > sys.exec_prefix = '/home/tom/ab/renpy-build/tmp/install.mac-arm64' > sys.path = [ > '/home/tom/ab/renpy-build/tmp/install.mac-arm64/lib/python39.zip', > '/home/tom/ab/renpy-build/tmp/install.mac-arm64/lib/python3.9', > '/home/tom/ab/renpy-build/tmp/install.mac-arm64/lib/lib-dynload', > ] > Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding > Python runtime state: core initialized > ModuleNotFoundError: No module named 'encodings' > > Current thread 0x00000001ec605b40 (most recent call first): > <no Python frame> Please select > 1 > Could not find platform independent libraries <prefix> > Python path configuration: > PYTHONHOME = (not set) > PYTHONPATH = (not set) > program name = '/Users/jscolli2/Documents/Microsoft User Data/AutoRecovery/Games/SunshineLoveCH1 2.app/Contents/MacOS/python' > isolated = 0 > environment = 1 > user site = 1 > import site = 1 > sys._base_executable = '/Users/jscolli2/Documents/Microsoft User Data/AutoRecovery/Games/SunshineLoveCH1 2.app/Contents/MacOS/python' > sys.base_prefix = '/home/tom/ab/renpy-build/tmp/install.mac-arm64' > sys.base_exec_prefix = '/home/tom/ab/renpy-build/tmp/install.mac-arm64' > sys.platlibdir = 'lib' > sys.executable = '/Users/jscolli2/Documents/Microsoft User Data/AutoRecovery/Games/SunshineLoveCH1 2.app/Contents/MacOS/python' > sys.prefix = '/home/tom/ab/renpy-build/tmp/install.mac-arm64' > sys.exec_prefix = '/home/tom/ab/renpy-build/tmp/install.mac-arm64' > sys.path = [ > '/home/tom/ab/renpy-build/tmp/install.mac-arm64/lib/python39.zip', > '/home/tom/ab/renpy-build/tmp/install.mac-arm64/lib/python3.9', > '/home/tom/ab/renpy-build/tmp/install.mac-arm64/lib/lib-dynload', > ] > Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding > Python runtime state: core initialized > ModuleNotFoundError: No module named 'encodings' > > Current thread 0x00000001ec605b40 (most recent call first): > <no Python frame>
Please make sure you use the latest version.
If you use the latest version, the reason that I can think that error can happen is if you use another Renpy(game) app and just copy all the content to it, If you did that, please make sure you use the same Renpy Version from the developer released version. Or maybe if you use the compressed version, maybe, the compressor did that.
EDIT:
Just for context, the game Sunshine Love chapter 1 is still using Renpy 7.4.6 that still using python 2... and your error is outputing the UnRen script running in python 3 context.
Last edited: