haubna
haubna
Caused by cyrillic letters in the username ``` Caused by: java.lang.UnsatisfiedLinkError: C:\Users\?????? ?????\AppData\Local\Temp\de.fabmax.physx-jni\0.4.13\PhysX_64.dll: Can't find dependent libraries -- | at java.base/jdk.internal.loader.NativeLibraries.load(Native Method) | at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:383) | at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:227) | at...
**Describe the bug** A user reported a crash in combination with the physics mod to me. The crash log indicates that the addParticle function of ClientLevel is getting called from...
A user reported a crash on Linux. I am not that familiar with it but it seems like his distribution of Linux is missing something that others have. `Operating System:...
Is there a specific reason why the float based org.joml.Math.atan2 function is not using Options.FASTMATH fastAtan2?
### Bug Description Sodiums custom block models cause a compatibility bug with physics mod. Physics mod uses the "from" and "to" coordinates of the block model format for fractures (which...
I tried a mixin for another mod class right here: https://github.com/Traben-0/Entity_Model_Features/blob/e60428246183980aff5428bc53472f76797c21da/src/main/java/traben/entity_model_features/models/parts/EMFModelPart.java#L500 Like this: ```Java @Mixin(EMFModelPart.class) public class MixinEMFModelPart extends ModelPart { public MixinEMFModelPart(List list, Map map) { super(list, map); }...