Peter Riocreux wrote:
In fact I spoke too soon - the "Notify Error" multiplied in one (of v. many) runs and it got itself in an loop that seemed to be headed for infinite status, repeating the message:
Notify Error: 1-Shm76 0xbf118b78 6
Any ideas where it even comes from?
Many thanks to Mike (and Mike?) for the work on the patch.
You might try:
ulimit -s unlimited
and then run wine in the same shell (ulimit is inherited from the parent process). Other than that, you'd have to make a relay trace and see what the program is trying to do that is failing.
Thanks for helping test the patches.
Mike