You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've not managed to really use this library because I can't even run JslConnectDevices().
I can build the .exe but running it just produces no output.
I assume the program crashes due to JslConnectDevices() because it runs fine if I remove this line.
But debugging with VSCode doesn't even run the lines before that. And no error message is produced.
I just downloaded the release 2.2.0 and put the JSL directory in my project directory.
I am using the VSCode Debugger with the folllowing builld task (created automatically except the -I,-L,-l args):
I have similar issue:
i have two pairs of joycons:
one from DOBE - JslConnectDevices works fine
one from aliexpress RETROPIE MK-02 - JslConnectDevices freezes my app.
I was having the same problem. I solved it by placing the "JoyShockLibrary.dll" in the same directory as the "main.cpp" file. The "JSL" folder was still there in the main directory of the "main.cpp" file.
Other than that, I had the same configuration as yours and was using the Visual Studio Code.
When building and running the "main.cpp" file within the VS Code, it would just crash without any errors.
Only when I ran the "main.exe" manually by double-clicking it, a Windows dialog box showed up saying that it was unable to find the "JoyShockLibrary.dll".
I have since used the library with two genuine DS4 Controllers, both wired and Bluetooth, and they worked perfectly!
I've not managed to really use this library because I can't even run
JslConnectDevices()
.I can build the .exe but running it just produces no output.
I assume the program crashes due to
JslConnectDevices()
because it runs fine if I remove this line.But debugging with VSCode doesn't even run the lines before that. And no error message is produced.
I just downloaded the release 2.2.0 and put the JSL directory in my project directory.
I am using the VSCode Debugger with the folllowing builld task (created automatically except the
-I
,-L
,-l
args):My Code:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: