[Bug 52652] Adobe Photoshop 7.0 crashes on startup

WineHQ Bugzilla wine-bugs at winehq.org
Mon Mar 14 08:36:59 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52652

Gabriel Ivăncescu <gabrielopcode at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gabrielopcode at gmail.com

--- Comment #7 from Gabriel Ivăncescu <gabrielopcode at gmail.com> ---
(In reply to Artem S. Tashkinov from comment #5)
> (In reply to Gijs Vermeulen from comment #4)
> 
> > If you want to confirm for sure that
> > 7c76aa05a9d27dd6f5705c4ef90c16862af14f3e causes the issue, you could reset
> > to the commit before, see if it works, if yes, apply the commit again and
> > test if it breaks.
> 
> I've no clue how to build Wine up to this commit excluding it. Your git
> bisect manual doesn't explain how to do that.

You can just checkout the commit in question (you don't have to do this if you
ended at it after bisect though) and then checkout HEAD~1  (HEAD is current
commit, ~1 means one commit prior, ~2 would mean 2 commits prior, etc). e.g.:

git checkout 7c76aa05a9d27dd6f5705c4ef90c16862af14f3e
git checkout HEAD~1

-- 
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.


More information about the wine-bugs mailing list