Duy Tran
Duy Tran
What game are you trying to run?
Of course you can by modifying source code. If you just want more buttons for AWT, you can take a look in [-[JavaGuiViewController loadCustomControls]](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/blob/main/Natives/JavaGUIViewController.m#L199-L234) The problem is we wrote Pojav...
Check `/usr/libexec/java_home -v 1.8`
The path doesn’t look like a valid one, should be `/Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home`.
This Makefile expects output from `java_home` command, not from environment variable. Make sure you placed Zulu jdk correctly into `/Library/Java/JavaVirtualMachines/` then `java_home` will recognize it.
Please let us know the Minecraft version, as it’s working for me in 1.19.2. Make sure touchscreen mode is turned off(?)
Never seen such error before, but anyway, [Error 8015D003 occurs when you try to sign in to Xbox Live](https://support.xbox.com/en-US/help/errors/xbox-360/error-code-8015d003) should be relevant. (2148916227 = 0x8015D003)
The default maximum concurrent downloads [is 6](https://developer.apple.com/documentation/foundation/nsurlsessionconfiguration/1407597-httpmaximumconnectionsperhost). I’ll look into timeout issue though.
Crashed for me, here’s what I got: ``` Process: SpringBoard Bundle id: com.apple.springboard Device: iPhone 6s Plus, iOS 14.3 Bundle version: 1.0 Exception type: NSInternalInconsistencyException Reason: you can't call this...
Not, I used original code from Boardwalk with some `jarjar` to make everything back to `java.awt`. So native library `liblwjgl.so` will be the same as Boardwalk (only some hex modify...