Skip to content

Instantly share code, notes, and snippets.

View SephirothWS's full-sized avatar

Sephiroth SephirothWS

View GitHub Profile
@SephirothWS
SephirothWS / latest.log
Created September 21, 2018 02:09
Stoneblock Log
[20:59:25] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[20:59:25] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[20:59:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[20:59:25] [main/INFO]: Forge Mod Loader version 14.23.4.2707 for Minecraft 1.12.2 loading
[20:59:25] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_181, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_181
[20:59:31] [main/INFO]: Searching C:\Users\Sephiroth\Documents\Curse\Minecraft\Instances\StoneBlock\mods for mods
[20:59:31] [main/INFO]: Searching C:\Users\Sephiroth\Documents\Curse\Minecraft\Instances\StoneBlock\mods\1.12.2 for mods
[20:59:31] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Aroma1997Core-1.12.2-2.0.0.0.b156.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[20:59:31] [main/WARN]: The coremod aroma1997.co
@SephirothWS
SephirothWS / gist:0172a86da58fed5b2d39adaf4de93296
Created November 20, 2016 19:47
All the mods Gaia 2 Crash
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (Quark-r1.0-59.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
DepLoader (BrandonsCore-1.10.2-2.1.1.61-universal.jar)
LoadingHook (Mekanism-1.10.2-9.2.0.294.jar)
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.335.jar)
ForgelinPlugin (Forgelin-1.1.0.jar)
This file has been truncated, but you can view the full file.
[19:02:11] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[19:02:11] [main/INFO] [FML/]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[19:02:11] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_66, running on Linux:amd64:3.19.0-25-generic, installed at /usr/lib/jvm/java-8-oracle/jre
[19:02:11] [main/DEBUG] [FML/]: Java classpath at launch is forge.jar
[19:02:11] [main/DEBUG] [FML/]: Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
[19:02:11] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[19:02:11] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[19:02:11] [main/DEBUG] [FML/]: Added access transformer class cpw.mods.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[19:02:11] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[19:02:11] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 5/25/15 6:56 AM
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at net.blay09.mods.eiramoticons.render.FontRendererExt.killEmotes(FontRendererExt.java:40)
at net.blay09.mods.eiramoticons.render.FontRendererExt.func_78256_a(FontRendererExt.java:26)
at squeek.applecore.client.TooltipOverlayHandler.onRenderTick(TooltipOverlayHandler.java:176)
@SephirothWS
SephirothWS / gist:59bfc83b06d1a68cc97b
Created May 5, 2015 02:38
Modular Powersuits Addons crash
---- Minecraft Crash Report ----
// I let you down. Sorry :(
Time: 5/4/15 9:31 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: appeng.api.features.IRegistryContainer.wireless()Lappeng/api/features/IWirelessTermRegistery;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:715)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:309)