Skip to content

Instantly share code, notes, and snippets.

@ARGION4
ARGION4 / fml-server-latest.log
Created April 9, 2017 06:48
Modded server FML Logs
This file has been truncated, but you can view the full file.
[22:01:58] [main/INFO] [FML/]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[22:01:59] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_121, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_121
[22:01:59] [main/INFO] [STDERR/]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[22:02:01] [main/INFO] [FML/]: [AppEng] Core Init
[22:02:02] [main/INFO] [STDERR/]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of bspkrsCore, 6.16 is newer than request 6.15
[22:02:02] [main/ERROR] [FML/]: Coremod RemoteIOCorePlugin: Unable to class load the plugin dmillerw.remoteio.asm.RemoteIOCorePlugin
java.lang.ClassNotFoundException: dmillerw.remoteio.asm.RemoteIOCorePlugin
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_121]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadCl
@ARGION4
ARGION4 / fml-client-latest.log
Created April 9, 2017 06:46
Modded clientFML Logs
[22:02:09] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[22:02:09] [main/INFO] [FML/]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[22:02:09] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_121, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_121
[22:02:09] [main/DEBUG] [FML/]: Java classpath at launch is C:/Users/Alex/Desktop/WORK_SPACE/MultiMC/jars/NewLaunch.jar
[22:02:09] [main/DEBUG] [FML/]: Java library path at launch is C:/Users/Alex/Desktop/WORK_SPACE/MultiMC/instances/BunkerV0.1/natives
[22:02:09] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[22:02:09] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[22:02:09] [main/DEBUG] [FML/]: Added access transformer class cpw.mods.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[22:02:09] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[22:02:09] [main/DEBUG] [FML/]: Instantiating coremod class FMLForge
@ARGION4
ARGION4 / dabblet.css
Last active November 2, 2016 23:29
Untitled
body {
font-family: 'Arial', sans-serif;
max-width: 960px;
margin: 0 auto;
padding: 20px;
}
ul {
list-style-type: none;
margin: 0;