Moritz Schaal
Moritz Schaal
Same issue here. Unfortunately when i run the docker container with user permissions (in docker compose: user: "${UID:-1000}:${GID:-1000}") i got the same error. When deleted this flag, it works :)
Actually the default configuration you can find starting from line 73 were the variables are defined. But this properties only set, if the user does not have already this property...
With the new API is a little bit tricky :) You do not need to download cnc files from API yourself this is done in update patch step. Since d2launcher...
Indeed, thats the only things do modify. And if the provided cnc files/version from API do not work with linux we should talk to @whistmxl for seperated api endpoint for...
Yes, but without success :-( Do you have a working solution?
@GnomeBeans Thank you, I can confirm that it works well. In next release, ddraw settings and an option to run custom exe file inside from wineprefix will be added.
also this is an interested project: https://github.com/bayaraa/d2gl
The features (ddraw settings & run exe) are implemented in the new release: [3.6.3](https://github.com/murkl/d2launcher/releases/tag/3.6.3) Also linked @GnomeBeans instruction to documentation: https://github.com/murkl/d2launcher#documentation 
Addional info about cnc from Median XL API: https://github.com/murkl/d2launcher/issues/13#issuecomment-1902114420
I'am using Lutris (Flatpak) and can launch Lutris games from RetroDeck (Flatpak) with this command (from desktop file): `Exec=flatpak-spawn --host flatpak run net.lutris.Lutris lutris:rungameid/11` On Arch you will need this...