Skip to content

Instantly share code, notes, and snippets.

View Aaron1011's full-sized avatar

Aaron Hill Aaron1011

  • TensorZero
  • New York
  • 16:28 (UTC -12:00)
View GitHub Profile
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006 -Dlegacy.debugClassLoading=true -Dlegacy.debugClassLoadingFiner=true -Dmixin.debug.verbose=true -jar forge-1.10.2-12.18.2.2171-universal.jar
Listening for transport dt_socket at address: 5006
[19:12:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:12:07] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:12:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:12:09] [main/INFO] [FML]: Forge Mod Loader version 12.18.2.2171 for Minecraft 1.10.2 loading
[19:12:09] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_112, running on Linux:amd64:4.8.10-1-ARCH, installed at /usr/lib/jvm/java-8-openjdk/jre
[19:12:12] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from movingworld-1.10.2-0003-full.jar
[19:12:
1478: aload_0
1479: dload 16
1481: dload 4
1483: dcmpl
1484: ifeq 1491
1487: iconst_1
1488: goto 1492
1491: iconst_0
1492: putfield #529 // Field B:Z
▄▄▄▄█▀
╭───────────────────────╮ ▄▄ ▄▄▄█▄▄▀
│ │ ███▄▄▄▄▄▄▄▄▄▄███▄██
│ Encrypt everything! │ ▄▄▄████▄▄▄███████████
│ ├──── ▄▄▄▄▄████▄█████████████
╰───────────────────────╯ ███▄█▄█████████████████▄▄
▀▄███████▄▀ ███████████▄▄
▄▄▄▄███ ███████████▄▄
▄████████ ██████████████
▄███▄█████▄▄ ▀▄████████████
null
java.lang.NullPointerException
at com.demonwav.mcdev.platform.MinecraftModule.lambda$searchAllModulesForFile$4(MinecraftModule.java:264)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.stream.DistinctOps$1$2.accept(DistinctOps.java:175)
at java.util.HashMap$ValueSpliterator.tryAdvance(HashMap.java:1641)
at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
null
java.lang.NullPointerException
at com.demonwav.mcdev.platform.mcp.srg.SrgManager$1.run(SrgManager.java:69)
at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:635)
at com.intellij.openapi.progress.impl.CoreProgressManager$3.run(CoreProgressManager.java:170)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:494)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:443)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:155)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$1.run(ProgressManagerImpl.java:128)
From 12516b0a27dfa89bf7aeec22c16dab2f77d1800f Mon Sep 17 00:00:00 2001
From: Aaron Hill <[email protected]>
Date: Wed, 3 Aug 2016 18:19:25 -0400
Subject: [PATCH] Fix potion race condition on forge
Signed-off-by: Aaron Hill <[email protected]>
diff --git a/protocol/src/main/java/net/md_5/bungee/protocol/AbstractPacketHandler.java b/protocol/src/main/java/net/md_5/bungee/protocol/AbstractPacketHandler.java
index 6f782c8..2d5fc48 100644
--- a/protocol/src/main/java/net/md_5/bungee/protocol/AbstractPacketHandler.java
diff --git a/BungeeCord-Patches/0004-Configurable-Waterfall-Metrics.patch b/BungeeCord-Patches/0004-Configurable-Waterfall-Metrics.patch
index ebb7ac6..cd750da 100644
--- a/BungeeCord-Patches/0004-Configurable-Waterfall-Metrics.patch
+++ b/BungeeCord-Patches/0004-Configurable-Waterfall-Metrics.patch
@@ -1,4 +1,4 @@
-From 2b4b56de0968e5a63f727123a3becd03df65edeb Mon Sep 17 00:00:00 2001
+From 11eaba725d46660a261f38e5c1a6ebca6ae4ba3d Mon Sep 17 00:00:00 2001
From: Techcable <[email protected]>
Date: Thu, 19 May 2016 10:55:20 -0700
Subject: [PATCH] Configurable Waterfall Metrics
03.09 17:13:13 [Server] INFO [17:13:13] [Server thread/WARN]: Fetching addPacket for removed entity
03.09 17:13:13 [Server] INFO [17:13:13] [Server thread/WARN]: Fetching addPacket for removed entity
03.09 17:13:13 [Server] INFO [17:13:13] [Server thread/WARN]: Fetching addPacket for removed entity
03.09 17:13:11 [Server] INFO [17:13:11] [Server thread/INFO]: - ImSunSunBoy
03.09 17:13:11 [Disconnect] User [17:13:11] [Server thread/INFO]: ImSunSunBoy has disconnected, reason: Timed out
03.09 17:13:11 [Server] INFO io.netty.handler.timeout.ReadTimeoutException
03.09 17:13:11 [Server] INFO [17:13:11] [Netty Epoll Server IO #11/ERROR] [FML]: NetworkDispatcher exception
03.09 17:13:10 [Server] INFO [17:13:10] [Server thread/WARN]: Fetching addPacket for removed entity
03.09 17:12:53 [Server] INFO [17:12:53] [Server thread/INFO]: [Trainer] Xx_FireShock_xX: can some1 please help me get out of this hole? --- Any admin on?
03.09 17:12:46 [Server] INFO [17:12:46] [Server thread/WARN]: Fetching addPacket for removed ent
@Listener
public void onJoin(ClientConnectionEvent.Join event) {
for (Player player: Sponge.getServer().getOnlinePlayers()) {
Scoreboard scoreboard = Scoreboard.builder().build();
Objective powerObjective = Objective.builder().name("other").displayName(Text.of("Power")).criterion(Criteria.DUMMY).build();
scoreboard.addObjective(powerObjective);
for (Player other: Sponge.getServer().getOnlinePlayers()) {
if (other.getUniqueId() == player.getUniqueId()) {