bdew
bdew
Example crash reported in bdew/pressure#37 What i think is happening is that the save in question was made with some different set of materials, and after loading some of the...
[11:12:50] [Server thread/INFO]: [com.rwtema.funkylocomotion.movepermissions.MoveCheckReflector:_canMoveClass:60]: java.lang.NoClassDefFoundError: mcjty/theoneprobe/api/ProbeMode [11:12:50] [Server thread/INFO]: [com.rwtema.funkylocomotion.movepermissions.MoveCheckReflector:_canMoveClass:60]: at java.lang.Class.getDeclaredMethods0(Native Method) [11:12:50] [Server thread/INFO]: [com.rwtema.funkylocomotion.movepermissions.MoveCheckReflector:_canMoveClass:60]: at java.lang.Class.privateGetDeclaredMethods(Class.java:2693) [11:12:50] [Server thread/INFO]: [com.rwtema.funkylocomotion.movepermissions.MoveCheckReflector:_canMoveClass:60]: at java.lang.Class.privateGetMethodRecursive(Class.java:3040) [11:12:50] [Server thread/INFO]: [com.rwtema.funkylocomotion.movepermissions.MoveCheckReflector:_canMoveClass:60]: at...
This fixes #622 (i2cdetect getting stuck) It looks like you need to actually read after requesting data, otherwise something breaks in the i2c implementation and the next operation will just...
I'm building a package with makeRustPlatform and buildRustPackage If i do this with `fenix.packages.${system}.stable` - the built package ends up with a dependency on rust-stable (which is like 2gb+) Doing...