BedrockConnect icon indicating copy to clipboard operation
BedrockConnect copied to clipboard

Hello! I'm Japanese.

Open koaf opened this issue 3 years ago • 9 comments

I am Japanese, and I used Bedrockconnect. My friend also used it, but I don't understand English, so I did my best to translate it for him. Can I publish this DNS?

koaf avatar Feb 06 '22 14:02 koaf

Depending on your Operation System, you can follow the wiki or the yt video. you probably saw before opening the issue.

CrafterPika avatar Feb 06 '22 19:02 CrafterPika

Hello! If by publish DNS you mean adding it to the list of public instances in the README, yes this can be done if you want to reply with the IP of the DNS.

Pugmatt avatar Feb 06 '22 19:02 Pugmatt

We have a new problem. I used install-bind.sh, but it didn't work. What should I do?

koaf avatar Feb 07 '22 07:02 koaf

I used install-bind.sh, but it didn't work. What should I do?

what is your linux distro, can you show a picture of the error

CrafterPika avatar Feb 07 '22 12:02 CrafterPika

The OS is Ubuntu. It looks like this, though I used Install.sh https://media.discordapp.net/attachments/924619659846774796/940510326456217640/IMG_0506.jpg?width=565&height=754

koaf avatar Feb 08 '22 07:02 koaf

from the translated error, it seems like you entered the wrong dns info, ensure your primary is your bedrock instance ip, anf the secondary is something like 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google)

CrafterPika avatar Feb 08 '22 12:02 CrafterPika

Sorry, another error. I got this log when I started it. java.util.concurrent.CompletionException: io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: アドレスは既に使用中です at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$BiRelay.tryFire(CompletableFuture.java:1498) at java.base/java.util.concurrent.CompletableFuture$CoCompletion.tryFire(CompletableFuture.java:1219) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at com.nukkitx.network.util.Bootstraps.lambda$allOf$0(Bootstraps.java:111) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:578) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:552) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:491) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:616) at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:609) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:117) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetFailure(AbstractChannel.java:1017) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:564) at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:506) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:491) at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260) at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:356) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:387) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: アドレスは既に使用中です

koaf avatar Feb 08 '22 12:02 koaf

The error implies there is another software/process running on your machine using the same port, 19132. Keep in mind if you're also running a Minecraft game server on the same machine, you'll need to change the port of the Minecraft game server. (DON'T change the port of BedrockConnect, as it needs to be on port 19132 to work correctly.)

Pugmatt avatar Feb 09 '22 05:02 Pugmatt

OK.

koaf avatar Feb 09 '22 06:02 koaf