You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lime build hl -debug and rename bin to фыва (non ascii cyryllic chars).
try to run app
get this error
Uncaught exception: [lime.utils.Preloader] ERROR: There is no asset library with an ID of "default"
Called from lime.utils.$Log.error(lime/utils/Log.hx:37)
Called from lime.utils.Preloader.~updateProgress.3(lime/utils/Preloader.hx:293)
Called from lime.app.Future.onError(lime/app/Future.hx:156)
Called from lime.utils.Preloader.updateProgress(lime/utils/Preloader.hx:241)
Called from lime.utils.Preloader.load(lime/utils/Preloader.hx:183)
Called from $ApplicationMain.create(ApplicationMain.hx:135)
Called from $ApplicationMain.main(ApplicationMain.hx:26)
Called from .init(?:1)
Lime 8.1.1
The text was updated successfully, but these errors were encountered:
It returns wrong path if directory contains cyrillic chars.
Placing trace('cwd: ${Sys.getCwd()}'); before this prints desired directory with correct cyrillic name.
--- update
Temp workarounds:
[hashlink] change __getDirectory() to return cwd: path = haxe.io.Path.normalize(Sys.getCwd())
[hashlink] provide custom ManifestResources.hx with <template path="Source/ManifestResources.hx" rename="../haxe/ManifestResources.hx" /> and in this custom file get cwd the same way
Asset file
lime build hl -debug
and renamebin
toфыва
(non ascii cyryllic chars).Lime 8.1.1
The text was updated successfully, but these errors were encountered: