Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System ERROR when performing fresh install #260

Open
CraftedByMatt opened this issue Mar 8, 2024 · 0 comments
Open

System ERROR when performing fresh install #260

CraftedByMatt opened this issue Mar 8, 2024 · 0 comments

Comments

@CraftedByMatt
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant