Katherine

Results 38 comments of Katherine

@L10N37 Don't run it in WINE. Compile it for Linux with `mono`, `xbuild`, and LibUsbDotNet as described above. Compiling for macOS is beyond the scope of my knowledge, though it...

The `EditableSigns` setting isn't respected either. I'm guessing the client config isn't respected at all when playing on servers - which makes some sense, since some settings change the game...

Surrounding the IPv6 address with brackets should work, no? A la: ``` [2001:0DB8:AC10:FE01:0000:0000:0000:0000]:25565 ``` (in the "Server Address" field) > But I try it in Windows 10, it works. Java...

Still happening on release `#50.1`, tested with [Inmis'](https://www.curseforge.com/minecraft/mc-mods/inmis) backpacks. ``` [06:31:36] [Netty Epoll Server IO #6/ERROR]: Encountered exception while handling in channel with name "inmis:open_backpack" java.lang.IllegalStateException: InventoryOpenEvent may only be...

I suspect this having to do with PojavLauncher running all installer JARs with Java 8, but the Quilt installer ran fine with Adoptium's OpenJDK 1.8.0_312 on my x86_64 machine (in...

@NotAHero04 You can't use Termux on Android 10+ due to PojavLauncher's files now being stored in `/sdcard/Android/data`, a directory inaccessible by Termux. (Although you could use e.g. Zarchiver to move...

So, my [very bad fork](https://github.com/unilock/PojavLauncher) that attempted to make the JAR installer use Java 17 instead of Java 8 didn't quite work. I got a "Selected runtime is broken!" error....

@artdeell Holding down "INSTALL .JAR" brings me to a "Choose a mod installer (.jar)" prompt. If I enter: ``` -jar /storage/emulated/0/Android/data/net.kdt.pojavlauncher.debug/files/quilt-installer-0.4.2.jar ``` PojavLauncher shows the controls for a second, then...

When entering the *correct* path in the "Choose a mod installer" prompt - that is, `/storage/emulated/0/Android/data/**net.kdt.pojavlaunch.debug**/files/quilt-installer-0.4.2.jar` - the Quilt installer does actually load, but I run into the same issue...

@NotAHero04 It won't let me access the "Choose a mod installer" prompt without Java 8 installed. Running the Quilt installer with (Java 8 and) `--nogui` **does work,** but it's not...