#Bug with console

1 messages · Page 1 of 1 (latest)

vivid vapor
#

What is this?

[02:04:08] [Worker-Main-3/INFO]: menu.preparingSpawn
[02:04:08] [Worker-Main-10/INFO]: menu.preparingSpawn
[02:04:09] [Worker-Main-4/INFO]: menu.preparingSpawn
[02:04:09] [Worker-Main-8/INFO]: menu.preparingSpawn
[02:04:10] [Worker-Main-9/INFO]: menu.preparingSpawn
[02:04:10] [Worker-Main-10/INFO]: menu.preparingSpawn
[02:04:11] [Worker-Main-4/INFO]: menu.preparingSpawn
[02:04:11] [Worker-Main-5/INFO]: menu.preparingSpawn
[02:04:12] [Worker-Main-11/INFO]: menu.preparingSpawn
[02:04:12] [Worker-Main-8/INFO]: menu.preparingSpawn
[02:04:13] [Worker-Main-8/INFO]: menu.preparingSpawn
[02:04:13] [Worker-Main-10/INFO]: menu.preparingSpawn
[02:04:14] [Worker-Main-1/INFO]: menu.preparingSpawn
[02:04:14] [Worker-Main-10/INFO]: menu.preparingSpawn
[02:04:15] [Worker-Main-6/INFO]: menu.preparingSpawn
[02:04:15] [Worker-Main-5/INFO]: menu.preparingSpawn
[02:04:16] [Worker-Main-2/INFO]: menu.preparingSpawn
[02:04:16] [Worker-Main-4/INFO]: menu.preparingSpawn
#

Same with messages

#

[02:08:59] [Server thread/INFO]: Player lost connection: multiplayer.disconnect.generic
[02:08:59] [Server thread/INFO]: multiplayer.player.left

sick thunder
vivid vapor
sick thunder
#

Those locale strings are not ours

sharp nest
#

Hi, I am having this same issue, with a brand new Fabric 1.20.1 server, mod version of from-the-fog. Here is the full log.

#

I have only fabric-api and from-the-fog installed.

#

Any help would be greatly appreciated. Thanks!

sharp nest
# sick thunder Those locale strings are not ours

Those locale strings are actually Minecraft official ones.

menu.preparingSpawn -> Preparing spawn area: 0%
multiplayer.player.joined -> Xujiayao joined the game
commands.stop.stopping -> Stopping the server

I think the mod is breaking the official translation (net.minecraft.util.Language) class (?)

#

And this is the result in-game.

sick thunder
#

It should just be visual then and only from console

sharp nest
#

I'm still not 100% sure that the problem reported by vico93 is the same as what I encountered. vico93 may mean to express other issues in my mod, as I haven't got vico93's screenshots/server logs to confirm, but I think you can start with my description first.

sick thunder
#

Locale strings are resourcepack specific and don’t carry over to console

#

So this is most likely a vanilla bug

sharp nest
#

Works with no issue when from-the-fog mod is installed on both sides

#

Console issue persists

sharp nest
#

Just tested, there is no console issue in Quilt, only GUI issue 🤔

sharp nest
#

I have found the problem. I will submit a PR on your GitHub repo soon.

sharp nest
sick thunder
#

I swear that I've tried that before

#

Anyways fill this out please:

        "xujiayao": {
            "onTeam": false,
            "roles": [
                "Bug Fixer"
            ],
            "displayName": "PJ The Sqweepsss",
            "discordUsername": "pjthesqweepsss",
            "minecraftUsername": "Sqweepsss",
            "socials": {
                "YouTube": "https://www.youtube.com/channel/UCvpUmeTdEYmFTktuNnuNXrA"
            }
        },```
#

Change PJ's stuff to yours

#

It's for the website

#

seeing as you helped I will put you on it

#

It'll be added in 1.10

sharp nest
#

Alright thanks

#

Anymore socials available apart from yt?

sick thunder
#

Just add a new value and put your link in it

sharp nest
#

ok

#
        "xujiayao": {
            "onTeam": false,
            "roles": [
                "Bug Fixer"
            ],
            "displayName": "Xujiayao",
            "discordUsername": "xujiayao",
            "minecraftUsername": "Xujiayao",
            "socials": {
                "GitHub": "https://github.com/Xujiayao",
                "Blog": "https://blog.xujiayao.top/"
            }
        },
sick thunder
#

Adding it