Closed ghost closed 1 year ago
Okay, I found the problem:
utils.cpp has static const std::locale locale("en_US.UTF-8");
This will not work on Windows, and throw that exception. In my case, the "C" locale worked, and even worked with non-latin characters, buy YMMV.
The test case is the stock example latex2png .
running
./latex2png.exe test.tex out.png
results in an exception:I do not know how to debug this, as mingw64's gdb does not break on exceptions.