• 0

    posted a message on Can't Download Any Modpack

    In reply to reb134:

     Mec, qu'est-ce qui ne va pas, tout le monde écrit ici en anglais, mais notre Français ne comprend pas encore

    Posted in: Support
  • 0

    posted a message on Modpacks on twitch not working (so far only 1.15.2 modpacks)

    I had that problem, just install Forge over it... Or get the missing files sent to you and copy them into the given path.

     

    But installing Forge over it is easier:

    1. Go to http://files.minecraftforge.net/ and look for the right version, you can find it in the log. Alternatively you can try to use the latest version of Forge (for your Minecraft Version), but of course no one can say if it works with the modpack.

     

    2. After you have downloaded the Forge version, in the best case as installer, you can install it. To do this, simply enter the path of your Minecraft installation FROM Twitch. On Windows 10 the default path would be: C:\Users\USERNAME\Twitch\Minecraft\Install

    3. After Forge is installed, you can open the Minecraft Launcher as normal, then go to "Installations", select your game version, and choose the new Forge version under "Version". Unfortunately you have to do this with the TwitchLauncher at every start.
    Alternatively you can also copy the newly installed Jar files under C:\Users\USERNAME\Twitch\Minecraft\Install\libraries\net\minecraftforge\forge from the newly created folder into the existing folder.

    Important: Copying the files can only work if you have previously selected the same ForgeVersion as the modpack uses by default!

     

    Since occasionally I was missing even more files, which can only be seen when I start and read the logs again, I recommend to select the Forge version every time...

    The game takes half an eternity to start with all the mods anyway, so the 15 seconds are not that important :D

     

    Whoever finds some mistakes in my English, may keep them :D

    Posted in: Modpacks
  • 0

    posted a message on Can't Download Mods From My Main Page

    I don't know what possibilities you have to create your own page, but the direct download link is missing the ModID in the URL.
    (https://www.curseforge.com/minecraft/mc-mods/metal-mining/download)

     

    If you load the mod under Files, it works there you will find the ID in it.
    (https://www.curseforge.com/minecraft/mc-mods/metal-mining/download/3028797)

    Posted in: Support
  • 0

    posted a message on Can't Download Any Modpack

    In reply to Forge_User_93239049:

     

     CurseForge Discord:

     

    Claycorpheute um 22:50 Uhr:

    The problem is CF is having issues internally. There isn't any problem with it using an ID as the whole system uses ID's and always has. This has nothing to do with Twitch or Overwolf.
    Posted in: Support
  • 0

    posted a message on Can't Download Any Modpack

    Before this error message always came up, even if you try to load another modpack now:

     

    {
      "timestamp": "2020-08-10T19:48:38.6395471Z",
      "level": "Error",
      "thread": 8480,
      "memory": 155560.0,
      "message": "[InstallTaskManager] InstallTask failure 104910ab-9c20-4ce4-923e-3624aee4f6aa ModpackInstallTask",
      "error": {
        "message": "Eine Ausnahme vom Typ \"Curse.Radium.InstallManagement.InstallTaskFailedException\" wurde ausgelöst.",
        "type": "Curse.Radium.InstallManagement.InstallTaskFailedException",
        "stack": [
          "Curse.Radium.Minecraft.InstallTasks.ModpackInstallTask.Run() in C:\\tc\\2687c9b7271129d9\\desktop\\Minecraft\\Curse.Radium.Minecraft\\InstallTasks\\ModpackInstallTask.cs:111",
          "Curse.Radium.InstallManagement.InstallTaskManager+<>c__DisplayClass41_0.<ProcessQueue>b__0() in C:\\tc\\2687c9b7271129d9\\desktop\\Curse.Radium\\InstallManagement\\InstallTaskManager.cs:309",
          "Curse.Common.Extensions.TaskEx+<>c__DisplayClass8_0.<TryRun>b__0() in C:\\tc\\2687c9b7271129d9\\Components\\Source\\Curse.Common\\Extensions\\TaskEx.cs:77",
          "System.Threading.Tasks.Task.InnerInvoke()",
          "System.Threading.Tasks.Task.Execute()",
          "System.Threading.Tasks.Task.ExecutionContextCallback(Object)",
          "System.Threading.ExecutionContext.RunInternal(ExecutionContext,ContextCallback,Object,Boolean)",
          "System.Threading.ExecutionContext.Run(ExecutionContext,ContextCallback,Object,Boolean)",
          "System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&)",
          "System.Threading.Tasks.Task.ExecuteEntry(Boolean)",
          "System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()",
          "System.Threading.ThreadPoolWorkQueue.Dispatch()",
          "System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()"
        ],
        "innerError": {
          "message": "This modpack requires a dependency that is missing or no longer available. Missing Addon ID: 231951",
          "type": "System.Exception",
          "stack": [
            "Curse.Radium.Minecraft.Installers.MinecraftModpackInstallerProvider.FetchDependency(Int32,ISet`1) in C:\\tc\\2687c9b7271129d9\\desktop\\Minecraft\\Curse.Radium.Minecraft\\Installers\\MinecraftModpackInstallerProvider.cs:229",
            "Curse.Radium.Minecraft.Installers.MinecraftModpackInstallerProvider.FetchDependencies(AddonFile,ISet`1) in C:\\tc\\2687c9b7271129d9\\desktop\\Minecraft\\Curse.Radium.Minecraft\\Installers\\MinecraftModpackInstallerProvider.cs:205",
            "Curse.Radium.Minecraft.Installers.MinecraftModpackInstallerProvider.FetchDependency(Int32,ISet`1) in C:\\tc\\2687c9b7271129d9\\desktop\\Minecraft\\Curse.Radium.Minecraft\\Installers\\MinecraftModpackInstallerProvider.cs:233",
            "Curse.Radium.Minecraft.Installers.MinecraftModpackInstallerProvider.FetchDependencies(AddonFile,ISet`1) in C:\\tc\\2687c9b7271129d9\\desktop\\Minecraft\\Curse.Radium.Minecraft\\Installers\\MinecraftModpackInstallerProvider.cs:205",
            "Curse.Radium.Minecraft.Installers.MinecraftModpackInstallerProvider.DoValidateManifest() in C:\\tc\\2687c9b7271129d9\\desktop\\Minecraft\\Curse.Radium.Minecraft\\Installers\\MinecraftModpackInstallerProvider.cs:187",
            "Curse.Radium.Minecraft.Installers.MinecraftModpackInstallerProvider.Run() in C:\\tc\\2687c9b7271129d9\\desktop\\Minecraft\\Curse.Radium.Minecraft\\Installers\\MinecraftModpackInstallerProvider.cs:115",
            "Curse.Radium.InstallManagement.BaseInstallTask.RunSynchronously() in C:\\tc\\2687c9b7271129d9\\desktop\\Curse.Radium\\InstallManagement\\BaseInstallTask.cs:273",
            "Curse.Radium.Minecraft.InstallTasks.ModpackInstallTask.Run() in C:\\tc\\2687c9b7271129d9\\desktop\\Minecraft\\Curse.Radium.Minecraft\\InstallTasks\\ModpackInstallTask.cs:86"
          ]
        }
      }
    },

     


    Only you could roll a Mod ID die there by chance, which would be in there instead...
    But if you get the error described above, you may "keep" it

    Posted in: Support
  • 0.954683801149814

    posted a message on Can't Download Any Modpack
    {
      "timestamp": "2020-08-10T19:26:26.9294634Z",
      "level": "Error",
      "thread": 4928,
      "memory": 152336.0,
      "message": "[InstallTaskManager] InstallTask failure 9a0d8bee-159f-428e-a261-4d70dcd0bb03 ModpackInstallTask",
      "error": {
        "message": "Eine Ausnahme vom Typ \"Curse.Radium.InstallManagement.InstallTaskFailedException\" wurde ausgelöst.",
        "type": "Curse.Radium.InstallManagement.InstallTaskFailedException",
        "stack": [
          "Curse.Radium.Minecraft.InstallTasks.ModpackInstallTask.Run() in C:\\tc\\2687c9b7271129d9\\desktop\\Minecraft\\Curse.Radium.Minecraft\\InstallTasks\\ModpackInstallTask.cs:111",
          "Curse.Radium.InstallManagement.InstallTaskManager+<>c__DisplayClass41_0.<ProcessQueue>b__0() in C:\\tc\\2687c9b7271129d9\\desktop\\Curse.Radium\\InstallManagement\\InstallTaskManager.cs:309",
          "Curse.Common.Extensions.TaskEx+<>c__DisplayClass8_0.<TryRun>b__0() in C:\\tc\\2687c9b7271129d9\\Components\\Source\\Curse.Common\\Extensions\\TaskEx.cs:77",
          "System.Threading.Tasks.Task.InnerInvoke()",
          "System.Threading.Tasks.Task.Execute()",
          "System.Threading.Tasks.Task.ExecutionContextCallback(Object)",
          "System.Threading.ExecutionContext.RunInternal(ExecutionContext,ContextCallback,Object,Boolean)",
          "System.Threading.ExecutionContext.Run(ExecutionContext,ContextCallback,Object,Boolean)",
          "System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&)",
          "System.Threading.Tasks.Task.ExecuteEntry(Boolean)",
          "System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()",
          "System.Threading.ThreadPoolWorkQueue.Dispatch()",
          "System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()"
        ],
        "innerError": {
          "message": "Cannot find file System.Linq.Enumerable+WhereSelectListIterator`2[Curse.Radium.Minecraft.Models.ManifestResource,System.Int32] for addon 226406 in database. Aborting installation.",
          "type": "System.Exception",
          "stack": [
            "Curse.Radium.Minecraft.Installers.MinecraftModpackInstallerProvider.DoValidateManifest() in C:\\tc\\2687c9b7271129d9\\desktop\\Minecraft\\Curse.Radium.Minecraft\\Installers\\MinecraftModpackInstallerProvider.cs:178",
            "Curse.Radium.Minecraft.Installers.MinecraftModpackInstallerProvider.Run() in C:\\tc\\2687c9b7271129d9\\desktop\\Minecraft\\Curse.Radium.Minecraft\\Installers\\MinecraftModpackInstallerProvider.cs:115",
            "Curse.Radium.InstallManagement.BaseInstallTask.RunSynchronously() in C:\\tc\\2687c9b7271129d9\\desktop\\Curse.Radium\\InstallManagement\\BaseInstallTask.cs:273",
            "Curse.Radium.Minecraft.InstallTasks.ModpackInstallTask.Run() in C:\\tc\\2687c9b7271129d9\\desktop\\Minecraft\\Curse.Radium.Minecraft\\InstallTasks\\ModpackInstallTask.cs:86"
          ]
        }
      }
    },

     

    The timestamp does not seem to be correct, it is exactly 2 hours later than it says... :D
    But this is the last error I could reproduce again and again.
    Posted in: Support
  • 1.93124141159961

    posted a message on Can't Download Any Modpack

    Hey,

     

    two friends of mine and I also suffer from the same problem... We are all customers with different ISPs, so we can rule that out. It shouldn't be because of the computer hardware, we all use Windows 10, but the PC configurations are sometimes quite different. 

    New installations have not been as successful as we had hoped for, today at 2 pm CET all went without problems, but since 4 pm nothing works anymore....

     

    We always get a different error message, the addons alternate with the errors :D

    Posted in: Support
  • To post a comment, please or register a new account.