https://bugs.winehq.org/show_bug.cgi?id=54024
Bug ID: 54024 Summary: Memory Conty Installer stop working Product: Wine Version: 4.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: guillere@adinet.com.uy Regression SHA1: fb7f937305f9242c675d4ff9a7976cf121710159 Distribution: Debian
Memory Conty Installer stop whit the error: "Error de ejecución en la instalación: Cannot open AVI"
This problem was introduced in wine-4.4 (and still present in wine-7.22)
guille@goku:~/src/wine$ git bisect good fb7f937305f9242c675d4ff9a7976cf121710159 is the first bad commit commit fb7f937305f9242c675d4ff9a7976cf121710159 Author: Michael Müller michael@fds-team.de Date: Wed Mar 6 08:57:40 2019 +0100
msvidc32: Fix calculation of stride and size.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=23175 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=25180 Signed-off-by: Vijay Kiran Kamuju infyquest@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/msvfw32/tests/msvfw.c | 39 +++++++++++++++++++++++++++++++++++++++ dlls/msvidc32/msvideo1.c | 34 +++++++++++++++++++++++++--------- 2 files changed, 64 insertions(+), 9 deletions(-)
About Memory Conty: is an accounting program from Memory company Homepage: https://memory.com.uy/conty/
A installer for Memory Conty can be found in this link: http://soporte.memory.com.uy/index.php?/News/NewsItem/View/16
https://bugs.winehq.org/show_bug.cgi?id=54024
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression
https://bugs.winehq.org/show_bug.cgi?id=54024
--- Comment #1 from Rafał Mużyło galtgendo@o2.pl --- So, I'm not familiar with msvidc32 code and not sure if I'm looking at the correct file (I didn't run the installer, just unpacked it), but the one avi file I found inside seems to have following properties:
ffprobe:
Input #0, avi, from 'blue.avi': Duration: 00:00:02.00, start: 0.000000, bitrate: 413 kb/s Stream #0:0: Video: rawvideo, bgr24, 107x31, 10 fps, 10 tbr, 10 tbn, 10 tbc
gst-discoverer-1.0:
Properties: Duration: 0:00:02.000000000 Seekable: yes Live: no container #0: Audio Video Interleave (AVI) video #1: Microsoft Video 1 Stream ID: 2b419b5dc176f727bae108c00b27d1ac6d709274667d40e7876b974104c14fb6/001 Width: 107 Height: 31 Depth: 15 Frame rate: 10/1 Pixel aspect ratio: 1/1 Interlaced: false Bitrate: 401760 Max bitrate: 0
Given the mentioned commit, most likely the depth is the problem.
https://bugs.winehq.org/show_bug.cgi?id=54024
--- Comment #2 from Sven Baars sven.wine@gmail.com --- I had a quick look. The code in msvidc32 actually seems to be correct. It returns an error because the bitcount is set to 24. It gets called from comctl32, however, so something must be wrong there.
https://bugs.winehq.org/show_bug.cgi?id=54024
temp82@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |temp82@luukku.com
--- Comment #3 from temp82@luukku.com --- still an issue wine 8.0rc1.