- Jun 2, 2018
- 113
- 28
Hello Friends
i am currently using a 32 bit computer under linux debian 12
Linux satan 6.1.0-23-686-pae #1 SMP PREEMPT_DYNAMIC Debian 6.1.99-1 (2024-07-15) i686 GNU/Linux
as WaifuAcademy zip has not the linux 32 bit lib folder so i have downloaded the renpy-7.4.5-sdk.tar.bz2 from renpy.org website.
i have dowloaded this sdk because the script_version.txt inside the game folder from WaifuAcademy-0.12.0-pc.zip contains this value
(7,4,5)
i have successfuly extracted the sdk. inside the sdk folder renpy-7.4.5-sdk , i have copied the entire game folder from the WaifuAcademy-0.12.0-pc.
inside the sdk folder i have launched
/renpy-7.4.5-sdk$ ./renpy.sh
the game is launching a few seconds, i see the loading taskbar with the girl for a few seconds (3 or 4 secs) then this error comes
Full traceback:
File "/home/nedved/renpygames/renpy-7.4.5-sdk/renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "/home/nedved/renpygames/renpy-7.4.5-sdk/renpy/main.py", line 382, in main
renpy.loader.index_archives()
File "/home/nedved/renpygames/renpy-7.4.5-sdk/renpy/loader.py", line 244, in index_archives
index = handler.read_index(f)
File "/home/nedved/renpygames/renpy-7.4.5-sdk/renpy/loader.py", line 129, in read_index
index = loads(zlib.decompress(infile.read()))
ValueError: unsupported pickle protocol: 5
Before loading the script.
ValueError: unsupported pickle protocol: 5
a strange error with unsupported pickle protocol.
here is the traceback.txt attached
i am not a great linux expert but usually copying the sdk folder in the sdk folder is sufficient to run a game on my linux 32 bit.
is there a way to fix this error ?
thanks a lot for your help and have a nice day
i am currently using a 32 bit computer under linux debian 12
Linux satan 6.1.0-23-686-pae #1 SMP PREEMPT_DYNAMIC Debian 6.1.99-1 (2024-07-15) i686 GNU/Linux
as WaifuAcademy zip has not the linux 32 bit lib folder so i have downloaded the renpy-7.4.5-sdk.tar.bz2 from renpy.org website.
i have dowloaded this sdk because the script_version.txt inside the game folder from WaifuAcademy-0.12.0-pc.zip contains this value
(7,4,5)
i have successfuly extracted the sdk. inside the sdk folder renpy-7.4.5-sdk , i have copied the entire game folder from the WaifuAcademy-0.12.0-pc.
inside the sdk folder i have launched
/renpy-7.4.5-sdk$ ./renpy.sh
the game is launching a few seconds, i see the loading taskbar with the girl for a few seconds (3 or 4 secs) then this error comes
Full traceback:
File "/home/nedved/renpygames/renpy-7.4.5-sdk/renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "/home/nedved/renpygames/renpy-7.4.5-sdk/renpy/main.py", line 382, in main
renpy.loader.index_archives()
File "/home/nedved/renpygames/renpy-7.4.5-sdk/renpy/loader.py", line 244, in index_archives
index = handler.read_index(f)
File "/home/nedved/renpygames/renpy-7.4.5-sdk/renpy/loader.py", line 129, in read_index
index = loads(zlib.decompress(infile.read()))
ValueError: unsupported pickle protocol: 5
Before loading the script.
ValueError: unsupported pickle protocol: 5
a strange error with unsupported pickle protocol.
here is the traceback.txt attached
i am not a great linux expert but usually copying the sdk folder in the sdk folder is sufficient to run a game on my linux 32 bit.
is there a way to fix this error ?
thanks a lot for your help and have a nice day
Last edited: