This file contains 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
------------- | |
Separator | |
------------- | |
2019-04-23 21:57:23: WARNING[Main]: Mod name conflict detected: "bucket" | |
2019-04-23 21:57:23: WARNING[Main]: Will not load: /usr/share/minetest/games/minetest_game/mods/bucket | |
2019-04-23 21:57:23: WARNING[Main]: Overridden by: /home/runningdroid/.minetest/mods/fluid_lib/bucket | |
2019-04-23 21:57:23: WARNING[Main]: Mod name conflict detected: "farming" |
This file contains 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
alacritty| alacritty, | |
use=xterm-256color, | |
use=xterm+tmux, | |
use=xterm+sl-twm, | |
ritm=\E[23m, | |
sitm=\E[3m, | |
Tc, | |
alacritty-256color| alacritty with 256 colors, | |
use=alacritty, |
This file contains 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
#!/bin/sh | |
#FreeDNS updater script with IPv4 and IPv6 support | |
# (Initially) based on update.sh by Adam Dean: https://freedns.afraid.org/scripts/update.sh.txt | |
# requirements: | |
# curl | |
# dig | |
# posix-compatible shell | |
# Note: http://whatismyipaddress.com/api says: | |
# "You may programmatically query that server but limit queries to no more |
This file contains 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
err:dmloader:IDirectMusicLoaderImpl_SetObject : could not attach stream to file | |
fixme:dmime:IDirectMusicPerformance8Impl_InitAudio (0x213348, (nil), 0x82c0d4, (nil), 0, 0, 0, 0x82c0d8): to check | |
fixme:dmime:IDirectMusicPerformance8Impl_Init (iface = 0x213348, dmusic = (nil), dsound = 0x1dd54b8, hwnd = (nil)) | |
fixme:dmime:IDirectMusicAudioPathImpl_IPersistStream_Load (0x213ae0, 0x213ab0): Loading not implemented yet | |
fixme:dmime:IDirectMusicPerformance8Impl_CreateAudioPath (0x213348, 0x213ae0, 1, 0xb7a9a8): stub | |
fixme:dmime:IDirectMusicAudioPathImpl_IDirectMusicAudioPath_Activate (0x213b18, 1): stub | |
fixme:dmime:IDirectMusicAudioPathImpl_IDirectMusicAudioPath_GetObjectInPath (0x213b18, -5, 24576, 1, {00000000-0000-0000-0000-000000000000}, 0, {6825a449-7524-4d82-920f-50e36ab3ab1e}, 0xb7a9ac): stub | |
wine: Unhandled page fault on read access to 0x00000000 at address 0x7c0cc274 (thread 0009), starting debugger... | |
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7c0cc274). | |
Register dump: |
This file contains 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
/* | |
* signal.c -- Signal Handler Library for Lua | |
* | |
* Version: 1.000+changes | |
* | |
* Copyright (C) 2007 Patrick J. Donnelly ([email protected]) | |
* | |
* This software is distributed under the same license as Lua 5.0: | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a |
This file contains 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
#!/bin/sh | |
# | |
# Written for Project Zomboid Version RC2.9 0008b | |
# | |
# this script assumes that it's being run from the directory that projectzomboid.sh is in | |
# | |
# usage: | |
# pz-linux-fix.sh [options] | |
# | |
# --optional: |