Bas Kloet wrote:
I've got the exact same problem and ran wine with "+x11drv,+bitmap,+seh" for you and saved it to a log file. It is > 15000 lines so I didn't want to paste it in this mail, but I put it online at: http://newton.luon.net/~bas/Wine_debug.log
It shows that at some point, it's creating an XShmPixmap of size 8416x32 (after already having created two others of size 4208x16). It is probably reasonable to assume you run out of shared-memory resources at this point, while I don't. (Rebooting (or using "ipcrm" carefully) may be necessary to reclaim shared-memory resources in some cases.)
I can see that oversized DIB sections are created for me too (up to 15808x32), but that I seem to have enough memory to accommodate them. So I think I'm going to treat this as a normal Wine regression, of the kind that happens now and then. That means that I can assume I don't have a problem with my build system, but can confidently proceed to package the next release, in the hope they fixed the problem you're having.
(If not, I guess I'll notify them of the problem. It seems nontrivial to fix myself, as these large DIB sections are created by the imagelist code on behalf of the shell's icon cache, which loads all the shell icons on startup.)
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]