Skip to content

Instantly share code, notes, and snippets.

View sitedyno's full-sized avatar
💭
Very unhappy with the new feed.

sitedyno

💭
Very unhappy with the new feed.
View GitHub Profile
---- Minecraft Crash Report ----
// I just don't know what went wrong :(
Time: 4/27/15 1:25 AM
Description: Ticking block entity
java.lang.StackOverflowError: Ticking block entity
at java.util.concurrent.locks.ReentrantReadWriteLock.<init>(ReentrantReadWriteLock.java:230)
at net.minecraft.entity.DataWatcher.<init>(SourceFile:49)
at net.minecraft.entity.Entity.<init>(Entity.java:172)
@sitedyno
sitedyno / gist:6276744
Created August 20, 2013 03:17
portable feed the beast batch file
@echo off
set APPDATA=%CD%
REM start %CD%\bin\TechnicLauncher.exe
type ftblauncher\ftblaunch.cfg | findstr /v installPath > ftblauncher\temp.cfg
set instPath=%CD%
set instPath=%instPath:\=\\%
set instPath=%instPath::=\:%
echo installPath=%instPath%>> ftblauncher\temp.cfg
del ftblauncher\ftblaunch.cfg
ren ftblauncher\temp.cfg ftblaunch.cfg
@sitedyno
sitedyno / gist:5233759
Created March 24, 2013 22:06
fail2ban/systemd unit tests & timezones
root@cb-l ~/fail2ban/src/fail2ban [systemd-journald*]
$ timedatectl set-timezone Europe/London
root@cb-l ~/fail2ban/src/fail2ban [systemd-journald*]
$ python2 ./fail2ban-testcases
Fail2ban 0.8.8 test suite. Python 2.7.3 (default, Dec 22 2012, 21:27:36) [GCC 4.7.2]. Please wait...
I: Skipping pyinotify backend testing. Got exception 'No module named pyinotify'
...........E.............................
======================================================================
ERROR: testIgnoreIPNOK (testcases.filtertestcase.IgnoreIP)
----------------------------------------------------------------------
@sitedyno
sitedyno / gist:4968285
Created February 16, 2013 19:14
Zones have Categories have passive skill totals
Defense
Life
Life Regeneration applies to Energy Shield instead of Life
increased maximum Life
of Life Regenerated per Second
to maximum Life
Life Leech applies instantly. Life Recovery from Flasks and Regeneration has no effect.
Removes all mana. Spend Life instead of Mana for Skills
Maximum Life becomes 1, Immune to Chaos Damage
Enemies Cannot Leech Life From You
@sitedyno
sitedyno / gist:4431353
Created January 2, 2013 00:52
$ ./waf configure --without-x11 --without-wayland --without-gtk --without-gif && ./waf
lib/krad_v4l2/krad_v4l2.c.1.o: In function `krad_v4l2_mjpeg_to_rgb':
/home/shccvga/krad/devel/.waf_build_directory/../lib/krad_v4l2/krad_v4l2.c:597: undefined reference to `tjDecompress2'
lib/krad_compositor/krad_sprite.c.1.o: In function `krad_sprite_open_file':
/home/shccvga/krad/devel/.waf_build_directory/../lib/krad_compositor/krad_sprite.c:367: undefined reference to `tjDecompress2'
lib/krad_compositor/krad_compositor.c.1.o: In function `krad_compositor_snapshot_thread':
/home/shccvga/krad/devel/.waf_build_directory/../lib/krad_compositor/krad_compositor.c:555: undefined reference to `tjCompress2'
/home/shccvga/krad/devel/.waf_build_directory/../lib/krad_compositor/krad_compositor.c:575: undefined reference to `tjFree'
collect2: error: ld returned 1 exit status
lib/krad_v4l2/krad_v4l2.c.1.o: In function `krad_v4l2_mjpeg_to_rgb':
/home/shccvga/krad/devel/.waf_build_directory/../lib/krad_v4l2/krad_v4l2.c:597: undefined reference to `tjDecompress2'
shccvga@sound-closet ~/dump/krad
$ krad_radio shcc ls
0: capture video only from X11 with device at 0x0 0/0
1: record video only to /home/shccvga/dump/krad/x11-test.webm Video - 800x600 3000/1000 420 Codec: VP8 Bitrate: 1120 Min Quantizer: 4 Max Quantizer: 63 Deadline: 13333
0: Source Width: 800
1: Source Width: 3840
shccvga@sound-closet ~/dump/krad
Logging started
Krad Radio Version 12
Jack set Krad Mixer Sample Rate to 44100
mixer want to plug Output to system:playback
jack want to plug shcc:Output_Left to system:playback_1
jack want to plug shcc:Output_Right to system:playback_2
Krad Web Starting Up on port 13000
krad linker handler! LIST_DECKLINK
***ERROR!: krad_decklink_detect_devices: The DeckLink drivers may not be installed.
candybar@cb-l ~/krad/radio [master]
$ ./waf distclean && ./waf configure
'distclean' finished successfully (0.033s)
Setting top to : /home/candybar/krad/radio
Setting out to : /home/candybar/krad/radio/.waf_build_directory
Linux detected :D
Checking for 'gcc' (c compiler) : /usr/bin/gcc
Checking for 'g++' (c++ compiler) : /usr/bin/g++
Checking for library m : yes
Checking for library dl : yes
c:/mingw/bin/mingw32-make -C src
check for ../config.mk ...
ok.
mingw32-make[1]: Entering directory 'C:/MinGW/msys/1.0/home/candybar/opus-transmitter/src'
g++ -o butt FLTK/Fl_ILM216.o FLTK/Fl_Native_File_Chooser.o FLTK/fl_callbacks.o FLTK/fl_funcs.o FLTK/flgui.o butt.o cfg.o icecast.o opus_encode.o parseconfig.o port_audio.o ringbuffer.o shoutcast.o sockfuncs.o strfuncs.o timer.o util.o wav_header.o -g -L/usr/local/lib `` -lpthread -lportaudio -mwindows /mingw/lib/libfltk_images.a /mingw/lib/libfltk_png.a /mingw/lib/libfltk_z.a /mingw/lib/libfltk_jpeg.a /mingw/lib/libfltk.a -lole32 -luuid -lcomctl32 -logg -lopus
shoutcast.o: In function `Z14sc_update_songv':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/shoutcast.cpp:239: undefined reference to `closesocket@4'
shoutcast.o: In function `Z13sc_disconnectv':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/shoutcast.cpp:247: undefined reference to `closesocket@4'
shoutcast.o: In function `Z10sc_connectv':
@sitedyno
sitedyno / gist:3790027
Created September 26, 2012 19:27
Problem linking against vorbisenc in cygwin.
$ ./configure
checking for c++ compiler ... OK
checking for compile with PortAudio ... OK
checking for link with PortAudio ... OK
checking for fltk-config ... OK
checking for compile with fltk ... OK
checking for fltk has FL_GTK_UP_BOX ... OK
checking for link with fltk ... OK
checking for compile with libvorbis ... OK
checking for link with libvorbis ... FAILED