CoolCat467

Results 121 comments of CoolCat467

I would agree that `lowlevel` would be a good home for `in_trio_context`

If it's a java exception it might be an issue with the mod itself. Any steps to reproduce issue? Speculation, but maybe OpenComputers is missing permissions or has an issue...

@cadergator10 This script will save app installation data as json file (using my new library): https://github.com/CoolCat467/MineOS-Market-Client/blob/main/examples/export_app_install_json.py

This is currently a blocker for https://github.com/python-trio/trio/pull/2958

Might be related to #529

I have also seen this on my system using `java -jar ATLauncher.jar`, and my current workaround is to always launch ATLauncher manually from the terminal and if it ever hangs...

@Redo11 One of those hacks is a script I made [here](https://github.com/CoolCat467/fix-lwjgl), which makes Minecraft use the proper arm build of LWJGL instead of one for x86 processors.

## Breakdown of problem So basically, Minecraft Java Edition (just Minecraft from here on out) uses a library called Light Weight Java Game Library (LWJGL) for most of the low...

I have not tested earlier versions of LWJGL 2, the oldest version I know for certain this works with is Minecraft 1.8.9. "Prior to release 1.6, Minecraft used LWJGL 2.4.2",...

For LWJGL 3, the earliest release to support ARM for Linux was version `3.2.3`, earliest release to support ARM for MacOS was `3.3.0`, and the earliest release to support ARM...