[Bug 52768] New: IrfanView can't open images with context menu resulting in a black screen
https://bugs.winehq.org/show_bug.cgi?id=52768 Bug ID: 52768 Summary: IrfanView can't open images with context menu resulting in a black screen Product: Wine Version: 7.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: mo78(a)abv.bg Distribution: --- Hello, As of v.7.5 IrfanView can't open images from the context menu when this workaround is used: QUICKPARLOCATION="/path/to/i_view32.exe" PARAM=`winepath -w "$*"` wine "$QUICKPARLOCATION" "$PARAM" & exit 0 The program starts normally but with a black screen instead of the image. It's working fine with all previous Wine versions. Without this workaround there's no context menu to open images and it isn't in the list of available image handling programs, despite of the fact "Association with images" is selected during install. Executing this script doesn't give any useful output so I don't know how to give you any. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52768 mo78(a)abv.bg changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED CC| |mo78(a)abv.bg --- Comment #1 from mo78(a)abv.bg --- I found another script and it's working fine with it: #!/bin/sh IRFANVIEW="/path/to/i_view32.exe" ROOT_DRIVE="Z:\\" for arg do wine "$IRFANVIEW" "${ROOT_DRIVE}$(echo "$arg" | sed 's/\//\\/g')" done -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52768 temp82(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |temp82(a)luukku.com --- Comment #2 from temp82(a)luukku.com --- closing as fixed should be used only when something got fixed in wine. this is not the case. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52768 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Resolution|FIXED |INVALID --- Comment #3 from Zeb Figura <z.figura12(a)gmail.com> --- Nothing was fixed in Wine. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla