[Bug 11648] New: Photoshop CS (8.0) application problems
http://bugs.winehq.org/show_bug.cgi?id=11648 Summary: Photoshop CS (8.0) application problems Product: Wine Version: 0.9.54. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: danielteichman(a)gmail.com CC: danielteichman(a)gmail.com Installed Photoshop CS 8 and logged output of Photoshop.exe (post-installation) to file. Attached. Program exits with error message about an unrecoverable hardware error. EDIT: After installing multiple items from ./winetricks and applying an activation crack I have the application running, but workspace vanishes from any user activity. The occurs with and without a WINE virtual desktop. -- 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=11648 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2008-02-19 13:39:53 --- Probably a dup of 9623. This was a good kick in the pants for me to start updating the HOWTOs in the appdb. I've done this now for CS. Daniel, would this have prevented your problem? http://appdb.winehq.org/objectManager.php?sClass=version&iId=1815 -- 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=11648 --- Comment #2 from Daniel Teichman <danielteichman(a)gmail.com> 2008-02-19 14:18:19 --- (In reply to comment #1)
Probably a dup of 9623.
This was a good kick in the pants for me to start updating the HOWTOs in the appdb. I've done this now for CS. Daniel, would this have prevented your problem? http://appdb.winehq.org/objectManager.php?sClass=version&iId=1815
I have all the Windows corefonts installed. That would not have helped. I actually managed to get CS8 to open a file, but the workspace vanishes,. All attempts to get the workspace dialogs back result in nothing or an application freeze. It's unusable (garbage). -- 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=11648 --- Comment #3 from Daniel Teichman <danielteichman(a)gmail.com> 2008-02-19 14:35:47 --- (In reply to comment #1)
Probably a dup of 9623.
This was a good kick in the pants for me to start updating the HOWTOs in the appdb. I've done this now for CS. Daniel, would this have prevented your problem? http://appdb.winehq.org/objectManager.php?sClass=version&iId=1815
Would it help if I re-installed and logged all fixmes? -- 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=11648 --- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-02-19 14:57:56 --- Let's reset to a known state, just for debugging. Please try this: cd $HOME rm -rf .wine (or mv .wine .wine.old) wget http://kegel.com/wine/winetricks sh winetricks vcrun9 corefonts and then install Photoshop CS. It should just work. Let me know what happens. -- 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=11648 Daniel Teichman <danielteichman(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #5 from Daniel Teichman <danielteichman(a)gmail.com> 2008-02-19 16:37:42 --- (In reply to comment #4)
Let's reset to a known state, just for debugging. Please try this:
cd $HOME rm -rf .wine (or mv .wine .wine.old) wget http://kegel.com/wine/winetricks sh winetricks vcrun9 corefonts
and then install Photoshop CS. It should just work. Let me know what happens.
$mv .wine .wine.old $winecfg $rm winetricks $wget http://kegel.com/wine/winetricks $chmod u+x winetricks $sh winetricks corefonts Your winetricks script doesn't have an option for 'vcrun9'. NOTE: vcrun6 is not in the HOWTO $sh winetricks vcrun6 $cd PHOTOSHOPCS8 $wine SETUP.EXE There are a few fixmes in the terminal, but installation proceeds normally. Activation proceeds normally. $wine Photoshop.exe Weird graphics issue... I'm going to run it in a virtual desktop. $winecfg $wine Photoshop.exe Prompt to change color settings -> "No" Startup dialog displays. -> close OK... I can open a file... did some edits. Still having a bug where my workspace vanished to the window behind everything... I'll try with my 1024x720 virtual desktop size (I was using 800x600 too small?) $winecfg $wine Photoshop.exe WORKS GREAT! YOU ARE A GOD! Workspace doesn't move behind Photoshop window... fonts are a little messed up though. Is this because they aren't the versions that come with Windows? I think that "$sh winetricks vcrun6" fixed it... needs to go in the HOWTO. -- 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=11648 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID --- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-02-19 17:10:08 --- Sorry about the fumblefingers (9 -> 6 typo). The font is what fixes the activation problem; the vcrun6 just fixes a "can't run installer at all" problem. I will add it to the howto, though. Changing resolution to 'invalid' since it's not a bug in wine per se. -- 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=11648 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Dan Kegel <dank(a)kegel.com> 2008-02-19 17:10:31 --- Closing invalid. -- 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