Found little bug - after decompilation of rpyc files program don't remove decompiler files
As mentioned earlier in this thread, delete the folder "/lib/python3.9/multiprocessing" from the game's executable directory.In the same error, have you discovered any solution?
I tried to do as you say. I found the folder I was looking for, but there was no "UnRen.bat file." but I found the file "unren.log" inside there was the following line "pythondir=D:\???????\MotherNTRTraining-Episode04-pc\lib\lib\" I replaced the question marks with "%currentdir%lib\py3 -windows-x86_64\" the result was pythondir=D:\%currentdir%lib\py3-windows-x86_64\MotherNTRTraining-Episode04-pc\lib\lib\ and so on in several more lines. But nothing worked out. The program still outputs:I found a solution. Find in the lib directory the windows directory that contains the phython.exe file and modify this line in the UnRen.bat file.
set "pythondir=%currentdir%lib\py3-windows-x86_64\"
I was just trying to find the file I needed, and this one had the same name as the one I needed) The main thing is that I solved my problem, so to hell with this fileYou edited the log file? What for?
The batch file is what you have to change, if you have to change anything at all.
(The batch file is the one you double click to start unren).
The question marks could mean that you are using a directory with non standard characters. Should work anyway, the log file is just not being written in Ansi not being read in the right encoding.
It's just a log file anyway, it has no function other than telling you what has been done.I was just trying to find the file I needed, and this one had the same name as the one I needed) The main thing is that I solved my problem, so to hell with this file
Thank you so much
I had originally created this script for myself, but I've decided to clean it up a bit and release it for everyone. You can extract RPA archives (using built inYou must be registered to see the links), decompile RPYC files (using built inYou must be registered to see the links), enable the console and developer menu for Ren'Py games and more. The intent of this tool is to remain a simple, no-nonsense utility for accessing Ren'Py game content, current and past.
No dependencies, no internet connection required. You can right click->edit to see the source! Works on Windows 7, 8 and 10, but XP and Vista can be supported too (see "Known Issues" section.)
There are other tools which do similar things, for your consideration:
Thread updated: 2023-06-14
- UnRen Ultrahack+GUI (for Windows)
- UnRen for MacOS and Linux
Instructions:
Known Issues - Feel free to report in the thread if you encounter any issues or bugs:You don't have permission to view the spoiler content. Log in or register now.
Contributions:You don't have permission to view the spoiler content. Log in or register now.
Change Log:You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Thank you so much I always forgot what's the solution.As mentioned earlier in this thread, delete the folder "/lib/python3.9/multiprocessing" from the game's executable directory.
Don't know what you downloaded, but the link on the main page for unren 1.0.11d contains a valid zip file.When I extract the file that is in the download link it says the folder is empty.
Search the thread for 'multiprocessing' and you shall find the solution to your problem ...
Thank you very much. It seems like the application developer intentionally created this error to make it difficult for us to use unrenbat. I just need to delete those 2 files from the folder. Unren is back in action.Search the thread for 'multiprocessing' and you shall find the solution to your problem ...
Hint: It's not UnRen that is faulty