Skip to content

Instantly share code, notes, and snippets.

View CptSpaceToaster's full-sized avatar

CptSpaceToaster

View GitHub Profile
---- Minecraft Crash Report ----
// Why is it breaking :(
Time: 14.12.14 18:05
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at coloredlightscore.src.asm.ColoredLightsCoreDummyContainer.postInit(ColoredLightsCoreDummyContainer.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 12/18/14 3:12 AM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at coloredlightscore.src.asm.ColoredLightsCoreDummyContainer.postInit(ColoredLightsCoreDummyContainer.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
9:49:51 PM: Executing external task 'runClient'...
****************************
Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
MCP Data version : unknown
****************************
Found AccessTransformer in main resources: ColoredLightCore_at.cfg
:compileApiJava UP-TO-DATE
10:41:26 PM: Executing external task 'runClient'...
****************************
Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
MCP Data version : unknown
****************************
Found AccessTransformer in main resources: ColoredLightCore_at.cfg
:compileApiJava UP-TO-DATE
[12:54:47] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[12:54:48] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[12:54:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[12:54:48] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1272 for Minecraft 1.7.10 loading
[12:54:48] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_51, running on Windows 7:amd64:6.1, installed at D:\Program Files\Java\jre7
[12:54:48] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:54:48] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[12:54:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:54:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInj
#version 120
uniform sampler2D Texture;
uniform sampler2D LightMap;
uniform ivec4 u_LightCoord;
attribute vec2 TexCoord;
varying vec2 p_TexCoord;
attribute vec4 LightCoord;
varying vec4 p_LightCoord;
varying vec4 p_Color;
#version 120
uniform sampler2D Texture;
uniform sampler2D LightMap;
varying vec2 p_TexCoord;
varying vec4 p_Color;
varying vec4 p_LightCoord;
uniform ivec4 u_LightCoord;
void main() {
Started by user CptSpaceToaster
Building in workspace /var/lib/jenkins/jobs/ColoredLightsCore/workspace
Cloning the remote Git repository
Cloning repository https://github.com/CptSpaceToaster/CptsModdingLight/
> git init /var/lib/jenkins/jobs/ColoredLightsCore/workspace # timeout=10
Fetching upstream changes from https://github.com/CptSpaceToaster/CptsModdingLight/
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/CptSpaceToaster/CptsModdingLight/ +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://github.com/CptSpaceToaster/CptsModdingLight/ # timeout=10
> git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[21:22:54] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:22:54] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
Starting up SoundSystem...
[21:22:55] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializin
g LWJGL OpenAL
[21:22:55] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LW
JGL binding of OpenAL. For more information, see http://www.lwjgl.org)
AL lib: (EE) UpdateDeviceParams: Failed to set 44100hz, got 192000hz instead
AL lib: (EE) GetHrtf: Incompatible format: Stereo 192000hz
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "Xen 4.5.0 / elementaryOS Luna 0.2 / Linux 3.2.0-51 / credit scheduler" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'