Advertisement
Guest User

Medieval MC server

a guest
Jul 20th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 KB | Gaming | 0 0
  1. Get-Content : Impossible de trouver un paramètre correspondant au nom « raw ».
  2. Au caractère C:\Users\dupon\Desktop\Medieval_MC_[FORGE]_1.19.2_Server_Pack\start.ps1:14 : 34
  3. + $ExternalVariables = Get-Content -raw -Path $ExternalVariablesFile | ...
  4. + ~~~~
  5. + CategoryInfo : InvalidArgument : (:) [Get-Content], ParameterBindingException
  6. + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.GetContentCommand
  7.  
  8. Indexation impossible dans un tableau Null.
  9. Au caractère C:\Users\dupon\Desktop\Medieval_MC_[FORGE]_1.19.2_Server_Pack\start.ps1:17 : 1
  10. + $MinecraftVersion = $ExternalVariables['MINECRAFT_VERSION']
  11. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12. + CategoryInfo : InvalidOperation : (:) [], RuntimeException
  13. + FullyQualifiedErrorId : NullArray
  14.  
  15. Indexation impossible dans un tableau Null.
  16. Au caractère C:\Users\dupon\Desktop\Medieval_MC_[FORGE]_1.19.2_Server_Pack\start.ps1:18 : 1
  17. + $ModLoader = $ExternalVariables['MODLOADER']
  18. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  19. + CategoryInfo : InvalidOperation : (:) [], RuntimeException
  20. + FullyQualifiedErrorId : NullArray
  21.  
  22. Indexation impossible dans un tableau Null.
  23. Au caractère C:\Users\dupon\Desktop\Medieval_MC_[FORGE]_1.19.2_Server_Pack\start.ps1:19 : 1
  24. + $ModLoaderVersion = $ExternalVariables['MODLOADER_VERSION']
  25. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  26. + CategoryInfo : InvalidOperation : (:) [], RuntimeException
  27. + FullyQualifiedErrorId : NullArray
  28.  
  29. Indexation impossible dans un tableau Null.
  30. Au caractère C:\Users\dupon\Desktop\Medieval_MC_[FORGE]_1.19.2_Server_Pack\start.ps1:20 : 1
  31. + $LegacyFabricInstallerVersion = $ExternalVariables['LEGACYFABRIC_INST ...
  32. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33. + CategoryInfo : InvalidOperation : (:) [], RuntimeException
  34. + FullyQualifiedErrorId : NullArray
  35.  
  36. Indexation impossible dans un tableau Null.
  37. Au caractère C:\Users\dupon\Desktop\Medieval_MC_[FORGE]_1.19.2_Server_Pack\start.ps1:21 : 1
  38. + $FabricInstallerVersion = $ExternalVariables['FABRIC_INSTALLER_VERSIO ...
  39. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  40. + CategoryInfo : InvalidOperation : (:) [], RuntimeException
  41. + FullyQualifiedErrorId : NullArray
  42.  
  43. Indexation impossible dans un tableau Null.
  44. Au caractère C:\Users\dupon\Desktop\Medieval_MC_[FORGE]_1.19.2_Server_Pack\start.ps1:22 : 1
  45. + $QuiltInstallerVersion =$ExternalVariables['QUILT_INSTALLER_VERSION']
  46. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47. + CategoryInfo : InvalidOperation : (:) [], RuntimeException
  48. + FullyQualifiedErrorId : NullArray
  49.  
  50. Indexation impossible dans un tableau Null.
  51. Au caractère C:\Users\dupon\Desktop\Medieval_MC_[FORGE]_1.19.2_Server_Pack\start.ps1:23 : 1
  52. + $MinecraftServerUrl = $ExternalVariables['MINECRAFT_SERVER_URL']
  53. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  54. + CategoryInfo : InvalidOperation : (:) [], RuntimeException
  55. + FullyQualifiedErrorId : NullArray
  56.  
  57. Indexation impossible dans un tableau Null.
  58. Au caractère C:\Users\dupon\Desktop\Medieval_MC_[FORGE]_1.19.2_Server_Pack\start.ps1:24 : 1
  59. + $JavaArgs = $ExternalVariables['JAVA_ARGS']
  60. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  61. + CategoryInfo : InvalidOperation : (:) [], RuntimeException
  62. + FullyQualifiedErrorId : NullArray
  63.  
  64. Indexation impossible dans un tableau Null.
  65. Au caractère C:\Users\dupon\Desktop\Medieval_MC_[FORGE]_1.19.2_Server_Pack\start.ps1:25 : 1
  66. + $Java = $ExternalVariables['JAVA']
  67. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  68. + CategoryInfo : InvalidOperation : (:) [], RuntimeException
  69. + FullyQualifiedErrorId : NullArray
  70.  
  71. Indexation impossible dans un tableau Null.
  72. Au caractère C:\Users\dupon\Desktop\Medieval_MC_[FORGE]_1.19.2_Server_Pack\start.ps1:28 : 5
  73. + if ($Java[0] -eq '"')
  74. + ~~~~~~~~~~~~~~~~
  75. + CategoryInfo : InvalidOperation : (:) [], RuntimeException
  76. + FullyQualifiedErrorId : NullArray
  77.  
  78. Indexation impossible dans un tableau Null.
  79. Au caractère C:\Users\dupon\Desktop\Medieval_MC_[FORGE]_1.19.2_Server_Pack\start.ps1:32 : 5
  80. + if ($Java[$Java.Length-1] -eq '"')
  81. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  82. + CategoryInfo : InvalidOperation : (:) [], RuntimeException
  83. + FullyQualifiedErrorId : NullArray
  84.  
  85. Indexation impossible dans un tableau Null.
  86. Au caractère C:\Users\dupon\Desktop\Medieval_MC_[FORGE]_1.19.2_Server_Pack\start.ps1:38 : 5
  87. + if ($JavaArgs[0] -eq '"')
  88. + ~~~~~~~~~~~~~~~~~~~~
  89. + CategoryInfo : InvalidOperation : (:) [], RuntimeException
  90. + FullyQualifiedErrorId : NullArray
  91.  
  92. Indexation impossible dans un tableau Null.
  93. Au caractère C:\Users\dupon\Desktop\Medieval_MC_[FORGE]_1.19.2_Server_Pack\start.ps1:42 : 5
  94. + if ($JavaArgs[$JavaArgs.Length-1] -eq '"')
  95. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  96. + CategoryInfo : InvalidOperation : (:) [], RuntimeException
  97. + FullyQualifiedErrorId : NullArray
  98.  
  99. Incorrect modloader specified:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement