Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on right click - 204.6.4 #160

Open
OvercastWarmth opened this issue Apr 25, 2024 · 2 comments
Open

Crash on right click - 204.6.4 #160

OvercastWarmth opened this issue Apr 25, 2024 · 2 comments
Labels
awaiting info Further information is required (from the author, usually) bug Something isn't working or is broken/crashing unsynced Could be/is fixed in another release; speculative

Comments

@OvercastWarmth
Copy link

OvercastWarmth commented Apr 25, 2024

Description

When a chat message is right clicked, the client crashes

How to reproduce

  1. Right click a chat message

Expected result

The right click menu opens

Log file link

https://mclo.gs/mq8QyoF (Crash Report)

Specs and Details

Required information:

  • Windows 11
  • ChatPatches 204.6.4
  • Fabric 0.15.7, Fabric API 0.97.0+1.20.4
  • YACL 3.3.2+1.20.4, Mod Menu 9.2.0-beta.2
Full mod list
  • ModernFix [5.16.1+mc1.20.4]
  • Main Menu Credits [1.1.2]
  • Sound Physics Remastered [1.20.4-1.3.1]
  • LibJF [3.14.3]
  • Mod Menu [9.2.0-beta.2]
  • Ears [1.4.6]
  • Euphoria Patcher [0.3.0-fabric]
  • Chat Patches [204.6.4]
  • More Culling [1.20.4-0.24.0]
  • NBT Editor [1.13.0]
  • Reese's Sodium Options [1.7.2+mc1.20.4-build.102]
  • Eclipse's Tweakeroo Additions [0.4.5-1.20.4]
  • Enhanced Block Entities [0.9.1+1.20.2]
  • Capes [1.5.3+1.20.2]
  • ChatCalc [3.0.24]
  • Zoomify [2.13.2]
  • FerriteCore [6.0.3]
  • Puzzle [1.6.1+1.20.4]
  • OptiGUI [2.3.0-alpha.2]
  • Indium [1.0.30+mc1.20.4]
  • Fabric Language Kotlin [1.10.19+kotlin.1.9.23]
  • Sodium [0.5.8+mc1.20.4]
  • Cubes Without Borders [1.1.0+1.20]
  • Animatica [0.6+1.20]
  • Fix Keyboard on Linux [1.0.1]
  • Simple Voice Chat [1.20.4-2.5.12]
  • Chat Utils Mod [1.10.3+1.20.4]
  • YOSBR [0.1.2]
  • NBT Autocomplete [1.2]
  • Figura [0.1.4+1.20.4]
  • FabricSkyBoxes [0.7.3+mc1.20.2]
  • Lithium [0.12.1]
  • Polytone [1.20.4-1.18.5]
  • FabricSkyBoxes Interop [1.3.6+mc1.20.2-build.52]
  • Dynamic FPS [3.4.2]
  • EntityCulling [1.6.4]
  • CustomItemTextures [1.0.0+1.20.4]
  • Iris [1.6.17]
  • ThreadTweak [1.20.4-0.1.2]
  • Cloth Config v13 [13.0.121]
  • Hold That Chunk [2.1.0]
  • World Host [0.4.10]
  • TweakerMore [3.17.0]
  • WorldEditCUI [1.20.3+01]
  • Entity Model Features [2.0]
  • ViaFabricPlus [3.1.0]
  • MaLiLib [0.18.1]
  • FastQuit [3.0.0+1.20.4]
  • Resource Pack Options [4.7.2]
  • Continuity [3.0.0-beta.4+1.20.2]
  • ImmediatelyFast [1.2.11+1.20.4]
  • Entity Texture Features [6.0]
  • Sodium Extra [0.5.4+mc1.20.4-build.116]
  • Fabric API [0.97.0+1.20.4]
  • YetAnotherConfigLib [3.3.2+1.20.4]
  • LambDynamicLights [2.3.4+1.20.4]
  • EmuNO [1.1.1]
  • Tweakeroo [0.19.2]

Config File:

{
  "time": false,
  "timeDate": "HH:mm:ss",
  "timeFormat": "[$]",
  "timeColor": 16733695,
  "hover": true,
  "hoverDate": "MM/dd/yyyy",
  "hoverFormat": "$",
  "hoverColor": 16777215,
  "counter": true,
  "counterFormat": "\u00268(\u00267x\u0026r$\u00268)",
  "counterColor": 16777045,
  "counterCheckStyle": false,
  "counterCompact": true,
  "counterCompactDistance": 0,
  "boundary": true,
  "boundaryFormat": "\u00268[\u0026r$\u00268]",
  "boundaryColor": 5636095,
  "chatlog": true,
  "chatlogSaveInterval": 0,
  "chatHidePacket": true,
  "chatWidth": 0,
  "chatMaxMessages": 16384,
  "chatNameFormat": "\u003c$\u003e",
  "chatNameColor": 16777215,
  "shiftChat": 10,
  "messageDrafting": false,
  "onlyInvasiveDrafting": false,
  "searchDrafting": false,
  "hideSearchButton": true,
  "vanillaClearing": false,
  "copyColor": 5636095,
  "copyReplyFormat": "/msg $ "
}
@OvercastWarmth OvercastWarmth added the bug Something isn't working or is broken/crashing label Apr 25, 2024
@OvercastWarmth OvercastWarmth changed the title Crash on right click - Affected mod version(s) Crash on right click - 204.6.4 Apr 25, 2024
@mrbuilder1961
Copy link
Owner

#153 is a duplicate issue just on 1.20.1, with extra data points and a log. im wondering if this is fixed in a newer version, as it seems to be the result of the (common) mistake (i keep making) where the mod tries to read a part of the message that doesn't exist.

@mrbuilder1961
Copy link
Owner

also, is this still reproducable in 204.6.5?

@mrbuilder1961 mrbuilder1961 added awaiting info Further information is required (from the author, usually) unsynced Could be/is fixed in another release; speculative labels Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting info Further information is required (from the author, usually) bug Something isn't working or is broken/crashing unsynced Could be/is fixed in another release; speculative
Projects
None yet
Development

No branches or pull requests

2 participants