Running sample code shows no output #2008
Unanswered
Wosler-Menna
asked this question in
Q&A
Replies: 1 comment
-
Hi Menna, I haven't before seen such an error. Based on what I found online, it seems like a Windows .NET installation/version issue. Here's a stackoverflow post with more info. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I set up kinesis on windows 10 with visual studio community 2022 and after it builds without errors I tried running the sample code through
.\kvsWebrtcClientMaster.exe testchannel
but it quits immediately without printing any outputs or errors. Did anyone face a similar problem?When running with gdb through this command:
gdb --args .\kvsWebrtcClientMaster.exe testchannel
This is the output I get:
Beta Was this translation helpful? Give feedback.
All reactions