ldtteam / ldtteam/DynView

1.20.3 support [Feature request]

Open
#44 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
21
Forks
7
PR merge metrics
No merged PRs in 30d

Description

Currently trying to use this mod with fabric 1.20.3 creates the following error after the server loads:

[21:42:36] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoSuchFieldError: field_4573
        at com.dynview.Utils.TickTimeHandler.onServerTick(TickTimeHandler.java:37) ~[dynview-fabric-1.20.1-3.2.jar:?]
        at com.dynview.event.EventHandler.onDedicatedServerTick(EventHandler.java:14) ~[dynview-fabric-1.20.1-3.2.jar:?]
        at net.fabricmc.fabric.api.event.lifecycle.v1.ServerTickEvents.lambda$static$2(ServerTickEvents.java:43) ~[fabric-lifecycle-events-v1-2.2.28+9468a19d3b-4449f2569c2e4df.jar:?]
        at net.minecraft.server.MinecraftServer.handler$zfj000$fabric-lifecycle-events-v1$onEndTick(MinecraftServer.java:2434) ~[server-intermediary.jar:?]
        at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:874) ~[server-intermediary.jar:?]
        at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:683) ~[server-intermediary.jar:?]
        at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270) ~[server-intermediary.jar:?]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]

Thank you for your development of this mod, it allows me to make my server view distance huge without having to worry about lag if many players start to join. Just creating this issue so I can track on when a new version is released so I can get it installed again right when/if it releases.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with Utils.TickTimeHandler.onServerTick at line 37 and EventHandler.onDedicatedServerTick, which appear in the reported stack trace. Investigate the field_4573 compatibility failure under Fabric 1.20.3, then verify that the server loads and completes tick handling without the reported NoSuchFieldError.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.