Results 39 comments of eval Nya

this script is currently working for temporary use: https://greasyfork.org/en/scripts/483444-bing-%E8%B7%B3%E8%BD%AC%E9%93%BE%E6%8E%A5%E7%9B%B4%E8%BE%BE/code

> > We are open on a PR for this issue > > Hello, I found that some old versions of Pojavlauncher can use IPv6. I think Pojavlauncher can do...

> > > > We are open on a PR for this issue > > > > > > > > > Hello, I found that some old versions of...

I've managed to reproduce the exception by using `java.nio.channels.SocketChannel`. Code here: ```java import java.net.InetSocketAddress; import java.nio.channels.SocketChannel; public class IPv6SocketChannelExample { public static void main(String[] args) { String host = "[::1]";...

> I can't understand your meaning. Do you mean I should run the jar file on Pojavlauncher? Nope i just provide a case to reproduce the issue 🥲

> @nexplorer-3e For reference, can you give us the stacktraces as well ? ```java [00:04:26] [Server Pinger #1/WARN]: Failed to find a usable hardware address from the network interfaces; using...

there are two ways to produce `UnsupportedAddressTypeException` in `Net.checkAddress` on jdk17: ```java public static InetSocketAddress checkAddress(SocketAddress sa) { if (sa == null) throw new NullPointerException(); if (!(sa instanceof InetSocketAddress)) throw...

As the newly confirmed bug which related to backward compatiblity is still about ipv6 connection, I decide to attach the new bug here instead of open a new issue. **Describe...

> @nexplorer-3e thank you for providing this much information. While providing a way to resolve AAAA records for android < 10 could be doable without relying on android itself, I'm...

new pr here: https://github.com/termux-user-repository/tur/pull/1112