json2cpp icon indicating copy to clipboard operation
json2cpp copied to clipboard

Snapshot doesn't run

Open maxgerhardt opened this issue 1 year ago • 2 comments

  1. Download https://github.com/lefticus/json2cpp/releases/download/snapshot-fc69acfd190ff0aa23689fae339ed89db4c3ed75/json2cpp-0.0.1-fc69acfd-Windows-Release-MSVC-19.34.31944.0.zip
  2. Extract
  3. Start json2cpp.exe
  4. Get

grafik

misses clang_rt.asan_dynamic-x86_64.dll (on the MSVC build even).

Funnily enough, the Clang build has no such dependency on that file and runs without problems (https://github.com/lefticus/json2cpp/releases/download/snapshot-fc69acfd190ff0aa23689fae339ed89db4c3ed75/json2cpp-0.0.1-fc69acfd-Windows-Release-Clang-15.0.2.tar.bz2)

maxgerhardt avatar Jan 05 '24 13:01 maxgerhardt

Same here. I get an error on the same exact snapshot, but on MacOS :

dyld[50669]: Library not loaded: /usr/local/opt/gcc@11/lib/gcc/11/libasan.6.dylib
  Referenced from: <D055DC41-468B-3AD5-84E5-9B111A0A03BB> /Users/jessbauer/Development/STN_TFT_Adapter/cstn-lcd-controller/CSTNController/cstn_controller/json2cpp/bin/json2cpp
  Reason: tried: '/usr/local/opt/gcc@11/lib/gcc/11/libasan.6.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/gcc@11/lib/gcc/11/libasan.6.dylib' (no such file), '/usr/local/opt/gcc@11/lib/gcc/11/libasan.6.dylib' (no such file), '/usr/local/lib/libasan.6.dylib' (no such file), '/usr/lib/libasan.6.dylib' (no such file, not in dyld cache)

Joebeazelman avatar Jan 05 '24 21:01 Joebeazelman

That's an error - I shouldn't be shipping binaries with ASAN enabled

lefticus avatar Jan 10 '24 01:01 lefticus