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

[Fabric] BanMod bugs/errors #13

Open
10 tasks
fyriandweller opened this issue Aug 17, 2024 · 0 comments
Open
10 tasks

[Fabric] BanMod bugs/errors #13

fyriandweller opened this issue Aug 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@fyriandweller
Copy link
Member

fyriandweller commented Aug 17, 2024

Commands that do NOT give the expected result 📝

  • /tempban

Expected result ✅

  • /tempban ➡️ tempbans user and displays the ban in chat

Actual result ❌

  • /tempban ➡️ tempbans user but displays Error:Player not found in chat ⬇️

image

  • upon issuing the same command ⬇️
/tempban notch 3min test

displays User notch is already banned ⬇️

image

⚠️ The following errors occur only in specific chunks (server spawn) ⚠️

🤔 perhaps some conflict with a mod/datapack

❗ upon further testing (~1 hour later), the client-console errors stopped occuring near server spawn area, for now ❗


  • /cleanup everything

Expected result ✅

  • /cleanup everything ➡️ cleans up everything without errors

Actual result ❌

  • /cleanup everything ➡️ cleans up everything but gives client-console error ⬇️
javax.swing.text.BadLocationException: Invalid insert
at java.desktop/javax.swing.text.GapContent.insertString(Unknown Source)
at java.desktop/javax.swing.text.AbstractDocument.handleInsertString(Unknown Source)
at java.desktop/javax.swing.text.AbstractDocument.insertString(Unknown Source)
at com.atlauncher.gui.components.Console.write(Console.java:67)
at com.atlauncher.evnt.LogEvent.post(LogEvent.java:62)
at com.atlauncher.thread.LoggingThread.run(LoggingThread.java:46)

and then it spams the error ⬇️

[Render thread/FATAL] Error executing task on Client

constantly, (which freezes the client-console) only way to stop the client-console spam is to leave the server, upon joining the server again the client-console spam continues but the client-console is responsive now

  • /tempban & /tempmute & /lookup autocomplete

Expected result ✅

  • autocomplete shows all players online

Actual result ❌

  • autocomplete shows only a few of the players online

List of online players ⬇️

image

Autocomplete partially working ⬇️

image
image
image

@burdoto burdoto added the bug Something isn't working label Aug 18, 2024
@AMPZNetwork AMPZNetwork deleted a comment from fyriandweller Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants