https://bugs.winehq.org/show_bug.cgi?id=16417
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #8 from François Gouget fgouget@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).