PikaMug / Quests

Easy-to-use, open-source plugin for the creation and execution of quests on Minecraft servers.
https://modrinth.com/plugin/quests.classic
MIT License
141 stars 104 forks source link

LocaleLib not found #2134

Closed SlimeDog closed 11 months ago

SlimeDog commented 1 year ago

What is your Quests version / build number (do not say "latest")?

>version
[06:57:58] [Server thread/INFO]: This server is running CraftBukkit version 3824-Spigot-9ebce8a-ce545de (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT)
>version Quests
[06:58:01] [Server thread/INFO]: Quests version 4.8.3-b423
[06:58:01] [Server thread/INFO]: An extensive questing system.
[06:58:01] [Server thread/INFO]: Website: https://github.com/PikaMug/Quests
[06:58:01] [Server thread/INFO]: Author: PikaMug

and for comparison

> version
[06:58:44 INFO]: This server is running Paper version git-Paper-68 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 5de0f8a)
> version Quests
[06:58:46 INFO]: Quests version 4.8.3-b423
[06:58:46 INFO]: An extensive questing system.
[06:58:46 INFO]: Website: https://github.com/PikaMug/Quests
[06:58:46 INFO]: Author: PikaMug

Describe the problem and how to replicate it.

After server start-up, log reports that LocaleLib cannot be found (see below).

Replication steps

This WARN happens only on Spigot, not on Paper.

Any console errors to share?

[06:37:55] [Server thread/INFO]: [Quests] Enabling Quests v4.8.3-b423
[06:37:55] [Server thread/WARN]: [LocaleLib] assets/minecraft/lang/ could not be found!
[06:37:55] [Server thread/WARN]: [LocaleLib] Locale asset could not be loaded!
[06:37:56] [Server thread/INFO]: [Quests] Loaded language en-US. Translations via Crowdin
SlimeDog commented 1 year ago

Issue remains on Quests 4.8.4-b427

PikaMug commented 1 year ago

Issue remains on Quests 4.8.4-b427

This build should have fixed the issue, but will look into it soon.

PikaMug commented 11 months ago

I was not able to replicate this, albeit on a different Spigot version. Log as follows

[16:39:50] [Server thread/INFO]: This server is running CraftBukkit version 3836-Spigot-3374045-08ec344 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT)
...
[16:40:15] [Server thread/INFO]: [Quests] Enabling Quests v4.8.4-b427
[16:40:15] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[16:40:24] [Server thread/INFO]: [Quests] Loaded language en-US. Translations via Crowdin
[16:40:24] [Server thread/INFO]: [Quests] Loading storage implementation: YAML
SlimeDog commented 11 months ago

It no longer replicates with Paper 1.20.1-84. There have been many Paper bug fixes since this issue was reported, two weeks ago.