Joshua Scarsbrook

Results 12 comments of Joshua Scarsbrook

I noticed doing some debugging that the error message is from a generic exception handler. It doesn't indicate what's happening behind the scenes except that the game crashed.

Based on where it crashes I think it's a null pointer dereference relating to XAL(https://docs.microsoft.com/en-us/gaming/xbox-live/features/identity/auth/auth-mobile-xal/live-xal-overview). Looking at the debug strings being output and comparing it to https://bugs.mojang.com/browse/MCL-14270?attachmentOrder=asc which seems to...

Out of curiosity have people here downloaded the game or is this issues with the launcher? If it is issues with the launcher then it could be trying to use...

This merge breaks the build on M1 Mac. macOS Version 12.6 ``` In file included from /Users/joshua/dev/org/serenity/AK/StringFloatingPointConversions.cpp:9: /Users/joshua/dev/org/serenity/Meta/Lagom/../../AK/FloatingPoint.h:21:1: error: floating constant exceeds range of 'long double' [-Werror=overflow] 21 | static_assert(__LDBL_MAX__...

I had the same issue and fixed it by updating meson with `brew upgrade meson`. I now have meson 1.3.0 which works.

Running this snippet on Google Colab returns `mount: mounting proc on /proc failed: Permission denied` whereas running it on a normal Linux system works as expected. ```sh rm -rf /tmp/hello...

They're blocking user namespaces from being able to mount procfs as I found out above. > Running this snippet on Google Colab returns `mount: mounting proc on /proc failed: Permission...

> > same commands on a fresh build of Linux 6.10.0 and the latest master of the Linux kernel and both experience the same issue > > > > I...

What docker desktop version are you using and what kernel version (uname -a).

Ah. My mistake. The `ssh` directory is the original fuse mount. The bind mount in `sshro` exhibits the issue. ``` root@8e5631109ea2:~# ssh/busybox BusyBox v1.35.0 (2022-01-17 19:57:02 CET) multi-call binary. ```...