This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27664> 2022-07-14 07:32:19> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel. | |
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) | |
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result) | |
at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result) | |
--- End of stack trace from previous location where exception was thrown --- | |
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) | |
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
at Squirrel.Utility.<LogIfThrows>d__38`1.MoveNext() | |
--- End of stack trace from previous location where exception was thrown --- | |
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22968> 2020-08-08 19:14:33> Program: Starting Squirrel Updater: --createShortcut Discord.exe --setupIcon C:\Users\foeni\AppData\Local\Discord\app.ico | |
22968> 2020-08-08 19:14:33> ApplyReleasesImpl: About to create shortcuts for Discord.exe, rootAppDir C:\Users\foeni\AppData\Local\Discord | |
22968> 2020-08-08 19:14:33> ApplyReleasesImpl: Creating shortcut for Discord.exe => C:\Users\foeni\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Discord Inc.\Discord.lnk | |
22968> 2020-08-08 19:14:33> ApplyReleasesImpl: About to save shortcut: C:\Users\foeni\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Discord Inc.\Discord.lnk (target C:\Users\foeni\AppData\Local\Discord\Update.exe, workingDir C:\Users\foeni\AppData\Local\Discord\app-0.0.307, args --processStart Discord.exe) | |
22968> 2020-08-08 19:14:33> ApplyReleasesImpl: Creating shortcut for Discord.exe => C:\Users\foeni\Desktop\Discord.lnk | |
22968> 2020-08-08 19:14:33> ApplyReleasesImpl: About to save shortcut: C:\Users\foeni\Desktop\Discord.lnk (target C:\Users\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Removes recipes | |
recipes.remove(<nuclearcraft:part:0>); | |
recipes.remove(<nuclearcraft:part:7>); | |
recipes.remove(<nuclearcraft:part:9>); | |
recipes.remove(<nuclearcraft:part:10>); | |
recipes.remove(<nuclearcraft:part:12>); | |
recipes.remove(<nuclearcraft:part:1>); | |
// Basic plating | |
recipes.addShaped(<nuclearcraft:part:0> * 4, [ |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MultiMC version: 0.6.14-3001 | |
Launched instance in online mode | |
authserver.mojang.com resolves to: | |
[54.192.220.72] | |
session.minecraft.net resolves to: | |
[3.224.239.34, 3.211.39.224, 52.205.99.166] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// Don't do that. | |
Time: 2022-03-14 13:54:33 NZDT | |
Description: Ticking block entity | |
java.lang.ArrayIndexOutOfBoundsException: 4 | |
at mods.railcraft.common.util.crafting.ShapedRailcraftRecipe.getRemainingItems(ShapedRailcraftRecipe.java:68) | |
at cofh.thermalexpansion.block.machine.TileCrafter.processFinish(TileCrafter.java:176) | |
at cofh.thermalexpansion.block.machine.TileMachineBase.update(TileMachineBase.java:335) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MultiMC version: 0.6.5-1302 | |
Minecraft folder is: | |
F:/Desktop/Desktop/mmc-stable-win32/MultiMC/instances/Circle of The Phoenix/minecraft | |
Java path is: | |
C:/Program Files/Java/jdk1.8.0_181/bin/javaw.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// This doesn't make any sense! | |
Time: 2019-06-22 17:46:47 NZST | |
Description: Initializing game | |
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Terraqueous (terraqueous) | |
Caused by: java.lang.UnsupportedOperationException | |
at com.google.common.collect.ImmutableCollection.add(ImmutableCollection.java:218) | |
at net.minecraft.world.biome.Biome.addFlower(Biome.java:464) |