Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elgato Stream Deck 6.0.1 on mac M1 #184

Open
trumanus opened this issue Dec 9, 2022 · 6 comments
Open

Elgato Stream Deck 6.0.1 on mac M1 #184

trumanus opened this issue Dec 9, 2022 · 6 comments

Comments

@trumanus
Copy link

trumanus commented Dec 9, 2022

StreanDeckToolkit stop to works with Stream deck 6.x on mac os

Updateting to net core 7 and elgato stream deck 6.x you have this erro

"commandLineArgs must be the commandline args that the StreamDeck application calls this program with."

@holly-hacker
Copy link

I just got a new Stream Deck mk1 and I get the same error on windows, using software version 6.0.2 and a fresh install of the template. It seems that the plugin just gets launched by the IDE, without passing in the required cli args.

@csharpfritz
Copy link
Collaborator

csharpfritz commented Dec 25, 2022 via email

@danielmellqvist
Copy link

It looks like I get the same error but I am on a Windows machine.
I tried to create the plugin in .NET 6 and .NET 7 but get the same error when I try to run the plugin (with the debugger in Visual Studio).

"System.ArgumentException: commandLineArgs must be the commandline args that the StreamDeck application calls this program with."

@christianaschoff
Copy link

christianaschoff commented Feb 26, 2023

same here - plug in was working on streamdeck on windows with latest version, but not working on mac os. i made my m2 mac my streaming machine instead of my windows 10 machine, but my plugin (that worked on my old mac with older streamdeck version) stopped working on the new arm mac just giving me the 'yellow exclaimationmark' on my streamdeck, when pressing the button. No call to the plugin is made as far as i can see. Tried with lastest version 6.0.5

@viraptor
Copy link

Same issue with just windows unfortunately. No crash logs. Same error if I just try to start the plugin.
I'll try digging some more, but for now just confirming the failure.

@fordnix
Copy link

fordnix commented Sep 25, 2023

I have the same issue with the 'commandLineArgs must be the....' ArgumentException.
Windows 10, VS2022 17.7, .NET 7, StreamDeck 6.3.0.18948
Running debug in IDE, in call to ConnectionManager.Initialize() method, args array is empty...???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants