Hello,
I'm using 13.2-RELEASE, and I'm trying to run an old (1996) Windows program in Wine. I'm installing it from CD. During installation, Wine crashes with the following error message:
I was trying to set the limit to unlimited with
I'm using 13.2-RELEASE, and I'm trying to run an old (1996) Windows program in Wine. I'm installing it from CD. During installation, Wine crashes with the following error message:
Code:
Data segment size exceeds process limit
ulimit -d
shows that my process limit is 33554432 kilobytes, that's 32GB. I find it difficult to believe this is not enough for a program from 1996. Is this another bug in Wine?I was trying to set the limit to unlimited with
ulimit -H -d unlimited
as root, just to see what happens, but it didn't change the value. Can anyone advise what to do?