Skip to content

Instantly share code, notes, and snippets.

View crysthala's full-sized avatar

Crysthala crysthala

View GitHub Profile
@crysthala
crysthala / crash-2019-09-23_13.26.08-client.txt
Created September 23, 2019 18:32
Enchanted Tooltips startup crash
---- Minecraft Crash Report ----
// I let you down. Sorry :(
Time: 9/23/19 1:26 PM
Description: Initializing game
java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors!
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.logErrors(EntrypointUtils.java:45)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33)
at net.minecraft.class_310.method_1503(class_310.java)
@crysthala
crysthala / crash-2018-07-22_22.08.55-client.txt
Created July 23, 2018 03:14
weird survival systems and IE crash
---- Minecraft Crash Report ----
WARNING: coremods are present:
IELoadingPlugin (ImmersiveEngineering-core-0.12-84.jar)
Contact their authors BEFORE contacting forge
// Oops.
Time: 7/22/18 10:08 PM
Description: There was a severe problem during mod loading that has caused the game to fail
# Configuration file
##########################################################################################################
# crack hammer recipies
#--------------------------------------------------------------------------------------------------------#
# This section allows you to add your own recipes for the Crack Hammer (and other rock
# crushers). Recipes are specified in semicolon (;) delimited lists of formulas in the
# format modid:name#y->x*modid:name#y, where x is the number of items in a stack and y
# is the metadata value. Note that both x and y are optional, so you can use the
# formula modid:name->modid:name for most items/blocks.
@crysthala
crysthala / fml-client-latest.log
Created March 31, 2016 15:39
Another one for DragonAPI V12c and PlayerAPI.
[10:29:37] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[10:29:37] [main/INFO] [FML/]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading
[10:29:37] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_73, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_73
[10:29:37] [main/DEBUG] [FML/]: Java classpath at launch is A:\Users\Michelle\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.7.10-10.13.4.1558-1.7.10\forge-1.7.10-10.13.4.1558-1.7.10.jar;A:\Users\Michelle\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;A:\Users\Michelle\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;A:\Users\Michelle\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;A:\Users\Michelle\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;A:\Users\Michelle\AppData\Roaming\.minec
[11:44:30] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[11:44:30] [main/INFO] [FML/]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading
[11:44:30] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_73, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_73
[11:44:30] [main/DEBUG] [FML/]: Java classpath at launch is A:\Users\Michelle\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.7.10-10.13.4.1558-1.7.10\forge-1.7.10-10.13.4.1558-1.7.10.jar;A:\Users\Michelle\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;A:\Users\Michelle\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;A:\Users\Michelle\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;A:\Users\Michelle\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;A:\Users\Michelle\AppData\Roaming\.minec
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 10/28/15 1:24 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: goldenapple/rfdrills/compat/waila/WailaCompat
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)