This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
NewerOlder