-
Notifications
You must be signed in to change notification settings - Fork 45
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
Comments
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. |
Let’s work on a fix after the Christmas holiday JeffOn Dec 25, 2022, at 09:23, HoLLy ***@***.***> wrote:
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.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
It looks like I get the same error but I am on a Windows machine. "System.ArgumentException: commandLineArgs must be the commandline args that the StreamDeck application calls this program with." |
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 |
Same issue with just windows unfortunately. No crash logs. Same error if I just try to start the plugin. |
I have the same issue with the 'commandLineArgs must be the....' ArgumentException. |
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."
The text was updated successfully, but these errors were encountered: