Re: Akabur Games
Ok I have to ask, can you please upload the decrypted files? I have gotten 3 different errors now. I get a new one every time I fix one, so now I get: PS C:\Users\Steven> C:\Users\Steven\Desktop\Life with Hermione - Copy\LWHERMIONE-1.0-win\game\unrpyc.ps1
Get-ChildItem : Cannot find path 'C:\Users\Steven\Desktop\Life with Hermione - Copy\LWHE
RMIONE-1.0-win\game\game' because it does not exist.
At C:\Users\Steven\Desktop\Life with Hermione - Copy\LWHERMIONE-1.0-win\game\unrpyc.ps1:
5 char:13
+ $files = dir <<<< $WorkPath\game\*.rpyc
+ CategoryInfo : ObjectNotFound: (C:\Users\Steven...0-win\game\game:String
) [Get-ChildItem], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCo
mmand
Exception calling "ReadAllBytes" with "1" argument(s): "Empty path name is not legal."
At C:\Users\Steven\Desktop\Life with Hermione - Copy\LWHERMIONE-1.0-win\game\unrpyc.ps1:
7 char:50
+ $FileContent = [System.IO.File]::ReadAllBytes <<<< ($file.FullName)
+ CategoryInfo : NotSpecified:

) [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
Cannot index into a null array.
At C:\Users\Steven\Desktop\Life with Hermione - Copy\LWHERMIONE-1.0-win\game\unrpyc.ps1:
8 char:32
+ $NewContent = $FileContent[ <<<< $RpycHeaderSize..($FileContent.Length - 1)]
+ CategoryInfo : InvalidOperation: (System.Object[]:Object[]) [], RuntimeE
xception
+ FullyQualifiedErrorId : NullArray
Set-Content : Cannot bind argument to parameter 'Path' because it is an empty string.
At C:\Users\Steven\Desktop\Life with Hermione - Copy\LWHERMIONE-1.0-win\game\unrpyc.ps1:
9 char:56
+ Set-Content -value $NewContent -encoding byte -path <<<< "$($file.Fullname)"
+ CategoryInfo : InvalidData:

) [Set-Content], ParameterBindingValidatio
nException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Mic
rosoft.PowerShell.Commands.SetContentCommand
python.exe : C:\Python27\python.exe: can't open file 'C:\Users\Steven\Desktop\Life with
Hermione - Copy\LWHERMIONE-1.0-win\game\unrpyc.py': [Errno 2] No such file or directory
At C:\Users\Steven\Desktop\Life with Hermione - Copy\LWHERMIONE-1.0-win\game\unrpyc.ps1:
10 char:6
+ & <<<< $Python $WorkPath\unrpyc.py $file.FullName
+ CategoryInfo : NotSpecified: (C:\Python27\pyt...le or directory:String)
[], RemoteException
+ FullyQualifiedErrorId : NativeCommandError