lucko / spark

A performance profiler for Minecraft clients, servers, and proxies.
https://spark.lucko.me/
GNU General Public License v3.0
1.03k stars 140 forks source link

Missing Auto Mappings for Yarn (Fabric) 1.21.1 #451

Open derjungeinhd opened 4 weeks ago

derjungeinhd commented 4 weeks ago

Description

The deobfuscation mappings the viewer needs for showing the right server method names sre missing, leading to an unreadable mess in the viewer: image It can be fixed if the mappings are changed to Yarn 1.21: image However, the mappings might be incorrect.

Reproduction Steps

  1. Install spark on a latest version 1.21.1 Fabric Server
  2. Open the profiler after you ran it for a little bit. (to generate some data)
  3. See the missing mappings in the viewer

Expected Behaviour

Spark should correctly detect the mappings needed for 1.21.1

Platform Information

Spark Version

v1.10.97

Logs and Configs

No response

Extra Details

No response