I use WinRAR(not important)
But i have put the UnRen.bat into the same folder where the .exe is, but when i try to open it it tells me it cannot locate python.exe
What do i do to change that?
Hey, if you have some spare time, can you test what's going on?
You must be registered to see the links
That tool captures all events happening in OS, so you can detect what is going on.
After you launch it, it should start spamming tons of events, or you can start/stop it with Capture (Ctrl+E) button.
On the right side of hotbar there are buttons for event type filters, disable all except "Show file system activity", and then clear the list with "Clear (Ctrl+X)", run capture and exclude some constantly spamming processes in list by rightclicking their name in table and choosing option like "Exclude "blalbla.exe"", so your list'll stop growing to thousands of rows each second.
Then go to folder with unren.bat, alttab to ProcMon, in Options selet Always on top, then stop recording and clear list again.
Then try as fast as possible (to reduce noise) enable capture, and doubleclick unren.bat, then stop capture.
There should be tons of ReadFile/CloseFile pairs for unren.bat, then a lot of searches for "echo" command in all your path directories (wtf, microsoft, why are you trying to find override for echo? or it's problem of "echo." in bat file?), then some more unren.bat reads, then powershell.exe read and then finally bat tries to locate python.exe in game's folders, until finds it in lib/windows-blabla.
Here should be interesting part, because in your case you can't find it, so you should see maybe even winrar process instead of cmd.exe doing something near these rows.
You can screenshot or even use file->save to export log and send it here.