1.17 Crash When Firing Guns
lartts opened this issue ยท 4 comments
Both of these errors should be fixed. The 1.17 error was a PSWG error related to Immersive Portals, and the second was a Create bug that has been reported to the Create authors.
Reading through the crash log it doesn't seem to be a rendering issue. @kb-1000 is IP hooking entity operations? The offending line is
hit.entity().damage(getSlugDamageSource(player), damage);
in BlasterUtil, which is only executed serverside.