Skip to content

Instantly share code, notes, and snippets.

@FrostDelta123
FrostDelta123 / crash-report
Created June 10, 2018 13:56
crash-report
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 6/10/18 4:45 PM
Description: Ticking screen
java.lang.NullPointerException: Ticking screen
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:238)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
13:40:38.060 [LIFECYCLE] [class org.gradle.TaskExecutionLogger] :reobf FAILED
13:40:38.072 [INFO] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] :reobf (Thread[main,5,main]) completed. Took 9.699 secs.
13:40:38.079 [DEBUG] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] Task worker [Thread[main,5,main]] finished, busy: 25.508 secs, idle: 0.201 secs
13:40:38.095 [ERROR] [org.gradle.BuildExceptionReporter]
13:40:38.105 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build failed with an exception.
13:40:38.113 [ERROR] [org.gradle.BuildExceptionReporter]
13:40:38.120 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong:
13:40:38.127 [ERROR] [org.gradle.BuildExceptionReporter] Execution failed for task ':reobf'.
13:40:38.134 [ERROR] [org.gradle.BuildExceptionReporter] > MALFORMED
13:40:38.142 [ERROR] [org.gradle.BuildExceptionReporter]
20:09:00.405 Connection established.
20:09:00.464 Server version: SSH-2.0-OpenSSH_6.7p1 Debian-5+deb8u5
20:09:00.464 First key exchange started. Cryptographic provider: Windows CNG (x86) with additions
20:09:00.515 The SSH2 session has terminated with error. Reason: Error class: LocalSshDisconn, code: KeyExchangeFailed, message: FlowSshTransport: no mutually supported inbound encryption algorithm. Local list: aes256-gcm,aes256-ctr,aes192-ctr,aes128-gcm,aes128-ctr,3des-ctr. Remote list: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc.
package ru.frostdelta.forcescreens;
import net.minecraft.client.Minecraft;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
import net.minecraftforge.fml.common.network.NetworkRegistry;
public static String paste(String urlParameters) {
HttpURLConnection connection = null;
try {
URL url = new URL(pasteURL);
connection = (HttpURLConnection) url.openConnection();
connection.setRequestMethod("POST");
connection.setDoInput(true);
connection.setDoOutput(true);
BufferedWriter wr = new BufferedWriter(new OutputStreamWriter(connection.getOutputStream(), "UTF-8"));
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>BungeeReports</groupId>
<packaging>jar</packaging>
<artifactId>BungeeReports</artifactId>
<version>4.2</version>
private void sendActionBarPost112(final Player player, final String s) {
if (!player.isOnline()) {
return;
}
try {
final Class<?> forName = Class.forName("org.bukkit.craftbukkit." + this.plugin.nmsver + ".entity.CraftPlayer");
final Object cast = forName.cast(player);
final Class<?> forName2 = Class.forName("net.minecraft.server." + this.plugin.nmsver + ".PacketPlayOutChat");
final Class<?> forName3 = Class.forName("net.minecraft.server." + this.plugin.nmsver + ".Packet");
final Class<?> forName4 = Class.forName("net.minecraft.server." + this.plugin.nmsver + ".ChatComponentText");
# перезагружаем модуль xt_recent с оптимизированными под большую нагрузку параметрами
rmmod xt_recent
modprobe xt_recent ip_list_tot=5000 ip_pkt_list_tot=250
# цепочка фильтрации HTTP
iptables -N http
# траффик для установленных подключений принимается без проверки
iptables -A http -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
# блокировка хоста действует 3600 секунд
iptables -A http -m recent --update --seconds 3600 --name BANNED --rsource -j DROP
[18:43:00] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:43:00] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:43:00] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[18:43:00] [main/INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[18:43:00] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_111, running on Linux:amd64:3.16.0-4-amd64, installed at /opt/java/jdk1.8.0_111/jre
[18:43:00] [main/INFO]: [AppEng] Core Init
[18:43:02] [main/INFO]: Loading tweaker forestry.shade.javacheck.Java7Checker from forestry-1.7.10-4.2.16.64.jar
[18:43:02] [main/WARN]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them.
[18:43:02] [main/WARN]: Missing @MCVersion: codechicken.core.launch.CodeChickenCorePlugin cofh.asm.LoadingPlugin codechicken.core.launch.DepLoader ic2.core.co
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 12/23/18 8:42 AM
Description: Exception in server tick loop
java.lang.VerifyError: Expecting a stackmap frame at branch target 284
Exception Details:
Location:
net/minecraft/world/gen/ChunkProviderServer.func_73153_a(Lnet/minecraft/world/chunk/IChunkProvider;II)V @54: ifne