apace100 / origins-fabric

MIT License
177 stars 175 forks source link

Game crashes on startup whilst phasing through blocks as a phantom #383

Open Withersip opened 3 years ago

Withersip commented 3 years ago

Hello. I crash on startup when i am inside a block as a phantom. Im not sure if another mod is causing this (probably is) but incase its not I might aswell post it here and find out.

Im using the latest fabric version and the latest origins version

Crash Log:

---- Minecraft Crash Report ---- // I bet Cylons wouldn't have this problem.

Time: 14/7/21, 11:16 am Description: Ticking player

java.lang.RuntimeException: Could not load tag: origins:unphasable at io.github.apace100.calio.util.IdentifiedTag.lambda$updateContainedTag$0(IdentifiedTag.java:23) at net.minecraft.class_5415.method_33166(class_5415.java:44) at io.github.apace100.calio.util.IdentifiedTag.updateContainedTag(IdentifiedTag.java:23) at io.github.apace100.calio.util.IdentifiedTag.method_15141(IdentifiedTag.java:34) at net.minecraft.class_4970$class_4971.method_26164(class_4970.java:983) at io.github.apace100.apoli.power.factory.condition.BlockConditions.lambda$register$8(BlockConditions.java:69) at io.github.apace100.apoli.power.factory.condition.ConditionFactory$Instance.isFulfilled(ConditionFactory.java:43) at io.github.apace100.apoli.power.factory.condition.ConditionFactory$Instance.test(ConditionFactory.java:34) at io.github.apace100.apoli.power.PhasingPower.doesApply(PhasingPower.java:31) at net.minecraft.class_4970$class_4971.handler$zfm000$phaseThroughBlocks(class_4970.java:1642) at net.minecraft.class_4970$class_4971.method_26194(class_4970.java) at net.minecraft.class_5329.method_29285(class_5329.java:98) at net.minecraft.class_5329.tryAdvance(class_5329.java:63) at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129) at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.findAny(ReferencePipeline.java:652) at net.minecraft.class_1297.method_5757(class_1297.java:1852) at net.minecraft.class_1309.method_5757(class_1309.java:3301) at net.minecraft.class_1309.method_5670(class_1309.java:348) at net.minecraft.class_1297.method_5773(class_1297.java:444) at net.minecraft.class_1309.method_5773(class_1309.java:2304) at net.minecraft.class_1657.method_5773(class_1657.java:274) at net.minecraft.class_3222.method_14226(class_3222.java:469) at net.minecraft.class_3244.method_18784(class_3244.java:213) at net.minecraft.class_2535.method_10754(class_2535.java:238) at net.minecraft.class_3242.method_14357(class_3242.java:183) at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:904) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:833) at net.minecraft.class_1132.method_3748(class_1132.java:96) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:692) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:274) 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 io.github.apace100.calio.util.IdentifiedTag.lambda$updateContainedTag$0(IdentifiedTag.java:23) at net.minecraft.class_5415.method_33166(class_5415.java:44) at io.github.apace100.calio.util.IdentifiedTag.updateContainedTag(IdentifiedTag.java:23) at io.github.apace100.calio.util.IdentifiedTag.method_15141(IdentifiedTag.java:34) at net.minecraft.class_4970$class_4971.method_26164(class_4970.java:983) at io.github.apace100.apoli.power.factory.condition.BlockConditions.lambda$register$8(BlockConditions.java:69) at io.github.apace100.apoli.power.factory.condition.ConditionFactory$Instance.isFulfilled(ConditionFactory.java:43) at io.github.apace100.apoli.power.factory.condition.ConditionFactory$Instance.test(ConditionFactory.java:34) at io.github.apace100.apoli.power.PhasingPower.doesApply(PhasingPower.java:31) at net.minecraft.class_4970$class_4971.handler$zfm000$phaseThroughBlocks(class_4970.java:1642) at net.minecraft.class_4970$class_4971.method_26194(class_4970.java) at net.minecraft.class_5329.method_29285(class_5329.java:98) at net.minecraft.class_5329.tryAdvance(class_5329.java:63) at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129) at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.findAny(ReferencePipeline.java:652) at net.minecraft.class_1297.method_5757(class_1297.java:1852) at net.minecraft.class_1309.method_5757(class_1309.java:3301) at net.minecraft.class_1309.method_5670(class_1309.java:348) at net.minecraft.class_1297.method_5773(class_1297.java:444) at net.minecraft.class_1309.method_5773(class_1309.java:2304) at net.minecraft.class_1657.method_5773(class_1657.java:274)

