"Directory cannot be accessed" with CLI switch under WINE

Hi,

I have been using Mp3tag for many years with Linux/WINE and hats off to you guys, cause its worked without issue for a long time.

Recently I updated to 2.9x and started getting a "Directory cannot be accessed" error when opening a folder via the command line. If I roll back to 2.83 it works again.

image

The command I'm using:
#!/bin/bash

export DISPLAY=:0

if [[ -f $1 ]]; then
  echo "is filename"
  1=$(dirname $1)
fi

wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Mp3tag/Mp3tag.exe  /fp:"$1"

I'm running Mp3tag on Ubuntu x86 18.04 with WINE 4.0

Any ideas on how to fix this?

Can you check what is displayed in the directory field on the Tag Panel or the window caption if you open this directory from within Mp3tag?

Hi,

When loading the folder via the MP3tag open folder gui I navigate to the linux folder structure, eg: /mnt/music/Triple J Hottest 100 Volume 24 2016

v2.83:
image

v2.93:
image