- Jan 16, 2020
- 51
- 14
hey, where is ur pfp fromMany thanks for this - nice work!!
hey, where is ur pfp fromMany thanks for this - nice work!!
I had the "cannot locate python.exe" error once and it turned out I was using the newest release of unren on a game developed with an older version of Ren'Py.hi!
cannot locate python.exe
can you look my unren.log what can be wrong?
That New TeacherI had the "cannot locate python.exe" error once and it turned out I was using the newest release of unren on a game developed with an older version of Ren'Py.
What game are you trying to unren?
For CMD and BAT script try always to make your path as simple as possible! You could try and remove the dots and replace other stuff. E.g.:i have path
I:\!Games.RenPy\BrothelMegacorporation-0.24-pc\lib\
but unren get
I:\Games.RenPy\BrothelMegacorporation-0.24-pc\lib\
sence differ?
but why? hell if i know...
I:\Games_RenPy\BrothelMegacorp_024\
ok - for future use please include in UNREN short memo about specific characters in the path - let it typed in case of not found some needed files, please.For CMD and BAT script try always to make your path as simple as possible! You could try and remove the dots and replace other stuff. E.g.:I:\Games_RenPy\BrothelMegacorp_024\
Underline is also better as minus sign. There are some traps regarding paths with batch/command code which cause often problems.
Could also be some other problem on your end... good luck.
Have you tried to actually open them? Sometimes thumbnails don't show what it's actually there, especially if there's some transparency (like in many sprites). This seems to be the case here, as those pics are just a bunch of clothes designed to be displayed on top of another pic with the character's body, so the background is transparent.Good day, when decompiling the game via UnRen, some files are black (i.e. they were not extracted and are simply broken). What is the cause of this problem? How can it be solved?
View attachment 4201953
I tried to simply open them and opened them in Photoshop. It just displays a blank image.Have you tried to actually open them? Sometimes thumbnails don't show what it's actually there, especially if there's some transparency (like in many sprites). This seems to be the case here, as those pics are just a bunch of clothes designed to be displayed on top of another pic with the character's body, so the background is transparent.
There is no RPA in this Mega folder... so i cannot look.Link to archiveYou must be registered to see the links
Here is the rpa fileThere is no RPA in this Mega folder... so i cannot look.
This is the point that some files are extracted normally, but some of them are emptyMust be something on your sys or with you unpacker or so. I have no problems if i use my own RPA unpacker. With your version of "unren" i cannot say; did`n test as i`m in Linux:
View attachment 4203395
If you want to try it with my app, you need to be able to use python with v3.9 or better and a terminal.You must be registered to see the links
Explanation, directions and examples etc. are there.
Good luck
What was your solution to this?I had the "cannot locate python.exe" error once and it turned out I was using the newest release of unren on a game developed with an older version of Ren'Py.
What game are you trying to unren?
Try this one?What was your solution to this?
I am trying many tools to decrypt .rpyc files for an 11 year old Ren'py game and failing with every angle. Have tried standard unren, unrenforall, Game Ripper, grviewer.com.
I get this "cannot locate python.exe" error whenever I try the local options like unren, unrenforall.
Game Ripper rips all of the game's assets (sprites/BGM) like a champ but doesn't give me the decrypted .rpyc code that I am looking for.
GRViewer is the most convenient and easiest use option out of everything so far, but it only decrypts SOME of the .rpycs, of course it doesn't decrypt the .rpyc files that I am actively trying to open and edit.
For what it's worth, game I am trying to poke around in is the 2013 Ren'py game Long Live the Queen. I believe it was coded with Ren'py 6.xx.xx.
Really scratching my head on this one, any help would be appreciated.
In the end, this worked.Try this one?
You must be registered to see the links
Since the game is from 2013 it sure uses python 2.x so download the unrpyc v1 ( Injectors (un.rpyc and friends) support Ren'Py 6.x and 7.x )
put the un.rpyc file in the game directory start your game and the script will be executed, after a while look into the game folder and see if you got the rpy files.
Maybe that helps?