https://bugs.winehq.org/show_bug.cgi?id=40119
Bug ID: 40119 Summary: Irfanview 4.x: selection cursor is not correctly aligned Product: Wine Version: 1.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: Ulf.Zibis@gmx.de Distribution: ---
- select an area in an image - correct the selection by dragging the left selection border to another position --> the double-ended arrow cursor ofen is not correctly aligned with the selection border I guess this happens, when the image is zoomed.
https://bugs.winehq.org/show_bug.cgi?id=40119
--- Comment #1 from Ulf Zibis Ulf.Zibis@gmx.de --- Using IrfanView 4.41 32-bit on Ubuntu 15.04.
https://bugs.winehq.org/show_bug.cgi?id=40119
--- Comment #2 from Artem S. Tashkinov aros@gmx.com --- (In reply to Ulf Zibis from comment #0)
- select an area in an image
- correct the selection by dragging the left selection border to another
position --> the double-ended arrow cursor ofen is not correctly aligned with the selection border I guess this happens, when the image is zoomed.
Could you recheck this in Wine-4.7 please?
https://bugs.winehq.org/show_bug.cgi?id=40119
Ulf Zibis Ulf.Zibis@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Ulf.Zibis@gmx.de
--- Comment #3 from Ulf Zibis Ulf.Zibis@gmx.de --- (In reply to Artem S. Tashkinov from comment #2)
Could you recheck this in Wine-4.7 please?
I'm on Ubuntu 18.04 and I'm not able to correctly install a newer version than 3.0 from the distro. I did: $ sudo apt purge wine-stable $ sudo apt autoremove --purge $ sudo dpkg --add-architecture i386 $ wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add - $ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' && sudo apt update $ sudo apt install --install-recommends winehq-stable winetricks $ wine ~/.wine/drive_c/Program\ Files/IrfanView/i_view64.exe ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. wine: '/home/ich/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver.
https://bugs.winehq.org/show_bug.cgi?id=40119
--- Comment #4 from Ulf Zibis Ulf.Zibis@gmx.de --- The only working install routine is: $ sudo apt-get install wine-stable $ sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32 ... witch results in: $ wine --version ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. wine-3.0 (Ubuntu 3.0-1ubuntu1)
https://bugs.winehq.org/show_bug.cgi?id=40119
--- Comment #5 from Ulf Zibis Ulf.Zibis@gmx.de --- So bug 45557 is still valid.
Back to the concern of this bug: Since wine 3.0, the faulty behaviour occurs much lesser than before, but it still occurs sometimes in consequence of zooming.
https://bugs.winehq.org/show_bug.cgi?id=40119
--- Comment #6 from Artem S. Tashkinov aros@gmx.com --- Is this still an issue with Wine 7.6?
https://bugs.winehq.org/show_bug.cgi?id=40119
Ulf Zibis Ulf.Zibis@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WORKSFORME
--- Comment #7 from Ulf Zibis Ulf.Zibis@gmx.de --- I think since version 5 this bug is gone / appears very rarely. So I think, I can close the bug. If I see it again, I can reopen.
https://bugs.winehq.org/show_bug.cgi?id=40119
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=40119
Ulf Zibis Ulf.Zibis@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |--- Status|CLOSED |UNCONFIRMED
--- Comment #9 from Ulf Zibis Ulf.Zibis@gmx.de --- The bug is still there under rare conditions. Ubuntu 22.04 Wine: wine-8.0.1 IrfanView: 4.62 64 bit
Conditions here: - screen size: 1680 x 1050 - TIFF image (here multi page) 2338 x 1685, b/w, 50 dpi, Compression: Fax G4 How to reproduce: - Open TIFF image with IrfanView with "Fit in Window", so zoom factor is 56.2 %. - With "Information" change dpi from 50 x 50 to 200 x 200. - select area with mouse: 199,35 ; 2099 x 1476 (shown in window title bar). - Set zoom to 100 %. - Move slider to right to see the right image border. - Drag to right selection border, so it is 199,35 ; 2100 x 1476. - Set zoom to 50 %. --> From here the mouse pointer is no more aligned with the vertical selection borders. - Crop selection (Ctrl+Y) --> From now on the mouse pointer is still no more aligned with the vertical selection borders when doing a new selection. --> Even after loading another image, the problem still remains. Only restart of IrfanView corrects the problem.
If you can't reproduce the problem, please try several times, as sometimes the problem doesn't occur.