in extras-standard/Galileo:
error openning "\extras-standard\galileo\data\galileo-cruise.xyzv
bin" and "\extras-standard\galileo\data\galileo-orbit.xyzv
bin" Why xyzvbin?
no traduction : the local / res_ * dll files are missing (those of 1.6.2.2 incompatible)
no lua-application file is loaded they are all in error (except gap1box.lua which is an empty box)
The main error is probably due to missing files in 'locale' and this error is reflected in LUT5 which also supports different languages.
I use both Celestia 1.6.1, 1.6.2.2 and now 1.7.0
With 1.6.1 and 1.6.2.2, my "extras" and "lua-applications" files are common (on a D: / disk) which limits the size of the files used
It doesn't seem to work anymore with this build of 1.7.0. So what has changed: lua51.dll, fonts, and locale
I made a discovery in LUT5: LUT5 can use the DejaVuSans-Bold.ttf and DejaVuSans.ttf fonts
to use them, you must first copy these 2 fonts in the "fonts" folder of Celestia 1.6.1 and 1.6.2.2
THE "fonts" FOLDER IN LUT5 IS IN FACT NOT USEDThen you have to modify the textlayout.lua file (and maybe the one used in the old lua-edu-tools modules)
in textlayout.luaCode: Select all
-- titlefont = celestia: loadfont ("fonts / sansbold20.txf") - load a font txf
titlefont = celestia: loadfont ("fonts / DejaVuSans-Bold.ttf,15")
-- normalfont = celestia: loadfont ("fonts / sans12.txf") - load a font txf
normalfont = celestia: loadfont ("fonts / DejaVuSans.ttf,9")
-- labelfont = celestia: loadfont ("fonts / sans14.txf") - load a font txf ("fonts / sans14_ru.txf")
labelfont = celestia: loadfont ("fonts / DejaVuSans.ttf,9")
-- smallfont = celestia: loadfont ("fonts / sans10.txf") - load a font txf
smallfont = celestia: loadfont ("fonts / DejaVuSans.ttf,8")
Added after 7 minutes 40 seconds:It seemed to me that we could with 1.7.0 recover in a file the log generated during the loading? But how do we do it?