-- Player being ticked -- Details: Entity Type: minecraft:player (net.minecraft.class_3222) Entity ID: 309 Entity Name: Withersip Entity's Exact location: 1.43, 14.00, -1352.90 Entity's Block location: World: (1,14,-1353), Section: (at 1,14,7 in 0,0,-85; chunk contains blocks 0,0,-1360 to 15,255,-1345), Region: (0,-3; contains chunks 0,-96 to 31,-65, blocks 0,0,-1536 to 511,255,-1025) Entity's Momentum: 0.00, -0.08, 0.00 Entity's Passengers: [] Entity's Vehicle: null Stacktrace: at net.minecraft.class_3222.method_14226(class_3222.java:469) at net.minecraft.class_3244.method_18784(class_3244.java:213) at net.minecraft.class_2535.method_10754(class_2535.java:238) at net.minecraft.class_3242.method_14357(class_3242.java:183) at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:904) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:833) at net.minecraft.class_1132.method_3748(class_1132.java:96) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:692) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:274) at java.base/java.lang.Thread.run(Thread.java:831)

-- System Details -- Details: Minecraft Version: 1.17 Minecraft Version ID: 1.17 Operating System: Mac OS X (x86_64) version 10.15.7 Java Version: 16.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 458170432 bytes (436 MiB) / 2147483648 bytes (2048 MiB) up to 2147483648 bytes (2048 MiB) CPUs: 4 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i5-3427U CPU @ 1.80GHz Identifier: Intel64 Family 6 Model 58 Stepping 9 Microarchitecture: Ivy Bridge (Client) Frequency (GHz): 1.80 Number of physical packages: 1 Number of physical CPUs: 2 Number of logical CPUs: 4 Graphics card #0 name: Intel HD Graphics 4000 Graphics card #0 vendor: Intel Graphics card #0 VRAM (MB): 1536.00 Graphics card #0 deviceId: 0x0166 Graphics card #0 versionInfo: Revision ID: 0x0009 Memory slot #0 capacity (MB): 2048.00 Memory slot #0 clockSpeed (GHz): 1.60 Memory slot #0 type: DDR3 Memory slot #1 capacity (MB): 2048.00 Memory slot #1 clockSpeed (GHz): 1.60 Memory slot #1 type: DDR3 Virtual memory max (MB): 6144.00 Virtual memory used (MB): 3690.20 Swap memory total (MB): 2048.00 Swap memory used (MB): 881.25 JVM Flags: 8 total; -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Fabric Mods: addendum: Addendum 1.0.2 advanced_runtime_resource_pack: Runtime Resource Pack 0.2.9 ambientenvironment: Ambient Environment fabric-1.17-rc2-6.0.0.11 amecs: Amecs 1.3.4+mc.1.17 amecsapi: Amecs API 1.1.5+mc21w16a apoli: Apoli 1.0.3 architects_palette: Architect's Palette Fabric 1.2 architectury: Architectury 2.1.20 arfo: Artificial Foliage 1.6 artifice: Artifice 0.15.3+21w07a autoconfig1u: Auto Config v1 Updated 3.3.1 axesareweapons: Axes Are Weapons 1.2-1.17 bclib: BCLib 0.2.2 betterdroppeditems: Better Dropped Items 1.3.0-1.17 betterend: Better End 0.10.4-pre betterstrongholds: YUNG's Better Strongholds 1.17-1.0 biom4st3r_repackaged_expressions: expj4_repackaged 0.1.0 biom4st3rportal: Fancy Fountain Passage 3.1.0 biomepicker: Biome Picker 1.1.1 blockus: Blockus 2.2.6+1.17.1 caelus: Caelus API 0.0.16-1.17 calio: Calio 1.0.1 cardinal-components-base: Cardinal Components API (base) 3.0.0 cardinal-components-entity: Cardinal Components API (entities) 3.0.0 carrier: Carrier 1.8.0 castle_dungeons: Castle Dungeons 2.5-1.17-fabric cavebiomes: Cave Biomes 0.6.3 cavenabler: Cavenabler 1.0.0 cloth-basic-math: Cloth Basic Math 0.5.1 cloth-config2: Cloth Config v4 5.0.34 colytra: Colytra 2.0.0-1.17 com_focamacho_sealconfig: sealconfig 1.2.2 consistency_plus: Consistency Plus 0.3.3-build.261_UNMINIFIED croptopia: Croptopia 1.5.0 crusade: Crusade 1.2.4 dankstorage: Dank Storage 2.0a-1.17 dark-enchanting: Dark Enchanting 0.3.1-1.17 dawn: Dawn API 2.0.3 dazzle: Dazzle 2 1.0 decorative: Decorative 4.1.1 doomangelring: Doom Angel Ring 1.0.0 dragonloot: DragonLoot 1.0.8 emerald_tools: Emerald Tools 1.2.19 fabric: Fabric API 0.36.0+1.17 fabric-api-base: Fabric API Base 0.3.0+a02b4463d5 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.2.0+2b5c62d03d fabric-biome-api-v1: Fabric Biome API (v1) 3.1.11+c345aea83d fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+a02b44633d fabric-command-api-v1: Fabric Command API (v1) 1.1.1+a02b44633d fabric-commands-v0: Fabric Commands (v0) 0.2.2+92519afa3d fabric-containers-v0: Fabric Containers (v0) 0.1.12+a02b44633d fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.2+a02b44633d fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.5+be9da3103d fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.10+a02b44633d fabric-entity-events-v1: Fabric Entity Events (v1) 1.1.0+a02b44633d fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.9+a722d8c03d fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+92519afa3d fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+a02b44633d fabric-item-api-v1: Fabric Item API (v1) 1.2.4+a02b44633d fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab61213d fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+a02b44633d fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.2+36b77c3e3d fabric-language-kotlin: Fabric Language Kotlin 1.6.2+kotlin.1.5.20 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.4+a02b44633d fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.4+a02b44633d fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+92519afa3d fabric-models-v0: Fabric Models (v0) 0.3.0+a02b44633d fabric-networking-api-v1: Fabric Networking API (v1) 1.0.11+b7ab61213d fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.11+a02b44633d fabric-networking-v0: Fabric Networking (v0) 0.3.2+92519afad5 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.9+b7ab61213d fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.3+a02b44633d fabric-particles-v1: Fabric Particles (v1) 0.2.4+a02b44633d fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.10+e2961fee3d fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.3+676f40fa3d fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.8+a02b44633d fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.0+a02b44633d fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b44633d fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.13+a02b44633d fabric-rendering-v0: Fabric Rendering (v0) 1.1.2+92519afa3d fabric-rendering-v1: Fabric Rendering (v1) 1.6.0+a02b44633d fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.7+b7ab6121a0 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.4+155f865c3d fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.8+a02b44633d fabric-structure-api-v1: Fabric Structure API (v1) 1.1.11+e36969833d fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.4+a02b4463d5 fabric-textures-v0: Fabric Textures (v0) 1.0.6+a02b44633d fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab61213d fabricloader: Fabric Loader 0.11.6 fallflyinglib: FallFlyingLib 3.0.0-beta.2 fallingleaves: Falling Leaves 1.7.0+1.17 fallingtree: FallingTree 2.11.3 flytre_lib: FlytreLib 0.2.18 fruitful: Fruitful 1.0.0 givemehats: Give Me Hats! 1.6 goatwoolfabric: Goatwoolfabric 1.0-SNAPSHOT greater_eye: Greater Eye of Ender 1.2.6 inmis: Inmis 2.3.0-1.17-rc2 invisiblights: InvisibLights 7.1+1.17 jankson: Jankson 3.0.1+j1.2.0 java: OpenJDK 64-Bit Server VM 16 kibe: Kibe 1.7.2-BETA+1.17 kirin: Kirin UI 1.8.7-1.17 libblockattributes_core: LibBlockAttributes (Core) 0.8.17003 libblockattributes_fluids: LibBlockAttributes (Fluids) 0.8.17003 libblockattributes_items: LibBlockAttributes (Items) 0.8.17003 libcd: LibCapableData 3.0.3+1.16.3 libgui: LibGui 4.0.0+1.17 libninepatch: LibNinePatch 1.1.0 medievalweapons: Medieval Weapons 1.1.4 microconfig: Microconfig 2.0.1 midnightlib: MidnightLib 0.2.3 minecraft: Minecraft 1.17 modmenu: Mod Menu 2.0.0-beta.7 moenchant_lib: Mo'Enchantment Library 0.1.0 moenchantments: Mo'Enchantments 1.17.0 mooblooms: Mooblooms 1.5.0 more-structures-add-on-for-william-wythers-overhauled-overworld: More Structures add-on for William Wythers Overhauled Overworld 1.2 moreberries: More Berries 1.4.0 morevillagers-fabric: MoreVillagersFabric 2.0.2-SNAPSHOT mostructures: Mo' Structures 1.2.1-1.17 notenoughanimations: NotEnoughAnimations 1.3.0 omega-config: OmegaConfig 1.0.8 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.5.20 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.5.20 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.5.20 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.5.20 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.0 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.0 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.2.1 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.2.1 origins: Origins 1.0.2 origins-classes: Origins: Classes 1.2.1 overpoweredmending: OverpoweredMending 2.2.3 particle_emitter_biom4st3r: Particle Emitters LIB 0.1.0 particlerain: Particle Rain 1.3.1 playerabilitylib: Pal 1.3.0-nightly.1.17-rc1 presencefootsteps: Presence Footsteps r31-1.17-rc1 promenade: Promenade 2.1.2 pugh_tools: Pugh Tools ${version} reach-entity-attributes: Reach Entity Attributes 2.1.1 repurposed_structures: Repurposed Structures 2.1.0+1.17.1 respawnablepets: Respawnable Pets 1.17-1 ringsofascension: Rings of Ascension 1.0 rocks: This Rocks! 1.4.0 roughlyenoughitems: Roughly Enough Items 6.0.264-alpha rpgstats: RPGStats 4.1.5+1.17.1-rc1 rpgz: RPGZ 0.4.8 seasons: Fabric Seasons 1.2.2-BETA+1.17 secretrooms: Secret Rooms 1.0.0+1.17 slime_sling: SlimeSling 1.0.0 stoneholm: Stoneholm 1.3 sulfurpotassiummod: Sulfur & Potassium 1.1.1 taxfreelevels: Tax Free Levels 1.2 terraform-shapes-api-v1: Terraform Shapes API (v1) 1.0.4 timeinabottle: Time in a Bottle 1.4-mc1.17-fabric toms_storage: Tom's Simple Storage Mod 1.1.11 totemmod: Wither Totems Mod 0.3.2 transliterationlib: TRansliterationLib 1.1.0 transportables: Transportables 1.0.5 trinketofundying: Trinket of Undying 2.0.0-1.17 trinkets: Trinkets 3.0.0 universal_ores: Universal Ores 1.0 vanillaenhanced: VanillaEnhanced 1.6.2 vexc: Vein Excavator 1.0.0 william-wythers-overhauled-overworld: William Wythers Overhauled Overworld 1.4 witherite: Witherite 0.0.7 xaerominimap: Xaero's Minimap 21.12.5.1 yungsapi: YUNG's API 1.17-Fabric-11 Player Count: 1 / 8; [class_3222['Withersip'/309, l='ServerLevel[New World]', x=1.43, y=14.00, z=-1352.90]] Data Packs: vanilla, secretrooms:server_pack, Fabric Mods Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fabric'

