This file contains hidden or 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
| using System; | |
| using System.Dynamic; | |
| using System.Runtime.InteropServices; | |
| namespace Symmetry.Xenon.Model.Marshalling | |
| { | |
| /** | |
| * Base for Marshallers which need a buffer and a size - basically for wrapping binary data. | |
| */ | |
| public abstract class CharArrayMarshaller : DualAllocationMarshaller |
This file contains hidden or 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
| ---- Minecraft Crash Report ---- | |
| // Why did you do that? | |
| Time: 2023-07-14 20:57:46 | |
| Description: Initializing game | |
| java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'biomemakeover'! | |
| at app//net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51) | |
| at app//net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) | |
| at app//net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49) |
This file contains hidden or 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
| ---- Minecraft Crash Report ---- | |
| // Why did you do that? | |
| Time: 2024-01-27 08:48:09 | |
| Description: Unexpected error | |
| java.lang.ClassCastException: class net.minecraft.world.entity.monster.Spider cannot be cast to class net.minecraft.world.entity.player.Player (net.minecraft.world.entity.monster.Spider and net.minecraft.world.entity.player.Player are in module minecraft@1.20.1 of loader 'TRANSFORMER' @1ebb36df) | |
| at net.sashakyotoz.unseenworld.managers.EventManager.onCameraSetup(EventManager.java:101) ~[unseen_world-3.3.1.jar%23595!/:net.sashakyotoz] {re:classloading} | |
| at net.sashakyotoz.unseenworld.managers.__EventManager_onCameraSetup_ComputeCameraAngles.invoke(.dynamic) ~[unseen_world-3.3.1.jar%23595!/:net.sashakyotoz] {re:classloading,pl:eventbus:B} | |
| at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2387!/:?] {} |
This file contains hidden or 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
| ---- Minecraft Crash Report ---- | |
| // You're mean. | |
| Time: 2024-05-19 22:05:08 | |
| Description: Loading NBT data | |
| java.io.IOException: Invalid tag id: -128 | |
| at net.minecraft.nbt.TagType$1.m_197591_(TagType.java:58) ~[client-1.20.1-20230612.114412-srg.jar%23490!/:?] {re:classloading} | |
| at net.minecraft.nbt.TagType$1.m_7300_(TagType.java:63) ~[client-1.20.1-20230612.114412-srg.jar%23490!/:?] {re:classloading} | |
| at net.minecraft.nbt.TagType$1.m_7300_(TagType.java:56) ~[client-1.20.1-20230612.114412-srg.jar%23490!/:?] {re:classloading} |
OlderNewer