Giter VIP home page Giter VIP logo

Comments (4)

Tom94 avatar Tom94 commented on September 26, 2024

Thanks for reporting this! Didn't expect a clock_cast to error out like that (on just some systems on top of that).

I'll implement your fix and push a hotfix release!

In the interim, could you share the contents of the system_exception you're getting? I'd be curious what the underlying error message is to maybe fix the issue in a more elegant way.

Reverting to Apple behavior is a bit unfortunate, because the term T::clock::now() + system_clock::now() is not guaranteed to call now() at the same time for both clocks -- so the resulting time_t will randomly fluctuate. Not that it matters much... this function is only used to display timestamps up to 1s accuracy, but it still irks me a little.

from tev.

mmmovania avatar mmmovania commented on September 26, 2024

The following is printed on console.
Caught exception in main loop: The specified module could not be found

The Output windows spits this.

Exception thrown at 0x00007FF95C727AFC in tev.exe: Microsoft C++ exception: std::system_error at memory location 0x0000004DCAEA9620.
Exception thrown at 0x00007FF95C727AFC in tev.exe: Microsoft C++ exception: [rethrow] at memory location 0x0000000000000000.
Exception thrown at 0x00007FF95C727AFC in tev.exe: Microsoft C++ exception: std::system_error at memory location 0x0000004DCAEA9620.

from tev.

Tom94 avatar Tom94 commented on September 26, 2024

Thank you! This unfortunately doesn't shed a lot of light on the issue... oh well. The hacky approach it is. :)

from tev.

mmmovania avatar mmmovania commented on September 26, 2024

Just to let you know the error is thrown at line 3153 chrono header
//3153 const auto& _Tzdb = _CHRONO get_tzdb();

from tev.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.