If e-uae is built without the gtk flag being set, when run it displays the message "Failed to initialize the GUI" and exits. chris@zulu ~ $ e-uae E-UAE 0.8.28 Build date: Jun 18 2006 13:58:26 X11GFX: Initialized. Found 0 joystick(s) X11GFX: Raw key-mapping disabled. Opening cfgfile '/home/chris/.uaerc'...failed Opening cfgfile '.uaerc'...failed Testing the RDTSC instruction ... done. TSC frequency: 2092.000000 MHz Testing system sleep function..... Average duration of a 1ms sleep: 3 ms Found 0 joystick(s) X11GFX: Raw key-mapping disabled. Failed to initialize the GUI Failed to load Kickstart image 'kick.rom' No disk in drive 0. Building CPU table for configuration: 68000 prefetch 24-bit addressing 1866 CPU functions Building CPU function table, 44736 opcodes (0 1 1). JIT: Max CPUID level=1 Processor is AuthenticAMD JIT: have_cmov=1, have_rat_stall=1 JIT: Setting signal handler JIT: Building Compiler function table JIT: Supposedly 42108 compileable opcodes! Using 16 bit visual, 16 bits per pixel Using MIT-SHM extension. Sound driver found and configured for 16 bits at 44100 Hz, buffer is 8192 bytes DMACON: 0 INTENA: 0 INTREQ: 0 VPOS: 0 HPOS: 0 COP1LC: 00000000, COP2LC: 00000000 COPPTR: 00000000 DIWSTRT: 0000 DIWSTOP: 0000 DDFSTRT: 0000 DDFSTOP: 0000 BPLCON 0: 0000 1: 0000 2: 0000 3: 0000 4: 0000 NATMEM: Failure to find mapping at 0xa807f80 NATMEM: Failure to find mapping at 0xa79d1008 NATMEM: Failure to find mapping at 0xa7ad3008 NATMEM: Failure to find mapping at 0xa7a52008 X11GFX: Initialized. Found 0 joystick(s) X11GFX: Raw key-mapping disabled. Failed to initialize the GUI DMACON: 0 INTENA: 0 INTREQ: 0 VPOS: 0 HPOS: 0 COP1LC: 00000000, COP2LC: 00000000 COPPTR: 00000000 DIWSTRT: 0000 DIWSTOP: 0000 DDFSTRT: 0000 DDFSTOP: 0000 BPLCON 0: 0000 1: 0000 2: 0000 3: 0000 4: 0000 chris@zulu ~ $ Portage 2.1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r3, 2.6.16-gentoo-r9 i686) ================================================================= System uname: 2.6.16-gentoo-r9 i686 AMD Athlon(tm) XP 2600+ Gentoo Base System version 1.6.14 ccache version 2.3 [enabled] dev-lang/python: 2.4.2 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: 2.3 dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 sys-devel/binutils: 2.16.1-r2 sys-devel/gcc-config: 1.3.13-r2 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=athlon-xp -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="-O2 -march=athlon-xp -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LINGUAS="en" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/my_overlay" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 3dnow 3dnowext X aac alsa apache2 apm arts asf avi berkdb bitmap-fonts bzip2 cairo cdparanoia cli cpudetection crypt cups cvs dri dts dvb dvbplayer dvd eds emboss encode fam firefox foomaticdb gdbm gif glitz gpm gstreamer gtk2 hal imlib ipv6 isdnlog jack jpeg jumpplay kde kdeenablefinal kdexdeltas libg++ libwww mad mikmod mmx mmxext modplug mp3 mpeg ncurses nls nowebdav nptl ogg opengl pam pcre pdflib perl png portaudio pppd python qt quicktime readline real reflection ruby sdl session sid spell spl sql sse sse2 ssl subversion tcpd truetype truetype-fonts type1-fonts udev vorbis win32codecs xcomposite xinerama xml xmms xorg xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_wacom kernel_linux linguas_en userland_GNU video_cards_radeon" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS
If you don't use the GUI, then I think you have to specify everything in a configuration file, and run it with: e-uae -f prog.myconf An example file is: kickstart_rom_file=/home/whoever/games/amiga/kickstart/kick13.rom floppy0=/home/whoever/games/amiga/games/kick13/Speedball.adf joyport0=mouse joyport1=kbd2 cpu_type=68000 bogomem_size=0 fastmem_size=0 use_gui=false If e-uae can't find the kickstart ROM (from your error message), then obviously it can't run the emulator. So, I suppose this bug is invalid.
See above.