Xirg / docker-mp3tag

MP3Tag v3.05 in docker basen on linuxserver docker-baseimage-guacgui
GNU General Public License v3.0
23 stars 1 forks source link

ShellExecuteEx failed: Path not found #2

Open morganzero opened 2 years ago

morganzero commented 2 years ago

Hey, been trying to get this up and running. I do see the UI and after I click install I see this in docker logs

Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Path not found.

Any ideas what should be done?

SgtBatten commented 2 years ago

Also seeing the same thing in my logs.

All i see is a black screen but i did see the prompt to install wine as expected on first access. I can right click and get a menu but not much i can do with it image

I am trying to get this running in unraid.

robflate commented 1 year ago

Did you ever get this fixed? Having the same issue.

Mega349 commented 1 year ago

same problem...

ethanopp commented 1 year ago

Also having same problem - @Xirg is this repo still being maintained?

resuarez commented 1 year ago

Same thing, :(

stxmqa commented 9 months ago

Same issue here. If anyone got around this please share.

stxmqa commented 9 months ago

I see this failure to capture DISPLAY1:

mp3tag  | 01bc:err:x11settings:X11DRV_EnumDisplaySettingsEx Failed to get L"\\\\.\\DISPLAY1" current display settings.
mp3tag  | 01bc:err:x11settings:X11DRV_EnumDisplaySettingsEx Failed to get L"\\\\.\\DISPLAY1" current display settings.
mp3tag  | 01bc:err:x11settings:X11DRV_EnumDisplaySettingsEx Failed to get L"\\\\.\\DISPLAY1" current display settings.
mp3tag  | 01bc:err:x11settings:X11DRV_EnumDisplaySettingsEx Failed to get L"\\\\.\\DISPLAY1" current display settings.
mp3tag  | Application could not be started, or no application associated with the specified file.
mp3tag  | ShellExecuteEx failed: Path not found.
stxmqa commented 9 months ago
❯ docker exec -it mp3tag /bin/sh
# xrandr
Can't open display

Same with xrandr -q.

stxmqa commented 9 months ago

Found something more. Despite getting the Wine installation prompt, it's not installed where it is expected

# pwd
/config/.wine/drive_c/Program Files (x86)
# ls
'Common Files'  'Internet Explorer'  'Windows Media Player'  'Windows NT'

Any clues where it might have been installed?