Join-Path : Cannot convert 'System.Object[]' to the type 'System.String' required by parameter 'ChildPath'. Specified method is not supported. At H:\Games\ELDEN RING\Game\EldenRingSaveBackupTool.ps1:28 char:54 + $erSavePath = Join-Path -Path $erBasePath -ChildPath $userID + ~~~~~~~ + CategoryInfo : InvalidArgument: (:) [Join-Path], ParameterBindingException + FullyQualifiedErrorId : CannotConvertArgument,Microsoft.PowerShell.Commands.JoinPathCommand ERROR : No Destination Directory Specified. Simple Usage :: ROBOCOPY source destination /MIR source :: Source Directory (drive:\path or \\server\share\path). destination :: Destination Dir (drive:\path or \\server\share\path). /MIR :: Mirror a complete directory tree. For more usage information run ROBOCOPY /? **** /MIR can DELETE files as well as copy them ! ERROR : No Destination Directory Specified. Simple Usage :: ROBOCOPY source destination /MIR source :: Source Directory (drive:\path or \\server\share\path). destination :: Destination Dir (drive:\path or \\server\share\path). /MIR :: Mirror a complete directory tree. For more usage information run ROBOCOPY /?
Hello, I am not familiar with modengine2, but the bat file included in this mod launches the seamless coop launcher and the powershell script. If you need to launch something else, just change the filename in there to launch your required file instead and it should work.
I fixed the error if anybody has an error like that you can for the moment download it from my fork of the mod. https://github.com/Raven-s-Soul/EldenRingSaveBackupTool I have added $Multyple_Directory and $Directory variables, try to follow the comments inside EldenRingSaveBackupTool.ps1 file. Hope it does fix for you all :D with the same problem.
The Windows PowerShell exe says there is an error and that no destination is set for my saves. I have changed the save destinations in the .ps1 file, but I don't think the saves are being saved to where I specified (if they're being saved at all)
Thank you SO MUCH for this, my friend and I just completed my first playthrough of the game and had a blast the entire time. There were a couple bugs, but overall was incredible, thank you so much!
I'm having an issue where windows informs me it can't launch elden ring with this mod. I've sunk like 50 hours into this save allready so i would really appreciate if someone would help me. Thanks a lot in advance.
31 comments
Can I do it? or what can i do
method is not supported.
At H:\Games\ELDEN RING\Game\EldenRingSaveBackupTool.ps1:28 char:54
+ $erSavePath = Join-Path -Path $erBasePath -ChildPath $userID
+ ~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Join-Path], ParameterBindingException
+ FullyQualifiedErrorId : CannotConvertArgument,Microsoft.PowerShell.Commands.JoinPathCommand
ERROR : No Destination Directory Specified.
Simple Usage :: ROBOCOPY source destination /MIR
source :: Source Directory (drive:\path or \\server\share\path).
destination :: Destination Dir (drive:\path or \\server\share\path).
/MIR :: Mirror a complete directory tree.
For more usage information run ROBOCOPY /?
**** /MIR can DELETE files as well as copy them !
ERROR : No Destination Directory Specified.
Simple Usage :: ROBOCOPY source destination /MIR
source :: Source Directory (drive:\path or \\server\share\path).
destination :: Destination Dir (drive:\path or \\server\share\path).
/MIR :: Mirror a complete directory tree.
For more usage information run ROBOCOPY /?
what do?
I am not familiar with modengine2, but the bat file included in this mod launches the seamless coop launcher and the powershell script. If you need to launch something else, just change the filename in there to launch your required file instead and it should work.
Join-Path : Impossibile convertire 'System.Object[]' nel tipo 'System.String' richiesto da parametro 'ChildPath'.
Specificato metodo non supportato.
In G:\SteamLibrary\steamapps\common\ELDEN RING\Game\EldenRingSaveBackupTool.ps1:28 car:54
+ $erSavePath = Join-Path -Path $erBasePath -ChildPath $userID
+ ~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Join-Path], ParameterBindingException
+ FullyQualifiedErrorId : CannotConvertArgument,Microsoft.PowerShell.Commands.JoinPathCommand
https://github.com/Raven-s-Soul/EldenRingSaveBackupTool
I have added $Multyple_Directory and $Directory variables, try to follow the comments inside EldenRingSaveBackupTool.ps1 file.
Hope it does fix for you all :D with the same problem.
Can you explain what was going on with this and what is the merge request you made?