Rachel Powers

Results 125 comments of Rachel Powers

> Hello, I built using cmake in Visual Studio, but unfortunately, it did not compile properly. The following error appears to be missing cx11_ Override.cc file: CMakeLists. txt: 130 (try_compile):...

I was also able to overcome issue this with signals by forcing the update on a signal subscription https://codepen.io/Ryex-the-bashful/pen/wvLpOVa

As a deeper issue I just discovered that fabric packs have likely been failing to launch on windows forever because of this. ``` Exception caught from launcher java.lang.NoClassDefFoundError: org/spongepowered/asm/launch/MixinBootstrap at...

```patch diff --git a/launcher/minecraft/Library.cpp b/launcher/minecraft/Library.cpp index 2c3f2035f..6c6ec78c7 100644 --- a/launcher/minecraft/Library.cpp +++ b/launcher/minecraft/Library.cpp @@ -51,6 +51,9 @@ void Library::getApplicableFiles(const RuntimeContext& runtimeContext, { bool local = isLocal(); auto actualPath = [&](QString relPath)...

Hey, just looked into things looks like on macos ibm semeru would be installed to `/Library/Java/JavaVirtualMachines/ibm-semeru-open-./` with the official installer and similar with homebrew. `/Library/Java/JavaVirtualMachines/` is already checked so no...

wait. that's all you needed to do to ensure support? you tested the reflinks? (as much as I understood what I was doing when I wrote the reflink support I...

> I'll attempt to test it on an Archlinux VM. It should work on any filesystem that supports `cp --reflink`, unless subvolume support were needed. yeah, I dropped to a...

you might also want to disable it for some modrint/cf api calls (like `https://api.modrinth.com/v2/version_file/` called while searching for blocked mods on CF to see if they can be obtained from...

can you give an example of a portable MacOS app? because packaging and executables work completely differently on MacOs

> Pretty sure macOS apps are self contained by default pretty much, if the goal is just to change the data location you can always configure the path for instances...