Skip to content

Instantly share code, notes, and snippets.

@Megaf
Megaf / streets_mod_crash
Created October 7, 2014 12:23
09:15:11: ERROR[main]: ERROR: An unhandled exception occurred: ...netest/Server/bin/../mods/streets/roadsigns/workshop.lua:95: attempt to index a nil value
09:13:11: ACTION[ServerThread]: DiieGooo places node default:obsidian_glass at (-536,27,899)
09:13:13: ACTION[ServerThread]: DiieGooo places node default:obsidian_glass at (-536,26,899)
09:13:15: ACTION[ServerThread]: DiieGooo places node default:obsidian_glass at (-536,27,898)
09:13:17: ACTION[ServerThread]: DiieGooo places node default:obsidian_glass at (-536,26,898)
09:13:19: ACTION[ServerThread]: DiieGooo places node default:obsidian_glass at (-535,27,895)
09:13:19: ACTION[ServerThread]: DiieGooo places node default:obsidian_glass at (-535,26,895)
09:13:25: ACTION[ServerThread]: DiieGooo places node default:obsidian_glass at (-533,27,895)
09:13:27: ACTION[ServerThread]: DiieGooo places node default:obsidian_glass at (-533,26,895)
09:13:30: ACTION[ServerThread]: DiieGooo places node default:obsidian_glass at (-534,27,895)
09:13:31: ACTION[ServerThread]: DiieGooo places node default:obsidian_glass at (-534,26,895)
@Megaf
Megaf / RPiCMake
Last active August 29, 2015 14:07
Attempt to build minetest client for a Raspberry Pi
megaf@raspberrypi ~/minetest/build/raspberrypi $ cmake ../../ -DVERSION_EXTRA=MinetestPi -DRUN_IN_PLACE=1 -DENABLE_GLES=1 -DIRRLICHT_SOURCE_DIR=~/ogl-es/ -DENABLE_SOUND=0 -DENABLE_LEVELDB=0 -DENABLE_CURL=0 -DENABLE_REDIS=0
-- The C compiler identification is GNU 4.6.3
-- The CXX compiler identification is GNU 4.6.3
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
@Megaf
Megaf / gist:fb954f878b3cca0f1559
Created November 20, 2014 13:53
Megaf's Mod TODO
Add print('[mod_name] loaded') to every mod.
@Megaf
Megaf / massif.out.1536
Created November 28, 2014 15:20
Profiling minetestserver memory use.
desc: (none)
cmd: ./minetestserver
time_unit: i
#-----------
snapshot=0
#-----------
time=0
mem_heap_B=0
mem_heap_extra_B=0
mem_stacks_B=0
@Megaf
Megaf / massif.out.1536
Created November 28, 2014 15:20
Prifiling minetestserver memory use.
desc: (none)
cmd: ./minetestserver
time_unit: i
#-----------
snapshot=0
#-----------
time=0
mem_heap_B=0
mem_heap_extra_B=0
mem_stacks_B=0
@Megaf
Megaf / massif.out.1536.ms_print
Last active August 29, 2015 14:10
ms_print output of 1536
--------------------------------------------------------------------------------
Command: ./minetestserver
Massif arguments: (none)
ms_print arguments: massif.out.1536
--------------------------------------------------------------------------------
MB
245.8^ ##
| #
@Megaf
Megaf / BrokenTextures
Created December 30, 2014 14:13
Textures to be fixed on Megaf Server and it's Mods.
3darmor
Could not open file of texture: character.png
Could not open file of texture: armor.png
Could not open file of texture: sword.png
Irrlicht log: Could not open file of texture: character.png
Irrlicht log: Could not open file of texture: armor.png
Irrlicht log: Could not open file of texture: sword.png
signs
14:12:27: ERROR[main]: generateImage(): Could not load image "bg_signs_lib.jpg" while building texture
@Megaf
Megaf / gist:9907f2121e37e71e3eaa
Last active November 1, 2015 22:26
gNewSense Parkes on Megaf's Asus EeePC 701 in 2015
# gNewSense Parkes on an Asus EeePC 701 in 2015
# Using Linux Libre Kernel and some "updated" packages from Debian Squeeze LTS
# GNOME 2.30.2 from 2013
$ uname -a
Linux FreeSam 4.2.5-gnu.nonpae #1 SMP Tue Oct 27 23:33:58 UTC 2015 i686 GNU/Linux
$ free -m
total used free shared buffers cached
Mem: 992 278 714 0 18 172
@Megaf
Megaf / gist:98157d55502211cd4f75
Created November 1, 2015 22:26
Debian GNU/Linux Sid on Megaf's Asus EeePC 701 in 2015
# Debian GNU/Linux Sid on Megaf's Asus EeePC 701 in 2015
# Latest stock kernel, with PAE
# MATE 1.10.2
$ uname -a
Linux FreeSam 4.2.0-1-686-pae #1 SMP Debian 4.2.5-1 (2015-10-27) i686 GNU/Linux
$ free -m
total used free shared buff/cache available
Mem: 997 87 723 20 186 866
@Megaf
Megaf / gist:ac8f8de64da53784c101cce1eeffb203
Created June 22, 2017 14:19
Heavy Huge Route PHNL -> SBPA
<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<version type="int">2</version>
<departure>
<airport type="string">PHNL</airport>
<runway type="string">04L</runway>
</departure>
<destination>
<airport type="string">SBPA</airport>
</destination>