#I'm having trouble setting up the KSP2 Debug Reporter

1 messages · Page 1 of 1 (latest)

ashen narwhal
#

I'm having an issue with it regarding an INI file. Anyone know how I can find this so I can get the reporter working?

#

Some of the errors I'm getting include:
Invoke-Item : Cannot bind argument to parameter 'Path' because it is an empty string. At C:\Users\user\OneDrive\Desktop\KSP Additional Resources\Bug Reporter\Release\KSP2_BugPackager.ps1:588 char:14 + Invoke-Item $folder

  •             ~~~~~~~
    
    • CategoryInfo : InvalidData: (:) [Invoke-Item], ParameterBindingValidationException
    • FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Microsoft.PowerShell.Commands.Invo
      keItemCommand

Join-Path : Cannot bind argument to parameter 'Path' because it is null.
At C:\Users\user\OneDrive\Desktop\KSP Additional Resources\Bug Reporter\Release\KSP2_BugPackager.ps1:383 char:25

  • $zipLogTmp = Join-Path $zipFilePath $zipLogFiles
    
  •                        ~~~~~~~~~~~~
    
    • CategoryInfo : InvalidData: (:) [Join-Path], ParameterBindingValidationException
    • FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.JoinPathCom
      mand

Compress-Archive : The path '\Ksp2.log' either does not exist or is not a valid file system path.
At C:\Users\user\OneDrive\Desktop\KSP Additional Resources\Bug Reporter\Release\KSP2_BugPackager.ps1:448 char:2

  • Compress-Archive -Path $file1Path, $file2Path, $bugDescrFilePath  ...
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidArgument: (\Ksp2.log:String) [Compress-Archive], InvalidOperationException
    • FullyQualifiedErrorId : ArchiveCmdletPathNotFound,Compress-Archive

Or is this the program working as intended? When I put in the title for the report, it's not going through.