zeromake
zeromake
@nothings ```c stbtt_uint16 format = ttUSHORT(data + index_map + 0); // format = 14 ```
[Format 14: Unicode Variation Sequences](https://learn.microsoft.com/en-us/typography/opentype/spec/cmap#format-14-unicode-variation-sequences)
by [ttf-parser/cmap/mod.rs](https://github.com/RazrFalcon/ttf-parser/blob/master/src/tables/cmap/mod.rs) glyph_index It should not be processed format == 14, unless it needs to be processed glyph_variation_index
I didn't reproduce it either you can try [my build](https://github.com/zeromake/aria2-zero/releases/tag/v1.37.0) It is recommended console-log-level ```sh .\aria2c.exe --console-log-level=debug https://curl.se/ca/cacert-2024-11-26.pem#/cacert.pem ```
@danieldietsch @mgrinzPlayer It looks like the network environment is not normal, `SocketCore::establishConnection` is check `connect` but not has error, normally an error should be reported when IPv6 is not supported...
Whether the network is specially configured, for example, a virtual machine is installed
@uyjulian on [StorageImpl.cpp#L292](https://github.com/krkrsdl2/krkrsdl2/blob/57f084f6219c2581cc06915ccb60d7a8a848f0d3/src/core/base/sdl2/StorageImpl.cpp#L292) windows Drive letter is `a-z` or `A-Z`, GetLocallyAccessibleName but only support `a-z` ``` diff diff --git a/src/core/base/sdl2/StorageImpl.cpp b/src/core/base/sdl2/StorageImpl.cpp index 023eb06..48d157c 100644 --- a/src/core/base/sdl2/StorageImpl.cpp +++ b/src/core/base/sdl2/StorageImpl.cpp @@ -289,7...
@uyjulian In the absence of a fix ```bash ❯ .\krkrz.exe (info) Data path : file://./D/project/krkrsdl2-origin/build/windows/x64/debug/savedata/ Kirikiri SDL2 Executable core /0.0.0.0 (Compiled on May 3 2024 23:38:18) TJS2/2.4.28 Copyright (C) 1997-2013...
easyeda pro, now Interactive BOM is built in has already been . prrview: Tools(T) -> Soldering Assistance Tool…… export html: Export(R) -> Interactive BOM……   
aria2 on apple is use `Security.framework` but is deprecated change to `Network.framework` maybe it can be solved. I use `libressl 4.0.0` aria2c but `handshake failure: protocol error` use curl ```sh...