|
From: Gwenole B. <gb...@di...> - 2004-02-16 14:21:08
|
On Mon, 16 Feb 2004, Toshimitsu Tanaka wrote:
> The error has occurred here.
> main_unix.cpp:line 587
>
> if (vm_acquire_fixed((char *)RAM_BASE, RAMSize) < 0) {
Ah, probably extra GTK libs are loaded at the same conflicting region? Try
e.g. to make RAM_BASE around 0x10000000.
|