Bawnorton / Configurable

Compile/Runtime config library that allows decentralised settings in a mod
4 stars 0 forks source link

[Edited] #6

Closed shotadft closed 4 days ago

shotadft commented 5 days ago

I would like you to release a mojmap-compatible version for the latest version, because some problems are occurring with yarn.

Bawnorton commented 5 days ago

Wdym problems? Please provide a log. For devs there are mojmap compatible artifacts on the maven but for players it shouldn't matter.

shotadft commented 4 days ago

If you enter a spigot server using the yarn version of the mod, you will be forced to disconnect from the other party. However, this does not happen with mojmap. Since this is running on Ubuntu, the error statement will be slightly different on other operating systems, but the result will be the same. Here is the error message. io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: connection reset

Bawnorton commented 4 days ago

That error doesn't tell me anything other than "you disconnected". Please send the client and server latest.log, users should not be affected by the mappings, if they are that's something that needs to be fixed

shotadft commented 4 days ago

Here is the log

---- Minecraft Network Protocol Error Report ----
// Abort, Retry, Ignore?

Time: 2024-10-22 00:11:26
Description: Packet handling error

io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: 接続が相手からリセットされました

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Netty Epoll Server Play IO #2
Stacktrace:
    at knot//net.minecraft.class_2547.method_55622(class_2547.java:33)
Mixins in Stacktrace: None found

-- Connection --
Details:
    Protocol: play
    Flow: CLIENTBOUND
    Server type: OTHER
    Server brand: Paper
Stacktrace:
    at knot//net.minecraft.class_2547.method_55622(class_2547.java:33)
    at knot//net.minecraft.class_2600.method_59803(class_2600.java:62)
    at knot//net.minecraft.class_8673.method_60882(class_8673.java:136)
    at knot//net.minecraft.class_8673.method_60881(class_8673.java:127)
    at knot//net.minecraft.class_2535.exceptionCaught(class_2535.java:161)
    at knot//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346)
    at knot//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325)
    at knot//io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317)
    at knot//io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1377)
    at knot//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346)
    at knot//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325)
    at knot//io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:907)
    at knot//io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.handleReadException(AbstractEpollStreamChannel.java:728)
    at knot//io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:826)
    at knot//io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:509)
    at knot//io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407)
    at knot//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
    at knot//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    at knot//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.base/java.lang.Thread.run(Unknown Source)
Mixins in Stacktrace:
[Edited]

-- System Details --
Details:
    Minecraft Version: 1.21.1
    Minecraft Version ID: 1.21.1
    Operating System: Linux (amd64) version 6.8.0-47-generic
    Java Version: 21.0.5, Azul Systems, Inc.
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
    Memory: 1136118624 bytes (1083 MiB) / 1824522240 bytes (1740 MiB) up to 4294967296 bytes (4096 MiB)
    CPUs: [Edited]
    Processor Vendor: [Edited]
    Processor Name: [Edited]
    Identifier: [Edited]
    Microarchitecture: [Edited]
    Frequency (GHz): [Edited]
    Number of physical packages: [Edited]
    Number of physical CPUs: [Edited]
    Number of logical CPUs: [Edited]
    Graphics card #0 name: [Edited]
    Graphics card #0 vendor: Intel Corporation (0x8086)
    Graphics card #0 VRAM (MiB): [Edited]
    Graphics card #0 deviceId: [Edited]
    Graphics card #0 versionInfo: [Edited]
    Virtual memory max (MiB): 7993.16
    Virtual memory used (MiB): 5756.46
    Swap memory total (MiB): 4096.00
    Swap memory used (MiB): 0.00
    Space in storage for jna.tmpdir (MiB): available: 16034.68, total: 46763.72
    Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 16034.68, total: 46763.72
    Space in storage for io.netty.native.workdir (MiB): available: 16034.68, total: 46763.72
    Space in storage for java.io.tmpdir (MiB): available: 16034.68, total: 46763.72
    Space in storage for workdir (MiB): available: 16034.68, total: 46763.72
    JVM Flags: 9 total; [Edited]
    Fabric Mods: 
...
        configurable: Configurable 2.1.2
...
    Loaded Shaderpack: (off)
    Suspected Mods: None
Bawnorton commented 4 days ago

Well this crash report doesn't actually have anything useful in it. Basically all the info is about how the crash is handled and not the crash itself.

I don't think this is related to configurable, but just to confirm, here's the mojmap equivalent jar from the maven https://maven.bawnorton.com/releases/com/bawnorton/configurable/configurable-fabric-mojmap/2.1.2+1.21.1/configurable-fabric-mojmap-2.1.2+1.21.1.jar

shotadft commented 4 days ago

ok, thx.

shotadft commented 4 days ago

I changed to mojmap but the situation did not change. I guess I was looking in the wrong place. Thank you very much for responding so late at night.