apace100 commented 3 years ago

From the crash report, it doesn't look that it's another mod causing it. However, I wasn't able to reproduce this on my end. Could you see if you get the same problem with just Origins installed? Would greatly help. If you don't experience this bug anymore with just Origins, it would be appreciated if you could try to figure out which other mod of yours is causing the incompatibility.

Sy1yS commented 3 years ago

having the same problem, it even gets hung up on air blocks i have learned not to log out while phased, but if the game crashes...

---- Minecraft Crash Report ---- // Uh... Did I do that?

Time: 7/22/21, 1:03 PM Description: Colliding entity with block

java.lang.RuntimeException: Could not load tag: origins:unphasable at io.github.apace100.calio.util.IdentifiedTag.lambda$updateContainedTag$0(IdentifiedTag.java:23) at net.minecraft.class_5415.method_33166(class_5415.java:44) at io.github.apace100.calio.util.IdentifiedTag.updateContainedTag(IdentifiedTag.java:23) at io.github.apace100.calio.util.IdentifiedTag.method_15141(IdentifiedTag.java:34) at net.minecraft.class_4970$class_4971.method_26164(class_4970.java:983) at io.github.apace100.apoli.power.factory.condition.BlockConditions.lambda$register$8(BlockConditions.java:69) at io.github.apace100.apoli.power.factory.condition.ConditionFactory$Instance.isFulfilled(ConditionFactory.java:43) at io.github.apace100.apoli.power.factory.condition.ConditionFactory$Instance.test(ConditionFactory.java:34) at io.github.apace100.apoli.power.PhasingPower.doesApply(PhasingPower.java:31) at net.minecraft.class_4970$class_4971.handler$bcn000$preventCollisionWhenPhasing(class_4970.java:3159) at net.minecraft.class_4970$class_4971.method_26178(class_4970.java) at net.minecraft.class_1297.method_5852(class_1297.java:1035) at net.minecraft.class_1297.method_36974(class_1297.java:739) at net.minecraft.class_1297.method_5784(class_1297.java:712) at net.minecraft.class_1309.method_6091(class_1309.java:2163) at net.minecraft.class_1657.method_6091(class_1657.java:1595) at net.minecraft.class_1309.method_6007(class_1309.java:2636) at net.minecraft.class_1657.method_6007(class_1657.java:559) at net.minecraft.class_1309.method_5773(class_1309.java:2342) at net.minecraft.class_1657.method_5773(class_1657.java:274) at net.minecraft.class_3222.method_14226(class_3222.java:469) at net.minecraft.class_3244.method_18784(class_3244.java:213) at net.minecraft.class_2535.method_10754(class_2535.java:238) at net.minecraft.class_3242.method_14357(class_3242.java:183) at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:904) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:833) at net.minecraft.class_1132.method_3748(class_1132.java:96) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:692) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:274) 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 io.github.apace100.calio.util.IdentifiedTag.lambda$updateContainedTag$0(IdentifiedTag.java:23) at net.minecraft.class_5415.method_33166(class_5415.java:44) at io.github.apace100.calio.util.IdentifiedTag.updateContainedTag(IdentifiedTag.java:23) at io.github.apace100.calio.util.IdentifiedTag.method_15141(IdentifiedTag.java:34) at net.minecraft.class_4970$class_4971.method_26164(class_4970.java:983) at io.github.apace100.apoli.power.factory.condition.BlockConditions.lambda$register$8(BlockConditions.java:69) at io.github.apace100.apoli.power.factory.condition.ConditionFactory$Instance.isFulfilled(ConditionFactory.java:43) at io.github.apace100.apoli.power.factory.condition.ConditionFactory$Instance.test(ConditionFactory.java:34)

