Cannot start Nucleus Sponge 2.4.0 on the client
Dockter opened this issue · 5 comments
What is the bug?
Startup up error during client launch.
What version of Nucleus are you running?
Nucleus-2.4.0-MC1.12.2-SpongeAPI7.3-plugin
What version of Sponge are you running?
SF-1.12.2-3828-7.3.1-RC4102 (or) bleeding build compiled directly from github repo, 1.12.2-7.3.1
Provide a link to the file generated by /nucleus info
Cannot provide this via client since mod won't init.
To Reproduce
Steps to reproduce the behavior:
- Add SF to a client, add the above Nucleus version to client; start.
Expected behavior
Previous version of Nucleus worked fine on the client, 2.4.0 does nt.
Logs
https://gist.github.com/Dockter/8b4b4ed9cb227733cb671d910f4588fc
Do not assume they are not relavent, do not provide parital logs. Often, answers are buired in places we're not expecting
latest.log
This issue is caused by this line: https://github.com/NucleusPowered/Nucleus/blob/v2/S7/nucleus-core/src/main/java/io/github/nucleuspowered/nucleus/services/impl/messageprovider/MessageProviderService.java#L70
Can get Nucleus to run on the client by changing the line to: private Locale defaultLocale = Locale.US;
FYI, I compiled this tested it both in IDE and in full compiled single player mode and it worked good.
Okay, I’ll try to make the change soon (or you’re welcome to PR if you get the chance), sorry I’ve not managed to get to any Nucleus stuff sooner.
Cheers, I've merged it, I intend to fix a couple of other things and release the patch release sometime this week when I have a bit of free time.