On Sun, Jan 18, 2004 at 02:11:22AM +0100, Gerald Pfeifer wrote:
This would have saved me a _lot_ of time late last year. With a memory limit set too low, I would simply get an Abort, both when running Wine itself and `ldd wine-binary`. :-(
This is not really FreeBSD-specific, for Marcus Meissner encountered the problem on SUSE Linux as well; feel free to remove the first condition!
This does not really help, since winewrapper is only used for in-source-tree startup.
Once installed, 'wine' is no longer this shellscript, but an ELF binary.
Ciao, Marcus
On Sun, 18 Jan 2004, Marcus Meissner wrote:
This does not really help, since winewrapper is only used for in-source-tree startup.
Once installed, 'wine' is no longer this shellscript, but an ELF binary.
Of course you're right (I didn't forget our discussion <g>).
Still, this very patch would have saved me at least one hour, probably more in trying to debug things, so I think it's worth getting applied.
Concerning a real installation, perhaps also in that case 'wine', as invoked by the user, should become a shell script performing this test (and, later, perhaps further ones) before invoking the real thing?
Gerald