-- Patchouli Book Info -- Details: Patchouli open book context: n/a Stacktrace: at net.minecraft.class_128.handler$cjm000$fillPatchouliContext(class_128.java:521) at net.minecraft.class_128.(class_128.java:36) at net.minecraft.class_128.method_560(class_128.java:266) at net.minecraft.class_1297.method_5852(class_1297.java:1038) at net.minecraft.class_1297.method_36974(class_1297.java:739) at net.minecraft.class_1297.method_5784(class_1297.java:712) at net.minecraft.class_1309.method_6091(class_1309.java:2163) at net.minecraft.class_1657.method_6091(class_1657.java:1595) at net.minecraft.class_1309.method_6007(class_1309.java:2636) at net.minecraft.class_1657.method_6007(class_1657.java:559) at net.minecraft.class_1309.method_5773(class_1309.java:2342) at net.minecraft.class_1657.method_5773(class_1657.java:274) at net.minecraft.class_3222.method_14226(class_3222.java:469) at net.minecraft.class_3244.method_18784(class_3244.java:213) at net.minecraft.class_2535.method_10754(class_2535.java:238) at net.minecraft.class_3242.method_14357(class_3242.java:183) at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:904) at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:833) at net.minecraft.class_1132.method_3748(class_1132.java:96) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:692) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:274) at java.base/java.lang.Thread.run(Thread.java:831)

