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

deckmaster doesnt run #19

Closed
fallen1011 opened this issue Apr 30, 2021 · 10 comments
Closed

deckmaster doesnt run #19

fallen1011 opened this issue Apr 30, 2021 · 10 comments
Labels
bug Something isn't working core Deckmaster foundation

Comments

@fallen1011
Copy link

2021-04-29-232520_1726x141_scrot

when i rune deckmaster with any provided sample it doesnt load. i get the following errors.

@muesli
Copy link
Owner

muesli commented Apr 30, 2021

Which version of the Deck is that? Until we implement image scaling, I assume you could work around that issue by resizing the images you reference in the .deck files to 96x96 pixels.

@fallen1011
Copy link
Author

the problem is theres nothing in my deckmaster file that i can tell is calling for a img.

deckmaster-git r70.0a0b293-1

[[keys]]
index = 0
[keys.widget]
id = "button"
[keys.widget.config]
icon = ""
[keys.action]
paste = ""

[[keys]]
index = 1
[keys.widget]
id = "button"
[keys.widget.config]
icon = ""
[keys.action]
paste = ""

[[keys]]
index = 2
[keys.widget]
id = "button"
[keys.widget.config]
icon = ""
[keys.action]
paste = ""

[[keys]]
index = 3
[keys.widget]
id = "button"
[keys.widget.config]
icon = ""
[keys.action]
paste = ""

[[keys]]
index = 4
[keys.widget]
id = "button"
[keys.widget.config]
icon = ""
[keys.action]
paste = ""

[[keys]]
index = 5
[keys.widget]
id = "button"
[keys.widget.config]
icon = ""
[keys.action]
paste = ""

[[keys]]
index = 6
[keys.widget]
id = "button"
[keys.widget.config]
icon = ""
[keys.action]
paste = ""

[[keys]]
index = 7
[keys.widget]
id = "button"
[keys.widget.config]
icon = ""
[keys.action]
paste = ""

[[keys]]
index = 8
[keys.widget]
id = "button"
[keys.widget.config]
icon = ""
[keys.action]
paste = ""

[[keys]]
index = 9
[keys.widget]
id = "button"
[keys.widget.config]
icon = ""
[keys.action]
paste = ""

[[keys]]
index = 13
[keys.widget]
id = "button"
[keys.widget.config]
icon = ""
label = ""
[keys.action]
deck = ""

[[keys]]
index = 14
[keys.widget]
id = "button"
[keys.widget.config]
icon = ""
label = ""
[keys.action]
deck = ""

@muesli
Copy link
Owner

muesli commented Apr 30, 2021

Oh, sorry, I meant which version of the Elgato Streamdeck (the hardware) do you have?

@fallen1011
Copy link
Author

XL, the highest one they sell.

@muesli
Copy link
Owner

muesli commented Apr 30, 2021

Can you try only specifying keys with a valid icon? I think it currently requires one. This should be made optional.

@fallen1011
Copy link
Author

fallen1011 commented Apr 30, 2021

i get the same issue. im using the base assets provided. the only thing that changes in the error is "could not find icon for window" then it list random sting number each time 14680074 as an example

@muesli
Copy link
Owner

muesli commented Apr 30, 2021

Can you try it with an image that's 96x96 pixels of size?

The images in the repo are all 72x72 pixels, which is what the Streamdeck used for its original releases.

@fallen1011
Copy link
Author

same issue i used this as a test. just googled 96x96 img
image

@muesli
Copy link
Owner

muesli commented Apr 30, 2021

Ok, thanks for all the help. I think I see what's going on. Should have a fix for this tonight.

muesli added a commit that referenced this issue May 27, 2021
@muesli
Copy link
Owner

muesli commented May 27, 2021

I can't verify it, but I believe this issue to be fixed in master now.

@muesli muesli closed this as completed May 27, 2021
@muesli muesli added bug Something isn't working core Deckmaster foundation labels Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Deckmaster foundation
Projects
None yet
Development

No branches or pull requests

2 participants