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

Unknown format type with localized string #871

Closed
awakcon1234 opened this issue Dec 18, 2023 · 0 comments · Fixed by #872
Closed

Unknown format type with localized string #871

awakcon1234 opened this issue Dec 18, 2023 · 0 comments · Fixed by #872

Comments

@awakcon1234
Copy link

The following error occured when starting fabric, here is the full error log of the issue:

[11:55:53] [main/INFO]: Loading Minecraft 1.20.2 with Fabric Loader 0.15.2
[11:55:54] [main/WARN]: Mod resolution failed
[11:55:54] [main/INFO]: Immediate reason: [HARD_DEP_NO_CANDIDATE continuity 3.0.0-beta.4+1.20.2 {depends fabric @ [>=0.88.1]}, ROOT_FORCELOAD_SINGLE continuity 3.0.0-beta.4+1.20.2]
[11:55:54] [main/INFO]: Reason: [HARD_DEP continuity 3.0.0-beta.4+1.20.2 {depends fabric @ [>=0.88.1]}, HARD_DEP indium 1.0.27+mc1.20.1 {depends sodium @ [0.5.3]}, HARD_DEP indium 1.0.27+mc1.20.1 {depends fabric-renderer-api-v1 @ [>=3.2.0]}, HARD_DEP lambdynlights 2.3.3+1.20.2 {depends fabric-api @ [>=0.90.7+1.20.2]}, HARD_DEP spruceui 5.0.3+1.20.2 {depends fabric-rendering-v1 @ [*]}, HARD_DEP xaerominimap 23.9.3 {depends fabric-api @ [>=0.43.1]}]
[11:55:54] [main/INFO]: Fix: add [add:fabric 0.88.1 ([[0.88.1,∞)]), add:fabric-api 0.90.7+1.20.2 ([[0.90.7+1.20.2,∞)]), add:fabric-rendering-v1 1 ([(-∞,∞)])], remove [], replace [[indium 1.0.27+mc1.20.1] -> add:indium 1 ([(-∞,∞)]), [sodium 0.5.5] -> add:sodium 0.5.5 ([[0.5.5,0.5.5]])]
[11:55:54] [main/ERROR]: Uncaught exception in thread "main"
java.lang.IllegalArgumentException: unknown format type: lựa chọn  --> Note: this string translate to "options" in english
	at java.text.MessageFormat.makeFormat(MessageFormat.java:1551) ~[?:?]
	at java.text.MessageFormat.applyPattern(MessageFormat.java:492) ~[?:?]
	at java.text.MessageFormat.<init>(MessageFormat.java:371) ~[?:?]
	at java.text.MessageFormat.format(MessageFormat.java:860) ~[?:?]
	at net.fabricmc.loader.impl.util.Localization.format(Localization.java:38) ~[fabric-loader-0.15.2.jar:?]
	at net.fabricmc.loader.impl.discovery.ResultAnalyzer.addErrorToList(ResultAnalyzer.java:302) ~[fabric-loader-0.15.2.jar:?]
	at net.fabricmc.loader.impl.discovery.ResultAnalyzer.gatherErrors(ResultAnalyzer.java:83) ~[fabric-loader-0.15.2.jar:?]
	at net.fabricmc.loader.impl.discovery.ModResolver.findCompatibleSet(ModResolver.java:148) ~[fabric-loader-0.15.2.jar:?]
	at net.fabricmc.loader.impl.discovery.ModResolver.resolve(ModResolver.java:45) ~[fabric-loader-0.15.2.jar:?]
	at net.fabricmc.loader.impl.FabricLoaderImpl.setup(FabricLoaderImpl.java:229) ~[fabric-loader-0.15.2.jar:?]
	at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:192) ~[fabric-loader-0.15.2.jar:?]
	at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:146) ~[fabric-loader-0.15.2.jar:?]
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68) ~[fabric-loader-0.15.2.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.2.jar:?]

I've tried to change the game language and launcher language to English (I changed it in Vanilla Minecraft), but it seem to result in the exact same error with the same type lựa chọn. I'm running windows and my system locale is set to vi-VN if that help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant