[Bug 15526] New: PhotoImpact hangs when editing text
http://bugs.winehq.org/show_bug.cgi?id=15526 Summary: PhotoImpact hangs when editing text Product: Wine Version: 1.1.5 Platform: PC OS/Version: Windows XP Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: michael.gebert(a)gmail.com Created an attachment (id=16482) --> (http://bugs.winehq.org/attachment.cgi?id=16482) Tail part of the console before PhotoImpact hung Attempting to edit text renders PhotoImpact unresponsive. This behavior is not new to 1.1.5 and has been around from 1.0.0. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=15526 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Windows XP |Linux -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=15526 --- Comment #1 from Lei Zhang <thestig(a)google.com> 2008-10-07 19:27:18 --- What version of PhotoImpact? Is there a downloadable demo with the same problem? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=15526 --- Comment #2 from Michael <michael.gebert(a)gmail.com> 2008-10-07 21:33:19 --- (In reply to comment #1)
What version of PhotoImpact? Is there a downloadable demo with the same problem?
This is the trial version of Photoimpact X3 (Corel's website goes to this link eventually): http://www.download.com/Corel-PhotoImpact/3000-2192_4-10016652.html?part=dl-... With that said, I went through and installed this trial version on a fresh copy of wine and could not start it up. The trial is just supposed to be a 30-day trial but something is very different. Wine reported the following and stopped: wine Iedit.exe err:module:import_dll Library u32Prod.dll (which is needed by L"C:\\Program Files\\Corel\\PhotoImpact X3\\Iedit.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Corel\\PhotoImpact X3\\Iedit.exe" failed, status c0000135 Is there a way we can work around this? Maybe I can do some sort of further test to assist you? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=15526 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-10-08 17:46:30 --- (In reply to comment #2)
(In reply to comment #1)
What version of PhotoImpact? Is there a downloadable demo with the same problem?
This is the trial version of Photoimpact X3 (Corel's website goes to this link eventually): http://www.download.com/Corel-PhotoImpact/3000-2192_4-10016652.html?part=dl-...
With that said, I went through and installed this trial version on a fresh copy of wine and could not start it up. The trial is just supposed to be a 30-day trial but something is very different. Wine reported the following and stopped:
wine Iedit.exe err:module:import_dll Library u32Prod.dll (which is needed by L"C:\\Program Files\\Corel\\PhotoImpact X3\\Iedit.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Corel\\PhotoImpact X3\\Iedit.exe" failed, status c0000135
Is there a way we can work around this? Maybe I can do some sort of further test to assist you?
Did it install that file? Can you try regsvr32'ing it? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=15526 --- Comment #4 from Michael <michael.gebert(a)gmail.com> 2008-10-08 22:25:50 --- (In reply to comment #3)
Did it install that file? Can you try regsvr32'ing it?
The file did not seem to install on the demo of PhotoImpact on Wine. That file does exist when installing the demo of PhotoImpact on Windows. I also tried a few different approaches: - I copied the missing dll file from my Windows disk and wine reported another dll file missing. - In an act of desperation I replaced the wine version of the Corel folder with the Corel folder from windows containing the trial version and wine reported yet another dll file missing: err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\\Program Files\\Corel\\PhotoImpact X3\\Iedit_.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Corel\\PhotoImpact X3\\Iedit_.exe" failed, status c0000135 Searching my Windows disk for this new file reported: ./WINDOWS/system32/msvcp60.dll ./WINDOWS/WinSxS/x86_Microsoft.Tools.VisualCPlusPlus.Runtime-Libraries_6595b64144ccf1df_6.0.0.0_x-ww_ff9986d7/msvcp60.dll ./WINDOWS/WinSxS/x86_Microsoft.Tools.VisualCPlusPlus.Runtime-Libraries_6595b64144ccf1df_6.0.9792.0_x-ww_08a6620a/msvcp60.dll ./WINDOWS/ServicePackFiles/i386/msvcp60.dll ./WINDOWS/$NtServicePackUninstall$/msvcp60.dll I copied the Windows disk msvcp60.dll into the wine windows/system32 folder and was able to get the demo working. And then I could create a new file, edit some text and reproduce the hanging situation with the demo. So in summary: steps to repeat: 1) Install the demo on Windows 2) Install the demo on Linux with Wine 3) Replace the Program Files/Corel folder in wine with the one in Windows 4) Copy the Windows WINDOWS/system32/msvcp60.dll into the associated Wine path 5) Start the demo and press the try button 6) Create a few file and try creating some text with the text tool Sorry for the long response, but I kept all the other steps in this message as I'm wondering if I should create a problem report against the trial version of PhotoImpact X3 as well. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=15526 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-10-09 00:02:55 --- (In reply to comment #4)
(In reply to comment #3)
Did it install that file? Can you try regsvr32'ing it?
The file did not seem to install on the demo of PhotoImpact on Wine. That file does exist when installing the demo of PhotoImpact on Windows.
I also tried a few different approaches: - I copied the missing dll file from my Windows disk and wine reported another dll file missing. - In an act of desperation I replaced the wine version of the Corel folder with the Corel folder from windows containing the trial version and wine reported yet another dll file missing: err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\\Program Files\\Corel\\PhotoImpact X3\\Iedit_.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Corel\\PhotoImpact X3\\Iedit_.exe" failed, status c0000135
$ wget kegel.com/winetricks $ sh winetricks vcrun6 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=15526 --- Comment #6 from Michael <michael.gebert(a)gmail.com> 2008-10-09 22:03:48 --- (In reply to comment #5)
$ wget kegel.com/winetricks $ sh winetricks vcrun6
I was able to reproduce the problem using winetricks and the demo version of Corel PhotoImpact X3. The hanging is identical in behavior as the retail version. I should point out; however, that the retail version doesn't need winetricks. The simplified steps then should be: 1) Install the demo on Linux with Wine and Winetricks 2) Start the demo and press the try button 3) Create a new file and try creating some text with the text tool -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=15526 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=15526 --- Comment #7 from Michael <michael.gebert(a)gmail.com> 2009-04-05 21:35:55 --- Problem still exists in Wine 1.1.18. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=15526 feisty <b749805(a)tyldd.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |b749805(a)tyldd.com --- Comment #8 from feisty <b749805(a)tyldd.com> 2009-07-28 22:03:57 --- wine-1.1.26, Ubuntu 9.04 w/karmic alpha kernel 2.6.31-4-generic: Tested on Photoimpact 8 & 10, also getting the same problem - CPU resource consumed 100% and hangs when editing text. You can still type the text out though, but it hangs almost immediately after text is inputed. I couldn't find any error messages from the console. However, I don't need any winetricks or other special configurations in order to install and run the Photoimpact, most of the function seems working perfectly except the text input problems, also, the file saving problems (creating garbage file names after saved an image file) seems fixed since wine 1.1.26 (not fully tested about it) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=15526 Michael <michael.gebert(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Michael <michael.gebert(a)gmail.com> 2009-12-27 14:37:21 --- I tried again using wine 1.1.35 and the PhotoImpact no longer hangs when editing text. I tried many times with different textures and effects, and none caused the system to hang anymore. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=15526 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-09 04:56:05 --- Closing bugs fixed in 1.1.36. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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)
-
wine-bugs@winehq.org