From: Toshimitsu T. <t_t...@db...> - 2004-02-16 13:24:40
|
Hello. On 2004/02/16, at 2:50, Gwenole Beauchesne wrote: >> However, after clicking the "Start" button, >> SheepShaver says "Cannot map RAM:Unknown error:0". > > Does it work without the GUI with those settings? It could be that the > GUI hasn't saved the RAM prefs thus defaulting to 0 RAM size and > failing? The GTK+ is enabled and when "--nogui true" option is specified, same error occurs. But, when GTK+ is disabled, SheepShaver works with same prefs file. The error has occurred here. main_unix.cpp:line 587 if (vm_acquire_fixed((char *)RAM_BASE, RAMSize) < 0) { sprintf(str, GetString(STR_RAM_MMAP_ERR), strerror(errno)); ErrorAlert(str); goto quit; } --- Toshimitsu Tanaka t_t...@db... http://homepage3.nifty.com/toshi3/index.html |