Crashing on latest MC 1.17.1 [fab] [latest cp]
itsdinkd opened this issue · 3 comments
Two crashes happened when entities fire something, one was from a egg, another was from an arrow
---- Minecraft Crash Report ----
C2ME Compatibility Module Notice:
Do NOT report to mod authors if you encountered issues with the following mods:
- [email protected]
- [email protected]
- [email protected]
You can try disabling compatibility modules for these mods in "c2me-compat.toml" and try reproduce again.
Or try reproduce without C2ME.
// Who set us up the TNT?
Time: 9/6/21, 4:47 PM
Description: Colliding entity with block
java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1297.method_36456(float)" because "entity" is null
at net.kyrptonaught.customportalapi.util.CustomTeleporter.TPToDim(CustomTeleporter.java:46)
at net.kyrptonaught.customportalapi.CustomPortalBlock.method_9548(CustomPortalBlock.java:116)
at net.minecraft.class_4970$class_4971.method_26178(class_4970.java:926)
at net.minecraft.class_1297.method_5852(class_1297.java:1035)
at net.minecraft.class_1682.method_5773(class_1682.java:68)
at net.minecraft.class_3218.method_18762(class_3218.java:655)
at net.minecraft.class_1937.method_18472(class_1937.java:483)
at net.minecraft.class_3218.method_31420(class_3218.java:417)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:392)
at net.minecraft.server.MinecraftServer.redirect$bce000$ficUpdateSuppressionCrashTick(MinecraftServer.java:4777)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:891)
at net.minecraft.class_3176.method_3813(class_3176.java:335)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:831)
at net.minecraft.server.MinecraftServer.handler$coo000$modifiedRunLoop(MinecraftServer.java:9390)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)
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.util.CustomTeleporter.TPToDim(CustomTeleporter.java:46)
at net.kyrptonaught.customportalapi.CustomPortalBlock.method_9548(CustomPortalBlock.java:116)
at net.minecraft.class_4970$class_4971.method_26178(class_4970.java:926)
-- Block being collided with --
Details:
Block: Block{the_aether:blue_portal}[axis=x]
Block location: World: (-81,64,3), Section: (at 15,0,3 in -6,4,0; chunk contains blocks -96,0,0 to -81,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Stacktrace:
at java.base/java.lang.Thread.getStackTrace(Thread.java:1596)
at net.minecraft.class_129.method_580(class_129.java:523)
at net.minecraft.class_128.method_556(class_128.java:198)
at net.minecraft.class_128.method_562(class_128.java:169)
at net.minecraft.class_1937.method_18472(class_1937.java:486)
at net.minecraft.class_3218.method_31420(class_3218.java:417)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:392)
at net.minecraft.server.MinecraftServer.redirect$bce000$ficUpdateSuppressionCrashTick(MinecraftServer.java:4777)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:891)
at net.minecraft.class_3176.method_3813(class_3176.java:335)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:831)
at net.minecraft.server.MinecraftServer.handler$coo000$modifiedRunLoop(MinecraftServer.java:9390)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)
at java.base/java.lang.Thread.run(Thread.java:831)
-- Entity being ticked --
Details:
Entity Type: minecraft:egg (net.minecraft.class_1681)
Entity ID: 18375
Entity Name: Thrown Egg
Entity's Exact location: -80.31, 64.82, 4.09
Entity's Block location: World: (-81,64,4), Section: (at 15,0,4 in -6,4,0; chunk contains blocks -96,0,0 to -81,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 1.41, -0.23, -0.15
Entity's Passengers: []
Entity's Vehicle: null
Entity NBT: {Air:300s,FallDistance:0.0f,Fire:-1s,HasBeenShot:1b,Invulnerable:0b,LeftOwner:1b,Motion:[1.4085920463043133d,-0.22540305679708247d,-0.15352316993590706d],OnGround:0b,Owner:[I;-1384435039,396313759,-1676983561,-365998841],PortalCooldown:0,Pos:[-80.3097890186697d,64.81908314012095d,4.091664435104924d],Rotation:[96.220184f,-5.0806403f],UUID:[I;-204302811,-712554292,-1972474457,1413463613],cardinal_components:{"bewitchment:additional_water_data":{Submerged:0b,WetTimer:0}},cpacooldown:10,cpadidTP:1b}
Stacktrace:
at java.base/java.lang.Thread.getStackTrace(Thread.java:1596)
at net.minecraft.class_129.method_580(class_129.java:523)
at net.minecraft.class_128.method_556(class_128.java:198)
at net.minecraft.class_1937.method_8538(class_1937.java:845)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:894)
at net.minecraft.class_3176.method_3813(class_3176.java:335)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:831)
at net.minecraft.server.MinecraftServer.handler$coo000$modifiedRunLoop(MinecraftServer.java:9390)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)
at java.base/java.lang.Thread.run(Thread.java:831)
-- Affected level --
Details:
All players: 2 total; [class_3222['Oll3bac'/6734, l='ServerLevel[world]', x=189.53, y=188.00, z=223.35], class_3222['Commando500x'/12387, l='ServerLevel[world]', x=-87.56, y=64.00, z=4.88]]
Chunk stats: 3232
Level dimension: minecraft:overworld
Level spawn location: World: (6,63,9), Section: (at 6,15,9 in 0,3,0; chunk contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 14618632 game time, 2583755 day time
Level name: world
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 37334 (now: false), thunder time: 9695 (now: false)
Known server brands: fabric
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:891)
at net.minecraft.class_3176.method_3813(class_3176.java:335)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:831)
at net.minecraft.server.MinecraftServer.handler$coo000$modifiedRunLoop(MinecraftServer.java:9390)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)
at java.base/java.lang.Thread.run(Thread.java:831)
-- System Details --
Details:
Minecraft Version: 1.17.1
Minecraft Version ID: 1.17.1
Operating System: Linux (amd64) version 4.9.0-12-amd64
Java Version: 16.0.1, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 754079648 bytes (719 MiB) / 5477761024 bytes (5224 MiB) up to 13958643712 bytes (13312 MiB)
CPUs: 2
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Xeon(R) CPU
Identifier: Intel64 Family 6 Model 85 Stepping 7
Microarchitecture: Cascade Lake
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 1
Number of logical CPUs: 2
Graphics card #0 name: unknown
Graphics card #0 vendor: unknown
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Memory slot #0 capacity (MB): 16384.00
Memory slot #0 clockSpeed (GHz): 0.00
Memory slot #0 type: RAM
Virtual memory max (MB): 8025.96
Virtual memory used (MB): 6317.36
Swap memory total (MB): 0.00
Swap memory used (MB): 0.00
JVM Flags: 2 total; -Xms2G -Xmx13G
Fabric Mods:
addendum: Addendum 1.0.2
adorn: Adorn 2.1.4+1.17.1
adventure-platform-fabric: adventure-platform-fabric 4.1.0-SNAPSHOT
adventurez: AdventureZ 1.2.11
agape_space: Space Dimensions 0.3.0
apoli: Apoli 1.0.4
appleskin: AppleSkin mc1.17-2.1.3
aqupdcaracal: Caracal mob 1.17-1.3.11
architectury: Architectury 2.5.27
artifality: Artifality 0.3.4
artifice: Artifice 0.15.3+21w07a
artofalchemy: Art of Alchemy: Memoriam 1.2.0+1.17.1
attributefix: Attribute Fix {FABRIC} 1.0.3
balm-fabric: Balm 1.3.0+0
bclib: BCLib 0.3.1
better_wandering_trader: Better Wandering Trader 1.7.0
betterend: Better End 0.11.0-pre
bettermineshafts: YUNG's Better Mineshafts 1.17-1.0.1
betternether: Better Nether 5.1.3
betterstrongholds: YUNG's Better Strongholds 1.17-1.1.1
bewitchment: Bewitchment 1.17-5
blast: BLAST 1.7
blockshifter: Blockshifter 1.4.0+fabric-1.17.1
blockus: Blockus 2.2.8+1.17.1
blue_endless_jankson: jankson 1.2.1
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.2.3-1.17.1
c2me: Concurrent Chunk Management Engine 0.2.0+alpha.3.60
calio: Calio 1.0.2
cardinal-components: Cardinal Components API 3.1.1
cardinal-components-base: Cardinal Components API (base) 3.1.1
cardinal-components-block: Cardinal Components API (blocks) 3.1.1
cardinal-components-chunk: Cardinal Components API (chunks) 3.1.1
cardinal-components-entity: Cardinal Components API (entities) 3.1.1
cardinal-components-item: Cardinal Components API (items) 3.1.1
cardinal-components-level: Cardinal Components API (world saves) 3.1.1
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 3.1.1
cardinal-components-util: Cardinal Components API (utilities) 3.1.1
cardinal-components-world: Cardinal Components API (worlds) 3.1.1
carpet: Carpet Mod 1.4.45
carpet-extra: Carpet Extra 1.4.43
carpet-tis-addition: Carpet TIS Addition 1.21.3+build.672
charm: Charm 3.3.2
cloth-api: Cloth API 2.0.54
cloth-basic-math: Cloth Basic Math 0.5.1
cloth-client-events-v0: Cloth Client Events v0 2.0.54
cloth-common-events-v1: Cloth Common Events v1 2.0.54
cloth-config2: Cloth Config v5 5.0.38
cloth-datagen-api-v1: Cloth Datagen v1 2.0.54
cloth-utils-v1: Cloth Utils v1 2.0.54
cloud: Cloud 1.5.0
cloud_commandframework_cloud-brigadier_: cloud-brigadier 1.5.0
cloud_commandframework_cloud-core_: cloud-core 1.5.0
cloud_commandframework_cloud-minecraft-extras: cloud-minecraft-extras 1.5.0
cloud_commandframework_cloud-services_: cloud-services 1.5.0
club_minnced_discord-webhooks: discord-webhooks 0.5.7
colorutility: ColorUtility 2.0.1
com_electronwill_night-config_core: core 3.6.2
com_electronwill_night-config_toml: toml 3.6.2
com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.10.1
com_fasterxml_jackson_core_jackson-core: jackson-core 2.10.1
com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.10.1
com_moandjiezana_toml_toml4j: toml4j 0.7.2
com_neovisionaries_nv-websocket-client: nv-websocket-client 2.14
com_squareup_okhttp3_okhttp: okhttp 3.14.9
com_squareup_okio_okio: okio 1.17.2
com_typesafe_config: config 1.4.1
com_vdurmont_emoji-java: emoji-java 5.1.1
com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT
completeconfig: CompleteConfig 1.0.0
conjuring: Conjuring 1.0.7
cosmetic-armor: Cosmetic Armor 1.1.0
craftingtweaks: Crafting Tweaks 13.0.0+0
croptopia: Croptopia 1.6.1
crowdin-translate: CrowdinTranslate 1.3+1.17
customportalapi: Custom Portal Api 0.0.1-beta41-1.17
customportals: Custom Portals 2.1.0
dankstorage: Dank Storage 2.1-1.17.1
dark-enchanting: Dark Enchanting 0.4.1-1.17.1
dml-refabricated: Deep Mob Learning: Refabricated 0.4.4-beta
dml-refabricated-base: DML: Refabricated - Base 0.4.4-beta
dml-refabricated-events: DML: Refabricated - Vanilla Events 0.4.4-beta
dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.4.4-beta
dml-refabricated-rei: DML: Refabricated - REI Integration 0.4.4-beta
dmlsimulacrum: Deep Mob Learning: Simulacrum 1.0.3
doom: Doom Fabric 4.0.6
dragonloot: DragonLoot 1.0.9
dual_riders: DualRiders 1.0.5
dungeons_arise: When Dungeons Arise 2.1.47-fabric
eldritch_mobs: Eldritch Mobs 1.9.2
emagnet: E Magnet 1.2.3
enchant_giver: Enchant Giver 1.1.0
expandedstorage: Expanded Storage 7.0.0
explorerscompass: Explorer's Compass 1.17.1-2.0.1-fabric
extraorigins: Extra Origins 1.17-6
fabric: Fabric API 0.40.0+1.17
fabric-api-base: Fabric API Base 0.3.0+a02b446313
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.3.0+cbda931818
fabric-biome-api-v1: Fabric Biome API (v1) 3.2.0+cbda931818
fabric-command-api-v1: Fabric Command API (v1) 1.1.3+5ab9934c18
fabric-commands-v0: Fabric Commands (v0) 0.2.2+92519afa18
fabric-containers-v0: Fabric Containers (v0) 0.1.12+cbda931818
fabric-content-registries-v0: Fabric Content Registries (v0) 0.3.0+cbda931818
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.5+be9da31018
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.11+6cefd57718
fabric-entity-events-v1: Fabric Entity Events (v1) 1.2.3+87cc6e4c18
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.10+fc40aa9d18
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+92519afa18
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.7+cbda931818
fabric-item-api-v1: Fabric Item API (v1) 1.2.4+cbda931818
fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab612118
fabric-language-kotlin: Fabric Language Kotlin 1.6.4+kotlin.1.5.30
fabric-language-scala: Fabric Language Scala 1.1.0+scala.2.13.6
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.4+a02b446318
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.4+a02b446318
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+92519afa18
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.13+cbda931818
fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.11+a02b446318
fabric-networking-v0: Fabric Networking (v0) 0.3.2+92519afa13
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.9+b7ab612118
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.3+a02b446318
fabric-particles-v1: Fabric Particles (v1) 0.2.4+a02b446318
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.10+e2961fee18
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b446318
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.8+a00e834b18
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.8+cbda931818
fabric-structure-api-v1: Fabric Structure API (v1) 1.1.13+5ab9934c18
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.1+b06cb95b18
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab612118
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.3.0+fc40aa9d18
fabricenchantments: Fabric Enchantments 0.4.2
fabricloader: Fabric Loader 0.11.6
fake-player-api: Fake Player API 0.2.0
fallflyinglib: FallFlyingLib 3.0.0-beta.2
fallingtree: FallingTree 2.12.1
fastfurnace: FastFurnace 1.17-3.0
fasttransferlib: Fast Transfer Lib 0.5.6
fdlink: Fabric <-> Discord Link 0.9.6
fdlink_1_12_2: Fabric <-> Discord Link 0.9.6
fdlink_1_15_2: Fabric <-> Discord Link 0.9.6
fdlink_1_16: Fabric <-> Discord Link 0.9.6
fdlink_1_7_10: Fabric <-> Discord Link 0.9.6
fdlink_1_8_9: Fabric <-> Discord Link 0.9.6
fdlink_api: Fabric <-> Discord Link API 0.1.0
fdlink_common: Fabric <-> Discord Link 0.9.6
ferritecore: FerriteCore 3.0.3
fiber: fiber 0.23.0-2
flan: Flan 1.17.1-1.6.1
flytre-lib-base: Flytre Lib - Base Module 1.2.0
flytre-lib-compat: Flytre Lib - Compat Module 1.0.0
flytre-lib-config: Flytre Lib - Config Module 1.1.0
flytre-lib-event: Flytre Lib - Event Module 1.0.1
flytre-lib-gui: Flytre Lib - GUI Module 1.0.0
flytre-lib-storage: Flytre Lib - Storage Module 2.3.1
flytre_lib: Flytre Lib 1.3.7
gamemodeoverhaul: GamemodeOverhaul 1.1.0
geckolib3: Geckolib 3.0.13
gobber2: Gobber2 2.4.43
goldenhoppers: Golden Hoppers 1.1.0
harvest_scythes: Harvest Scythes 2.0.6
hctm-base: HCTM Base 3.6.2
heartbond: Heartbond 1.1.0
hologram-api: Hologram API 0.2.1+1.17.1
hookshot: Hookshot 19.0
horseinfo: Horse Info 0.3.0-1.17
hydrogen: Hydrogen 0.3
impersonate: Impersonate 2.3.3
incantationem: Incantationem 1.1.2+1.17.1
indrev: Industrial Revolution 1.10.0-alpha.12
invview: InvView 1.4.6-1.17.1+
io_leangen_geantyref_geantyref: geantyref 1.3.11
jankson: Jankson 3.0.1+j1.2.0
java: Java HotSpot(TM) 64-Bit Server VM 16
kanos_config: Kanos Config 0.1.4+1.14.4-1.17.1
kibe: Kibe 1.8.1-BETA+1.17
kjsextras: KubeJS Extras 1.3.2
krypton: Krypton 0.1.4
ktdatataglib: KtDataTagLib 1.5.4
kubejs: KubeJS 1605.3.10-build.9999
kyrptconfig: Kytpt Config 1.1.10-1.17
lapisreserve: Lapis Reserve 1.0.8
ledger: Ledger 1.0.2
libblockattributes: LibBlockAttributes 0.8.17003
libblockattributes_core: LibBlockAttributes (Core) 0.9.0
libblockattributes_fluids: LibBlockAttributes (Fluids) 0.9.0
libblockattributes_items: LibBlockAttributes (Items) 0.9.0
libcd: LibCapableData 3.0.3+1.16.3
libgui: LibGui 4.1.6+1.17.1
libninepatch: LibNinePatch 1.1.0
libra: Libra 0.3.9.2
lithium: Lithium 0.7.4
maelstrom_library: Maelstrom Library 1.2.1-1.17
magna: Magna 0.3.0-1.17-pre4
mcda: MC Dungeons Armors 1.7.10
mcdw: MC Dungeons Weapons 3.4.1
megane: megane 5.2.1
megane-base: megane-base 5.2.1
megane-fabric-transfer: megane-fabric-transfer 5.2.1+1.1.0-3fe74aa118
megane-fast-transfer-lib: megane-fast-transfer-lib 5.2.1+0.5.6
megane-industrial-revolution: megane-industrial-revolution 5.2.1+1.10.0-alpha.12
megane-kibe: megane-kibe 5.2.1+1.8.1-BETA-1.17
megane-lib-block-attributes: megane-lib-block-attributes 5.2.1+0.9.0
megane-runtime: megane-runtime 5.2.1
megane-team-reborn-energy: megane-team-reborn-energy 5.2.1+0.1.1
megane-tech-reborn: megane-tech-reborn 5.2.1+5.0.6-beta-build.95
megane-vanilla: megane-vanilla 5.2.1+1.17.1
megane-wireless-networks: megane-wireless-networks 5.2.1+1.1.2
minecraft: Minecraft 1.17.1
mining_dims: Mining Dimensions 1.1.12
mm: Manningham Mills 2.3
morevillagers-fabric: MoreVillagersFabric 2.0.4-SNAPSHOT
mostructures: Mo' Structures 1.3.0-pre1-1.17.1
multipart_entities: MultipartEntities 1.1.2-1.17
mythic-mounts: Mythic Mounts 1.17.1-1.2
namecommand: Name Command 1.1.0
naturescompass: Nature's Compass 1.17.1-2.0.1-fabric
net_dv8tion_jda: JDA 4.2.1_266
net_kyori_adventure-api: adventure-api 4.8.1
net_kyori_adventure-key: adventure-key 4.8.1
net_kyori_adventure-platform-api: adventure-platform-api 4.0.0-SNAPSHOT
net_kyori_adventure-serializer-configurate4: adventure-serializer-configurate4 4.8.1
net_kyori_adventure-text-feature-pagination: adventure-text-feature-pagination 4.0.0-SNAPSHOT
net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.2.0-SNAPSHOT
net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.8.1
net_kyori_adventure-text-serializer-legacy: adventure-text-serializer-legacy 4.8.1
net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.8.1
net_kyori_examination-api: examination-api 1.1.0
net_kyori_examination-string: examination-string 1.1.0
net_sf_trove4j_trove4j: trove4j 3.0.3
notenoughcrashes: Not Enough Crashes 3.3.1+1.17
nyfsquivers: Nyf's Quivers Fabric-0.2.6
omega-config: OmegaConfig 1.0.8
org_apache_commons_commons-collections4: commons-collections4 4.1
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.5.30
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.5.30
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.5.30
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.5.30
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.1
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.1
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.2.2
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.2.2
org_json_json: json 20210307
org_objenesis_objenesis: objenesis 3.2
org_slf4j_slf4j-api: slf4j-api 1.7.25
org_slf4j_slf4j-nop: slf4j-nop 1.7.25
org_spongepowered_configurate-core: configurate-core 4.1.1
org_spongepowered_configurate-hocon: configurate-hocon 4.1.1
origins: Origins 1.0.3
origins-classes: Origins: Classes 1.2.2
outvoted: Outvoted 2.0.0-alpha.12
owo: OwO 0.1.1
packet_tweaker: Packet Tweaker 0.2.0-1.17-pre1
patchouli: Patchouli 1.17-54-FABRIC
pehkui: Pehkui 2.3.0+1.14.4-1.17.1
pipe: Pipe 1.4.0
placeholder-api: Placeholder API 1.1.0+1.17.1
plantinajar: Plant In A Jar 2.2.2
playerabilitylib: Pal 1.3.0
polymer: Polymer 0.1.0-rc.4+1.17.1
polymorph: Polymorph 0.0.12-1.17.1
prefab: Prefab 2.1.3
pugh_lib: Pugh Lib ${version}
pugh_tools: Pugh Tools ${version}
qcommon-cfg-core: qcommon-cfg-core 3.3.0
qcommon-croco: Croco 2.1.1
quarryplus: QuarryPlus 17.0.353
quickshulker: Quick Shulker 1.2.2-1.17
ratsmischief: Rat's Mischief 1.2.2
reach-entity-attributes: Reach Entity Attributes 2.1.1
reborncore: Reborn Core 5.0.6-beta+build.94
redbits: Red Bits 1.10.0
repurposed_structures: Repurposed Structures 2.3.2+1.17.1
resourceful_tools: Resourceful Tools 1.1.19
respawnablepets: Respawnable Pets 1.17-3
rhino: Rhino 1605.1.2-build.40
roughlyenoughitems: Roughly Enough Items 6.0.279-alpha
rpgstats: RPGStats 4.1.8+1.17.1
rswires: RSWires 4.11.2
rug: Rug 1.17.1-1.1.13
runelic: Runelic 3.0.1
schmucks: Schmucks 1.4.0
secretrooms: Secret Rooms 1.0.0+1.17
seedy-behavior: Seedy Behavior 1.0.1
server_translations_api: Server Translations API 1.4.5+1.17
servertick: Server Tick 1.5
sgui: SGui 1.0.0-rc4+1.17.1
shulkerboxtooltip: Shulker Box Tooltip 3.0.1+1.17
shulkerutils: shulkerutils 1.0.4-1.17
simple_backpack: SimpleBackpack 1.1.18
someforgepatchesported: Some Forge Patches Ported 1.0.1
somnus: Somnus API 0.0.14-1.17.1
staffofbuilding: Staff of Building 1.3.2-1.17
starlight: Starlight 1.0.0-RC3+fabric.2b7d7ae
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
stoneholm: Stoneholm 1.3
tabtps-fabric: TabTPS 1.3.9
team_reborn_energy: Energy 0.1.1
techreborn: Tech Reborn 5.0.6-beta+build.94
terraform-wood-api-v1: Terraform Wood API (v1) 2.0.2
the_aether: The Aether 1.17.1-1.5.0
things: Things 0.2.5
toms_storage: Tom's Simple Storage Mod 1.1.14
torcherino: Torcherino 15.0.0
transportables: Transportables 1.0.6
trinkets: Trinkets 3.0.4
truerooms: True Secret Rooms 1.1.5
universal-graves: Universal Graves 1.0.8+1.17.1
voidtotem: Void Totem (Fabric) 1.17.0-1.0.0
voidz: VoidZ 1.0.5
ward_blocks: Ward Blocks 1.1.7
waystones: Waystones 2.0.4
whereisit: Where Is It 1.13.3
winged: Winged Mod 1.17.1-3.0.0
wirelessnetworks: Wireless Networks 1.1.2
wthit: wthit 3.8.1
xaerominimap: Xaero's Minimap 21.16.0
xaeroworldmap: Xaero's World Map 1.17.0
yungsapi: YUNG's API 1.17-Fabric-16
Player Count: 2 / 20; [class_3222['Oll3bac'/6734, l='ServerLevel[world]', x=189.53, y=188.00, z=223.35], class_3222['Commando500x'/12387, l='ServerLevel[world]', x=-87.56, y=64.00, z=4.88]]
Data Packs: vanilla, Fabric Mods, file/03-incendium-v3-4-1b.zip, file/Repurposed_Structures-Charm.zip, file/RugData (incompatible), secretrooms:server_pack
Is Modded: Definitely; Server brand changed to 'fabric'
Type: Dedicated Server (map_server.txt)
Suspected Mods: Custom Portal Api (customportalapi)
------
---- Minecraft Crash Report ----
C2ME Compatibility Module Notice:
Do NOT report to mod authors if you encountered issues with the following mods:
- [email protected]
- [email protected]
- [email protected]
You can try disabling compatibility modules for these mods in "c2me-compat.toml" and try reproduce again.
Or try reproduce without C2ME.
// This doesn't make any sense!
Time: 9/6/21, 2:25 AM
Description: Colliding entity with block
java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1297.method_36456(float)" because "entity" is null
at net.kyrptonaught.customportalapi.util.CustomTeleporter.TPToDim(CustomTeleporter.java:46)
at net.kyrptonaught.customportalapi.CustomPortalBlock.method_9548(CustomPortalBlock.java:116)
at net.minecraft.class_4970$class_4971.method_26178(class_4970.java:926)
at net.minecraft.class_1297.method_5852(class_1297.java:1035)
at net.minecraft.class_1665.method_5773(class_1665.java:280)
at net.minecraft.class_1667.method_5773(class_1667.java:104)
at net.minecraft.class_3218.method_18762(class_3218.java:655)
at net.minecraft.class_1937.method_18472(class_1937.java:483)
at net.minecraft.class_3218.method_31420(class_3218.java:417)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:392)
at net.minecraft.server.MinecraftServer.redirect$bce000$ficUpdateSuppressionCrashTick(MinecraftServer.java:4777)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:891)
at net.minecraft.class_3176.method_3813(class_3176.java:335)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:831)
at net.minecraft.server.MinecraftServer.handler$coo000$modifiedRunLoop(MinecraftServer.java:9390)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)
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.util.CustomTeleporter.TPToDim(CustomTeleporter.java:46)
at net.kyrptonaught.customportalapi.CustomPortalBlock.method_9548(CustomPortalBlock.java:116)
at net.minecraft.class_4970$class_4971.method_26178(class_4970.java:926)
-- Block being collided with --
Details:
Block: Block{customportalapi:customportalblock}[axis=x]
Block location: World: (-75,64,5), Section: (at 5,0,5 in -5,4,0; chunk contains blocks -80,0,0 to -65,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Stacktrace:
at java.base/java.lang.Thread.getStackTrace(Thread.java:1596)
at net.minecraft.class_129.method_580(class_129.java:523)
at net.minecraft.class_128.method_556(class_128.java:198)
at net.minecraft.class_128.method_562(class_128.java:169)
at net.minecraft.class_1937.method_18472(class_1937.java:486)
at net.minecraft.class_3218.method_31420(class_3218.java:417)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:392)
at net.minecraft.server.MinecraftServer.redirect$bce000$ficUpdateSuppressionCrashTick(MinecraftServer.java:4777)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:891)
at net.minecraft.class_3176.method_3813(class_3176.java:335)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:831)
at net.minecraft.server.MinecraftServer.handler$coo000$modifiedRunLoop(MinecraftServer.java:9390)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)
at java.base/java.lang.Thread.run(Thread.java:831)
-- Entity being ticked --
Details:
Entity Type: minecraft:arrow (net.minecraft.class_1667)
Entity ID: 1325
Entity Name: Arrow
Entity's Exact location: -74.28, 64.35, 4.85
Entity's Block location: World: (-75,64,4), Section: (at 5,0,4 in -5,4,0; chunk contains blocks -80,0,0 to -65,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.59, -0.01, 1.40
Entity's Passengers: []
Entity's Vehicle: null
Entity NBT: {Air:300s,FallDistance:0.0f,Fire:-1s,HasBeenShot:1b,Invulnerable:0b,LeftOwner:1b,Motion:[0.5852058879264257d,-0.010337774528026505d,1.4002105487286032d],OnGround:0b,Owner:[I;-123953,-110737690,-1406812056,788967942],PierceLevel:0b,PortalCooldown:0,Pos:[-74.27511623106729d,64.3545799524178d,4.846426104757506d],Rotation:[22.682177f,5.8224998f],ShotFromCrossbow:0b,SoundEvent:"minecraft:entity.arrow.hit",UUID:[I;-1877105166,1375356091,-1877378276,1230499587],cardinal_components:{"bewitchment:additional_water_data":{Submerged:0b,WetTimer:0}},cpacooldown:10,cpadidTP:1b,crit:0b,damage:1.7217432985566972d,inGround:0b,life:0s,pickup:0b,shake:0b}
Stacktrace:
at java.base/java.lang.Thread.getStackTrace(Thread.java:1596)
at net.minecraft.class_129.method_580(class_129.java:523)
at net.minecraft.class_128.method_556(class_128.java:198)
at net.minecraft.class_1937.method_8538(class_1937.java:845)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:894)
at net.minecraft.class_3176.method_3813(class_3176.java:335)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:831)
at net.minecraft.server.MinecraftServer.handler$coo000$modifiedRunLoop(MinecraftServer.java:9390)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)
at java.base/java.lang.Thread.run(Thread.java:831)
-- Affected level --
Details:
All players: 1 total; [class_3222['Suprelink'/285, l='ServerLevel[world]', x=-74.13, y=63.00, z=5.23]]
Chunk stats: 2025
Level dimension: mining_dims:mining_dim
Derived: true
Level spawn location: World: (6,63,9), Section: (at 6,15,9 in 0,3,0; chunk contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 14026619 game time, 1982482 day time
Level name: world
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 54485 (now: false), thunder time: 127332 (now: false)
Known server brands: fabric
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:891)
at net.minecraft.class_3176.method_3813(class_3176.java:335)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:831)
at net.minecraft.server.MinecraftServer.handler$coo000$modifiedRunLoop(MinecraftServer.java:9390)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)
at java.base/java.lang.Thread.run(Thread.java:831)
-- System Details --
Details:
Minecraft Version: 1.17.1
Minecraft Version ID: 1.17.1
Operating System: Linux (amd64) version 4.9.0-12-amd64
Java Version: 16.0.1, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 2563943424 bytes (2445 MiB) / 10066329600 bytes (9600 MiB) up to 13958643712 bytes (13312 MiB)
CPUs: 4
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Xeon(R) CPU
Identifier: Intel64 Family 6 Model 85 Stepping 7
Microarchitecture: Cascade Lake
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 2
Number of logical CPUs: 4
Graphics card #0 name: unknown
Graphics card #0 vendor: unknown
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Memory slot #0 capacity (MB): 16384.00
Memory slot #0 clockSpeed (GHz): 0.00
Memory slot #0 type: RAM
Virtual memory max (MB): 8025.82
Virtual memory used (MB): 11094.19
Swap memory total (MB): 0.00
Swap memory used (MB): 0.00
JVM Flags: 2 total; -Xms2G -Xmx13G
Fabric Mods:
addendum: Addendum 1.0.2
adorn: Adorn 2.1.4+1.17.1
adventure-platform-fabric: adventure-platform-fabric 4.1.0-SNAPSHOT
adventurez: AdventureZ 1.2.11
agape_space: Space Dimensions 0.3.0
apoli: Apoli 1.0.4
appleskin: AppleSkin mc1.17-2.1.3
aqupdcaracal: Caracal mob 1.17-1.3.11
architectury: Architectury 2.5.27
artifality: Artifality 0.3.4
artifice: Artifice 0.15.3+21w07a
artofalchemy: Art of Alchemy: Memoriam 1.2.0+1.17.1
attributefix: Attribute Fix {FABRIC} 1.0.3
balm-fabric: Balm 1.3.0+0
bclib: BCLib 0.3.1
better_wandering_trader: Better Wandering Trader 1.7.0
betterend: Better End 0.11.0-pre
bettermineshafts: YUNG's Better Mineshafts 1.17-1.0.1
betternether: Better Nether 5.1.3
betterstrongholds: YUNG's Better Strongholds 1.17-1.1.1
bewitchment: Bewitchment 1.17-5
blast: BLAST 1.7
blockshifter: Blockshifter 1.4.0+fabric-1.17.1
blockus: Blockus 2.2.8+1.17.1
blue_endless_jankson: jankson 1.2.1
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.2.3-1.17.1
c2me: Concurrent Chunk Management Engine 0.2.0+alpha.3.60
calio: Calio 1.0.2
cardinal-components: Cardinal Components API 3.1.1
cardinal-components-base: Cardinal Components API (base) 3.1.1
cardinal-components-block: Cardinal Components API (blocks) 3.1.1
cardinal-components-chunk: Cardinal Components API (chunks) 3.1.1
cardinal-components-entity: Cardinal Components API (entities) 3.1.1
cardinal-components-item: Cardinal Components API (items) 3.1.1
cardinal-components-level: Cardinal Components API (world saves) 3.1.1
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 3.1.1
cardinal-components-util: Cardinal Components API (utilities) 3.1.1
cardinal-components-world: Cardinal Components API (worlds) 3.1.1
carpet: Carpet Mod 1.4.45
carpet-extra: Carpet Extra 1.4.43
carpet-tis-addition: Carpet TIS Addition 1.21.3+build.672
charm: Charm 3.3.2
cloth-api: Cloth API 2.0.54
cloth-basic-math: Cloth Basic Math 0.5.1
cloth-client-events-v0: Cloth Client Events v0 2.0.54
cloth-common-events-v1: Cloth Common Events v1 2.0.54
cloth-config2: Cloth Config v5 5.0.38
cloth-datagen-api-v1: Cloth Datagen v1 2.0.54
cloth-utils-v1: Cloth Utils v1 2.0.54
cloud: Cloud 1.5.0
cloud_commandframework_cloud-brigadier_: cloud-brigadier 1.5.0
cloud_commandframework_cloud-core_: cloud-core 1.5.0
cloud_commandframework_cloud-minecraft-extras: cloud-minecraft-extras 1.5.0
cloud_commandframework_cloud-services_: cloud-services 1.5.0
club_minnced_discord-webhooks: discord-webhooks 0.5.7
colorutility: ColorUtility 2.0.1
com_electronwill_night-config_core: core 3.6.2
com_electronwill_night-config_toml: toml 3.6.2
com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.10.1
com_fasterxml_jackson_core_jackson-core: jackson-core 2.10.1
com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.10.1
com_moandjiezana_toml_toml4j: toml4j 0.7.2
com_neovisionaries_nv-websocket-client: nv-websocket-client 2.14
com_squareup_okhttp3_okhttp: okhttp 3.14.9
com_squareup_okio_okio: okio 1.17.2
com_typesafe_config: config 1.4.1
com_vdurmont_emoji-java: emoji-java 5.1.1
com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT
completeconfig: CompleteConfig 1.0.0
conjuring: Conjuring 1.0.7
cosmetic-armor: Cosmetic Armor 1.1.0
craftingtweaks: Crafting Tweaks 13.0.0+0
croptopia: Croptopia 1.6.1
crowdin-translate: CrowdinTranslate 1.3+1.17
customportalapi: Custom Portal Api 0.0.1-beta41-1.17
customportals: Custom Portals 2.1.0
dankstorage: Dank Storage 2.1-1.17.1
dark-enchanting: Dark Enchanting 0.4.1-1.17.1
dml-refabricated: Deep Mob Learning: Refabricated 0.4.4-beta
dml-refabricated-base: DML: Refabricated - Base 0.4.4-beta
dml-refabricated-events: DML: Refabricated - Vanilla Events 0.4.4-beta
dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.4.4-beta
dml-refabricated-rei: DML: Refabricated - REI Integration 0.4.4-beta
dmlsimulacrum: Deep Mob Learning: Simulacrum 1.0.3
doom: Doom Fabric 4.0.6
dragonloot: DragonLoot 1.0.9
dual_riders: DualRiders 1.0.5
dungeons_arise: When Dungeons Arise 2.1.47-fabric
eldritch_mobs: Eldritch Mobs 1.9.2
emagnet: E Magnet 1.2.3
enchant_giver: Enchant Giver 1.1.0
expandedstorage: Expanded Storage 7.0.0
explorerscompass: Explorer's Compass 1.17.1-2.0.1-fabric
extraorigins: Extra Origins 1.17-6
fabric: Fabric API 0.40.0+1.17
fabric-api-base: Fabric API Base 0.3.0+a02b446313
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.3.0+cbda931818
fabric-biome-api-v1: Fabric Biome API (v1) 3.2.0+cbda931818
fabric-command-api-v1: Fabric Command API (v1) 1.1.3+5ab9934c18
fabric-commands-v0: Fabric Commands (v0) 0.2.2+92519afa18
fabric-containers-v0: Fabric Containers (v0) 0.1.12+cbda931818
fabric-content-registries-v0: Fabric Content Registries (v0) 0.3.0+cbda931818
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.5+be9da31018
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.11+6cefd57718
fabric-entity-events-v1: Fabric Entity Events (v1) 1.2.3+87cc6e4c18
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.10+fc40aa9d18
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+92519afa18
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.7+cbda931818
fabric-item-api-v1: Fabric Item API (v1) 1.2.4+cbda931818
fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab612118
fabric-language-kotlin: Fabric Language Kotlin 1.6.4+kotlin.1.5.30
fabric-language-scala: Fabric Language Scala 1.1.0+scala.2.13.6
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.4+a02b446318
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.4+a02b446318
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+92519afa18
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.13+cbda931818
fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.11+a02b446318
fabric-networking-v0: Fabric Networking (v0) 0.3.2+92519afa13
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.9+b7ab612118
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.3+a02b446318
fabric-particles-v1: Fabric Particles (v1) 0.2.4+a02b446318
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.10+e2961fee18
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b446318
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.8+a00e834b18
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.8+cbda931818
fabric-structure-api-v1: Fabric Structure API (v1) 1.1.13+5ab9934c18
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.1+b06cb95b18
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab612118
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.3.0+fc40aa9d18
fabricenchantments: Fabric Enchantments 0.4.2
fabricloader: Fabric Loader 0.11.6
fake-player-api: Fake Player API 0.2.0
fallflyinglib: FallFlyingLib 3.0.0-beta.2
fallingtree: FallingTree 2.12.1
fastfurnace: FastFurnace 1.17-3.0
fasttransferlib: Fast Transfer Lib 0.5.6
fdlink: Fabric <-> Discord Link 0.9.6
fdlink_1_12_2: Fabric <-> Discord Link 0.9.6
fdlink_1_15_2: Fabric <-> Discord Link 0.9.6
fdlink_1_16: Fabric <-> Discord Link 0.9.6
fdlink_1_7_10: Fabric <-> Discord Link 0.9.6
fdlink_1_8_9: Fabric <-> Discord Link 0.9.6
fdlink_api: Fabric <-> Discord Link API 0.1.0
fdlink_common: Fabric <-> Discord Link 0.9.6
ferritecore: FerriteCore 3.0.3
fiber: fiber 0.23.0-2
flan: Flan 1.17.1-1.6.1
flytre-lib-base: Flytre Lib - Base Module 1.2.0
flytre-lib-compat: Flytre Lib - Compat Module 1.0.0
flytre-lib-config: Flytre Lib - Config Module 1.1.0
flytre-lib-event: Flytre Lib - Event Module 1.0.1
flytre-lib-gui: Flytre Lib - GUI Module 1.0.0
flytre-lib-storage: Flytre Lib - Storage Module 2.3.1
flytre_lib: Flytre Lib 1.3.7
gamemodeoverhaul: GamemodeOverhaul 1.1.0
geckolib3: Geckolib 3.0.13
gobber2: Gobber2 2.4.43
goldenhoppers: Golden Hoppers 1.1.0
harvest_scythes: Harvest Scythes 2.0.6
hctm-base: HCTM Base 3.6.2
heartbond: Heartbond 1.1.0
hologram-api: Hologram API 0.2.1+1.17.1
hookshot: Hookshot 19.0
horseinfo: Horse Info 0.3.0-1.17
hydrogen: Hydrogen 0.3
impersonate: Impersonate 2.3.3
incantationem: Incantationem 1.1.2+1.17.1
indrev: Industrial Revolution 1.10.0-alpha.12
invview: InvView 1.4.6-1.17.1+
io_leangen_geantyref_geantyref: geantyref 1.3.11
jankson: Jankson 3.0.1+j1.2.0
java: Java HotSpot(TM) 64-Bit Server VM 16
kanos_config: Kanos Config 0.1.4+1.14.4-1.17.1
kibe: Kibe 1.8.1-BETA+1.17
kjsextras: KubeJS Extras 1.3.2
krypton: Krypton 0.1.4
ktdatataglib: KtDataTagLib 1.5.4
kubejs: KubeJS 1605.3.10-build.9999
kyrptconfig: Kytpt Config 1.1.10-1.17
lapisreserve: Lapis Reserve 1.0.8
ledger: Ledger 1.0.2
libblockattributes: LibBlockAttributes 0.8.17003
libblockattributes_core: LibBlockAttributes (Core) 0.9.0
libblockattributes_fluids: LibBlockAttributes (Fluids) 0.9.0
libblockattributes_items: LibBlockAttributes (Items) 0.9.0
libcd: LibCapableData 3.0.3+1.16.3
libgui: LibGui 4.1.6+1.17.1
libninepatch: LibNinePatch 1.1.0
libra: Libra 0.3.9.2
lithium: Lithium 0.7.4
maelstrom_library: Maelstrom Library 1.2.1-1.17
magna: Magna 0.3.0-1.17-pre4
mcda: MC Dungeons Armors 1.7.10
mcdw: MC Dungeons Weapons 3.4.1
megane: megane 5.2.1
megane-base: megane-base 5.2.1
megane-fabric-transfer: megane-fabric-transfer 5.2.1+1.1.0-3fe74aa118
megane-fast-transfer-lib: megane-fast-transfer-lib 5.2.1+0.5.6
megane-industrial-revolution: megane-industrial-revolution 5.2.1+1.10.0-alpha.12
megane-kibe: megane-kibe 5.2.1+1.8.1-BETA-1.17
megane-lib-block-attributes: megane-lib-block-attributes 5.2.1+0.9.0
megane-runtime: megane-runtime 5.2.1
megane-team-reborn-energy: megane-team-reborn-energy 5.2.1+0.1.1
megane-tech-reborn: megane-tech-reborn 5.2.1+5.0.6-beta-build.95
megane-vanilla: megane-vanilla 5.2.1+1.17.1
megane-wireless-networks: megane-wireless-networks 5.2.1+1.1.2
minecraft: Minecraft 1.17.1
mining_dims: Mining Dimensions 1.1.12
mm: Manningham Mills 2.3
morevillagers-fabric: MoreVillagersFabric 2.0.4-SNAPSHOT
mostructures: Mo' Structures 1.3.0-pre1-1.17.1
multipart_entities: MultipartEntities 1.1.2-1.17
mythic-mounts: Mythic Mounts 1.17.1-1.2
namecommand: Name Command 1.1.0
naturescompass: Nature's Compass 1.17.1-2.0.1-fabric
net_dv8tion_jda: JDA 4.2.1_266
net_kyori_adventure-api: adventure-api 4.8.1
net_kyori_adventure-key: adventure-key 4.8.1
net_kyori_adventure-platform-api: adventure-platform-api 4.0.0-SNAPSHOT
net_kyori_adventure-serializer-configurate4: adventure-serializer-configurate4 4.8.1
net_kyori_adventure-text-feature-pagination: adventure-text-feature-pagination 4.0.0-SNAPSHOT
net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.2.0-SNAPSHOT
net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.8.1
net_kyori_adventure-text-serializer-legacy: adventure-text-serializer-legacy 4.8.1
net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.8.1
net_kyori_examination-api: examination-api 1.1.0
net_kyori_examination-string: examination-string 1.1.0
net_sf_trove4j_trove4j: trove4j 3.0.3
notenoughcrashes: Not Enough Crashes 3.3.1+1.17
nyfsquivers: Nyf's Quivers Fabric-0.2.6
omega-config: OmegaConfig 1.0.8
org_apache_commons_commons-collections4: commons-collections4 4.1
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.5.30
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.5.30
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.5.30
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.5.30
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.1
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.1
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.2.2
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.2.2
org_json_json: json 20210307
org_objenesis_objenesis: objenesis 3.2
org_slf4j_slf4j-api: slf4j-api 1.7.25
org_slf4j_slf4j-nop: slf4j-nop 1.7.25
org_spongepowered_configurate-core: configurate-core 4.1.1
org_spongepowered_configurate-hocon: configurate-hocon 4.1.1
origins: Origins 1.0.3
origins-classes: Origins: Classes 1.2.2
outvoted: Outvoted 2.0.0-alpha.12
owo: OwO 0.1.1
packet_tweaker: Packet Tweaker 0.2.0-1.17-pre1
patchouli: Patchouli 1.17-54-FABRIC
pehkui: Pehkui 2.3.0+1.14.4-1.17.1
pipe: Pipe 1.4.0
placeholder-api: Placeholder API 1.1.0+1.17.1
plantinajar: Plant In A Jar 2.2.2
playerabilitylib: Pal 1.3.0
polymer: Polymer 0.1.0-rc.4+1.17.1
polymorph: Polymorph 0.0.12-1.17.1
prefab: Prefab 2.1.3
pugh_lib: Pugh Lib ${version}
pugh_tools: Pugh Tools ${version}
qcommon-cfg-core: qcommon-cfg-core 3.3.0
qcommon-croco: Croco 2.1.1
quarryplus: QuarryPlus 17.0.353
quickshulker: Quick Shulker 1.2.2-1.17
ratsmischief: Rat's Mischief 1.2.2
reach-entity-attributes: Reach Entity Attributes 2.1.1
reborncore: Reborn Core 5.0.6-beta+build.94
redbits: Red Bits 1.10.0
repurposed_structures: Repurposed Structures 2.3.2+1.17.1
resourceful_tools: Resourceful Tools 1.1.19
respawnablepets: Respawnable Pets 1.17-3
rhino: Rhino 1605.1.2-build.40
roughlyenoughitems: Roughly Enough Items 6.0.279-alpha
rpgstats: RPGStats 4.1.8+1.17.1
rswires: RSWires 4.11.2
rug: Rug 1.17.1-1.1.13
runelic: Runelic 3.0.1
schmucks: Schmucks 1.4.0
secretrooms: Secret Rooms 1.0.0+1.17
seedy-behavior: Seedy Behavior 1.0.1
server_translations_api: Server Translations API 1.4.5+1.17
servertick: Server Tick 1.5
sgui: SGui 1.0.0-rc4+1.17.1
shulkerboxtooltip: Shulker Box Tooltip 3.0.1+1.17
shulkerutils: shulkerutils 1.0.4-1.17
simple_backpack: SimpleBackpack 1.1.18
someforgepatchesported: Some Forge Patches Ported 1.0.1
somnus: Somnus API 0.0.14-1.17.1
staffofbuilding: Staff of Building 1.3.2-1.17
starlight: Starlight 1.0.0-RC3+fabric.2b7d7ae
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
stoneholm: Stoneholm 1.3
tabtps-fabric: TabTPS 1.3.9
team_reborn_energy: Energy 0.1.1
techreborn: Tech Reborn 5.0.6-beta+build.94
terraform-wood-api-v1: Terraform Wood API (v1) 2.0.2
the_aether: The Aether 1.17.1-1.5.0
things: Things 0.2.5
toms_storage: Tom's Simple Storage Mod 1.1.14
torcherino: Torcherino 15.0.0
transportables: Transportables 1.0.6
trinkets: Trinkets 3.0.4
truerooms: True Secret Rooms 1.1.5
universal-graves: Universal Graves 1.0.8+1.17.1
voidtotem: Void Totem (Fabric) 1.17.0-1.0.0
voidz: VoidZ 1.0.5
ward_blocks: Ward Blocks 1.1.7
waystones: Waystones 2.0.4
whereisit: Where Is It 1.13.3
winged: Winged Mod 1.17.1-3.0.0
wirelessnetworks: Wireless Networks 1.1.2
wthit: wthit 3.8.1
xaerominimap: Xaero's Minimap 21.16.0
xaeroworldmap: Xaero's World Map 1.17.0
yungsapi: YUNG's API 1.17-Fabric-16
Player Count: 2 / 20; [class_3222['Suprelink'/285, l='ServerLevel[world]', x=-74.13, y=63.00, z=5.23], class_3222['Oll3bac'/934, l='ServerLevel[world]', x=-155.23, y=66.00, z=56.39]]
Data Packs: vanilla, Fabric Mods, file/03-incendium-v3-4-1b.zip, file/Repurposed_Structures-Charm.zip, file/RugData (incompatible), secretrooms:server_pack
Is Modded: Definitely; Server brand changed to 'fabric'
Type: Dedicated Server (map_server.txt)
Suspected Mods: Custom Portal Api (customportalapi)
So this crash doesn't look like it has anything to do with my mod, though I can definitely see why you thought it did. This:
at net.kyrptonaught.customportalapi.util.CustomTeleporter.TPToDim(CustomTeleporter.java:46)
at net.kyrptonaught.customportalapi.CustomPortalBlock.method_9548(CustomPortalBlock.java:116)
isn't my mod. This is an API made by someone else. It looks like it's used for the Fabric port of The Aether mod that you have, which installs it as a dependency automatically. You can see that the crash report lists it separately from my mod when it lists all the mods you have installed:
. . .
customportalapi: Custom Portal Api 0.0.1-beta41-1.17
customportals: Custom Portals 2.1.0
. . .
You should post this issue on the github page for customportalapi here.