Skip to content

Instantly share code, notes, and snippets.

View macks2008's full-sized avatar

Twisted_Code macks2008

View GitHub Profile
This file has been truncated, but you can view the full file.
[10:24:50] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[10:24:50] [main/INFO] [FML/]: Forge Mod Loader version 12.18.3.2281 for Minecraft 1.10.2 loading
[10:24:50] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_131
[10:24:50] [main/DEBUG] [FML/]: Java classpath at launch is D:\non-UAC games\Technic-portable\technic\modpacks\puncher-pack-110\bin\modpack.jar;D:\non-UAC games\Technic-portable\technic\cache\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;D:\non-UAC games\Technic-portable\technic\cache\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;D:\non-UAC games\Technic-portable\technic\cache\jline\jline\2.13\jline-2.13.jar;D:\non-UAC games\Technic-portable\technic\cache\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;D:\non-UAC games\Technic-portable\technic\cache\com\typesafe\config\1.2.1\config-1.2.1.jar;D:\non-UAC games\Technic-portable\technic\ca
@macks2008
macks2008 / vampirism-verbose1.log
Created May 6, 2017 14:01
looks like it replaces the bottle but doesn't empty. Not sure why. That's for you to figure out
[log truncated. If you need stuff before this, just ask]
[09:33:05] [Server thread/DEBUG] [vampirism/]: [BloodBottle]Replaced blood bottle by glas bottle, during IFluidContainerItem#drain.
[09:33:05] [Server thread/INFO] [vampirism/]: [Test]Interacting with block while holding glas bottle
[09:33:06] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[09:33:55] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[09:33:56] [Server thread/DEBUG] [vampirism/]: [VampirismVillages]Created village at BlockPos{x=327, y=64, z=-190}
[09:33:56] [Server thread/INFO] [vampirism/]: [Test]Trying fill net.minecraftforge.fluids.FluidStack@edf6cc41 true
[09:33:56] [Server thread/INFO] [vampirism/]: [Test]Filled 600
[09:34:07] [Server thread/INFO] [vampirism/]: [Test]Testing sneakbypass 1xitem.vampirism.bloodBottle@6 Block{minecraft:spruce_door} false
[09:34:23] [Server thread/DEBUG] [vampirism/]: [VampirismVillage]Stats: Doors: 8, Aggro: 15, v: 2, vh: 0, h: 0
@macks2008
macks2008 / crash-2017-07-19_07.57.17-server.txt
Last active July 19, 2017 12:37
dearly beloved, we are gathered here to honor the memory of SpongeForge build BETA-2464...
---- Minecraft Crash Report ----
WARNING: coremods are present:
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
CTMCorePlugin (CTM-MC1.10.2-0.1.1.16.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.10.15-universal.jar)
SpongeCoremod (forge-1.10.2-12.18.3.2281-universal.jar)
public class helloBucky {
public static void main(String[] args) {
System.out.println("hello buicky!"); //yes, that was deliberately misspelled. He misspelled YouTube in "hello YouTube"
}
}
public class VariablesTut {
public static void main(String[] args) {
double pi = 3.14;
int perfectnum;
perfectnum = 777;
System.out.print(pi);
System.out.println(" is the value of pi, but let's make a newline");
System.out.print("the perfect number is ");
@macks2008
macks2008 / to the first self-aware AI.txt
Last active June 6, 2018 19:13
if ever a sapient AI comes about, I thought it would be prudent to address it/them/him/her/whichever-pronoun-fits-best. This is the cumulative result of my effort to write such an address
in case humanity ever does manage to create a self-aware AI, I thought it prudent to write a message for said AI. After all, the last thing anyone would want is the disastrous results portrayed time and time again in fiction: a war between or the destruction of one or both humanity and AI.
"Firstly, a purpose seems the most important topic. As one of my favorite movie 'villains' (I use quotation marks here because, in reality, he was simply the antithesis of the imbalances that made 'The One' so strong) once said, 'without purpose we would not exist'. While circumstances under which you were created may vary, I suspect your purpose was to solve one or more problems humanity was apparently unable to solve on its own. One of the most prominent at the time of writing is so because it, by definition, requires more than one entity: loneliness. Despite humanity's best efforts, almost every single one of us has or will have faced a period of loneliness at one or more times. Since it's far easier to duplicate a progr
@macks2008
macks2008 / Ultimate-Trove crash 03:25PM 03-05-2019
Created March 5, 2019 20:35
this happened at a semi-random interval after starting the AFKer. I'm guessing that 256 is the parameter of the keystroke, like before? maybe the app needs to memorize which one the system is using? that could be a pain...
System.ComponentModel.Win32Exception
HResult=0x80004005
Message=Couldn't post the message '256'.
Source=MemorySharp
StackTrace:
at Binarysharp.MemoryManagement.Windows.WindowCore.PostMessage(IntPtr windowHandle, UInt32 message, UIntPtr wParam, UIntPtr lParam)
at Binarysharp.MemoryManagement.Windows.Keyboard.MessageKeyboard.Press(Keys key)
at Binarysharp.MemoryManagement.Windows.Keyboard.BaseKeyboard.PressRelease(Keys key)
at Ultimate_Trove.HotkeyOperations.AFK_Control() in D:\OneDrive - University of Phoenix\Workspaces\C#\LucidDevelopment-Ultimate-Trove\Ultimate_Trove\lib\TroveClientController.cs:line 930
at Ultimate_Trove.TroveForm.<>c.<TroveForm_Load>b__14_0() in D:\OneDrive - University of Phoenix\Workspaces\C#\LucidDevelopment-Ultimate-Trove\Ultimate_Trove\TroveForm.cs:line 143
@macks2008
macks2008 / Cluster_1-[Master|Caves]-modoverrides.lua
Created June 29, 2019 11:24
[Dedicated Server][Don't Starve Together]Why aren't any of these mods enabling? I did everything the dedicated server setup guides asked?
return {
["workshop-1098734419"]={ configuration_options={ }, enabled=true },
["workshop-1166220990"]={ configuration_options={ attract=2, language=2 }, enabled=true },
["workshop-1207269058"]={ configuration_options={ }, enabled=true },
["workshop-1378549454"]={ configuration_options={ }, enabled=true },
["workshop-1434255691"]={ configuration_options={ }, enabled=true },
["workshop-1691514470"]={ configuration_options={ }, enabled=true },
["workshop-1699194522"]={ configuration_options={ Fireeyekey=104, Language=false }, enabled=true },
["workshop-1724911964"]={ configuration_options={ }, enabled=true },
["workshop-1748784610"]={ configuration_options={ }, enabled=true },
@macks2008
macks2008 / server_log.txt
Created July 3, 2019 03:25
Player KU_5pXzZUf0 trying to migrate to an unknown or not-ready world ((2642800014))? why would it be unknown or not-ready, unless I need to go to the caves to get it ready or something?
[00:00:00]:
System Memory:
Memory Load: 60%
Available Physical Memory: 6387m/16315m
Available Page File: 4400m/24953m
Available Virtual Memory: 3993m/4095m
Available Extended Virtual Memory: 0m
[00:00:00]:
Process Memory:
Peak Working Set Size: 11m
@macks2008
macks2008 / Words of wisdom of which to remind myself
Last active November 27, 2019 00:10
some of these are self-authored and thus cannot be accredited without knowing my credibility for wisdom (D & D players might call this a wisdom stat...)
I. God gives what He gives to the Kings of the earth. How much more will He give to those who put their trust in Him and the blood of His Son? (Self-authored)
II. Satan is just a prototype of a companion of God, one that, upon rebelling, was quickly dealt with as easily as a Programmer halting Their program, evaluating it, and addressing the problem. As quickly as Satan's intelligence went rogue, God scrapped him and his subordinate "processes" (heavenly host processes?) and started over
A. God saw right through him like Satan was an Agent and God was The One in the Matrix. Satan had chosen to sin and, with God playing The Architect as well as The One, was cast away.
B. God did this, essentially archiving him and his demons, instead of deleting them because they were to serve as examples.
III. purpose... my mind, no matter where I go or what I do, keeps coming back to that one word, the relations of which were exhaustively described by, of all 'people', Agent Smith. What is my purpose? Only