Bug#983242: wine-development recent upgrade (5.6-1?) broke levelator.exe

2021-03-07 Thread Bernhard Übelacker

Dear Maintainer,
this issue might be following upstream bug [1].

Because of that winepath "emits DOS-style instead of
UNIX-style line endings".

Therefore the carriage return character got part of
the filename and could therefore not be found.

This got fixed already in upstream wine-5.7.

Kind regards,
Bernhard

[1] https://bugs.winehq.org/show_bug.cgi?id=48937

# Bullseye/testing amd64 qemu VM 2021-03-07


dpkg --add-architecture i386
apt update
apt dist-upgrade


apt install systemd-coredump sddm xserver-xorg openbox mc ffmpeg sshfs dos2unix



http://www.conversationsnetwork.org/levelator
wget http://cdn.conversationsnetwork.org/LevelatorSetup-2.1.1.exe
md5sum LevelatorSetup-2.1.1.exe 
55b968fc015c11b210be6c1395796d26  LevelatorSetup-2.1.1.exe




apt install wine




export DISPLAY=:0
wine --version
# 5.0.3-3
wine wineboot
wineserver -k

wine LevelatorSetup-2.1.1.exe
wineserver -k


ffmpeg -f lavfi -i "sine=frequency=1000:duration=20" test.wav

WINEPATH=$(winepath --windows /home/benutzer/test.wav)
wine "c:/Program Files (x86)/Levelator/levelator.exe" $WINEPATH
# wine c:/Program Files (x86)/Levelator/levelator.exe Z:\home\benutzer\test.wav
wineserver -k




dpkg --purge wine libwine:amd64 libwine:i386 fonts-wine wine32:i386 wine64
# activate unstable in sources.list
apt update
apt install wine-development






wine --version
wine-5.6 (Debian 5.6-1)
wine wineboot
wineserver -k

WINEPATH=$(winepath --windows /home/benutzer/test.wav)
wine "c:/Program Files (x86)/Levelator/levelator.exe" $WINEPATH
# wine c:/Program Files (x86)/Levelator/levelator.exe Z:\home\benutzer\test.wav

Message Box:
The Conversati...twork Levelator
Can't open the source file: Z:\home\benutzer\test.wav

wineserver -k

winepath --windows /home/benutzer/test.wav | hexdump -C
  5a 3a 5c 68 6f 6d 65 5c  62 65 6e 75 74 7a 65 72  |Z:\home\benutzer|
0010  5c 74 65 73 74 2e 77 61  76 0d 0a |\test.wav..|
001b






dpkg --purge fonts-wine libwine-development:amd64 libwine-development:i386 
wine-development wine32-development:i386 wine64-development





# Cached packages from upstream wine: 
https://dl.winehq.org/wine-builds/debian/dists/buster
mkdir /wine-bin
sshfs -o allow_other,uid=1000,gid=1000 bernhard@...:/wine-bin /wine-bin

mkdir -p /home/bernhard/data/entwicklung/2021/wine
ln -s /wine-bin/wine-git /home/bernhard/data/entwicklung/2021/wine/wine-git


ln -s /wine-bin $HOME/
export PATH_ORIG=$PATH



export 
PATH="$HOME/wine-bin/winehq-devel/winehq-devel_5.5~buster_amd64/opt/wine-devel/bin:$PATH_ORIG"
wine --version
wine-5.5
wine wineboot
wineserver -k
WINEPATH=$(winepath --windows /home/benutzer/test.wav)
wine "c:/Program Files (x86)/Levelator/levelator.exe" $WINEPATH
--> seems to work



export 
PATH="$HOME/wine-bin/winehq-devel/winehq-devel_5.6~buster_amd64/opt/wine-devel/bin:$PATH_ORIG"
wine --version
wine-5.6
wine wineboot
wineserver -k
WINEPATH=$(winepath --windows /home/benutzer/test.wav)
wine "c:/Program Files (x86)/Levelator/levelator.exe" $WINEPATH
--> Can't open the source file: Z:\home\benutzer\test.wav

winepath --windows /home/benutzer/test.wav | hexdump -C
  5a 3a 5c 68 6f 6d 65 5c  62 65 6e 75 74 7a 65 72  |Z:\home\benutzer|
0010  5c 74 65 73 74 2e 77 61  76 0d 0a |\test.wav..|
001b
winepath --windows /home/benutzer/test.wav | dos2unix | hexdump -C
  5a 3a 5c 68 6f 6d 65 5c  62 65 6e 75 74 7a 65 72  |Z:\home\benutzer|
0010  5c 74 65 73 74 2e 77 61  76 0a|\test.wav.|
001a



