Stalker_GAMMA icon indicating copy to clipboard operation
Stalker_GAMMA copied to clipboard

System ERROR when performing fresh install

Open CraftedByMatt opened this issue 1 year ago • 0 comments

I am doing a fresh install of the modpack and since the start it has been throwing errors. I havent been able to get any support on the discord and it has been downloading over 24 hours which is not normal for my internet.

EXAMPLE 1 ERROR: Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (410) Gone." ERROR: At line:11668 char:3 ERROR: + $response = [System.Net.WebRequest]::Create($url).GetResponse ... ERROR: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ERROR: + CategoryInfo : NotSpecified: (:) [], MethodInvocationException ERROR: + FullyQualifiedErrorId : WebException ERROR: ERROR: You cannot call a method on a null-valued expression. ERROR: At line:11670 char:3 ERROR: + $response.Close() ERROR: + ~~~~~~~~~~~~~~~~~ ERROR: + CategoryInfo : InvalidOperation: (:) [], RuntimeException ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull ERROR: ERROR: Exception calling "DownloadFile" with "7" argument(s): "Argument cannot be Nothing. ERROR: Parameter name: address" ERROR: At line:11674 char:3 ERROR: + $net.DownloadFile($url, $destination, '', '', $true, 500, [Mi ... ERROR: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ERROR: + CategoryInfo : NotSpecified: (:) [], MethodInvocationException ERROR: + FullyQualifiedErrorId : ArgumentNullException ERROR:

EXAMPLE 2 System ERROR: The system cannot find the file specified. ERROR: Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (410) Gone." ERROR: At line:11668 char:3 ERROR: + $response = [System.Net.WebRequest]::Create($url).GetResponse ... ERROR: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ERROR: + CategoryInfo : NotSpecified: (:) [], MethodInvocationException ERROR: + FullyQualifiedErrorId : WebException ERROR: ERROR: You cannot call a method on a null-valued expression. ERROR: At line:11670 char:3 ERROR: + $response.Close() ERROR: + ~~~~~~~~~~~~~~~~~ ERROR: + CategoryInfo : InvalidOperation: (:) [], RuntimeException ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull ERROR: ERROR: Exception calling "DownloadFile" with "7" argument(s): "Argument cannot be Nothing. ERROR: Parameter name: address" ERROR: At line:11674 char:3 ERROR: + $net.DownloadFile($url, $destination, '', '', $true, 500, [Mi ... ERROR: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ERROR: + CategoryInfo : NotSpecified: (:) [], MethodInvocationException ERROR: + FullyQualifiedErrorId : ArgumentNullException ERROR: ERROR: Get-Childitem : Cannot find path 'D:\GAMMA\downloads\high_quality_glass_overlay.3.7z' because it does not exist. ERROR: At line:11676 char:16 ERROR: + $totalSize = Get-Childitem -file $destination | select length ERROR: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ERROR: + CategoryInfo : ObjectNotFound: (D:\GAMMA\downlo...ss_overlay.3.7z:String) [Get-ChildItem], ItemNotFoundException ERROR: + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand ERROR: ERROR: Get-Item : Cannot find path 'D:\GAMMA\downloads\high_quality_glass_overlay.3.7z' because it does not exist. ERROR: At line:11679 char:3 ERROR: + Get-Item $destination | Unblock-File ERROR: + ~~~~~~~~~~~~~~~~~~~~~ ERROR: + CategoryInfo : ObjectNotFound: (D:\GAMMA\downlo...ss_overlay.3.7z:String) [Get-Item], ItemNotFoundException ERROR: + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand ERROR:

CraftedByMatt avatar Mar 08 '24 12:03 CraftedByMatt