Giter VIP home page Giter VIP logo

Comments (22)

DylanHanna avatar DylanHanna commented on June 17, 2024

While testing I also made sure that the joycons were both "connected"

from xjoy.

sam0x17 avatar sam0x17 commented on June 17, 2024

What version of windows do you have? If you install the latest version of visual studio, your issue may go away, though this problem shouldn't happen to anyone anymore as the latest release is supposed to remove any debug dependencies.

from xjoy.

sam0x17 avatar sam0x17 commented on June 17, 2024

I also assume you followed the installation instructions in the README?

from xjoy.

sam0x17 avatar sam0x17 commented on June 17, 2024

@DylanHanna any updates on this? Did you try any of the above?

from xjoy.

Yggromath avatar Yggromath commented on June 17, 2024

Same problem here, I followed every step, what should I do?

from xjoy.

sam0x17 avatar sam0x17 commented on June 17, 2024

@Yggromath I will look into this this weekend

from xjoy.

Yggromath avatar Yggromath commented on June 17, 2024

thanks dude

from xjoy.

sam0x17 avatar sam0x17 commented on June 17, 2024

@Yggromath so to confirm, you 1) installed the ViGEm Bus Driver, 2) installed Visual C++ Redistributable for Visual Studio 2017 and 3) you have Windows 10?

from xjoy.

Yggromath avatar Yggromath commented on June 17, 2024

Yep

from xjoy.

Isiolith avatar Isiolith commented on June 17, 2024

Hello, I got a similar issue with the message "ucrtbased.dll" and then "vcruntime140d.dll" not found.
Maybe your binary is looking for debug dlls, whereas VisualC++redist only give us the non-debug version ?
Also these 2 dlls seems to be linked to 2015 redist, whereas 2017 redist is asked in the readme.

from xjoy.

Isiolith avatar Isiolith commented on June 17, 2024

I got it working by adding "ucrtbased.dll" and "vcruntime140d.dll" in the XJoy folder

from xjoy.

sam0x17 avatar sam0x17 commented on June 17, 2024

@Yggromath could you try also installing the 2015 redist, and we'll see if that fixes your issue? https://www.microsoft.com/en-us/download/details.aspx?id=48145

from xjoy.

FlaminSarge avatar FlaminSarge commented on June 17, 2024

I'm also getting this issue, seems like it's trying to use the debug dll's for ucrtbase and vcruntime140 instead of the release ones.

from xjoy.

sam0x17 avatar sam0x17 commented on June 17, 2024

Does anyone know what might cause this? I'm building everything in release mode

from xjoy.

FlaminSarge avatar FlaminSarge commented on June 17, 2024

One of the dependencies might be trying to use debug dlls.

from xjoy.

bananakenobi avatar bananakenobi commented on June 17, 2024

same problem here, meh

from xjoy.

bananakenobi avatar bananakenobi commented on June 17, 2024

is there any solution?

from xjoy.

sam0x17 avatar sam0x17 commented on June 17, 2024

Until someone or me can figure out why a dependency is using debug dlls even when I specify release for everything, the solution is to have visual studio 2017 installed on your machine (it's free)

from xjoy.

bananakenobi avatar bananakenobi commented on June 17, 2024

from xjoy.

FlaminSarge avatar FlaminSarge commented on June 17, 2024

As a workaround for these issues on v0.1.5, grab v0.1.4 and copy urctbased.dll and vcruntime140d.dll into the same folder as XJoy.exe.

@DylanHanna can you rename this GitHub issue to "Application attempts to use missing/debug dlls" or something?

from xjoy.

sam0x17 avatar sam0x17 commented on June 17, 2024

I'll just cut another release with those dlls in place again if that is working for people. It's not the proper way to fix this but its much easier than chasing this down.

from xjoy.

sam0x17 avatar sam0x17 commented on June 17, 2024

OK I have re-uploaded the zip for 0.1.5 with the old dlls that were included with 0.1.4, so people should no longer experience this issue. If anyone wants to fix this properly I'd really appreciate it as I do not have any time to devote to this right now.

from xjoy.

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.