Skip to content

Instantly share code, notes, and snippets.

View falkreon's full-sized avatar

Falkreon falkreon

View GitHub Profile
@falkreon
falkreon / gist:6502448
Last active December 22, 2015 16:58
CookieClicker black-screen bug findings
I get the black screen consistently, BUT I've done some poking around with
Chrome's developer console. Everything's dead in the vm:
> Game
> Game.goldenCookie;
> Document
> echo("TEST");
>
no response from any of that, not even an undefined or an error.
@falkreon
falkreon / gist:6832387
Created October 4, 2013 20:42
CWEP fail
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 10/4/13 4:40 PM
Description: Initializing game
java.lang.VerifyError: (class: com/cole2sworld/enhancement/CWEPMod, method: renderAlienHUD signature: (Lnet/minecraftforge/client/GuiIngameForge;Lnet/minecraft/client/gui/ChatClickData;ILnet/minecraft/client/CallableClientProfiler;)V) Incompatible argument to function
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:457)
2014-09-08 11:44:07,421 [ 112604] INFO - s.plugins.gradle.GradleManager - Instructing gradle to use java from C:/Program Files/Java/jdk1.6.0_45
2014-09-08 11:44:07,425 [ 112608] INFO - s.plugins.gradle.GradleManager - Instructing gradle to use java from C:/Program Files/Java/jdk1.6.0_45
2014-09-08 11:44:07,432 [ 112615] INFO - .project.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: [--init-script, C:\Users\Falkreon\AppData\Local\Temp\wrap2289382251561832640.gradle]
2014-09-08 11:44:09,965 [ 115148] INFO - .project.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: [--init-script, C:\Users\Falkreon\AppData\Local\Temp\ijinit5731181091284363994.gradle]
2014-09-08 11:44:12,569 [ 117752] INFO - .project.GradleProjectResolver - Gradle project resolve error
org.gradle.tooling.GradleConnectionException: Could not run build action using Gradle distribution 'https://services.gradle.org/distributions/gradle-2.0-bin.zip'.
at org.gradle.tooling.internal.consu
@falkreon
falkreon / jenks.css
Last active August 29, 2015 14:06 — forked from stephan-gh/jenks.css
/*
* Jenks - An simple and clean theme for the Jenkins continous integration server.
* Copyright (c) 2014, Minecrell <https://github.com/Minecrell>
* Licensed under the MIT License: http://opensource.org/licenses/MIT
*/
@import url(//fonts.googleapis.com/css?family=Open+Sans|Ubuntu+Mono);
body, table, form, input, td, th, p, textarea, select {
font-family: 'Open Sans', sans-serif;
@falkreon
falkreon / ids.txt
Last active December 8, 2015 15:18
Item IDs for literally everything in BuildCraft and Thermal Expansion
Items:
BuildCraft|Core:wrenchItem
BuildCraft|Core:mapLocation
BuildCraft|Core:list
BuildCraft|Core:debugger
BuildCraft|Core:woodenGearItem
BuildCraft|Core:stoneGearItem
BuildCraft|Core:ironGearItem
BuildCraft|Core:goldGearItem
@Override
public void onEntityCollidedWithBlock(World world, int x, int y, int z, Entity entity) {
if (entity.isCollidedHorizontally) {
entity.motionY = 0.35;
} else if (entity.isSneaking()) {
entity.motionY = 0.08; //Stop, but also counteract EntityLivingBase-applied microgravity
} else if (entity.motionY<-0.20) {
entity.motionY = -0.20;
}
entity.fallDistance = 0.0f;
@falkreon
falkreon / anime.txt
Last active June 3, 2016 14:20
A random list of 8-star anime out of 5 stars
Genre English Title Japanese Title
Drama Terror in Resonance
Robots The Big O
Drama Haibane Renmei
Robots Gurren Lagann
Drama Death Parade
Drama From the New World Shin Sekai Yori
Robots Aldnoah Zero
Nonlinear Stein's Gate
java.util.concurrent.ExecutionException: java.lang.AbstractMethodError
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_25]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_25]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:666) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:611) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:148) [byl.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
Caused by: java.lang.AbstractMethodError
@falkreon
falkreon / QuaritumJEICrash.log
Created July 14, 2016 03:22
Probably Quaritum registering its items too late, so when JEI grabs their registry names earlier it gets nulls back.
[22:19:02] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [betterminecraftchat, betterthanminecraft, blame, ChiselsBytes, ModNameTooltip, quaritum] at SERVER
[22:19:04] [Client thread/INFO]: Connecting to btm-srv.unascribed.com., 25590
[22:19:05] [Netty Epoll Client IO #0/INFO] [FML]: Server protocol version 2
[22:19:05] [Netty Epoll Client IO #0/INFO] [FML]: Attempting connection with missing mods [betterminecraftchat, betterthanminecraft, blame, ChiselsBytes, ModNameTooltip, quaritum] at SERVER
[22:19:05] [Netty Epoll Client IO #0/INFO] [FML]: Injecting existing block and item data into this client instance
[22:19:05] [Netty Epoll Client IO #0/INFO] [FML]: Found a missing id from the world dendrology:machine.landingpad
[22:19:05] [Netty Epoll Client IO #0/INFO] [FML]: Found a missing id from the world armorplus:ArmorForge
[22:19:05] [Netty Epoll Client IO #0/INFO] [FML]: Found a missing id from the world dendrology:machine.conveyor.4
[22:19:05] [Netty Epoll Client IO #0/INFO] [FML]
@falkreon
falkreon / Tessellation_crash.log
Created July 16, 2016 22:36
Probably either OpenComputers or MCMultipart race condition
[17:33:36] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:560]: ---- Minecraft Crash Report ----
WARNING: coremods are present:
TransformerLoader (OpenComputers-MC1.9.4-1.6.0.53-dev.jar)
CorePlugin (FluxedRedstone.jar)
LoadingPlugin (sampler-1.65.jar)
LoadingPlugin (RandomThings-MC1.9.4-3.7.3.jar)
CCLCorePlugin (CodeChickenLib-1.9.4-2.0.2.39-universal.jar)
Blame (Blame-0.2.jar)
IC2core (industrialcraft-2-2.5.57-ex19.jar)