Code Monkey home page Code Monkey logo

Comments (5)

dechamps avatar dechamps commented on May 16, 2024

Sorry to hear that. This surprises me, as I never saw that kind of error during my own testing. Can you try running FlexASIOTest_x64.exe? Does it run correctly?

I'm using Windows 10, maybe that has something to do with it. I soon as I get some time I'll try to reproduce this in a Windows 7 x64 virtual machine.

In the mean time, one way to gather more details on your side would be to look at the Windows Event Viewer, which can sometimes include information about that kind of error. It might also be worth trying Process Monitor to examine what the regsvr32 process is trying to do while it's failing.

from flexasio.

josephernest avatar josephernest commented on May 16, 2024

With FlexASIOTest_x64.exe, I get this error:

image

from flexasio.

dechamps avatar dechamps commented on May 16, 2024

Thank you, that tells me all I need to know. The problem is that FlexASIO 0.3 is using the GetSystemTimePreciseAsFileTime() function to get timestamps for logging (see 851a68e), but the thing I missed is that this function is only available from Windows 8 onwards, hence the failure. My bad. I was naively assuming that the Windows SDK version targeting system would prevent me from using features that are not available in old versions of Windows, but it looks like I was wrong. I'll try to come up with a fix within the next 24 hours.

from flexasio.

dechamps avatar dechamps commented on May 16, 2024

This is fixed in FlexASIO 0.3a. Thanks for the feedback!

from flexasio.

josephernest avatar josephernest commented on May 16, 2024

@dechamps Solved on Windows 7. Installation successful!

from flexasio.

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.