-- Block being collided with -- Details: Block: Block{minecraft:air} Block location: World: (97,100,99), Section: (at 1,4,3 in 6,6,6; chunk contains blocks 96,0,96 to 111,383,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,383,511)

-- Entity being checked for collision -- Details: Entity Type: minecraft:player (net.minecraft.class_3222) Entity ID: 25 Entity Name: Sy1yS Entity's Exact location: 97.47, 100.53, 100.07 Entity's Block location: World: (97,100,100), Section: (at 1,4,4 in 6,6,6; chunk contains blocks 96,0,96 to 111,383,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,383,511) Entity's Momentum: -0.83, 0.18, 0.02 Entity's Passengers: [] Entity's Vehicle: null

-- Player being ticked -- Details: Entity Type: minecraft:player (net.minecraft.class_3222) Entity ID: 25 Entity Name: Sy1yS Entity's Exact location: 97.47, 100.53, 100.07 Entity's Block location: World: (97,100,100), Section: (at 1,4,4 in 6,6,6; chunk contains blocks 96,0,96 to 111,383,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,383,511) Entity's Momentum: -0.83, 0.18, 0.02 Entity's Passengers: [] Entity's Vehicle: null

-- System Details -- Details: Minecraft Version: 1.17 Minecraft Version ID: 1.17 Operating System: Windows 10 (amd64) version 10.0 Java Version: 16.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 3276505016 bytes (3124 MiB) / 6450839552 bytes (6152 MiB) up to 12582912000 bytes (12000 MiB) CPUs: 12 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i7-8086K CPU @ 4.00GHz Identifier: Intel64 Family 6 Model 158 Stepping 10 Microarchitecture: Coffee Lake Frequency (GHz): 4.01 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: NVIDIA GeForce GTX 1070 Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x1b81 Graphics card #0 versionInfo: DriverVersion=30.0.14.7111 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.67 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 2.67 Memory slot #1 type: DDR4 Virtual memory max (MB): 33078.29 Virtual memory used (MB): 29505.63 Swap memory total (MB): 16761.73 Swap memory used (MB): 3726.86 JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12000m -Xms256m -XX:PermSize=256m Fabric Mods: advanced_runtime_resource_pack: Runtime Resource Pack 0.2.9 allstackable: All Stackable 1.4.1-1.17 amecsapi: Amecs API 1.1.5+mc21w16a apoli: Apoli 1.0.4 appleskin: AppleSkin mc1.17-2.1.0 architectury: Architectury 2.2.21 artifality: Artifality 0.3.3 autoconfig1u: Auto Config v1 Updated 3.3.1 automated_crafting: Automated Crafting 1.3.24+MC1.17-1.17.1 autoswitch: AutoSwitch 3.3.1 autoswitch-api: AutoSwitch API 1.0.0 axolotlitemfix: Axolotl Item Fix 1.1.1 backslot: BackSlot 1.1.13 backslotaddon: BackSlot Addon 1.0.4 bclib: BCLib 0.2.4 betterend: Better End 0.10.5-pre betternether: Better Nether 5.1.3 betterstrongholds: YUNG's Better Strongholds 1.17-1.1 biome_locator: Biome Locator 1.1.2 bitsandchisels: BitsAndChisels 2.5.0 blue_endless_jankson: jankson 1.2.1 bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.2.2-1.17 builtinservers: Builtin Servers 1.0.1-BETA+1.17 caelus: Caelus API 0.0.17-1.17 calio: Calio 1.0.2 candycorn: Candy Corn 1.0.1-fabric-1.17 cardinal-components: Cardinal Components API 3.0.1 cardinal-components-base: Cardinal Components API (base) 3.0.1 cardinal-components-block: Cardinal Components API (blocks) 3.0.1 cardinal-components-chunk: Cardinal Components API (chunks) 3.0.1 cardinal-components-entity: Cardinal Components API (entities) 3.0.1 cardinal-components-item: Cardinal Components API (items) 3.0.1 cardinal-components-level: Cardinal Components API (world saves) 3.0.1 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 3.0.1 cardinal-components-util: Cardinal Components API (utilities) 3.0.1 cardinal-components-world: Cardinal Components API (worlds) 3.0.1 carrier: Carrier 1.8.0 ccgen: Caves & Cliffs Part Two Mod 2.0.3 cleancut: CleanCut 1.17-4.0-fabric 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 v4 5.0.34 cloth-datagen-api-v1: Cloth Datagen v1 2.0.54 cloth-scissors-api-v1: Cloth Scissors API v1 2.0.54 cloth-utils-v1: Cloth Utils v1 2.0.54 clumps: Clumps fabric-1.17.1-7.0.4 colytra: Colytra 2.0.0-1.17 com_focamacho_sealconfig: sealconfig 1.2.2 com_moandjiezana_toml_toml4j: toml4j 0.7.2 comforts: Comforts 0.0.4-1.17 command-block-ide: Command Block IDE 0.2.0 conjuring: Conjuring 1.0.5 craftable_enchanted_golden_apple: Craftable Enchanted Golden Apple 1.0.1 croptopia: Croptopia 1.5.0 crowdin-translate: CrowdinTranslate 1.3+1.17 customportalapi: Custom Portals 0.0.1-beta33-1.17 dankstorage: Dank Storage 2.0a-1.17 dark-enchanting: Dark Enchanting 0.3.1-1.17 darkpaintings: Dark Paintings 3.0.6 disable_custom_worlds_advice: Disable Custom Worlds Advice 1.3 doublejump: Double Jump Mod 1.0.1+mc1.17 dynamicfps: Dynamic FPS 2.0.4 earthtojavamobs: Earth2Java 1.7.1+1.17 elytratrinket: Elytra Trinket 2.0.1-1.17 enchant_giver: Enchant Giver 1.1.0 enchantmentdescriptions: Enchantment Descriptions 3.0.12 expanded_armor_enchanting: Expanded Armor Enchanting 1.0.1 expanded_axe_enchanting: Expanded Axe Enchanting 1.0.2 expanded_trident_enchanting: Expanded Trident Enchanting 1.0.2 expanded_weapon_enchanting: Expanded Weapon Enchanting 1.0.1 expandedstorage: Expanded Storage 7.0.0-alpha.33 extrakeybinds: ThatRobin's Extra Origins Keybinds 1.17-0.1.2 extraorigins: Extra Origins 1.17-6 fabric: Fabric API 0.36.0+1.17 fabric-api-base: Fabric API Base 0.3.0+a02b446313 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.2.0+84310a227d fabric-biome-api-v1: Fabric Biome API (v1) 3.1.11+c345aea83d fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+a02b44633d fabric-command-api-v1: Fabric Command API (v1) 1.1.1+a02b44633d fabric-commands-v0: Fabric Commands (v0) 0.2.2+92519afa3d fabric-containers-v0: Fabric Containers (v0) 0.1.12+a02b44633d fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.2+a02b44633d fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.5+be9da3103d fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.10+a02b44633d fabric-entity-events-v1: Fabric Entity Events (v1) 1.1.0+a02b44633d fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.9+a722d8c03d fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+92519afa3d fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+a02b44633d fabric-item-api-v1: Fabric Item API (v1) 1.2.4+a02b44633d fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab61213d fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+a02b44633d fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.2+36b77c3e3d fabric-language-kotlin: Fabric Language Kotlin 1.6.3+kotlin.1.5.21 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.4+a02b4463d5 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.4+a02b44633d fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+92519afa3d fabric-models-v0: Fabric Models (v0) 0.3.0+a02b44633d fabric-networking-api-v1: Fabric Networking API (v1) 1.0.11+b7ab6121d5 fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.11+a02b44633d fabric-networking-v0: Fabric Networking (v0) 0.3.2+92519afa13 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.9+b7ab61213d fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.3+a02b44633d fabric-particles-v1: Fabric Particles (v1) 0.2.4+a02b44633d fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.10+e2961fee3d fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.3+676f40fa3d fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.8+a02b44633d fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.0+a02b44633d fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b44633d fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.13+a02b44633d fabric-rendering-v0: Fabric Rendering (v0) 1.1.2+92519afa3d fabric-rendering-v1: Fabric Rendering (v1) 1.6.0+a02b44633d fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.7+b7ab6121d5 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.4+198a96213d fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.8+a02b44633d fabric-structure-api-v1: Fabric Structure API (v1) 1.1.11+e36969833d fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.4+a02b4463d5 fabric-textures-v0: Fabric Textures (v0) 1.0.6+a02b44633d fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab61213d fabricloader: Fabric Loader 0.11.6 fake-player-api: Fake Player API 0.2.0 fallflyinglib: FallFlyingLib 3.0.0-beta.2 fallingleaves: Falling Leaves 1.7.2+1.17 fallingtree: FallingTree 2.12.1 fancymenu: FancyMenu 2.2.0 fasttransferlib: Fast Transfer Lib 0.4.2 fiber: fiber 0.23.0-2 flytre_lib: FlytreLib 0.2.18 forbic-fabric: Forbic 1.0.0+0 geckolib3: Geckolib 3.0.8 genesis: Genesis 0.6.1 giant_ai: Giant AI 1.0.4 guardiansgalore: GuardiansGalore 1.1 headindex: Head Index 1.0.1 hololiveorigins: Hololive Origins 0.04beta hookshot: Hookshot 16.0 identity: Identity 1.14.2-beta-1.17 imm_ptl_core: Immersive Portals Core 0.10 immersive_portals: Immersive Portals 0.10 indrev: Industrial Revolution 1.10.0-alpha.7 inventorio: Inventorio 1.6.1 inventoryhud: Inventory HUD + 3.3.2 inventoryprofilesnext: Inventory Profiles Next 0.8.3 ironchests: Iron Chests for Fabric 1.0.3 itemflexer: ItemFlexer 1.1.3 jankson: Jankson 3.0.1+j1.2.0 java: OpenJDK 64-Bit Server VM 16 jumpoverfences: JumpOverFences 1.16-0.0.3 konkrete: Konkrete 1.2.2 kyrptconfig: Kytpt Config 1.1.10-1.17 lchunkloader: Literally Chunk Loader 2.0.3 libblockattributes_core: LibBlockAttributes (Core) 0.9.0 libblockattributes_fluids: LibBlockAttributes (Fluids) 0.9.0 libblockattributes_items: LibBlockAttributes (Items) 0.9.0 libgui: LibGui 4.1.0+1.17 libninepatch: LibNinePatch 1.1.0 libzoomer: LibZoomer 0.2.1+1.17 linkedstorage: Linked Storage 1.3.11-1.17 lithium: Lithium 0.7.3 maelstrom_library: Maelstrom Library 1.2.1-1.17 magna: Magna 0.3.0-1.17-pre4 mcda: MC Dungeons Armors 1.7.5 mcdar: MC Dungeons Artifacts 1.4.0 mcdw: MC Dungeons Weapons 3.2.4 microconfig: Microconfig 1.0.3 minecraft: Minecraft 1.17 mm: Manningham Mills 2.2 mob_catcher: Mob Catcher 1.0.6 modmenu: Mod Menu 2.0.2 mosswand: Moss Wand 1.2.0-1.17 mostructures: Mo' Structures 1.2.1-1.17 multipart_entities: MultipartEntities 1.1.2-1.17 okzoomer: Ok Zoomer 5.0.0-beta.2+1.17 omega-config: OmegaConfig 1.0.8 org_aeonbits_owner_owner: owner 1.0.12 org_aperlambda_lambdajcommon: lambdajcommon 1.8.1 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.5.21 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.5.21 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.5.21 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.5.21 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 origins: Origins 1.0.3 origins-classes: Origins: Classes 1.2.2 outvoted: Outvoted 2.0.0-alpha.8 owo: OwO 0.1.1 packet_tweaker: Packet Tweaker 0.2.0-1.17-pre1 patchouli: Patchouli 1.17-55-FABRIC-SNAPSHOT pehkui: Pehkui 2.2.1+1.14.4-1.17 playerabilitylib: Pal 1.3.0 q_misc_util: A Miscellaneous Utility Library from qouteall 0.10 quickshulker: Quick Shulker 1.1.17-1.17 reach-entity-attributes: Reach Entity Attributes 2.1.1 repurposed_structures: Repurposed Structures 2.1.2+1.17.1 ring_of_enderchest: Ring of Enderchest 1.1.7 ringsofascension: Rings of Ascension 1.0 roughlyenoughitems: Roughly Enough Items 6.0.264-alpha seedy-behavior: Seedy Behavior 1.0.1 server_translations_api: Server Translations API 1.4.3+1.17 sgui: SGui 1.0.0-rc1-1.17 shulkerboxtooltip: Shulker Box Tooltip 3.0.0+1.17 shulkerutils: shulkerutils 1.0.1-1.17 silkspawners: SilkSpawners 1.0.2 slotlink: slotlink 3.0.3 smootherbedrock: Smoother Bedrock 1.0.1 somnus: Somnus API 0.0.12-1.17 spruceui: SpruceUI 3.2.0+1.17 stacc: Stacc 1.0.1 step-height-entity-attribute: Step Height Entity Attribute 1.0.0 team_reborn_energy: Energy 0.1.1 the_aether: The Aether 1.17.1-1.5.0 things: Things 0.2.1 torohealth: ToroHealth Damage Indicators 1.17-fabric-7 trident_return: TridentReturn ${version} trinketofundying: Trinket of Undying 2.0.0-1.17 trinkets: Trinkets 3.0.0 trinketshulkerboxes: Trinket Shulker Boxes 2.0.0-1.17 upgradedechests: Upgraded Ender Chests 1.0.2-1.17 upgradedshulkers: Upgraded Shulkers 1.0.1-1.17 voxelmap: VoxelMap 1.10.15 waystones: Waystones 8.0.0+0 winged: Winged Mod 1.17-3.0.0-beta.2 worldedit: WorldEdit 7.2.6-beta-01+1415e6f wthit: wthit 3.7.0 xlpackets: XLPackets 1.1 xp_storage: XP Storage 1.4+1.17.1 yungsapi: YUNG's API 1.17-Fabric-13 Player Count: 1 / 8; [class_3222['Sy1yS'/25, l='ServerWorld the_aether:the_aether PR05', x=97.47, y=100.53, z=100.07]] Data Packs: vanilla (incompatible), Fabric Mods, file/ichphilipp-s-endcity-vanilla-v1-1-1-16-2.zip (incompatible) Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fabric'

ghost commented 3 years ago

Sorry I opend a new Issue with the same Problem. Issue was reproducable with only origins installed and was caused while being in air blocks and phazed into a Stone wall. Error of both:

  1. while in Stonewall game crashed whilst ticking player Error: java.lang.RuntimeException: Could not load tag: origins:unphasable Exit Code: -1

  2. while in air while standing on a block game crashed Colliding entity with block Error: java.lang.RuntimeException: Could not load tag: origins:unphasable Exit Code: -1

After testing a bit both issues got solved when spamming g in loading screen and being lucky to unfaze before crash.