Slowpoke101 / FTBLaunch

Launcher for the FTB Mod Pack
182 stars 140 forks source link

Weird i18n Errors. #634

Closed johnneijzen closed 10 years ago

johnneijzen commented 10 years ago

When open FTB for first time(removing FTB file in appdata) FTB all language are there but second time only English show up and sometimes it wont load at all. Like this show up: [i18n] Added 0 enUS to options pane [i18n] enUS English language file loaded! [i18n] Moving files into place ... [i18n] Fallback enUS loaded

second bug in FTB jar i18n nlNL is correct but in %AppData%\Roaming\ftblauncher\locale it wrong

i`m not sure if this loading error or something like that.

johnneijzen commented 10 years ago

question i see LocaleUpdater having this code:

DownloadUtils.downloadToFile(new URL(DownloadUtils.getCreeperhostLink("locales.zip"))

so file in locale from ftb jar 1.3.3 is diffenent from once on server? so how does that work?

LocaleUpdater can be found at: src/net/ftb/locale/LocaleUpdater.java

johnneijzen commented 10 years ago

on second thinking can we just remove server thing and just get localization file from jar so we don't need localeupdater and just have it update each time FTB release new launcher or is that not possible?

progwml6 commented 10 years ago

i will have to get that file updated on the server

johnneijzen commented 10 years ago

and loading error you can fix for that too?

progwml6 commented 10 years ago

be more descriptive with the loading error please

johnneijzen commented 10 years ago

Nevermind with loading error it work now normal. i think it was internet error at my side that make file unreadable and fallback to english