export 
PATH="$HOME/wine-bin/winehq-devel/winehq-devel_5.7~buster_amd64/opt/wine-devel/bin:$PATH_ORIG"
wine --version
wine-5.7
wine wineboot
wineserver -k
WINEPATH=$(winepath --windows /home/benutzer/test.wav)
wine "c:/Program Files (x86)/Levelator/levelator.exe" $WINEPATH
--> seems to work

winepath --windows /home/benutzer/test.wav | hexdump -C
  5a 3a 5c 68 6f 6d 65 5c  62 65 6e 75 74 7a 65 72  |Z:\home\benutzer|
0010  5c 74 65 73 74 2e 77 61  76 0a|\test.wav.|
001a


https://bugs.winehq.org/show_bug.cgi?id=48937


Bug#983242: wine-development recent upgrade (5.6-1?) broke levelator.exe

2021-02-22 Thread Alex Andreotti
On Mon, Feb 22, 2021 at 11:00:32AM +0100, Berillions wrote:
> Are you sure that it’s a Debian bug ?
> Check the output console to see if it’s not an upstream bug instead of.

I tagged the bug as upstream, perhaps it is.



Bug#983242: wine-development recent upgrade (5.6-1?) broke levelator.exe

2021-02-22 Thread Berillions
Hi,

Are you sure that it’s a Debian bug ?
Check the output console to see if it’s not an upstream bug instead of.

Maxime

Envoyé de mon iPhone

> Le 22 févr. 2021 à 10:00, Alex Andreotti  a écrit :
> 
> On Mon, Feb 22, 2021 at 02:28:12AM +0100, Antoine Le Gonidec wrote:
>>> On Sun, 21 Feb 2021 14:22:19 +0100 Alex Andreotti 
>>>  wrote:
>>> I been using a script to level wav files for more than a year without 
>>> problems, until few day ago, I guess it was the upgrade to version 5.6-1 
>>> but I'm not sure
>> 
>> In bug #983117 there is a series of commands showing how to downgrade to 
>> wine-development 5.5-9:
>> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983117#5
>> 
>> Following it would allow you to check is your issue happens with 5.5-9 too, 
>> or if actually started happening with 5.6-1.
>> 
>> Here is a copy for convenience (all commands as root):
>> 
>> cat > /etc/apt/sources.list.d/snapshot-20201026T024334Z.list << EOF
>> # wine-development 5.5-9
>> # cf. https://snapshot.debian.org/package/wine-development/5.5-9/
>> deb [check-valid-until=no] 
>> https://snapshot.debian.org/archive/debian/20201026T024334Z/ sid main
>> EOF
>> apt update
>> apt install 
>> {libwine-development:{amd64,i386},wine32-development:i386,wine64-development,wine-development}=5.5-9
>> 
> 
> Thanks, I confirm that downgrading to 5.5-9 the problem does not exist, I had 
> already switched to the non -development version which does not have the 
> issue.
> 
> Let me know if I can help.
> 



Bug#983242: wine-development recent upgrade (5.6-1?) broke levelator.exe

2021-02-22 Thread Alex Andreotti
On Mon, Feb 22, 2021 at 02:28:12AM +0100, Antoine Le Gonidec wrote:
> On Sun, 21 Feb 2021 14:22:19 +0100 Alex Andreotti  
> wrote:
> > I been using a script to level wav files for more than a year without 
> > problems, until few day ago, I guess it was the upgrade to version 5.6-1 
> > but I'm not sure
> 
> In bug #983117 there is a series of commands showing how to downgrade to 
> wine-development 5.5-9:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983117#5
> 
> Following it would allow you to check is your issue happens with 5.5-9 too, 
> or if actually started happening with 5.6-1.
> 
> Here is a copy for convenience (all commands as root):
> 
> cat > /etc/apt/sources.list.d/snapshot-20201026T024334Z.list << EOF
> # wine-development 5.5-9
> # cf. https://snapshot.debian.org/package/wine-development/5.5-9/
> deb [check-valid-until=no] 
> https://snapshot.debian.org/archive/debian/20201026T024334Z/ sid main
> EOF
> apt update
> apt install 
> {libwine-development:{amd64,i386},wine32-development:i386,wine64-development,wine-development}=5.5-9
> 

Thanks, I confirm that downgrading to 5.5-9 the problem does not exist, I had 
already switched to the non -development version which does not have the issue.

Let me know if I can help.



Bug#983242: wine-development recent upgrade (5.6-1?) broke levelator.exe

2021-02-21 Thread Antoine Le Gonidec

On Sun, 21 Feb 2021 14:22:19 +0100 Alex Andreotti  
wrote:

I been using a script to level wav files for more than a year without problems, 
until few day ago, I guess it was the upgrade to version 5.6-1 but I'm not sure


In bug #983117 there is a series of commands showing how to downgrade to 
wine-development 5.5-9:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983117#5

