[Bug 16417] Scanning with Photoshop CS does give an error

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 17 04:40:22 CST 2014


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

François Gouget <fgouget at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #8 from François Gouget <fgouget at codeweavers.com> ---
(In reply to Maik Wagner from comment #7)
> Created attachment 50243 [details]
> TWAIN output on wine 1.7.32 openSUSE

Thanks. The logs shows a clear deadlock:
err:ntdll:RtlpWaitForCriticalSection section 0x13f2df0 "?" wait timed out in
thread 0094, blocked by 0084, retrying (60 sec)

The next step to figure this out is to find out what those two threads were
doing when that happened. To do so modify the command to add a '+thread' like
so 'WINEDEBUG=+twain+thread'. Then, when Photoshop deadlocks, leave it hanging
for a full two minutes, and normally you should get a backtrace of all its
threads.


> I tried again but then Photoshop wouldn't even start. An Adobe-specific
> "unrecoverable error" occurred apparently.

Maybe there was still a Photoshop process running that caused the new one to
fail. Try 'wineserver -k' and then check if there are still wine processes
running with something like 'ps | egrep "(wine|\\.exe)"' (as a last resort a
reboot would do the trick but that's longer and more disruptive).

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