Sergey Alirzaev
Sergey Alirzaev

/confirmed
/confirmed NPCs indeed continue already existing disassemblies by crafting them into the part itself, as of 52d2b5f44bf9ee4b61e0d7a6284d8ba1238b7076
/confirmed on 6dc777e2cd64204d94d4fb19557a6ff1b47694bb backtrace of the assertion failure: ``` #0 0x00007fea7bac42dc in __pthread_kill_implementation () from /lib64/libc.so.6 #1 0x00007fea7ba74346 in raise () from /lib64/libc.so.6 #2 0x00007fea7ba5c8f7 in abort () from /lib64/libc.so.6...
> Couldn't help but notice this is similar to #76295 with Imgui and the assertion failure. Not saying its a duplicate, because the canine skull is not in my issue....
Band-aid solution that just triggers a fault when it's too cold: ``` diff --git a/motor/mc_interface.c b/motor/mc_interface.c index a2e3519d..f4a2be56 100644 --- a/motor/mc_interface.c +++ b/motor/mc_interface.c @@ -2330,6 +2330,9 @@ static void update_override_limits(volatile...
Admin socket failed to listen: listen unix /var/run/yggdrasil.sock: bind: permission denied
Same on 3.6.3 and 6.10.1.
I'm using the release tarball from github. The error is specifically from building `src/zxcvbn-c`.