Following it would allow you to check is your issue happens with 5.5-9 too, or 
if actually started happening with 5.6-1.

Here is a copy for convenience (all commands as root):

cat > /etc/apt/sources.list.d/snapshot-20201026T024334Z.list << EOF
# wine-development 5.5-9
# cf. https://snapshot.debian.org/package/wine-development/5.5-9/
deb [check-valid-until=no] 
https://snapshot.debian.org/archive/debian/20201026T024334Z/ sid main
EOF
apt update
apt install 
{libwine-development:{amd64,i386},wine32-development:i386,wine64-development,wine-development}=5.5-9



OpenPGP_signature
Description: OpenPGP digital signature


Bug#983242: wine-development recent upgrade (5.6-1?) broke levelator.exe

2021-02-21 Thread Alex Andreotti
Package: wine-development
Version: 5.6-1
Severity: normal
Tags: upstream
X-Debbugs-Cc: alex.andreo...@gmail.com

Dear Maintainer,

   * What led up to the situation?

I been using a script to level wav files for more than a year without problems, 
until few day ago, I guess it was the upgrade to version 5.6-1 but I'm not sure

WINEPATH="$(winepath-development --windows "$TMPWAV")"
wine64-development "$HOME/.wine/drive_c/progs/Levelator/levelator.exe" 
"$WINEPATH"

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

A system upgrade with `apt upgrade`

   * What was the outcome of this action?

When I run the script levelator shows a MessageBox with an error (can't open 
file...)

   * What outcome did you expect instead?

I expect levelator to process the audio file



-- Package-specific info:
/usr/bin/wine points to /usr/bin/wine-stable.

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-3-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages wine-development depends on:
ii  wine32-development  5.6-1
ii  wine64-development  5.6-1

wine-development recommends no packages.

Versions of packages wine-development suggests:
pn  dosbox
pn  exe-thumbnailer | kio-extras  
pn  playonlinux   
pn  q4wine
pn  winbind   
pn  wine-binfmt   
ii  winetricks0.0+20210206-1

Versions of packages libwine-development depends on:
ii  libasound2   1.2.4-1.1
ii  libc62.31-9
ii  libfaudio0   21.02-1
ii  libfontconfig1   2.13.1-4.2
ii  libfreetype6 2.10.4+dfsg-1
ii  libgcc-s110.2.1-6
ii  libglib2.0-0 2.66.7-1
ii  libgphoto2-6 2.5.26-2
ii  libgphoto2-port122.5.26-2
ii  libgstreamer-plugins-base1.0-0   1.18.3-1
ii  libgstreamer1.0-01.18.3-1
ii  liblcms2-2   2.12~rc1-2
ii  libldap-2.4-22.4.57+dfsg-2
ii  libmpg123-0  1.26.4-1
ii  libncurses6  6.2+20201114-2
ii  libopenal1   1:1.19.1-2
ii  libpcap0.8   1.10.0-2
ii  libpulse014.2-1
ii  libtinfo66.2+20201114-2
ii  libudev1 247.3-1
ii  libunwind8   1.3.2-2
ii  libvkd3d11.1-5
ii  libx11-6 2:1.7.0-2
ii  libxext6 2:1.3.3-1.1
ii  libxml2  2.9.10+dfsg-6.3+b1
ii  libz-mingw-w64   1.2.11+dfsg-2
ii  ocl-icd-libopencl1 [libopencl1]  2.2.14-2

Versions of packages libwine-development recommends:
ii  fonts-liberation   1:1.07.4-11
ii  fonts-wine 5.0.3-3
ii  gstreamer1.0-plugins-good  1.18.3-1
ii  libasound2-plugins 1.2.2-2
ii  libgl1-mesa-dri20.3.4-1

Versions of packages libwine-development suggests:
ii  cups-bsd   2.3.3op2-3
ii  gstreamer1.0-libav 1.18.3-1
ii  gstreamer1.0-plugins-bad   1.18.3-1+b1
ii  gstreamer1.0-plugins-ugly  1.18.3-1
ii  ttf-mscorefonts-installer  3.8

Versions of packages wine32-development depends on:
ii  libc62.31-9
ii  libwine-development  5.6-1

wine32-development recommends no packages.

Versions of packages wine32-development suggests:
pn  wine32-development-preloader  

Versions of packages wine64-development depends on:
ii  libc62.31-9
ii  libwine-development  5.6-1

Versions of packages wine64-development recommends:
ii  wine32-development  5.6-1

Versions of packages wine64-development suggests:
pn  wine64-development-preloader  

Versions of packages wine-development is related to:
pn  dxvk 
pn  dxvk-wine32-development  
pn  dxvk-wine64-development  
ii  fonts-wine   5.0.3-3

-- no debconf information