Skip to content

Instantly share code, notes, and snippets.

@kwpugh
Created October 28, 2021 15:24
Show Gist options
  • Save kwpugh/b483deba282078c629674a4b57597689 to your computer and use it in GitHub Desktop.
Save kwpugh/b483deba282078c629674a4b57597689 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 10/28/21, 10:22 AM
Description: Colliding entity with block
java.lang.NoSuchMethodError: 'int net.minecraft.world.World.method_32819()'
at net.kyrptonaught.customportalapi.portal.PortalPlacer.createDestinationPortal(PortalPlacer.java:49)
at net.kyrptonaught.customportalapi.util.CustomTeleporter.createDestinationPortal(CustomTeleporter.java:78)
at net.kyrptonaught.customportalapi.util.CustomTeleporter.customTPTarget(CustomTeleporter.java:67)
at net.kyrptonaught.customportalapi.util.CustomTeleporter.TPToDim(CustomTeleporter.java:39)
at net.kyrptonaught.customportalapi.CustomPortalBlock.onEntityCollision(CustomPortalBlock.java:108)
at net.minecraft.block.AbstractBlock$AbstractBlockState.onEntityCollision(AbstractBlock.java:925)
at net.minecraft.entity.Entity.checkBlockCollision(Entity.java:1044)
at net.minecraft.entity.Entity.tryCheckBlockCollision(Entity.java:748)
at net.minecraft.entity.Entity.move(Entity.java:721)
at net.minecraft.entity.LivingEntity.applyMovementInput(LivingEntity.java:2244)
at net.minecraft.entity.LivingEntity.travel(LivingEntity.java:2189)
at net.minecraft.entity.player.PlayerEntity.travel(PlayerEntity.java:1591)
at net.minecraft.entity.LivingEntity.tickMovement(LivingEntity.java:2640)
at net.minecraft.entity.player.PlayerEntity.tickMovement(PlayerEntity.java:559)
at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2346)
at net.minecraft.entity.player.PlayerEntity.tick(PlayerEntity.java:274)
at net.minecraft.server.network.ServerPlayerEntity.playerTick(ServerPlayerEntity.java:477)
at net.minecraft.server.network.ServerPlayNetworkHandler.tick(ServerPlayNetworkHandler.java:212)
at net.minecraft.network.ClientConnection.tick(ClientConnection.java:238)
at net.minecraft.server.ServerNetworkIo.tick(ServerNetworkIo.java:183)
at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:878)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:818)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:99)
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:682)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:269)
at java.base/java.lang.Thread.run(Thread.java:831)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at net.kyrptonaught.customportalapi.portal.PortalPlacer.createDestinationPortal(PortalPlacer.java:49)
at net.kyrptonaught.customportalapi.util.CustomTeleporter.createDestinationPortal(CustomTeleporter.java:78)
at net.kyrptonaught.customportalapi.util.CustomTeleporter.customTPTarget(CustomTeleporter.java:67)
at net.kyrptonaught.customportalapi.util.CustomTeleporter.TPToDim(CustomTeleporter.java:39)
at net.kyrptonaught.customportalapi.CustomPortalBlock.onEntityCollision(CustomPortalBlock.java:108)
at net.minecraft.block.AbstractBlock$AbstractBlockState.onEntityCollision(AbstractBlock.java:925)
-- Block being collided with --
Details:
Block: Block{customportalapi:customportalblock}[axis=x]
Block location: World: (475,117,527), Section: (at 11,5,15 in 29,7,32; chunk contains blocks 464,-64,512 to 479,319,527), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,-64,512 to 511,319,1023)
Stacktrace:
at net.minecraft.entity.Entity.checkBlockCollision(Entity.java:1044)
-- Entity being checked for collision --
Details:
Entity Type: minecraft:player (net.minecraft.server.network.ServerPlayerEntity)
Entity ID: 135
Entity Name: Player183
Entity's Exact location: 475.99, 117.00, 526.73
Entity's Block location: World: (475,117,526), Section: (at 11,5,14 in 29,7,32; chunk contains blocks 464,-64,512 to 479,319,527), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,-64,512 to 511,319,1023)
Entity's Momentum: 0.00, -0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: null
Stacktrace:
at net.minecraft.entity.Entity.tryCheckBlockCollision(Entity.java:748)
at net.minecraft.entity.Entity.move(Entity.java:721)
at net.minecraft.entity.LivingEntity.applyMovementInput(LivingEntity.java:2244)
at net.minecraft.entity.LivingEntity.travel(LivingEntity.java:2189)
at net.minecraft.entity.player.PlayerEntity.travel(PlayerEntity.java:1591)
at net.minecraft.entity.LivingEntity.tickMovement(LivingEntity.java:2640)
at net.minecraft.entity.player.PlayerEntity.tickMovement(PlayerEntity.java:559)
at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2346)
at net.minecraft.entity.player.PlayerEntity.tick(PlayerEntity.java:274)
-- Player being ticked --
Details:
Entity Type: minecraft:player (net.minecraft.server.network.ServerPlayerEntity)
Entity ID: 135
Entity Name: Player183
Entity's Exact location: 475.99, 117.00, 526.73
Entity's Block location: World: (475,117,526), Section: (at 11,5,14 in 29,7,32; chunk contains blocks 464,-64,512 to 479,319,527), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,-64,512 to 511,319,1023)
Entity's Momentum: 0.00, -0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: null
Stacktrace:
at net.minecraft.server.network.ServerPlayerEntity.playerTick(ServerPlayerEntity.java:477)
at net.minecraft.server.network.ServerPlayNetworkHandler.tick(ServerPlayNetworkHandler.java:212)
at net.minecraft.network.ClientConnection.tick(ClientConnection.java:238)
at net.minecraft.server.ServerNetworkIo.tick(ServerNetworkIo.java:183)
at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:878)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:818)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:99)
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:682)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:269)
at java.base/java.lang.Thread.run(Thread.java:831)
-- System Details --
Details:
Minecraft Version: 21w43a
Minecraft Version ID: 21w43a
Operating System: Mac OS X (x86_64) version 11.5
Java Version: 16.0.1, AdoptOpenJDK
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), AdoptOpenJDK
Memory: 1882525184 bytes (1795 MiB) / 3951034368 bytes (3768 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 8
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
Identifier: Intel64 Family 6 Model 158 Stepping 9
Microarchitecture: Kaby Lake
Frequency (GHz): 2.90
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 8
Graphics card #0 name: Intel HD Graphics 630
Graphics card #0 vendor: Intel
Graphics card #0 VRAM (MB): 1536.00
Graphics card #0 deviceId: 0x591b
Graphics card #0 versionInfo: Revision ID: 0x0004, gMux Version: 4.0.29 [3.2.8]
Graphics card #1 name: Radeon Pro 560
Graphics card #1 vendor: AMD (0x1002)
Graphics card #1 VRAM (MB): 4096.00
Graphics card #1 deviceId: 0x67ef
Graphics card #1 versionInfo: Revision ID: 0x00c0, ROM Revision: 113-C980AJ-927, VBIOS Version: 113-C9801AU-A02, EFI Driver Version: 01.A0.927, gMux Version: 4.0.29 [3.2.8]
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 2.13
Memory slot #0 type: LPDDR3
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.13
Memory slot #1 type: LPDDR3
Virtual memory max (MB): 19456.00
Virtual memory used (MB): 11119.09
Swap memory total (MB): 3072.00
Swap memory used (MB): 1561.50
JVM Flags: 1 total; -XX:+ShowCodeDetailsInExceptionMessages
Fabric Mods:
cloth-basic-math: Cloth Basic Math 0.5.1
cloth-config: Cloth Config v6 6.0.39
customportalapi: Custom Portal Api 0.0.1-beta45-1.18
fabric: Fabric API 0.41.2+1.18
fabric-api-base: Fabric API Base 0.3.0+a02b446388
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.3.1+0b94475288
fabric-biome-api-v1: Fabric Biome API (v1) 5.0.1+0b94475288
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+a02b446388
fabric-command-api-v1: Fabric Command API (v1) 1.1.3+5ab9934c88
fabric-commands-v0: Fabric Commands (v0) 0.2.2+92519afa88
fabric-containers-v0: Fabric Containers (v0) 0.1.12+cbda931888
fabric-content-registries-v0: Fabric Content Registries (v0) 0.3.0+cbda931888
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.5+be9da31088
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.2+0b94475288
fabric-entity-events-v1: Fabric Entity Events (v1) 1.3.1+938d6de088
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.12+dc3d5c4788
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+92519afa88
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.7+cbda931888
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.0.2+b43623a488
fabric-item-api-v1: Fabric Item API (v1) 1.2.4+cbda931888
fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab612188
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+cbda931888
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.2+36b77c3e88
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.6+d1937ce488
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.4+a02b446388
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+92519afa88
fabric-models-v0: Fabric Models (v0) 0.3.0+a02b446388
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.14+6eb8b35a88
fabric-networking-v0: Fabric Networking (v0) 0.3.2+92519afa88
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.9+cbda931888
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.3+a02b446388
fabric-particles-v1: Fabric Particles (v1) 0.2.5+938d6de088
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.8.1+01912dd288
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.6+dc3d5c4788
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.9+0b94475288
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.4+c683a65588
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.2.0+8f2c3e0488
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.14+4658223088
fabric-rendering-v0: Fabric Rendering (v0) 1.1.5+c683a65588
fabric-rendering-v1: Fabric Rendering (v1) 1.9.0+c683a65588
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.8+a00e834b88
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.4+cbda931888
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.8+cbda931888
fabric-structure-api-v1: Fabric Structure API (v1) 2.0.2+6eb8b35a88
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.2+8f2c3e0488
fabric-textures-v0: Fabric Textures (v0) 1.0.6+a02b446388
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab612188
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.4.1+0b94475288
fabricloader: Fabric Loader 0.12.3
java: OpenJDK 64-Bit Server VM 16
minecraft: Minecraft 1.18-alpha.21.43.a
mining_dims: Mining Dimensions 1.2.16
Player Count: 1 / 8; [ServerPlayerEntity['Player183'/135, l='ServerLevel[New World]', x=475.99, y=117.00, z=526.73]]
Data Packs: vanilla, Fabric Mods
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment