Gabbar@007
Newbie
- Jan 13, 2022
- 85
- 44
When I play Renpy 8.3.7 version in Joiplay, whenever someone uses a name tag, this error occurs. This error does not occur in Renpy 7.4.11, but I do not understand how to solve it in 8.3.7. Someone told me to change the terms to terms['value'] via the script, but I did not understand how to do it, and finally, I was not getting an error when using renpy 8.3.4 in version 1.61e, this error started to occur in later versions so I wonder if you can help me smile
View attachment 4770000 View attachment 4770005 View attachment 4770006
How do you make it work on joiplay because every time I get this.When I play Renpy 8.3.7 version in Joiplay, whenever someone uses a name tag, this error occurs. This error does not occur in Renpy 7.4.11, but I do not understand how to solve it in 8.3.7. Someone told me to change the terms to terms['value'] via the script, but I did not understand how to do it, and finally, I was not getting an error when using renpy 8.3.4 in version 1.61e, this error started to occur in later versions so I wonder if you can help me smile
View attachment 4770000 View attachment 4770005 View attachment 4770006
open game folder on rogue like and edit script version to (8, 3, 7)How do you make it work on joiplay because every time I get this.
Tue Apr 22 23:46:28 2025
Unknown platform.
Ren'Py 7.3.5.606
Bootstrap to the start of init.init took 0.00s
Bootstrap to the start of init.init took 0.00s
Manufacturer samsung model SM-A156U
Screen diagonal is 5.56621200184 inches.
Early init took 0.09s
Early init took 0.09s
Android searchpath: /storage/emulated/0/Download/MEGA Downloads/Rogue-Like-1.62c-1-mod-win/Rogue-Like-1.62c-1-mod-win/game
Could not load patches
Loader init took 0.49s
Loader init took 0.49s
Loading error handling took 3.66s
Loading error handling took 3.66s
Full traceback:
File "renpy/bootstrap.py", line 316, in bootstrap
File "/mnt/c/Git/RenPy/renpy-7.3.5-sdk/renpy/main.py", line 443, in main
File "renpy/script.py", line 275, in load_script
File "renpy/script.py", line 690, in load_appropriate_file
Exception: Could not load from archive Xmod/scripts/defines/audio.rpyc.
While running game code:
Exception: Could not load from archive Xmod/scripts/defines/audio.rpyc.
I can't use the renpy 8 in joyplayChange Rogue-Like-1.62c-2-mod:
- fix shower and petname
renpy 7.4.11 -You must be registered to see the links
renpy 8.3.7 -You must be registered to see the links
I am confused as to what is the difference?Change Rogue-Like-1.62c-2-mod:
- fix shower and petname
renpy 7.4.11 -You must be registered to see the links
renpy 8.3.7 -You must be registered to see the links
I fixed renpy 8.3.7 for joiplay like %85 %90 If you want to use the files later, I'll leave the link.Change Rogue-Like-1.62c-2-mod:
- fix shower and petname
renpy 7.4.11 -You must be registered to see the links
renpy 8.3.7 -You must be registered to see the links
I made corrections for joiplay 8.3.7 renpy version. If you want to play, download renpy 8.3.7 version from the first link and you can download the version of the game that I fixed the bugs from the second link.I can't use the renpy 8 in joyplay View attachment 4773505
And when you catch a girl in the showers they are not in the center and you can't see it
View attachment 4773522 View attachment 4773523
And I found the combined version with R5 if you wanna port it
You must be registered to see the links
I made corrections for joiplay 8.3.7 renpy version. If you want to play, download renpy 8.3.7 version from the first link and you can download the version of the game that I fixed the bugs from the second link.How do you make it work on joiplay because every time I get this.
Tue Apr 22 23:46:28 2025
Unknown platform.
Ren'Py 7.3.5.606
Bootstrap to the start of init.init took 0.00s
Bootstrap to the start of init.init took 0.00s
Manufacturer samsung model SM-A156U
Screen diagonal is 5.56621200184 inches.
Early init took 0.09s
Early init took 0.09s
Android searchpath: /storage/emulated/0/Download/MEGA Downloads/Rogue-Like-1.62c-1-mod-win/Rogue-Like-1.62c-1-mod-win/game
Could not load patches
Loader init took 0.49s
Loader init took 0.49s
Loading error handling took 3.66s
Loading error handling took 3.66s
Full traceback:
File "renpy/bootstrap.py", line 316, in bootstrap
File "/mnt/c/Git/RenPy/renpy-7.3.5-sdk/renpy/main.py", line 443, in main
File "renpy/script.py", line 275, in load_script
File "renpy/script.py", line 690, in load_appropriate_file
Exception: Could not load from archive Xmod/scripts/defines/audio.rpyc.
While running game code:
Exception: Could not load from archive Xmod/scripts/defines/audio.rpyc.
It works perfectly, not only in gameplay, in fps too it's like magic, thank youI made corrections for joiplay 8.3.7 renpy version. If you want to play, download renpy 8.3.7 version from the first link and you can download the version of the game that I fixed the bugs from the second link.
1-You must be registered to see the links(renpy 8.3.7)
2-You must be registered to see the links( game fixed version for joiplay)
No problem but there is a direct mistake in some scenes and I didn't really look into them because I didn't know what to do but if I could help I would be happy.It works perfectly, not only in gameplay, in fps too it's like magic, thank you
You are right. It turned out that the version in the script_version file affects the compilation of rpyc files and the performance in the game. In version 8, the lags that occur in versions 7 and 6 disappearedI made corrections for joiplay 8.3.7 renpy version. If you want to play, download renpy 8.3.7 version from the first link and you can download the version of the game that I fixed the bugs from the second link.
1-You must be registered to see the links(renpy 8.3.7)
2-You must be registered to see the links( game fixed version for joiplay)
These errors were most likely due to dictionaries, and Oni did not write keys in quotes.No problem but there is a direct mistake in some scenes and I didn't really look into them because I didn't know what to do but if I could help I would be happy.
I noticed this, it still works on the computer, but when there are no quotes on the phone, it gives an error.These errors were most likely due to dictionaries, and Oni did not write keys in quotes.
This happens because of old rpyc files during compilation, if you remove them before building you will get the same errors as in Android.I noticed this, it still works on the computer, but when there are no quotes on the phone, it gives an error.