Skip to content

Instantly share code, notes, and snippets.

View Fuzss's full-sized avatar

Fuzss

  • Switzerland
  • 03:48 (UTC +02:00)
View GitHub Profile
---- Minecraft Crash Report ----
// Sorry :(
Time: 2024-02-20 17:01:49
Description: Exception ticking world
java.lang.NullPointerException: No data is present for column: [9, -21]
at net.minecraft.world.level.chunk.storage.SectionStorage.getNonEmptySections(SectionStorage.java:1175) ~[server-1.20.1-20230612.114412-srg.jar%23557!/:?] {re:mixin,pl:connector_pre_launch:A,re:classloading,pl:mixin:APP:chunkpregen.mixins.json:common.storage.RegionSectionCacheMixin from mod chunkpregen,pl:mixin:APP:lithium.mixins.json:ai.poi.SerializingRegionBasedStorageMixin from mod radium,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.world.level.chunk.storage.SectionStorage.getNonEmptyPOISections(SectionStorage.java:1168) ~[server-1.20.1-20230612.114412-srg.jar%23557!/:?] {re:mixin,pl:connector_pre_launch:A,re:classloading,pl:mixin:APP:chunkpregen.mixins.json:common.storage.RegionSectionCacheMixin from mod chunkpregen,pl:mixin:APP:lithium.mixins.json:ai.poi.SerializingRegionBasedStorageMixin from mod radium,pl:mixin:
import net.minecraft.client.renderer.Sheets;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
@Mixin(Sheets.class)
abstract class SheetsFabricMixin {
@Inject(method = "<clinit>", at = @At("HEAD"))
---- Minecraft Crash Report ----
// I feel sad now :(
Time: 2023-07-20 07:57:44
Description: Initializing game
java.lang.ExceptionInInitializerError: null
at net.minecraft.client.color.block.BlockColors.handler$zzj000$snifferplus_registerBlockColorProviders(BlockColors.java:1021) ~[client-1.20.1-20230612.114412-srg.jar%23165!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:puzzleslib.forge.mixins.json:client.accessor.BlockColorsForgeAccessor,pl:mixin:APP:snifferplus.mixins.json:MixinBlockColors,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.color.block.BlockColors.m_92574_(BlockColors.java:51) ~[client-1.20.1-20230612.114412-srg.jar%23165!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:puzzleslib.forge.mixins.json:client.accessor.BlockColorsForgeAccessor,pl:mixin:APP:snifferplus.mixins.json:MixinBlockColors,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.<init>(Minecraft.java:485) ~[client-1.20.1-20230612.114412-srg.jar%23165!/:?]
---- Minecraft Crash Report ----
// Why did you do that?
Time: 2023-07-16 11:53:43
Description: Rendering overlay
java.lang.IllegalStateException: Cannot convert intercardinal direction to vanilla direction
at fuzs.diagonalfences.core.EightWayDirection.toDirection(EightWayDirection.java:99) ~[DiagonalFences-v4.2.5-1.19.2-Forge.jar%23669!/:4.2.5] {re:mixin,re:classloading}
at fuzs.diagonalfences.client.model.MultipartAppender.appendDiagonalSelectors(MultipartAppender.java:80) ~[DiagonalFences-v4.2.5-1.19.2-Forge.jar%23669!/:4.2.5] {re:mixin,re:classloading,pl:mixin:APP:modernfix-common.mixins.json:perf.dynamic_resources.diagonalfences.MultipartAppenderMixin,pl:mixin:A}
at fuzs.diagonalfences.client.model.MultipartAppender.lambda$onPrepareModelBaking$2(MultipartAppender.java:44) ~[DiagonalFences-v4.2.5-1.19.2-Forge.jar%23669!/:4.2.5] {re:mixin,re:classloading,pl:mixin:APP:modernfix-common.mixins.json:perf.dynamic_resources.diagonalfences.MultipartAppenderMixin,pl:mixin:A}
{
"id": "airhop:air_hop",
"items": [
"$minecraft:armor"
],
"incompatible": []
}
[31Juli2022 11:04:33.325] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Fuzs, --version, 1.19.1-forge-42.0.1, --gameDir, C:\Users\User\AppData\Roaming\.minecraft, --assetsDir, C:\Users\User\AppData\Roaming\.minecraft\assets, --assetIndex, 1.19, --uuid, 16e5d197eece456e95e5c2c012bd4468, --accessToken, ????????, --clientId, YjQ3MzYxNjktZmU0MC00NjU4LTg0NTYtZmZiNDhjYjlhM2Ey, --xuid, 2535442847511664, --userType, msa, --versionType, release, --launchTarget, forgeclient, --fml.forgeVersion, 42.0.1, --fml.mcVersion, 1.19.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220727.212338]
[31Juli2022 11:04:33.328] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.3 by Microsoft; OS Windows 10 arch amd64 version 10.0
[31Juli2022 11:04:33.437] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/User/AppData/Roaming/.minecraft/libraries/org/spongepowere
@Fuzss
Fuzss / sharing_latest_log.md
Last active November 13, 2023 18:03
Sharing your `latest.log`

In order to diagnose a bug, we will need to see your latest.log.

To share your latest.log here, please follow these steps:

  1. If you don't have it already, find your latest.log file.

    1. Find your minecraft folder.

    2. In the minecraft folder, go into the logs folder and find the latest.log file.

@Fuzss
Fuzss / sharing_crash_report.md
Last active November 13, 2023 18:03
Sharing your Crash Report

In order to diagnose a crash, we will need to see your crash report.

To share your crash report here, please follow these steps:

  1. If you don't have it already, find your crash report file.

    1. Find your minecraft folder.

    2. In the minecraft folder, go into the crash-reports folder and find the most recent crash report file.

@Fuzss
Fuzss / create_gist.md
Last active May 30, 2022 17:16 — forked from mezz/create_gist.md
Creating a Gist and getting the URL

Gist is a service hosted by GitHub that lets you paste unlimited amounts of text if you have a GitHub account.
This document explains how to create a Gist from a text document so that you can share it with others.

Basic Instructions

  1. Copy-paste the contents of the text file to the large text box on https://gist.github.com
  2. Create a public gist and copy the browser's url.

Detailed Instructions

  1. Open the text file so that you can view the text.
  2. Select all the text from the text file.