Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am aetherknight on github.
  • I am aetherkn (https://keybase.io/aetherkn) on keybase.
  • I have a public key ASAsI6vcfj530OVHWr7o7ZLyHSZPW2EzTXgg3xc_rM3amAo

To claim this, I am signing this object:

---- Minecraft Crash Report ----
// But it works on my machine.
Time: 9/14/16 7:00 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: tehnut/launchgui/gui/javafx/UpdateWindow
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:186)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:610)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255)
@aetherknight
aetherknight / gist:3cd2d4ec51ab440320b7
Last active August 29, 2015 14:04
Sample errors from brakeman run in wwtd without bundle exec
START rvm: 2.0.0
bundle install --quiet
ruby test/test.rb
----------------------------------------
Processing Rails 3.2 application...
----------------------------------------
Loading scanner...
Processing application in /Users/bjorvis/src/ruby/brakeman/test/apps/rails3.2
Processing gems...
[Notice] Detected Rails 3 application
@aetherknight
aetherknight / gist:ad03ecb9dec02f1da674
Created June 11, 2014 22:33
jruby master (43885543e) error after installing bcprov-jdk15on-150.jar in JAVA_HOME/jre/lib/ext
$ bin/jruby -S bin/jirb
#<LoadError: no such file to load -- irbtools/configure>
#<LoadError: no such file to load -- wirble>
irb(main):001:0> require 'openssl'
java.lang.ClassCastException: org.bouncycastle.jcajce.provider.symmetric.IDEA$Mappings cannot be cast to org.bouncycastle.jcajce.provider.util.AlgorithmProvider
at org.bouncycastle.jce.provider.BouncyCastleProvider.loadAlgorithms(Unknown Source)
at org.bouncycastle.jce.provider.BouncyCastleProvider.setup(Unknown Source)
at org.bouncycastle.jce.provider.BouncyCastleProvider.access$000(Unknown Source)
at org.bouncycastle.jce.provider.BouncyCastleProvider$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)